Lines Matching refs:GetModel
516 if(pPage->GetModel() != pNewModel) in SetModel()
542 SdrModel* pMod=pPage->GetModel(); in SetPage()
713 if ( GetModel() && GetModel()->IsUndoEnabled() ) in SetName()
717 GetModel()->GetSdrUndoFactory().CreateUndoObjectStrAttr( in SetName()
722 GetModel()->BegUndo( pUndoAction->GetComment() ); in SetName()
723 GetModel()->AddUndo( pUndoAction ); in SetName()
730 GetModel()->EndUndo(); in SetName()
760 if ( GetModel() && GetModel()->IsUndoEnabled() ) in SetTitle()
764 GetModel()->GetSdrUndoFactory().CreateUndoObjectStrAttr( in SetTitle()
769 GetModel()->BegUndo( pUndoAction->GetComment() ); in SetTitle()
770 GetModel()->AddUndo( pUndoAction ); in SetTitle()
777 GetModel()->EndUndo(); in SetTitle()
807 if ( GetModel() && GetModel()->IsUndoEnabled() ) in SetDescription()
811 GetModel()->GetSdrUndoFactory().CreateUndoObjectStrAttr( in SetDescription()
816 GetModel()->BegUndo( pUndoAction->GetComment() ); in SetDescription()
817 GetModel()->AddUndo( pUndoAction ); in SetDescription()
824 GetModel()->EndUndo(); in SetDescription()
2507 aLinePolygonPart->SetModel(pRet->GetModel()); in ImpConvertToContourObj()
2528 aLineHairlinePart->SetModel(pRet->GetModel()); in ImpConvertToContourObj()
2563 pGroup->SetModel(pRet->GetModel()); in ImpConvertToContourObj()
2575 pClone->SetModel(pRet->GetModel()); in ImpConvertToContourObj()
2618 pClone->SetModel(pRet->GetModel()); in ImpConvertToContourObj()
2632 pGroup->SetModel(pRet->GetModel()); in ConvertToContourObj()
3225 pModel = pPage->GetModel(); in MakeNewObject()