Searched refs:_width (Results 1 – 14 of 14) sorted by relevance
188 _width = aSize.Width(); in initialize()189 if (_width > 500) in initialize()218 _barwidth = _width - (2 * _xoffset); in initialize()236 if ( _width > 500 ) in initialize()
103 long _height, _width, _tlx, _tly, _barwidth; member in desktop::SplashScreen
139 ScVbaOLEObject::setWidth( double _width ) throw (uno::RuntimeException) in setWidth() argument141 m_xControl->setWidth( _width ); in setWidth()
59 virtual void SAL_CALL setWidth( double _width ) throw (css::uno::RuntimeException);
127 VbaWindowBase::setWidth( sal_Int32 _width ) throw (uno::RuntimeException) in setWidth() argument129 setPosSize( getWindow(), _width, css::awt::PosSize::WIDTH ); in setWidth()
156 void SAL_CALL ScVbaShapeRange::setWidth( double _width ) throw (uno::RuntimeException) in setWidth() argument162 xShape->setWidth( _width ); in setWidth()
210 ScVbaShape::setWidth( double _width ) throw (uno::RuntimeException) in setWidth() argument212 m_pShapeHelper->setWidth( _width ); in setWidth()
211 void SAL_CALL ScVbaControl::setWidth( double _width ) throw (uno::RuntimeException) in setWidth() argument213 mpGeometryHelper->setWidth( _width ); in setWidth()
73 virtual void SAL_CALL setWidth( double _width ) throw (css::uno::RuntimeException);
58 virtual void SAL_CALL setWidth( sal_Int32 _width ) throw (css::uno::RuntimeException) ;
58 virtual void SAL_CALL setWidth( double _width ) throw (css::uno::RuntimeException);
72 virtual void SAL_CALL setWidth( double _width ) throw (css::uno::RuntimeException);
70 void SAL_CALL clazz::setWidth( ::sal_Int32 _width ) throw (uno::RuntimeException) \73 aSize.Width = _width; \
1751 name##_width, \
Completed in 123 milliseconds