Home
last modified time | relevance | path

Searched refs:bPos (Results 1 – 12 of 12) sorted by relevance

/aoo4110/main/svx/source/stbctrls/
H A Dpszctrl.cxx157 sal_Bool bPos; // show position member
185 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()
/aoo4110/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 =()
/aoo4110/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()
/aoo4110/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()
/aoo4110/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()
/aoo4110/main/sw/source/core/layout/
H A Dfrmtool.cxx580 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 Datrfrm.cxx1354 sal_Int16 eRel, sal_Bool bPos ) in SwFmtHoriOrient() argument
1359 bPosToggle( bPos ) in SwFmtHoriOrient()
/aoo4110/main/stoc/source/typeconv/
H A Dconvert.cxx131 sal_Bool bPos = (aVal >= 0.0); // in round() local
136 return (bPos ? aVal : -aVal); in round()
/aoo4110/main/sw/inc/
H A Dfmtornt.hxx86 … sal_Int16 eRel = com::sun::star::text::RelOrientation::PRINT_AREA, sal_Bool bPos = sal_False );
/aoo4110/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()
/aoo4110/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()
/aoo4110/main/sw/source/core/txtnode/
H A Dswfont.cxx1171 ASSERT( bPos, "DrawTextInfo: Undefined Position" ); in Shift()

Completed in 246 milliseconds