Home
last modified time | relevance | path

Searched refs:rSourceGeo (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/svx/source/customshapes/
H A DEnhancedCustomShapeEngine.cxx194 const GeoStat& rSourceGeo = pCustoObj->GetGeoStat(); in ImplForceGroupWithText() local
195 if ( rSourceGeo.nDrehWink ) in ImplForceGroupWithText()
198 pCustoObj->GetSnapRect().Center(), rSourceGeo.nDrehWink, in ImplForceGroupWithText()
199 rSourceGeo.nSin, rSourceGeo.nCos); in ImplForceGroupWithText()
/AOO41X/main/svx/source/svdraw/
H A Dsvdedtv2.cxx1621 const GeoStat& rSourceGeo = pCustomShape->GetGeoStat(); in ImpDismantleOneObject() local
1622 if(rSourceGeo.nDrehWink) in ImpDismantleOneObject()
1625 pCustomShape->GetSnapRect().Center(), rSourceGeo.nDrehWink, in ImpDismantleOneObject()
1626 rSourceGeo.nSin, rSourceGeo.nCos); in ImpDismantleOneObject()