Searched refs:pSdrTextObj (Results 1 – 4 of 4) sorted by relevance
2899 SdrTextObj* pSdrTextObj; in MungeTextIntoDrawBox() local2906 pSdrTextObj = new SdrRectObj( OBJ_TEXT, pThisGroup->GetCurrentBoundRect()); in MungeTextIntoDrawBox()2914 pSdrTextObj->SetMergedItemSet(aSet); in MungeTextIntoDrawBox()2920 pSdrTextObj->NbcRotate(pSdrTextObj->GetCurrentBoundRect().Center(), nAngle, in MungeTextIntoDrawBox()2924 pSdrTextObj->NbcSetLayer( pThisGroup->GetLayer() ); in MungeTextIntoDrawBox()2925 pThisGroup->GetSubList()->NbcInsertObject(pSdrTextObj); in MungeTextIntoDrawBox()2928 pSdrTextObj = PTR_CAST(SdrTextObj, pRecord->pObj); in MungeTextIntoDrawBox()2930 if( pSdrTextObj ) in MungeTextIntoDrawBox()2932 Size aObjSize(pSdrTextObj->GetSnapRect().GetWidth(), in MungeTextIntoDrawBox()2933 pSdrTextObj->GetSnapRect().GetHeight()); in MungeTextIntoDrawBox()[all …]
493 const SdrTextObj* pSdrTextObj = dynamic_cast< SdrTextObj* >(pObj); in InsertObj() local495 if(pSdrTextObj && pSdrTextObj->HasText()) in InsertObj()501 const basegfx::B2DPolyPolygon aTextContour(pSdrTextObj->TakeContour()); in InsertObj()521 SdrObject* pConverted = pSdrTextObj->ConvertToPolyObj(true, true); in InsertObj()
741 const SdrTextObj* pSdrTextObj = dynamic_cast< const SdrTextObj* >(pMarkedObj); in SetMarkHandles() local743 if(pSdrTextObj && pSdrTextObj->IsInEditMode()) in SetMarkHandles()
219 const SdrTextObj* pSdrTextObj = dynamic_cast< const SdrTextObj* >(pObj); in hasText() local221 if(pSdrTextObj && pSdrTextObj->HasText()) in hasText()