Home
last modified time | relevance | path

Searched refs:_fheight (Results 1 – 4 of 4) sorted by relevance

/aoo41x/main/sc/source/ui/vba/
H A Dvbachartobject.cxx161 ScVbaChartObject::setHeight(double _fheight) throw ( script::BasicErrorException ) in setHeight() argument
163 oShapeHelper->setHeight(_fheight); in setHeight()
H A Dvbachartobject.hxx62 void setHeight( double _fheight ) throw ( css::script::BasicErrorException );
/aoo41x/main/vbahelper/inc/vbahelper/
H A Dvbahelper.hxx182 void setHeight(double _fheight) throw ( css::script::BasicErrorException );
/aoo41x/main/vbahelper/source/vbahelper/
H A Dvbahelper.cxx1214 void ShapeHelper::setHeight(double _fheight) throw ( css::script::BasicErrorException ) in setHeight() argument
1219 aSize.Height = Millimeter::getInHundredthsOfOneMillimeter(_fheight); in setHeight()

Completed in 27 milliseconds