Lines Matching refs:bRet

94 	sal_Bool bRet = sal_False;  in Detect()  local
100 if ( ImpDetectGIF( rStm, bExtendedInfo ) ) bRet = sal_True; in Detect()
101 else if ( ImpDetectJPG( rStm, bExtendedInfo ) ) bRet = sal_True; in Detect()
102 else if ( ImpDetectBMP( rStm, bExtendedInfo ) ) bRet = sal_True; in Detect()
103 else if ( ImpDetectPNG( rStm, bExtendedInfo ) ) bRet = sal_True; in Detect()
104 else if ( ImpDetectTIF( rStm, bExtendedInfo ) ) bRet = sal_True; in Detect()
105 else if ( ImpDetectPCX( rStm, bExtendedInfo ) ) bRet = sal_True; in Detect()
106 else if ( ImpDetectDXF( rStm, bExtendedInfo ) ) bRet = sal_True; in Detect()
107 else if ( ImpDetectMET( rStm, bExtendedInfo ) ) bRet = sal_True; in Detect()
108 else if ( ImpDetectSGF( rStm, bExtendedInfo ) ) bRet = sal_True; in Detect()
109 else if ( ImpDetectSGV( rStm, bExtendedInfo ) ) bRet = sal_True; in Detect()
110 else if ( ImpDetectSVM( rStm, bExtendedInfo ) ) bRet = sal_True; in Detect()
111 else if ( ImpDetectWMF( rStm, bExtendedInfo ) ) bRet = sal_True; in Detect()
112 else if ( ImpDetectEMF( rStm, bExtendedInfo ) ) bRet = sal_True; in Detect()
113 else if ( ImpDetectSVG( rStm, bExtendedInfo ) ) bRet = sal_True; in Detect()
114 else if ( ImpDetectPCT( rStm, bExtendedInfo ) ) bRet = sal_True; in Detect()
115 else if ( ImpDetectXBM( rStm, bExtendedInfo ) ) bRet = sal_True; in Detect()
116 else if ( ImpDetectXPM( rStm, bExtendedInfo ) ) bRet = sal_True; in Detect()
117 else if ( ImpDetectPBM( rStm, bExtendedInfo ) ) bRet = sal_True; in Detect()
118 else if ( ImpDetectPGM( rStm, bExtendedInfo ) ) bRet = sal_True; in Detect()
119 else if ( ImpDetectPPM( rStm, bExtendedInfo ) ) bRet = sal_True; in Detect()
120 else if ( ImpDetectRAS( rStm, bExtendedInfo ) ) bRet = sal_True; in Detect()
121 else if ( ImpDetectTGA( rStm, bExtendedInfo ) ) bRet = sal_True; in Detect()
122 else if ( ImpDetectPSD( rStm, bExtendedInfo ) ) bRet = sal_True; in Detect()
123 else if ( ImpDetectEPS( rStm, bExtendedInfo ) ) bRet = sal_True; in Detect()
124 else if ( ImpDetectPCD( rStm, bExtendedInfo ) ) bRet = sal_True; in Detect()
128 return bRet; in Detect()
155 sal_Bool bRet = sal_False; in ImpDetectBMP() local
172 bRet = sal_True; in ImpDetectBMP()
218 bRet = sal_False; in ImpDetectBMP()
223 return bRet; in ImpDetectBMP()
237 sal_Bool bRet = sal_False; in ImpDetectGIF() local
250 bRet = sal_True; in ImpDetectGIF()
271 return bRet; in ImpDetectGIF()
310 sal_Bool bRet = sal_False; in ImpDetectJPG() local
321 bRet = sal_True; in ImpDetectJPG()
463 return bRet; in ImpDetectJPG()
475 sal_Bool bRet = sal_False; in ImpDetectPCD() local
494 bRet = sal_True; in ImpDetectPCD()
497 return bRet; in ImpDetectPCD()
515 sal_Bool bRet = sal_False; in ImpDetectPCX() local
525 bRet = sal_True; in ImpDetectPCX()
544 bRet = (cByte==0 || cByte ==1); in ImpDetectPCX()
581 bRet = (nPlanes<=4); in ImpDetectPCX()
586 return bRet; in ImpDetectPCX()
599 sal_Bool bRet = sal_False; in ImpDetectPNG() local
611 bRet = sal_True; in ImpDetectPNG()
683 return bRet; in ImpDetectPNG()
696 sal_Bool bRet = sal_False; in ImpDetectTIF() local
724 bRet = sal_True; in ImpDetectTIF()
821 return bRet; in ImpDetectTIF()
833 sal_Bool bRet = aPathExt.CompareToAscii( "xbm", 3 ) == COMPARE_EQUAL; in ImpDetectXBM() local
834 if (bRet) in ImpDetectXBM()
837 return bRet; in ImpDetectXBM()
849 sal_Bool bRet = aPathExt.CompareToAscii( "xpm", 3 ) == COMPARE_EQUAL; in ImpDetectXPM() local
850 if (bRet) in ImpDetectXPM()
853 return bRet; in ImpDetectXPM()
864 sal_Bool bRet = sal_False; in ImpDetectPBM() local
870 bRet = sal_True; in ImpDetectPBM()
877 bRet = sal_True; in ImpDetectPBM()
881 if ( bRet ) in ImpDetectPBM()
884 return bRet; in ImpDetectPBM()
895 sal_Bool bRet = sal_False; in ImpDetectPGM() local
898 bRet = sal_True; in ImpDetectPGM()
905 bRet = sal_True; in ImpDetectPGM()
909 if ( bRet ) in ImpDetectPGM()
912 return bRet; in ImpDetectPGM()
923 sal_Bool bRet = sal_False; in ImpDetectPPM() local
926 bRet = sal_True; in ImpDetectPPM()
933 bRet = sal_True; in ImpDetectPPM()
937 if ( bRet ) in ImpDetectPPM()
940 return bRet; in ImpDetectPPM()
952 sal_Bool bRet = sal_False; in ImpDetectRAS() local
959 bRet = sal_True; in ImpDetectRAS()
962 return bRet; in ImpDetectRAS()
973 sal_Bool bRet = aPathExt.CompareToAscii( "tga", 3 ) == COMPARE_EQUAL; in ImpDetectTGA() local
974 if (bRet) in ImpDetectTGA()
977 return bRet; in ImpDetectTGA()
988 sal_Bool bRet = sal_False; in ImpDetectPSD() local
1000 bRet = sal_True; in ImpDetectPSD()
1024 bRet = sal_False; in ImpDetectPSD()
1028 bRet = sal_False; in ImpDetectPSD()
1033 if ( bRet ) in ImpDetectPSD()
1036 return bRet; in ImpDetectPSD()
1052 sal_Bool bRet = sal_False; in ImpDetectEPS() local
1065 bRet = sal_True; in ImpDetectEPS()
1068 return bRet; in ImpDetectEPS()
1079 sal_Bool bRet = aPathExt.CompareToAscii( "dxf", 3 ) == COMPARE_EQUAL; in ImpDetectDXF() local
1080 if (bRet) in ImpDetectDXF()
1083 return bRet; in ImpDetectDXF()
1094 sal_Bool bRet = aPathExt.CompareToAscii( "met", 3 ) == COMPARE_EQUAL; in ImpDetectMET() local
1095 if (bRet) in ImpDetectMET()
1098 return bRet; in ImpDetectMET()
1110 sal_Bool bRet = aPathExt.CompareToAscii( "pct", 3 ) == COMPARE_EQUAL; in ImpDetectPCT() local
1111 if (bRet) in ImpDetectPCT()
1127 bRet = sal_True; in ImpDetectPCT()
1134 return bRet; in ImpDetectPCT()
1146 sal_Bool bRet = sal_False; in ImpDetectSGF() local
1148 bRet = sal_True; in ImpDetectSGF()
1158 bRet = sal_True; in ImpDetectSGF()
1163 if( bRet ) in ImpDetectSGF()
1166 return bRet; in ImpDetectSGF()
1178 sal_Bool bRet = aPathExt.CompareToAscii( "sgv", 3 ) == COMPARE_EQUAL; in ImpDetectSGV() local
1179 if (bRet) in ImpDetectSGV()
1182 return bRet; in ImpDetectSGV()
1195 sal_Bool bRet = sal_False; in ImpDetectSVM() local
1207 bRet = sal_True; in ImpDetectSVM()
1246 bRet = sal_True; in ImpDetectSVM()
1261 return bRet; in ImpDetectSVM()
1273 sal_Bool bRet = aPathExt.CompareToAscii( "wmf",3 ) == COMPARE_EQUAL; in ImpDetectWMF() local
1274 if (bRet) in ImpDetectWMF()
1277 return bRet; in ImpDetectWMF()
1288 sal_Bool bRet = aPathExt.CompareToAscii( "emf", 3 ) == COMPARE_EQUAL; in ImpDetectEMF() local
1289 if (bRet) in ImpDetectEMF()
1292 return bRet; in ImpDetectEMF()
1303 sal_Bool bRet = aPathExt.CompareToAscii( "svg", 3 ) == COMPARE_EQUAL; in ImpDetectSVG() local
1304 if (bRet) in ImpDetectSVG()
1307 return bRet; in ImpDetectSVG()