Lines Matching refs:SAL_CALL

101 Any SAL_CALL StatusIndicator::queryInterface( const Type& rType ) throw( RuntimeException )  in queryInterface()
126 void SAL_CALL StatusIndicator::acquire() throw() in acquire()
139 void SAL_CALL StatusIndicator::release() throw() in release()
152 Sequence< Type > SAL_CALL StatusIndicator::getTypes() throw( RuntimeException ) in getTypes()
184 Any SAL_CALL StatusIndicator::queryAggregation( const Type& aType ) throw( RuntimeException ) in queryAggregation()
208 void SAL_CALL StatusIndicator::start( const OUString& sText, sal_Int32 nRange ) throw( RuntimeExcep… in start()
224 void SAL_CALL StatusIndicator::end() throw( RuntimeException ) in end()
239 void SAL_CALL StatusIndicator::setText( const OUString& sText ) throw( RuntimeException ) in setText()
252 void SAL_CALL StatusIndicator::setValue( sal_Int32 nValue ) throw( RuntimeException ) in setValue()
265 void SAL_CALL StatusIndicator::reset() throw( RuntimeException ) in reset()
280 Size SAL_CALL StatusIndicator::getMinimumSize () throw( RuntimeException ) in getMinimumSize()
289 Size SAL_CALL StatusIndicator::getPreferredSize () throw( RuntimeException ) in getPreferredSize()
322 Size SAL_CALL StatusIndicator::calcAdjustedSize ( const Size& /*rNewSize*/ ) throw( RuntimeExceptio… in calcAdjustedSize()
331 void SAL_CALL StatusIndicator::createPeer ( const Reference< XToolkit > & rToolkit, const Reference… in createPeer()
349 sal_Bool SAL_CALL StatusIndicator::setModel ( const Reference< XControlModel > & /*rModel*/ ) throw… in setModel()
359 Reference< XControlModel > SAL_CALL StatusIndicator::getModel () throw( RuntimeException ) in getModel()
370 void SAL_CALL StatusIndicator::dispose () throw( RuntimeException ) in dispose()
393 void SAL_CALL StatusIndicator::setPosSize ( sal_Int32 nX, sal_Int32 nY, sal_Int32 nWidth, sal_Int32… in setPosSize()