Home
last modified time | relevance | path

Searched refs:pSdrTextObj (Results 1 – 4 of 4) sorted by last modified time

/trunk/main/sw/source/filter/ww8/
H A Dww8graf.cxx2900 SdrTextObj* pSdrTextObj; in MungeTextIntoDrawBox() local
2915 pSdrTextObj->SetMergedItemSet(aSet); in MungeTextIntoDrawBox()
2921 pSdrTextObj->NbcRotate(pSdrTextObj->GetCurrentBoundRect().Center(), nAngle, in MungeTextIntoDrawBox()
2925 pSdrTextObj->NbcSetLayer( pThisGroup->GetLayer() ); in MungeTextIntoDrawBox()
2929 pSdrTextObj = PTR_CAST(SdrTextObj, pRecord->pObj); in MungeTextIntoDrawBox()
2931 if( pSdrTextObj ) in MungeTextIntoDrawBox()
2934 pSdrTextObj->GetSnapRect().GetHeight()); in MungeTextIntoDrawBox()
2939 sal_uInt32 nOrdNum = pSdrTextObj->GetOrdNum(); in MungeTextIntoDrawBox()
2956 if (pSdrTextObj != pNewObj) in MungeTextIntoDrawBox()
2971 if( pSdrTextObj->GetPage() ) in MungeTextIntoDrawBox()
[all …]
/trunk/main/svx/source/svdraw/
H A Dsvdmrkv.cxx741 const SdrTextObj* pSdrTextObj = dynamic_cast< const SdrTextObj* >(pMarkedObj); in SetMarkHandles() local
743 if(pSdrTextObj && pSdrTextObj->IsInEditMode()) in SetMarkHandles()
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()
/trunk/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()

Completed in 53 milliseconds