Home
last modified time | relevance | path

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

/aoo41x/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()
/aoo41x/main/tools/source/stream/
H A Dstream.cxx1324 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 Deditdata.hxx202 sal_Bool bSwap = sal_False; in Adjust() local
204 bSwap = sal_True; in Adjust()
206 bSwap = sal_True; in Adjust()
208 if ( bSwap ) in Adjust()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/main/rsc/source/tools/
H A Drsctools.cxx389 bSwap = sal_False; in RscWriteRc()
396 bSwap = nOrder != nMachineOrder; in RscWriteRc()
/aoo41x/main/editeng/source/editeng/
H A Deditdoc.cxx658 sal_Bool bSwap = sal_False; in Adjust() local
660 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 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()
/aoo41x/main/tools/inc/tools/
H A Dstream.hxx262 int bSwap:1; member in SvStream
334 sal_Bool IsEndianSwap() const { return 0 != bSwap; } in IsEndianSwap()
/aoo41x/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 );
/aoo41x/main/vcl/inc/
H A Dimpgraph.hxx156 sal_Bool ImplReadEmbedded( SvStream& rIStream, sal_Bool bSwap = sal_False );
/aoo41x/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()
/aoo41x/main/vcl/inc/vcl/
H A Dgraph.hxx199 sal_Bool ReadEmbedded( SvStream& rIStream, sal_Bool bSwap = sal_False );
/aoo41x/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()
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 Dsvdmodel.cxx362 void SdrModel::SetSwapGraphics( FASTBOOL bSwap ) in SetSwapGraphics() argument
364 bSwapGraphics = bSwap; in SetSwapGraphics()

Completed in 313 milliseconds