Home
last modified time | relevance | path

Searched refs:_weight (Results 1 – 3 of 3) sorted by relevance

/trunk/main/vbahelper/source/vbahelper/
H A Dvbalineformat.cxx216 ScVbaLineFormat::setWeight( double _weight ) throw (uno::RuntimeException) in setWeight() argument
218 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()
H A Dvbalineformat.hxx63 virtual void SAL_CALL setWeight( double _weight ) throw (css::uno::RuntimeException);
/trunk/main/sc/source/ui/vba/
H A Dvbaborders.cxx240 void SAL_CALL setWeight( const uno::Any& _weight ) throw (uno::RuntimeException) in setWeight() argument
243 _weight >>= nWeight; in setWeight()
542 void SAL_CALL ScVbaBorders::setWeight( const uno::Any& _weight ) throw (uno::RuntimeException) in setWeight() argument
548 xBorder->setWeight( _weight ); in setWeight()

Completed in 23 milliseconds