Lines Matching refs:pDocument
379 FX_BOOL CFFL_ComboBox::CanCopy(CPDFSDK_Document* pDocument) in CanCopy() argument
381 ASSERT(pDocument != NULL); in CanCopy()
386 FX_BOOL CFFL_ComboBox::CanCut(CPDFSDK_Document* pDocument) in CanCut() argument
388 ASSERT(pDocument != NULL); in CanCut()
393 FX_BOOL CFFL_ComboBox::CanPaste(CPDFSDK_Document* pDocument) in CanPaste() argument
395 ASSERT(pDocument != NULL); in CanPaste()
400 void CFFL_ComboBox::DoCopy(CPDFSDK_Document* pDocument) in DoCopy() argument
402 ASSERT(pDocument != NULL); in DoCopy()
405 void CFFL_ComboBox::DoCut(CPDFSDK_Document* pDocument) in DoCut() argument
407 ASSERT(pDocument != NULL); in DoCut()
410 void CFFL_ComboBox::DoPaste(CPDFSDK_Document* pDocument) in DoPaste() argument
412 ASSERT(pDocument != NULL); in DoPaste()