Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/filter/ww8/
H A Dww8graf.cxx2908 SdrTextObj* pSdrTextObj; in MungeTextIntoDrawBox() local
2915 pSdrTextObj = new SdrRectObj( OBJ_TEXT, pThisGroup->GetCurrentBoundRect()); in MungeTextIntoDrawBox()
2923 pSdrTextObj->SetMergedItemSet(aSet); in MungeTextIntoDrawBox()
2929 pSdrTextObj->NbcRotate(pSdrTextObj->GetCurrentBoundRect().Center(), nAngle, in MungeTextIntoDrawBox()
2933 pSdrTextObj->NbcSetLayer( pThisGroup->GetLayer() ); in MungeTextIntoDrawBox()
2934 pThisGroup->GetSubList()->NbcInsertObject(pSdrTextObj); in MungeTextIntoDrawBox()
2937 pSdrTextObj = PTR_CAST(SdrTextObj, pRecord->pObj); in MungeTextIntoDrawBox()
2939 if( pSdrTextObj ) in MungeTextIntoDrawBox()
2941 Size aObjSize(pSdrTextObj->GetSnapRect().GetWidth(), in MungeTextIntoDrawBox()
2942 pSdrTextObj->GetSnapRect().GetHeight()); in MungeTextIntoDrawBox()
[all …]
/AOO41X/main/svx/source/svdraw/
H A Dsvdfmtf.cxx490 const SdrTextObj* pSdrTextObj = dynamic_cast< SdrTextObj* >(pObj); in InsertObj() local
492 if(pSdrTextObj && pSdrTextObj->HasText()) in InsertObj()
498 const basegfx::B2DPolyPolygon aTextContour(pSdrTextObj->TakeContour()); in InsertObj()
518 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()
/AOO41X/main/svx/source/sidebar/possize/
H A DPosSizePropertyPanel.cxx216 const SdrTextObj* pSdrTextObj = dynamic_cast< const SdrTextObj* >(pObj); in hasText() local
218 if(pSdrTextObj && pSdrTextObj->HasText()) in hasText()