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
2923 pSdrTextObj->SetMergedItemSet(aSet); in MungeTextIntoDrawBox()
2929 pSdrTextObj->NbcRotate(pSdrTextObj->GetCurrentBoundRect().Center(), nAngle, in MungeTextIntoDrawBox()
2933 pSdrTextObj->NbcSetLayer( pThisGroup->GetLayer() ); in MungeTextIntoDrawBox()
2937 pSdrTextObj = PTR_CAST(SdrTextObj, pRecord->pObj); in MungeTextIntoDrawBox()
2939 if( pSdrTextObj ) in MungeTextIntoDrawBox()
2942 pSdrTextObj->GetSnapRect().GetHeight()); in MungeTextIntoDrawBox()
2947 sal_uInt32 nOrdNum = pSdrTextObj->GetOrdNum(); in MungeTextIntoDrawBox()
2964 if (pSdrTextObj != pNewObj) in MungeTextIntoDrawBox()
2979 if( pSdrTextObj->GetPage() ) 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()

Completed in 42 milliseconds