/trunk/main/tools/source/stream/ |
H A D | stream.cxx | 1339 if( bSwap ) in operator >>() 1347 if( bSwap ) in operator >>() 1360 if( bSwap ) in operator >>() 1369 if( bSwap ) in operator >>() 1377 if( bSwap ) in operator >>() 1434 if( bSwap ) in operator >>() 1445 if( bSwap ) in operator >>() 1478 if( bSwap ) in operator <<() 1486 if( bSwap ) in operator <<() 1498 if( bSwap ) in operator <<() [all …]
|
/trunk/main/rsc/inc/ |
H A D | rsctools.hxx | 91 sal_Bool bSwap; member in RscWriteRc 110 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()
|
/trunk/main/editeng/inc/editeng/ |
H A D | editdata.hxx | 204 sal_Bool bSwap = sal_False; in Adjust() local 206 bSwap = sal_True; in Adjust() 208 bSwap = sal_True; in Adjust() 210 if ( bSwap ) in Adjust()
|
/trunk/main/svl/source/items/ |
H A D | slstitm.cxx | 86 sal_Bool bSwap = sal_False; in Sort() local 90 bSwap = sal_True; in Sort() 93 bSwap = sal_True; in Sort() 95 if( bSwap ) in Sort()
|
/trunk/main/basegfx/source/polygon/ |
H A D | b2dpolygontriangulator.cxx | 59 bool bSwap(false); in EdgeEntry() local 65 bSwap = true; in EdgeEntry() 70 bSwap = true; in EdgeEntry() 73 if(bSwap) in EdgeEntry()
|
/trunk/main/sw/source/ui/wrtsh/ |
H A D | delete.cxx | 202 sal_Bool bSwap = sal_False; in DelLeft() local 238 bSwap = sal_True; in DelLeft() 246 if( !nRet && bSwap ) in DelLeft()
|
/trunk/main/sw/source/filter/basflt/ |
H A D | iodetect.cxx | 441 bool bSwap = false; in IsDetectableText() local 507 bSwap = true; in IsDetectableText() 576 *pSwap = bSwap; in IsDetectableText()
|
/trunk/main/rsc/source/tools/ |
H A D | rsctools.cxx | 389 bSwap = sal_False; in RscWriteRc() 396 bSwap = nOrder != nMachineOrder; in RscWriteRc()
|
/trunk/main/editeng/source/editeng/ |
H A D | editdoc.cxx | 656 sal_Bool bSwap = sal_False; in Adjust() local 658 bSwap = sal_True; in Adjust() 660 bSwap = sal_True; in Adjust() 662 if ( bSwap ) in Adjust() 669 return bSwap; in Adjust()
|
/trunk/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 );
|
/trunk/main/vcl/source/gdi/ |
H A D | graph.cxx | 724 sal_Bool Graphic::ReadEmbedded( SvStream& rIStream, sal_Bool bSwap ) in ReadEmbedded() argument 727 return mpImpGraphic->ImplReadEmbedded( rIStream, bSwap ); in ReadEmbedded()
|
H A D | impgraph.cxx | 1125 sal_Bool ImpGraphic::ImplReadEmbedded( SvStream& rIStm, sal_Bool bSwap ) in ImplReadEmbedded() argument 1226 if( bSwap ) in ImplReadEmbedded()
|
/trunk/main/tools/inc/tools/ |
H A D | stream.hxx | 262 int bSwap:1; member in SvStream 334 sal_Bool IsEndianSwap() const { return 0 != bSwap; } in IsEndianSwap()
|
/trunk/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() argument 2006 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()
|
/trunk/main/vcl/inc/ |
H A D | impgraph.hxx | 156 sal_Bool ImplReadEmbedded( SvStream& rIStream, sal_Bool bSwap = sal_False );
|
/trunk/main/vcl/inc/vcl/ |
H A D | graph.hxx | 199 sal_Bool ReadEmbedded( SvStream& rIStream, sal_Bool bSwap = sal_False );
|
/trunk/main/filter/source/msfilter/ |
H A D | escherex.cxx | 346 sal_uInt32 EscherPropertyContainer::ImplGetColor( const sal_uInt32 nSOColor, sal_Bool bSwap ) in ImplGetColor() argument 348 if ( bSwap ) in ImplGetColor() 5554 sal_uInt32 EscherEx::GetColor( const sal_uInt32 nSOColor, sal_Bool bSwap ) in GetColor() argument 5556 if ( bSwap ) in GetColor() 5569 sal_uInt32 EscherEx::GetColor( const Color& rSOColor, sal_Bool bSwap ) in GetColor() argument 5575 if ( !bSwap ) in GetColor()
|
/trunk/main/svx/source/svdraw/ |
H A D | svdmodel.cxx | 362 void SdrModel::SetSwapGraphics( FASTBOOL bSwap ) in SetSwapGraphics() argument 364 bSwapGraphics = bSwap; in SetSwapGraphics()
|