Home
last modified time | relevance | path

Searched refs:bPos (Results 1 – 12 of 12) sorted by last modified time

/trunk/main/svx/source/stbctrls/
H A Dpszctrl.cxx155 sal_Bool bPos; // show position? member
183 pImp->bPos = sal_False; in SvxPosSizeStatusBarControl()
263 pImp->bPos = sal_False; in StateChanged()
275 pImp->bPos = sal_True; in StateChanged()
290 pImp->bPos = sal_False; in StateChanged()
297 pImp->bPos = sal_False; in StateChanged()
373 if ( pImp->bPos || pImp->bSize ) in Paint()
/trunk/main/vcl/source/window/
H A Dwindow.cxx1248 sal_Bool bPos = sal_False; in ImplLoadRes() local
1258 bPos = sal_True; in ImplLoadRes()
1286 if ( bPos ) in ImplLoadRes()
1291 else if ( bPos && bSize ) in ImplLoadRes()
1293 else if ( bPos ) in ImplLoadRes()
/trunk/main/sw/source/core/layout/
H A Dfrmtool.cxx596 const sal_Bool bPos = bPrtPos || POS_DIFF( aFrm, pLay->Frm() ); in ~SwLayNotify() local
599 if ( bPos && pLay->Lower() && !IsLowersComplete() ) in ~SwLayNotify()
621 (bPos || bNotify) && !(pLay->GetType() & 0x1823) ) //Tab, Row, FtnCont, Root, Page in ~SwLayNotify()
629 bool bUnlockPosOfObjs( bPos ); in ~SwLayNotify()
657 if ( bPos && pLay->IsFtnFrm() && pLay->Lower() ) in ~SwLayNotify()
662 if( ( bPos || bSize ) && pLay->IsFlyFrm() && ((SwFlyFrm*)pLay)->GetAnchorFrm() in ~SwLayNotify()
H A Datrfrm.cxx1359 sal_Int16 eRel, sal_Bool bPos ) in SwFmtHoriOrient() argument
1364 bPosToggle( bPos ) in SwFmtHoriOrient()
/trunk/main/vcl/source/gdi/
H A Dbmpacc3.cxx206 sal_Bool bPos = nY1 < nY2; in DrawLine() local
218 if ( bPos ) in DrawLine()
245 sal_Bool bPos = nX1 < nX2; in DrawLine() local
257 if ( bPos ) in DrawLine()
/trunk/main/sw/source/filter/inc/
H A Drtf.hxx84 sal_Bool bPos : 1; member
91 RTFProtect( sal_Bool bCntnt, sal_Bool bSize, sal_Bool bPos ) { in RTFProtect() argument
94 Value.Flags.bPos = bPos; in RTFProtect()
99 sal_Bool GetPos() const { return Value.Flags.bPos; } in GetPos()
/trunk/main/sw/source/core/txtnode/
H A Dswfont.cxx1171 ASSERT( bPos, "DrawTextInfo: Undefined Position" ); in Shift()
/trunk/main/sw/source/core/inc/
H A Ddrawfont.hxx94 sal_Bool bPos : 1; // These flags should control, that the appropriate member in SwDrawTextInfo
160 bPos = bWrong = bGrammarCheck = bSize = bFnt = bAscent = bSpace = bNumberOfBlanks = bUppr = in SwDrawTextInfo()
197 ASSERT( bPos, "DrawTextInfo: Undefined Position" ); in GetPos()
380 bPos = sal_True; in SetPos()
/trunk/main/sw/inc/
H A Dfmtornt.hxx86 … sal_Int16 eRel = com::sun::star::text::RelOrientation::PRINT_AREA, sal_Bool bPos = sal_False );
/trunk/main/stoc/source/typeconv/
H A Dconvert.cxx131 sal_Bool bPos = (aVal >= 0.0); // in round() local
136 return (bPos ? aVal : -aVal); in round()
/trunk/main/editeng/source/items/
H A Dfrmitems.cxx1168 bPos == ( (SvxProtectItem&)rAttr ).bPos ); in operator ==()
1182 case MID_PROTECT_POSITION: bValue = bPos; break; in QueryValue()
1203 case MID_PROTECT_POSITION: bPos = bVal; break; in PutValue()
1252 if ( bPos ) in GetPresentation()
/trunk/main/editeng/inc/editeng/
H A Dprotitem.hxx51 sal_Bool bPos :1; //Position geschuetzt member in SvxProtectItem
74 sal_Bool IsPosProtected() const { return bPos; } in IsPosProtected()
77 void SetPosProtect ( sal_Bool bNew ) { bPos = bNew; } in SetPosProtect()
86 bCntnt = bSize = bPos = sal_False; in SvxProtectItem()
93 bPos = rCpy.IsPosProtected(); in operator =()

Completed in 142 milliseconds