Searched refs:_left (Results 1 – 12 of 12) sorted by relevance
90 ScVbaAssistant::setLeft( ::sal_Int32 _left ) throw (css::uno::RuntimeException) in setLeft() argument92 m_nPointsLeft = _left; in setLeft()
102 ScVbaOLEObject::setLeft( double _left ) throw (uno::RuntimeException) in setLeft() argument104 m_xControl->setLeft( _left ); in setLeft()
56 virtual void SAL_CALL setLeft( ::sal_Int32 _left ) throw (css::uno::RuntimeException);
53 virtual void SAL_CALL setLeft( double _left ) throw (css::uno::RuntimeException);
103 VbaWindowBase::setLeft( sal_Int32 _left ) throw (uno::RuntimeException) in setLeft() argument105 setPosSize( getWindow(), _left, css::awt::PosSize::X ); in setLeft()
177 void SAL_CALL ScVbaShapeRange::setLeft( double _left ) throw (uno::RuntimeException) in setLeft() argument183 xShape->setLeft( _left ); in setLeft()
222 ScVbaShape::setLeft( double _left ) throw (uno::RuntimeException) in setLeft() argument224 m_pShapeHelper->setLeft( _left ); in setLeft()
223 ScVbaControl::setLeft( double _left ) throw (uno::RuntimeException) in setLeft() argument225 mpGeometryHelper->setLeft( _left ); in setLeft()
75 virtual void SAL_CALL setLeft( double _left ) throw (css::uno::RuntimeException);
52 virtual void SAL_CALL setLeft( sal_Int32 _left ) throw (css::uno::RuntimeException) ;
60 virtual void SAL_CALL setLeft( double _left ) throw (css::uno::RuntimeException);
74 virtual void SAL_CALL setLeft( double _left ) throw (css::uno::RuntimeException);
Completed in 36 milliseconds