Home
last modified time | relevance | path

Searched refs:pSdrTextObj (Results 1 – 4 of 4) sorted by relevance

/AOO42X/main/sw/source/filter/ww8/
H A Dww8graf.cxx2899 SdrTextObj* pSdrTextObj; in MungeTextIntoDrawBox() local
2906 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 …]
/AOO42X/main/svx/source/svdraw/
H A Dsvdfmtf.cxx493 const SdrTextObj* pSdrTextObj = dynamic_cast< SdrTextObj* >(pObj); in InsertObj() local
495 if(pSdrTextObj && pSdrTextObj->HasText()) in InsertObj()
501 const basegfx::B2DPolyPolygon aTextContour(pSdrTextObj->TakeContour()); in InsertObj()
521 SdrObject* pConverted = pSdrTextObj->ConvertToPolyObj(true, true); in InsertObj()
H A Dsvdmrkv.cxx741 const SdrTextObj* pSdrTextObj = dynamic_cast< const SdrTextObj* >(pMarkedObj); in SetMarkHandles() local
743 if(pSdrTextObj && pSdrTextObj->IsInEditMode()) in SetMarkHandles()
/AOO42X/main/svx/source/sidebar/possize/
H A DPosSizePropertyPanel.cxx219 const SdrTextObj* pSdrTextObj = dynamic_cast< const SdrTextObj* >(pObj); in hasText() local
221 if(pSdrTextObj && pSdrTextObj->HasText()) in hasText()