Searched refs:bPos (Results  1 – 12 of 12) sorted by relevance
| /trunk/main/svx/source/stbctrls/ | 
| H A D | pszctrl.cxx | 155 	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/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 =()
  | 
| /trunk/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()
  | 
| /trunk/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()
  | 
| /trunk/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()
  | 
| /trunk/main/sw/source/core/layout/ | 
| H A D | frmtool.cxx | 596     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 D | atrfrm.cxx | 1359                               sal_Int16 eRel, sal_Bool bPos )  in SwFmtHoriOrient()  argument 1364 	bPosToggle( bPos )  in SwFmtHoriOrient()
  | 
| /trunk/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()
  | 
| /trunk/main/sw/inc/ | 
| H A D | fmtornt.hxx | 86 …    sal_Int16 eRel = com::sun::star::text::RelOrientation::PRINT_AREA, sal_Bool bPos = sal_False );
  | 
| /trunk/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()
  | 
| /trunk/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()
  | 
| /trunk/main/sw/source/core/txtnode/ | 
| H A D | swfont.cxx | 1171     ASSERT( bPos, "DrawTextInfo: Undefined Position" );  in Shift()
  | 
        Completed in 254 milliseconds