Searched refs:_bExtractForm (Results 1 – 2 of 2) sorted by relevance
71 sal_uInt32 OComponentTransferable::getDescriptorFormatId(sal_Bool _bExtractForm) in getDescriptorFormatId() argument75 if ( _bExtractForm && (sal_uInt32)-1 == s_nFormFormat ) in getDescriptorFormatId()80 else if ( !_bExtractForm && (sal_uInt32)-1 == s_nReportFormat) in getDescriptorFormatId()85 return _bExtractForm ? s_nFormFormat : s_nReportFormat; in getDescriptorFormatId()165 ,sal_Bool _bExtractForm in extractComponentDescriptor() argument169 if ( _rData.HasFormat( getDescriptorFormatId(_bExtractForm)) ) in extractComponentDescriptor()
67 ,sal_Bool _bExtractForm82 static sal_uInt32 getDescriptorFormatId(sal_Bool _bExtractForm);
Completed in 13 milliseconds