Home
last modified time | relevance | path

Searched refs:_left (Results 1 – 12 of 12) sorted by relevance

/trunk/main/sc/source/ui/vba/
H A Dvbaassistant.cxx90 ScVbaAssistant::setLeft( ::sal_Int32 _left ) throw (css::uno::RuntimeException) in setLeft() argument
92 m_nPointsLeft = _left; in setLeft()
H A Dvbaoleobject.cxx102 ScVbaOLEObject::setLeft( double _left ) throw (uno::RuntimeException) in setLeft() argument
104 m_xControl->setLeft( _left ); in setLeft()
H A Dvbaassistant.hxx56 virtual void SAL_CALL setLeft( ::sal_Int32 _left ) throw (css::uno::RuntimeException);
H A Dvbaoleobject.hxx53 virtual void SAL_CALL setLeft( double _left ) throw (css::uno::RuntimeException);
/trunk/main/vbahelper/source/vbahelper/
H A Dvbawindowbase.cxx103 VbaWindowBase::setLeft( sal_Int32 _left ) throw (uno::RuntimeException) in setLeft() argument
105 setPosSize( getWindow(), _left, css::awt::PosSize::X ); in setLeft()
H A Dvbashaperange.cxx177 void SAL_CALL ScVbaShapeRange::setLeft( double _left ) throw (uno::RuntimeException) in setLeft() argument
183 xShape->setLeft( _left ); in setLeft()
H A Dvbashape.cxx222 ScVbaShape::setLeft( double _left ) throw (uno::RuntimeException) in setLeft() argument
224 m_pShapeHelper->setLeft( _left ); in setLeft()
/trunk/main/vbahelper/source/msforms/
H A Dvbacontrol.cxx223 ScVbaControl::setLeft( double _left ) throw (uno::RuntimeException) in setLeft() argument
225 mpGeometryHelper->setLeft( _left ); in setLeft()
H A Dvbacontrol.hxx75 virtual void SAL_CALL setLeft( double _left ) throw (css::uno::RuntimeException);
/trunk/main/vbahelper/inc/vbahelper/
H A Dvbawindowbase.hxx52 virtual void SAL_CALL setLeft( sal_Int32 _left ) throw (css::uno::RuntimeException) ;
H A Dvbashaperange.hxx60 virtual void SAL_CALL setLeft( double _left ) throw (css::uno::RuntimeException);
H A Dvbashape.hxx74 virtual void SAL_CALL setLeft( double _left ) throw (css::uno::RuntimeException);

Completed in 48 milliseconds