Searched refs:bPos (Results 1 – 12 of 12) sorted by relevance
/aoo41x/main/svx/source/stbctrls/ |
H A D | pszctrl.cxx | 156 sal_Bool bPos; // show position member 184 pImp->bPos = sal_False; in SvxPosSizeStatusBarControl() 264 pImp->bPos = sal_False; in StateChanged() 276 pImp->bPos = sal_True; in StateChanged() 291 pImp->bPos = sal_False; in StateChanged() 298 pImp->bPos = sal_False; in StateChanged() 374 if ( pImp->bPos || pImp->bSize ) in Paint()
|
/aoo41x/main/editeng/inc/editeng/ |
H A D | protitem.hxx | 51 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 =()
|
/aoo41x/main/sw/source/filter/inc/ |
H A D | rtf.hxx | 84 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()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | bmpacc3.cxx | 206 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()
|
/aoo41x/main/sw/source/core/inc/ |
H A D | drawfont.hxx | 94 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()
|
/aoo41x/main/sw/source/core/layout/ |
H A D | frmtool.cxx | 580 const sal_Bool bPos = bPrtPos || POS_DIFF( aFrm, pLay->Frm() ); in ~SwLayNotify() local 583 if ( bPos && pLay->Lower() && !IsLowersComplete() ) in ~SwLayNotify() 605 (bPos || bNotify) && !(pLay->GetType() & 0x1823) ) //Tab, Row, FtnCont, Root, Page in ~SwLayNotify() 613 bool bUnlockPosOfObjs( bPos ); in ~SwLayNotify() 641 if ( bPos && pLay->IsFtnFrm() && pLay->Lower() ) in ~SwLayNotify() 646 if( ( bPos || bSize ) && pLay->IsFlyFrm() && ((SwFlyFrm*)pLay)->GetAnchorFrm() in ~SwLayNotify()
|
H A D | atrfrm.cxx | 1354 sal_Int16 eRel, sal_Bool bPos ) in SwFmtHoriOrient() argument 1359 bPosToggle( bPos ) in SwFmtHoriOrient()
|
/aoo41x/main/stoc/source/typeconv/ |
H A D | convert.cxx | 131 sal_Bool bPos = (aVal >= 0.0); // in round() local 136 return (bPos ? aVal : -aVal); in round()
|
/aoo41x/main/sw/inc/ |
H A D | fmtornt.hxx | 86 … sal_Int16 eRel = com::sun::star::text::RelOrientation::PRINT_AREA, sal_Bool bPos = sal_False );
|
/aoo41x/main/editeng/source/items/ |
H A D | frmitems.cxx | 1168 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()
|
/aoo41x/main/vcl/source/window/ |
H A D | window.cxx | 1248 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()
|
/aoo41x/main/sw/source/core/txtnode/ |
H A D | swfont.cxx | 1171 ASSERT( bPos, "DrawTextInfo: Undefined Position" ); in Shift()
|
Completed in 146 milliseconds