Searched refs:_height (Results  1 – 17 of 17) sorted by relevance
| /trunk/main/sc/source/ui/vba/ | 
| H A D | vbaoleobject.cxx | 127 ScVbaOLEObject::setHeight( double _height ) throw (uno::RuntimeException)  in setHeight()  argument 129     m_xControl->setHeight( _height );  in setHeight()
  | 
| H A D | vbaoleobject.hxx | 57     virtual void SAL_CALL setHeight( double _height ) throw (css::uno::RuntimeException);
  | 
| /trunk/main/vbahelper/source/vbahelper/ | 
| H A D | vbawindowbase.cxx | 91 VbaWindowBase::setHeight( sal_Int32 _height ) throw (uno::RuntimeException)  in setHeight()  argument 93 	setPosSize( getWindow(), _height, css::awt::PosSize::HEIGHT );  in setHeight()
  | 
| H A D | vbashaperange.cxx | 135 void SAL_CALL ScVbaShapeRange::setHeight( double _height ) throw (uno::RuntimeException)  in setHeight()  argument 141 		xShape->setHeight( _height );  in setHeight()
  | 
| H A D | vbashape.cxx | 198 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 D | FormLayer.java | 183             int _yPos, int _height )  in createLabeledControl()  argument 192             _xPos + 25, _yPos, 40, _height );  in createLabeledControl()
  | 
| /trunk/main/desktop/source/splash/ | 
| H A D | splash.cxx | 187 	    _height = aSize.Height();  in initialize() 224                 _tly = _height - _yoffset; // top-left y  in initialize()
  | 
| H A D | splash.hxx | 103 	long _height, _width, _tlx, _tly, _barwidth;  member in desktop::SplashScreen
  | 
| /trunk/main/vbahelper/source/msforms/ | 
| H A D | vbacontrol.cxx | 202 void SAL_CALL ScVbaControl::setHeight( double _height ) throw (uno::RuntimeException)  in setHeight()  argument 204     mpGeometryHelper->setHeight( _height );  in setHeight()
  | 
| H A D | vbacontrol.hxx | 71     virtual void SAL_CALL setHeight( double _height ) throw (css::uno::RuntimeException);
  | 
| /trunk/main/reportdesign/source/core/api/ | 
| H A D | Section.cxx | 292 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 D | vbawindowbase.hxx | 50     virtual void SAL_CALL setHeight( sal_Int32 _height ) throw (css::uno::RuntimeException) ;
  | 
| H A D | vbashaperange.hxx | 56     virtual void SAL_CALL setHeight( double _height ) throw (css::uno::RuntimeException);
  | 
| H A D | vbashape.hxx | 70     virtual void SAL_CALL setHeight( double _height ) throw (css::uno::RuntimeException);
  | 
| /trunk/main/reportdesign/source/core/inc/ | 
| H A D | Section.hxx | 139 …virtual void SAL_CALL setHeight( ::sal_uInt32 _height ) throw (::com::sun::star::uno::RuntimeExcep…
  | 
| H A D | ReportHelperImpl.hxx | 40 void SAL_CALL clazz::setHeight( ::sal_Int32 _height ) throw (uno::RuntimeException) \ 43     aSize.Height = _height; \
  | 
| /trunk/main/vcl/unx/generic/app/ | 
| H A D | saldisp.cxx | 1752                            name##_height )
  | 
        Completed in 668 milliseconds