Searched refs:_fheight (Results 1 – 4 of 4) sorted by relevance
161 ScVbaChartObject::setHeight(double _fheight) throw ( script::BasicErrorException ) in setHeight() argument163 oShapeHelper->setHeight(_fheight); in setHeight()
62 void setHeight( double _fheight ) throw ( css::script::BasicErrorException );
182 void setHeight(double _fheight) throw ( css::script::BasicErrorException );
1214 void ShapeHelper::setHeight(double _fheight) throw ( css::script::BasicErrorException ) in setHeight() argument1219 aSize.Height = Millimeter::getInHundredthsOfOneMillimeter(_fheight); in setHeight()
Completed in 27 milliseconds