Searched refs:bEmptyPresObj (Results 1 – 7 of 7) sorted by relevance
472 unsigned bEmptyPresObj : 1; // Leeres Praesentationsobjekt (Draw) member in SdrObject1018 void SetEmptyPresObj(sal_Bool bEpt) { bEmptyPresObj=bEpt; } in SetEmptyPresObj()1019 sal_Bool IsEmptyPresObj() const { return bEmptyPresObj; } in IsEmptyPresObj()
475 sal_Bool bEmptyPresObj; member in SdrUndoObjSetText
1162 , bEmptyPresObj(sal_False) in SdrUndoObjSetText()1169 bEmptyPresObj = rNewObj.IsEmptyPresObj(); in SdrUndoObjSetText()1226 pTarget->SetEmptyPresObj(bEmptyPresObj); in Undo()
779 FASTBOOL bNoPresGrf = ( pGraphic->GetType() != GRAPHIC_NONE ) && !bEmptyPresObj; in TakeObjInfo()790 rInfo.bMirror90Allowed = !bEmptyPresObj; in TakeObjInfo()
411 bEmptyPresObj =sal_False; in SdrObject()1053 bEmptyPresObj =rObj.bEmptyPresObj; in operator =()
2407 sal_Bool bEmptyPresObj = sal_True; in ApplyTextObj() local2415 bEmptyPresObj = sal_False; in ApplyTextObj()2449 bEmptyPresObj = sal_False; in ApplyTextObj()2463 if ( !bEmptyPresObj ) in ApplyTextObj()
252 bool bEmptyPresObj = true; in CreatePresObj() local394 bEmptyPresObj = false; in CreatePresObj()404 pSdrObj->SetEmptyPresObj(bEmptyPresObj); in CreatePresObj()
Completed in 101 milliseconds