Home
last modified time | relevance | path

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

/AOO41X/main/svx/source/engine3d/
H A Dobj3d.cxx203 maLocalBoundVol(), in E3dObject()
696 if(maLocalBoundVol.isEmpty()) in GetBoundVolume()
698 const_cast< E3dObject* >(this)->maLocalBoundVol = RecalcBoundVolume(); in GetBoundVolume()
701 return maLocalBoundVol; in GetBoundVolume()
706 maLocalBoundVol.reset(); in InvalidateBoundVolume()
883 maLocalBoundVol = r3DObj.maLocalBoundVol; in operator =()
917 ((E3DObjGeoData &) rGeo).maLocalBoundVol = maLocalBoundVol; in SaveGeoData()
929 maLocalBoundVol = ((E3DObjGeoData &) rGeo).maLocalBoundVol; in RestGeoData()
/AOO41X/main/svx/inc/svx/
H A Dobj3d.hxx71 basegfx::B3DRange maLocalBoundVol; // umschliessendes Volumen des Objekts member in E3DObjGeoData
118 …basegfx::B3DRange maLocalBoundVol; // umschliessendes Volumen des Objekts (aus geomet… member in E3dObject