| /aoo41x/main/svtools/source/filter/ | 
| H A D | filter2.cxx | 314 	rStm.SetNumberFormatInt( NUMBERFORMAT_INT_BIGENDIAN );  in ImpDetectJPG()602 	rStm.SetNumberFormatInt( NUMBERFORMAT_INT_BIGENDIAN );  in ImpDetectPNG()
 712 			rStm.SetNumberFormatInt( NUMBERFORMAT_INT_BIGENDIAN );  in ImpDetectTIF()
 954 	rStm.SetNumberFormatInt( NUMBERFORMAT_INT_BIGENDIAN );  in ImpDetectRAS()
 992 	rStm.SetNumberFormatInt( NUMBERFORMAT_INT_BIGENDIAN );  in ImpDetectPSD()
 1055 	rStm.SetNumberFormatInt( NUMBERFORMAT_INT_BIGENDIAN );  in ImpDetectEPS()
 
 | 
| H A D | filter.cxx | 316 			rStream.SetNumberFormatInt( NUMBERFORMAT_INT_BIGENDIAN );  in ImpPeekGraphicFormat()563 			rStream.SetNumberFormatInt(NUMBERFORMAT_INT_BIGENDIAN);  in ImpPeekGraphicFormat()
 
 | 
| /aoo41x/main/sc/source/ui/inc/ | 
| H A D | impex.hxx | 155 	return rStrm.GetNumberFormatInt() != NUMBERFORMAT_INT_BIGENDIAN;  in IsEndianSwap()165     rStrm.SetNumberFormatInt( NUMBERFORMAT_INT_BIGENDIAN );  in SetNoEndianSwap()
 
 | 
| /aoo41x/main/tools/inc/tools/ | 
| H A D | stream.hxx | 88 #define NUMBERFORMAT_INT_BIGENDIAN		(sal_uInt16)0x0000  macro713 	SetNumberFormatInt( bVal ? NUMBERFORMAT_INT_LITTLEENDIAN : NUMBERFORMAT_INT_BIGENDIAN );  in SetEndianSwap()
 715 	SetNumberFormatInt( bVal ? NUMBERFORMAT_INT_BIGENDIAN : NUMBERFORMAT_INT_LITTLEENDIAN );  in SetEndianSwap()
 
 | 
| /aoo41x/main/filter/source/msfilter/ | 
| H A D | msvbasic.cxx | 195     	xVBAProject->SetNumberFormatInt( NUMBERFORMAT_INT_BIGENDIAN );  in ReadVBAProject()209                 xVBAProject->SetNumberFormatInt(NUMBERFORMAT_INT_BIGENDIAN);  in ReadVBAProject()
 
 | 
| /aoo41x/main/filter/source/graphicfilter/epbm/ | 
| H A D | epbm.cxx | 100 	mpOStm->SetNumberFormatInt( NUMBERFORMAT_INT_BIGENDIAN );  in WritePBM()
 | 
| /aoo41x/main/filter/source/graphicfilter/epgm/ | 
| H A D | epgm.cxx | 100 	mpOStm->SetNumberFormatInt( NUMBERFORMAT_INT_BIGENDIAN );  in WritePGM()
 | 
| /aoo41x/main/filter/source/graphicfilter/eppm/ | 
| H A D | eppm.cxx | 100 	mpOStm->SetNumberFormatInt( NUMBERFORMAT_INT_BIGENDIAN );  in WritePPM()
 | 
| /aoo41x/main/filter/source/graphicfilter/eras/ | 
| H A D | eras.cxx | 121 		mpOStm->SetNumberFormatInt( NUMBERFORMAT_INT_BIGENDIAN );  in WriteRAS()
 | 
| /aoo41x/main/filter/source/graphicfilter/expm/ | 
| H A D | expm.cxx | 129 		mpOStm->SetNumberFormatInt( NUMBERFORMAT_INT_BIGENDIAN );  in WriteXPM()
 | 
| /aoo41x/main/filter/source/graphicfilter/iras/ | 
| H A D | iras.cxx | 95 	mpRAS->SetNumberFormatInt( NUMBERFORMAT_INT_BIGENDIAN );  in ReadRAS()
 | 
| /aoo41x/main/sw/source/core/edit/ | 
| H A D | edglss.cxx | 309         aStream.SetNumberFormatInt( NUMBERFORMAT_INT_BIGENDIAN );  in GetSelectedText()
 | 
| /aoo41x/main/automation/source/simplecm/ | 
| H A D | simplecm.cxx | 493 …pData->SetNumberFormatInt( NUMBERFORMAT_INT_BIGENDIAN );	// Unfortulately it is written this way :…  in CallDataReceived()
 | 
| /aoo41x/main/filter/source/graphicfilter/etiff/ | 
| H A D | etiff.cxx | 172 	mpOStm->SetNumberFormatInt( NUMBERFORMAT_INT_BIGENDIAN );  in WriteTIFF()
 | 
| /aoo41x/main/filter/source/graphicfilter/ipsd/ | 
| H A D | ipsd.cxx | 116 	mpPSD->SetNumberFormatInt( NUMBERFORMAT_INT_BIGENDIAN );  in ReadPSD()
 | 
| /aoo41x/main/vcl/source/gdi/ | 
| H A D | pngwrite.cxx | 271 	rOStm.SetNumberFormatInt( NUMBERFORMAT_INT_BIGENDIAN );  in Write()
 | 
| H A D | pngread.cxx | 226     mrPNGStream.SetNumberFormatInt( NUMBERFORMAT_INT_BIGENDIAN );  in PNGReaderImpl()
 | 
| /aoo41x/main/filter/source/graphicfilter/icgm/ | 
| H A D | cgm.cxx | 867 						pIn->SetNumberFormatInt( NUMBERFORMAT_INT_BIGENDIAN );  in ImportCGM()
 | 
| /aoo41x/main/tools/source/stream/ | 
| H A D | stream.cxx | 574     if( nNumberFormatInt == NUMBERFORMAT_INT_BIGENDIAN )  in SetNumberFormatInt()1157             if (nNumberFormatInt == NUMBERFORMAT_INT_BIGENDIAN &&  in StartReadingUnicodeText()
 
 | 
| /aoo41x/main/tools/source/generic/ | 
| H A D | poly.cxx | 1953 		if ( rIStream.GetNumberFormatInt() != NUMBERFORMAT_INT_BIGENDIAN )  in operator >>()2053 		if ( rOStream.GetNumberFormatInt() != NUMBERFORMAT_INT_BIGENDIAN )  in operator <<()
 
 | 
| /aoo41x/main/filter/source/graphicfilter/itiff/ | 
| H A D | itiff.cxx | 1085 		pTIFF->SetNumberFormatInt( NUMBERFORMAT_INT_BIGENDIAN );  in ReadHeader()
 | 
| /aoo41x/main/filter/source/graphicfilter/ipict/ | 
| H A D | ipict.cxx | 1813 	pPict->SetNumberFormatInt(NUMBERFORMAT_INT_BIGENDIAN);  in ReadPict()
 | 
| /aoo41x/main/svx/source/svdraw/ | 
| H A D | svdmodel.cxx | 161 	nStreamNumberFormat=NUMBERFORMAT_INT_BIGENDIAN;  in ImpCtor()
 | 
| /aoo41x/main/filter/source/graphicfilter/epict/ | 
| H A D | epict.cxx | 2235 	pPict->SetNumberFormatInt(NUMBERFORMAT_INT_BIGENDIAN);  in WritePict()
 | 
| /aoo41x/main/connectivity/source/drivers/dbase/ | 
| H A D | DTable.cxx | 620 			m_pMemoStream->SetNumberFormatInt(NUMBERFORMAT_INT_BIGENDIAN);  in ReadMemoHeader()
 |