Home
last modified time | relevance | path

Searched refs:_width (Results 1 – 14 of 14) sorted by relevance

/trunk/main/desktop/source/splash/
H A Dsplash.cxx188 _width = aSize.Width(); in initialize()
189 if (_width > 500) in initialize()
218 _barwidth = _width - (2 * _xoffset); in initialize()
236 if ( _width > 500 ) in initialize()
H A Dsplash.hxx103 long _height, _width, _tlx, _tly, _barwidth; member in desktop::SplashScreen
/trunk/main/sc/source/ui/vba/
H A Dvbaoleobject.cxx139 ScVbaOLEObject::setWidth( double _width ) throw (uno::RuntimeException) in setWidth() argument
141 m_xControl->setWidth( _width ); in setWidth()
H A Dvbaoleobject.hxx59 virtual void SAL_CALL setWidth( double _width ) throw (css::uno::RuntimeException);
/trunk/main/vbahelper/source/vbahelper/
H A Dvbawindowbase.cxx127 VbaWindowBase::setWidth( sal_Int32 _width ) throw (uno::RuntimeException) in setWidth() argument
129 setPosSize( getWindow(), _width, css::awt::PosSize::WIDTH ); in setWidth()
H A Dvbashaperange.cxx156 void SAL_CALL ScVbaShapeRange::setWidth( double _width ) throw (uno::RuntimeException) in setWidth() argument
162 xShape->setWidth( _width ); in setWidth()
H A Dvbashape.cxx210 ScVbaShape::setWidth( double _width ) throw (uno::RuntimeException) in setWidth() argument
212 m_pShapeHelper->setWidth( _width ); in setWidth()
/trunk/main/vbahelper/source/msforms/
H A Dvbacontrol.cxx211 void SAL_CALL ScVbaControl::setWidth( double _width ) throw (uno::RuntimeException) in setWidth() argument
213 mpGeometryHelper->setWidth( _width ); in setWidth()
H A Dvbacontrol.hxx73 virtual void SAL_CALL setWidth( double _width ) throw (css::uno::RuntimeException);
/trunk/main/vbahelper/inc/vbahelper/
H A Dvbawindowbase.hxx58 virtual void SAL_CALL setWidth( sal_Int32 _width ) throw (css::uno::RuntimeException) ;
H A Dvbashaperange.hxx58 virtual void SAL_CALL setWidth( double _width ) throw (css::uno::RuntimeException);
H A Dvbashape.hxx72 virtual void SAL_CALL setWidth( double _width ) throw (css::uno::RuntimeException);
/trunk/main/reportdesign/source/core/inc/
H A DReportHelperImpl.hxx70 void SAL_CALL clazz::setWidth( ::sal_Int32 _width ) throw (uno::RuntimeException) \
73 aSize.Width = _width; \
/trunk/main/vcl/unx/generic/app/
H A Dsaldisp.cxx1751 name##_width, \

Completed in 57 milliseconds