Searched refs:SFX_FILTER_OWN (Results 1 – 4 of 4) sorted by relevance
74 bool IsOwnFormat() const { return nFormatType & SFX_FILTER_OWN; } in IsOwnFormat()
117 #define SFX_FILTER_OWN 0x00000020L macro
715 bResult = ( nFlags & SFX_FILTER_OWN ); in AddFilterNameCheckOwnFile()755 … sal_Int32 nRequired = ( SFX_FILTER_OWN | SFX_FILTER_EXPORT | SFX_FILTER_IMPORT ); in GetDefaultFilterFromServiceName()
748 else if ( ( !( nFiltFlags & SFX_FILTER_OWN ) || ( nFiltFlags & SFX_FILTER_ALIEN ) ) in CheckFilter()
Completed in 67 milliseconds