Lines Matching refs:pCustoObj
141 SdrObject* EnhancedCustomShapeEngine::ImplForceGroupWithText( const SdrObjCustomShape* pCustoObj, S… in ImplForceGroupWithText() argument
143 bool bHasText = pCustoObj->HasText(); in ImplForceGroupWithText()
147 const SdrObject* pShadowGeometry = pCustoObj->GetSdrObjectShadowFromCustomShape(); in ImplForceGroupWithText()
169 pCustoObj->GetObjInventor(), OBJ_TEXT, 0L, pCustoObj->GetModel()); in ImplForceGroupWithText()
172 OutlinerParaObject* pParaObj = pCustoObj->GetOutlinerParaObject(); in ImplForceGroupWithText()
177 SfxItemSet aTargetItemSet( pCustoObj->GetMergedItemSet() ); in ImplForceGroupWithText()
184 Rectangle aTextBounds = pCustoObj->GetSnapRect(); in ImplForceGroupWithText()
194 const GeoStat& rSourceGeo = pCustoObj->GetGeoStat(); in ImplForceGroupWithText()
198 pCustoObj->GetSnapRect().Center(), rSourceGeo.nDrehWink, in ImplForceGroupWithText()
228 pRenderedShape->SetPage( pCustoObj->GetPage() ); in ImplForceGroupWithText()
229 pRenderedShape->SetModel( pCustoObj->GetModel() ); in ImplForceGroupWithText()