Home
last modified time | relevance | path

Searched refs:bSwap (Results 1 – 18 of 18) sorted by relevance

/trunk/main/tools/source/stream/
H A Dstream.cxx1256 if( bSwap ) in operator >>()
1264 if( bSwap ) in operator >>()
1277 if( bSwap ) in operator >>()
1286 if( bSwap ) in operator >>()
1294 if( bSwap ) in operator >>()
1351 if( bSwap ) in operator >>()
1362 if( bSwap ) in operator >>()
1395 if( bSwap ) in operator <<()
1403 if( bSwap ) in operator <<()
1415 if( bSwap ) in operator <<()
[all …]
/trunk/main/rsc/inc/
H A Drsctools.hxx91 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 Deditdata.hxx204 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 Dslstitm.cxx86 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 Db2dpolygontriangulator.cxx59 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 Ddelete.cxx202 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 Diodetect.cxx441 bool bSwap = false; in IsDetectableText() local
507 bSwap = true; in IsDetectableText()
576 *pSwap = bSwap; in IsDetectableText()
/trunk/main/rsc/source/tools/
H A Drsctools.cxx389 bSwap = sal_False; in RscWriteRc()
396 bSwap = nOrder != nMachineOrder; in RscWriteRc()
/trunk/main/editeng/source/editeng/
H A Deditdoc.cxx656 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 Descherex.hxx1167 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 Dgraph.cxx724 sal_Bool Graphic::ReadEmbedded( SvStream& rIStream, sal_Bool bSwap ) in ReadEmbedded() argument
727 return mpImpGraphic->ImplReadEmbedded( rIStream, bSwap ); in ReadEmbedded()
H A Dimpgraph.cxx1125 sal_Bool ImpGraphic::ImplReadEmbedded( SvStream& rIStm, sal_Bool bSwap ) in ImplReadEmbedded() argument
1226 if( bSwap ) in ImplReadEmbedded()
/trunk/main/tools/inc/tools/
H A Dstream.hxx260 int bSwap:1; member in SvStream
332 sal_Bool IsEndianSwap() const { return 0 != bSwap; } in IsEndianSwap()
/trunk/main/sc/source/ui/view/
H A Doutput2.cxx2004 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 Dimpgraph.hxx156 sal_Bool ImplReadEmbedded( SvStream& rIStream, sal_Bool bSwap = sal_False );
/trunk/main/vcl/inc/vcl/
H A Dgraph.hxx199 sal_Bool ReadEmbedded( SvStream& rIStream, sal_Bool bSwap = sal_False );
/trunk/main/filter/source/msfilter/
H A Descherex.cxx346 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 Dsvdmodel.cxx362 void SdrModel::SetSwapGraphics( FASTBOOL bSwap ) in SetSwapGraphics() argument
364 bSwapGraphics = bSwap; in SetSwapGraphics()

Completed in 162 milliseconds