Searched refs:aPathExt (Results 1 – 2 of 2) sorted by relevance
49 aPathExt( rPath.GetFileExtension().toAsciiLowerCase() ), in GraphicDescriptor()70 aPathExt = aURL.GetFileExtension().toAsciiLowerCase(); in GraphicDescriptor()833 sal_Bool bRet = aPathExt.CompareToAscii( "xbm", 3 ) == COMPARE_EQUAL; in ImpDetectXBM()849 sal_Bool bRet = aPathExt.CompareToAscii( "xpm", 3 ) == COMPARE_EQUAL; in ImpDetectXPM()869 if ( aPathExt.CompareToAscii( "pbm", 3 ) == COMPARE_EQUAL ) in ImpDetectPBM()897 if ( aPathExt.CompareToAscii( "pgm", 3 ) == COMPARE_EQUAL ) in ImpDetectPGM()925 if ( aPathExt.CompareToAscii( "ppm", 3 ) == COMPARE_EQUAL ) in ImpDetectPPM()973 sal_Bool bRet = aPathExt.CompareToAscii( "tga", 3 ) == COMPARE_EQUAL; in ImpDetectTGA()1060 if ( ( nFirstLong == 0xC5D0D3C6 ) || ( aPathExt.CompareToAscii( "eps", 3 ) == COMPARE_EQUAL ) || in ImpDetectEPS()1079 sal_Bool bRet = aPathExt.CompareToAscii( "dxf", 3 ) == COMPARE_EQUAL; in ImpDetectDXF()[all …]
144 String aPathExt; member in GraphicDescriptor