| /aoo41x/main/svtools/source/filter/wmf/ | 
| H A D | wmf.cxx | 39 	sal_uInt16 nOrigNumberFormat = rStreamWMF.GetNumberFormatInt();  in ConvertWMFToGDIMetaFile()70 	sal_uInt16 nOrigNumberFormat = rStream.GetNumberFormatInt();  in ReadWindowMetafile()
 
 | 
| /aoo41x/main/sc/source/ui/inc/ | 
| H A D | impex.hxx | 155 	return rStrm.GetNumberFormatInt() != NUMBERFORMAT_INT_BIGENDIAN;  in IsEndianSwap()157 	return rStrm.GetNumberFormatInt() != NUMBERFORMAT_INT_LITTLEENDIAN;  in IsEndianSwap()
 
 | 
| /aoo41x/main/vcl/source/gdi/ | 
| H A D | impgraph.cxx | 1134     const sal_uInt16	nOldFormat = rIStm.GetNumberFormatInt();  in ImplReadEmbedded()1361 		const sal_uInt16	nOldFormat = rOStm.GetNumberFormatInt();  in ImplWriteEmbedded()
 1791 			    const sal_uInt16	nOldFormat = rIStm.GetNumberFormatInt();  in operator >>()
 1908 				const sal_uInt16 nOldFormat = rOStm.GetNumberFormatInt();  in operator <<()
 
 | 
| H A D | dibtools.cxx | 1364     const sal_uInt16 nOldFormat(rIStm.GetNumberFormatInt());  in ImplReadDIB()1412         const sal_uInt16 nOldFormat(rOStm.GetNumberFormatInt());  in ImplWriteDIB()
 
 | 
| H A D | graph.cxx | 668     const sal_uInt16    nOldFormat = rIStm.GetNumberFormatInt();  in GetGraphicsCompressMode()
 | 
| H A D | pngwrite.cxx | 270 	sal_uInt16 nOldMode = rOStm.GetNumberFormatInt();  in Write()
 | 
| H A D | animate.cxx | 874 	sal_uInt16	nOldFormat = rIStm.GetNumberFormatInt();  in operator >>()
 | 
| H A D | cvtsvm.cxx | 509 	const sal_uInt16		nOldFormat = rIStm.GetNumberFormatInt();  in ImplConvertFromSVM1()1393 	const sal_uInt16		nOldFormat = rOStm.GetNumberFormatInt();  in ImplConvertToSVM1()
 
 | 
| H A D | pngread.cxx | 225     mnOrigStreamMode = mrPNGStream.GetNumberFormatInt();  in PNGReaderImpl()
 | 
| H A D | gdimtf.cxx | 2888 		sal_uInt16	nOldFormat = rIStm.GetNumberFormatInt();  in operator >>()2992 	sal_uInt16			nOldFormat = rOStm.GetNumberFormatInt();  in Write()
 
 | 
| /aoo41x/main/svtools/source/misc/ | 
| H A D | imap.cxx | 1148 	sal_uInt16					nOldFormat = rOStm.GetNumberFormatInt();  in Write()1184 	sal_uInt16		nOldFormat = rIStm.GetNumberFormatInt();  in Read()
 
 | 
| /aoo41x/main/filter/source/graphicfilter/epbm/ | 
| H A D | epbm.cxx | 99 	mpOStmOldModus = mpOStm->GetNumberFormatInt();  in WritePBM()
 | 
| /aoo41x/main/tools/source/generic/ | 
| H A D | poly.cxx | 1953 		if ( rIStream.GetNumberFormatInt() != NUMBERFORMAT_INT_BIGENDIAN )  in operator >>()1955 		if ( rIStream.GetNumberFormatInt() != NUMBERFORMAT_INT_LITTLEENDIAN )  in operator >>()
 2053 		if ( rOStream.GetNumberFormatInt() != NUMBERFORMAT_INT_BIGENDIAN )  in operator <<()
 2055 		if ( rOStream.GetNumberFormatInt() != NUMBERFORMAT_INT_LITTLEENDIAN )  in operator <<()
 
 | 
| /aoo41x/main/filter/source/graphicfilter/epgm/ | 
| H A D | epgm.cxx | 99 	mpOStmOldModus = mpOStm->GetNumberFormatInt();  in WritePGM()
 | 
| /aoo41x/main/filter/source/graphicfilter/eppm/ | 
| H A D | eppm.cxx | 99 	mpOStmOldModus = mpOStm->GetNumberFormatInt();  in WritePPM()
 | 
| /aoo41x/main/filter/source/graphicfilter/eras/ | 
| H A D | eras.cxx | 120 		mpOStmOldModus = mpOStm->GetNumberFormatInt();  in WriteRAS()
 | 
| /aoo41x/main/filter/source/graphicfilter/expm/ | 
| H A D | expm.cxx | 128 		mpOStmOldModus = mpOStm->GetNumberFormatInt();  in WriteXPM()
 | 
| /aoo41x/main/filter/source/graphicfilter/etiff/ | 
| H A D | etiff.cxx | 167 	const sal_uInt16	nOldFormat = mpOStm->GetNumberFormatInt();  in WriteTIFF()
 | 
| /aoo41x/main/svtools/source/filter/igif/ | 
| H A D | gifread.cxx | 826 	sal_uInt16		nOldFormat = rStm.GetNumberFormatInt();  in ImportGIF()
 | 
| /aoo41x/main/tools/inc/tools/ | 
| H A D | stream.hxx | 330 	sal_uInt16			GetNumberFormatInt() const { return nNumberFormatInt; }  in GetNumberFormatInt()  function in SvStream
 | 
| /aoo41x/main/filter/source/graphicfilter/ieps/ | 
| H A D | ieps.cxx | 527 	sal_uInt16	nOldFormat = rStream.GetNumberFormatInt();  in GraphicImport()
 | 
| /aoo41x/main/svtools/source/filter/ | 
| H A D | filter2.cxx | 98 		sal_uInt16		nOldFormat = rStm.GetNumberFormatInt();  in Detect()
 | 
| H A D | filter.cxx | 552 		sal_uInt16 oldNumberFormat = rStream.GetNumberFormatInt();  in ImpPeekGraphicFormat()
 | 
| /aoo41x/main/filter/source/graphicfilter/itiff/ | 
| H A D | itiff.cxx | 1106 	nOrigNumberFormat = pTIFF->GetNumberFormatInt();  in ReadTIFF()
 | 
| /aoo41x/main/filter/source/graphicfilter/ipict/ | 
| H A D | ipict.cxx | 1793 	nOrigNumberFormat   = pPict->GetNumberFormatInt();  in ReadPict()
 |