Home
last modified time | relevance | path

Searched refs:_height (Results 1 – 17 of 17) sorted by relevance

/trunk/main/sc/source/ui/vba/
H A Dvbaoleobject.cxx127 ScVbaOLEObject::setHeight( double _height ) throw (uno::RuntimeException) in setHeight() argument
129 m_xControl->setHeight( _height ); in setHeight()
H A Dvbaoleobject.hxx57 virtual void SAL_CALL setHeight( double _height ) throw (css::uno::RuntimeException);
/trunk/main/vbahelper/source/vbahelper/
H A Dvbawindowbase.cxx91 VbaWindowBase::setHeight( sal_Int32 _height ) throw (uno::RuntimeException) in setHeight() argument
93 setPosSize( getWindow(), _height, css::awt::PosSize::HEIGHT ); in setHeight()
H A Dvbashaperange.cxx135 void SAL_CALL ScVbaShapeRange::setHeight( double _height ) throw (uno::RuntimeException) in setHeight() argument
141 xShape->setHeight( _height ); in setHeight()
H A Dvbashape.cxx198 ScVbaShape::setHeight( double _height ) throw (uno::RuntimeException) in setHeight() argument
200 m_pShapeHelper->setHeight( _height ); in setHeight()
/trunk/main/forms/qa/integration/forms/
H A DFormLayer.java183 int _yPos, int _height ) in createLabeledControl() argument
192 _xPos + 25, _yPos, 40, _height ); in createLabeledControl()
/trunk/main/desktop/source/splash/
H A Dsplash.cxx187 _height = aSize.Height(); in initialize()
224 _tly = _height - _yoffset; // top-left y in initialize()
H A Dsplash.hxx103 long _height, _width, _tlx, _tly, _barwidth; member in desktop::SplashScreen
/trunk/main/vbahelper/source/msforms/
H A Dvbacontrol.cxx202 void SAL_CALL ScVbaControl::setHeight( double _height ) throw (uno::RuntimeException) in setHeight() argument
204 mpGeometryHelper->setHeight( _height ); in setHeight()
H A Dvbacontrol.hxx71 virtual void SAL_CALL setHeight( double _height ) throw (css::uno::RuntimeException);
/trunk/main/reportdesign/source/core/api/
H A DSection.cxx292 void SAL_CALL OSection::setHeight( ::sal_uInt32 _height ) throw (uno::RuntimeException) in setHeight() argument
294 set(PROPERTY_HEIGHT,_height,m_nHeight); in setHeight()
/trunk/main/vbahelper/inc/vbahelper/
H A Dvbawindowbase.hxx50 virtual void SAL_CALL setHeight( sal_Int32 _height ) throw (css::uno::RuntimeException) ;
H A Dvbashaperange.hxx56 virtual void SAL_CALL setHeight( double _height ) throw (css::uno::RuntimeException);
H A Dvbashape.hxx70 virtual void SAL_CALL setHeight( double _height ) throw (css::uno::RuntimeException);
/trunk/main/reportdesign/source/core/inc/
H A DSection.hxx139 …virtual void SAL_CALL setHeight( ::sal_uInt32 _height ) throw (::com::sun::star::uno::RuntimeExcep…
H A DReportHelperImpl.hxx40 void SAL_CALL clazz::setHeight( ::sal_Int32 _height ) throw (uno::RuntimeException) \
43 aSize.Height = _height; \
/trunk/main/vcl/unx/generic/app/
H A Dsaldisp.cxx1752 name##_height )

Completed in 77 milliseconds