Searched refs:_weight (Results 1 – 3 of 3) sorted by relevance
216 ScVbaLineFormat::setWeight( double _weight ) throw (uno::RuntimeException) in setWeight() argument218 if( _weight < 0 ) in setWeight()220 if( _weight == 0 ) in setWeight()221 _weight = 0.5; in setWeight()222 m_nLineWeight = _weight; in setWeight()224 aMillimeter.setInPoints( _weight ); in setWeight()
63 virtual void SAL_CALL setWeight( double _weight ) throw (css::uno::RuntimeException);
240 void SAL_CALL setWeight( const uno::Any& _weight ) throw (uno::RuntimeException) in setWeight() argument243 _weight >>= nWeight; in setWeight()542 void SAL_CALL ScVbaBorders::setWeight( const uno::Any& _weight ) throw (uno::RuntimeException) in setWeight() argument548 xBorder->setWeight( _weight ); in setWeight()
Completed in 36 milliseconds