| /aoo41x/main/rsc/inc/ | 
| H A D | rsctools.hxx | 91 	sal_Bool				bSwap;  member in RscWriteRc110 					return bSwap ? SWAPSHORT( nVal ) : nVal;  in GetShort()
 121 					return bSwap ? SWAPLONG( nVal ) : nVal;  in GetLong()
 139                     if( bSwap )  in Put()
 159 					if( bSwap )  in Put()
 186 					if( bSwap )  in PutAt()
 207                     if( bSwap )  in PutAt()
 
 | 
| /aoo41x/main/tools/source/stream/ | 
| H A D | stream.cxx | 1324     if( bSwap )  in operator >>()1332     if( bSwap )  in operator >>()
 1345     if( bSwap )  in operator >>()
 1354     if( bSwap )  in operator >>()
 1362     if( bSwap )  in operator >>()
 1419     if( bSwap )  in operator >>()
 1430     if( bSwap )  in operator >>()
 1463     if( bSwap )  in operator <<()
 1471     if( bSwap )  in operator <<()
 1483     if( bSwap )  in operator <<()
 [all …]
 
 | 
| /aoo41x/main/editeng/inc/editeng/ | 
| H A D | editdata.hxx | 202 	sal_Bool bSwap = sal_False;  in Adjust()  local204 		bSwap = sal_True;  in Adjust()
 206 		bSwap = sal_True;  in Adjust()
 208 	if ( bSwap )  in Adjust()
 
 | 
| /aoo41x/main/svl/source/items/ | 
| H A D | slstitm.cxx | 86 				sal_Bool bSwap = sal_False;  in Sort()  local90 						bSwap = sal_True;  in Sort()
 93 					bSwap = sal_True;  in Sort()
 95 				if( bSwap )  in Sort()
 
 | 
| /aoo41x/main/basegfx/source/polygon/ | 
| H A D | b2dpolygontriangulator.cxx | 59 				bool bSwap(false);  in EdgeEntry()  local65 						bSwap = true;  in EdgeEntry()
 70 					bSwap = true;  in EdgeEntry()
 73 				if(bSwap)  in EdgeEntry()
 
 | 
| /aoo41x/main/sw/source/ui/wrtsh/ | 
| H A D | delete.cxx | 202 	sal_Bool bSwap = sal_False;  in DelLeft()  local238 		bSwap = sal_True;  in DelLeft()
 246 	if( !nRet && bSwap )  in DelLeft()
 
 | 
| /aoo41x/main/sw/source/filter/basflt/ | 
| H A D | iodetect.cxx | 441     bool bSwap = false;  in IsDetectableText()  local507                 bSwap = true;  in IsDetectableText()
 576         *pSwap = bSwap;  in IsDetectableText()
 
 | 
| /aoo41x/main/rsc/source/tools/ | 
| H A D | rsctools.cxx | 389 	bSwap = sal_False;  in RscWriteRc()396 		bSwap = nOrder != nMachineOrder;  in RscWriteRc()
 
 | 
| /aoo41x/main/editeng/source/editeng/ | 
| H A D | editdoc.cxx | 658 	sal_Bool bSwap = sal_False;  in Adjust()  local660 		bSwap = sal_True;  in Adjust()
 662 		bSwap = sal_True;  in Adjust()
 664 	if ( bSwap )  in Adjust()
 671 	return bSwap;  in Adjust()
 
 | 
| /aoo41x/main/vcl/source/gdi/ | 
| H A D | graph.cxx | 724 sal_Bool Graphic::ReadEmbedded( SvStream& rIStream, sal_Bool bSwap )  in ReadEmbedded()  argument727     return mpImpGraphic->ImplReadEmbedded( rIStream, bSwap );  in ReadEmbedded()
 
 | 
| H A D | impgraph.cxx | 1125 sal_Bool ImpGraphic::ImplReadEmbedded( SvStream& rIStm, sal_Bool bSwap )  in ImplReadEmbedded()  argument1226 		if( bSwap )  in ImplReadEmbedded()
 
 | 
| /aoo41x/main/tools/inc/tools/ | 
| H A D | stream.hxx | 262 	int 			bSwap:1;  member in SvStream334 	sal_Bool			IsEndianSwap() const { return 0 != bSwap; }  in IsEndianSwap()
 
 | 
| /aoo41x/main/filter/inc/filter/msfilter/ | 
| H A D | escherex.hxx | 1167 		sal_uInt32	ImplGetColor( const sal_uInt32 rColor, sal_Bool bSwap = sal_True );1555 		sal_uInt32	GetColor( const sal_uInt32 nColor, sal_Bool bSwap = sal_True );
 1556 		sal_uInt32	GetColor( const Color& rColor, sal_Bool bSwap = sal_True );
 
 | 
| /aoo41x/main/vcl/inc/ | 
| H A D | impgraph.hxx | 156 	sal_Bool				ImplReadEmbedded( SvStream& rIStream, sal_Bool bSwap = sal_False );
 | 
| /aoo41x/main/sc/source/ui/view/ | 
| H A D | output2.cxx | 2004 long lcl_GetEditSize( EditEngine& rEngine, sal_Bool bWidth, sal_Bool bSwap, long nAttrRotate )  in lcl_GetEditSize()  argument2006     if ( bSwap )  in lcl_GetEditSize()
 2048 … sal_Bool bSwap = ( nOrient == SVX_ORIENTATION_TOPBOTTOM || nOrient == SVX_ORIENTATION_BOTTOMTOP );  in ShrinkEditEngine()  local
 2053         rEngineHeight = lcl_GetEditSize( rEngine, sal_False, bSwap, nAttrRotate );  in ShrinkEditEngine()
 2062             rEngineHeight = lcl_GetEditSize( rEngine, sal_False, bSwap, nAttrRotate );  in ShrinkEditEngine()
 2069         rEngineWidth = lcl_GetEditSize( rEngine, sal_True, bSwap, nAttrRotate );  in ShrinkEditEngine()
 
 | 
| /aoo41x/main/vcl/inc/vcl/ | 
| H A D | graph.hxx | 199     sal_Bool                ReadEmbedded( SvStream& rIStream, sal_Bool bSwap = sal_False );
 | 
| /aoo41x/main/filter/source/msfilter/ | 
| H A D | escherex.cxx | 346 sal_uInt32 EscherPropertyContainer::ImplGetColor( const sal_uInt32 nSOColor, sal_Bool bSwap )  in ImplGetColor()  argument348 	if ( bSwap )  in ImplGetColor()
 5543 sal_uInt32 EscherEx::GetColor( const sal_uInt32 nSOColor, sal_Bool bSwap )  in GetColor()  argument
 5545 	if ( bSwap )  in GetColor()
 5558 sal_uInt32 EscherEx::GetColor( const Color& rSOColor, sal_Bool bSwap )  in GetColor()  argument
 5564 	if ( !bSwap )  in GetColor()
 
 | 
| /aoo41x/main/svx/source/svdraw/ | 
| H A D | svdmodel.cxx | 362 void SdrModel::SetSwapGraphics( FASTBOOL bSwap )  in SetSwapGraphics()  argument364 	bSwapGraphics = bSwap;  in SetSwapGraphics()
 
 |