Lines Matching refs:SAL_CALL

203 uno::Any SAL_CALL OFixedLine::queryInterface( const uno::Type& _rType ) throw (uno::RuntimeExceptio…  in IMPLEMENT_FORWARD_REFCOUNT()
214 void SAL_CALL OFixedLine::dispose() throw(uno::RuntimeException) in dispose()
226 ::rtl::OUString SAL_CALL OFixedLine::getImplementationName( ) throw(uno::RuntimeException) in getImplementationName()
245 uno::Sequence< ::rtl::OUString > SAL_CALL OFixedLine::getSupportedServiceNames( ) throw(uno::Runti… in getSupportedServiceNames()
250 sal_Bool SAL_CALL OFixedLine::supportsService(const ::rtl::OUString& ServiceName) throw( uno::Runti… in supportsService()
259 ::sal_Int16 SAL_CALL OFixedLine::getControlBorder( ) throw (beans::UnknownPropertyException, uno::… in REPORTCOMPONENT_NOMASTERDETAIL()
264 void SAL_CALL OFixedLine::setControlBorder( ::sal_Int16 /*_border*/ ) throw (lang::IllegalArgumentE… in setControlBorder()
269 ::sal_Int32 SAL_CALL OFixedLine::getControlBorderColor() throw (beans::UnknownPropertyException,uno… in getControlBorderColor()
274 void SAL_CALL OFixedLine::setControlBorderColor( ::sal_Int32 /*_bordercolor*/ ) throw (beans::Unkno… in setControlBorderColor()
279 uno::Reference< beans::XPropertySetInfo > SAL_CALL OFixedLine::getPropertySetInfo( ) throw(uno::Ru… in getPropertySetInfo()
284 void SAL_CALL OFixedLine::setPropertyValue( const ::rtl::OUString& aPropertyName, const uno::Any& a… in setPropertyValue()
289 uno::Any SAL_CALL OFixedLine::getPropertyValue( const ::rtl::OUString& PropertyName ) throw (beans:… in getPropertyValue()
294 void SAL_CALL OFixedLine::addPropertyChangeListener( const ::rtl::OUString& aPropertyName, const un… in addPropertyChangeListener()
299 void SAL_CALL OFixedLine::removePropertyChangeListener( const ::rtl::OUString& aPropertyName, const… in removePropertyChangeListener()
304 void SAL_CALL OFixedLine::addVetoableChangeListener( const ::rtl::OUString& PropertyName, const uno… in addVetoableChangeListener()
309 void SAL_CALL OFixedLine::removeVetoableChangeListener( const ::rtl::OUString& PropertyName, const … in removeVetoableChangeListener()
315 ::rtl::OUString SAL_CALL OFixedLine::getDataField() throw (beans::UnknownPropertyException, uno::Ru… in getDataField()
320 void SAL_CALL OFixedLine::setDataField( const ::rtl::OUString& /*_datafield*/ ) throw (lang::Illega… in setDataField()
325 ::sal_Int32 SAL_CALL OFixedLine::getControlBackground() throw (beans::UnknownPropertyException, uno… in getControlBackground()
330 void SAL_CALL OFixedLine::setControlBackground( ::sal_Int32 /*_backgroundcolor*/ ) throw (uno::Runt… in setControlBackground()
335 ::sal_Bool SAL_CALL OFixedLine::getControlBackgroundTransparent() throw (beans::UnknownPropertyExce… in getControlBackgroundTransparent()
340 void SAL_CALL OFixedLine::setControlBackgroundTransparent( ::sal_Bool /*_controlbackgroundtranspare… in setControlBackgroundTransparent()
345 ::sal_Bool SAL_CALL OFixedLine::getPrintWhenGroupChange() throw (beans::UnknownPropertyException, u… in getPrintWhenGroupChange()
350 void SAL_CALL OFixedLine::setPrintWhenGroupChange( ::sal_Bool /*_printwhengroupchange*/ ) throw (be… in setPrintWhenGroupChange()
355 ::rtl::OUString SAL_CALL OFixedLine::getConditionalPrintExpression() throw (beans::UnknownPropertyE… in getConditionalPrintExpression()
360 void SAL_CALL OFixedLine::setConditionalPrintExpression( const ::rtl::OUString& /*_conditionalprint… in setConditionalPrintExpression()
366 uno::Reference< util::XCloneable > SAL_CALL OFixedLine::createClone( ) throw (uno::RuntimeExceptio… in createClone()
376 ::sal_Int32 SAL_CALL OFixedLine::getOrientation() throw (beans::UnknownPropertyException,uno::Runti… in getOrientation()
382 void SAL_CALL OFixedLine::setOrientation( ::sal_Int32 _orientation ) throw (beans::UnknownPropertyE… in setOrientation()
387 drawing::LineStyle SAL_CALL OFixedLine::getLineStyle() throw (uno::RuntimeException) in getLineStyle()
393 void SAL_CALL OFixedLine::setLineStyle( drawing::LineStyle _linestyle ) throw (uno::RuntimeExceptio… in setLineStyle()
398 drawing::LineDash SAL_CALL OFixedLine::getLineDash() throw (uno::RuntimeException) in getLineDash()
404 void SAL_CALL OFixedLine::setLineDash( const drawing::LineDash& _linedash ) throw (uno::RuntimeExce… in setLineDash()
409 ::sal_Int32 SAL_CALL OFixedLine::getLineColor() throw (uno::RuntimeException) in getLineColor()
415 void SAL_CALL OFixedLine::setLineColor( ::sal_Int32 _linecolor ) throw (uno::RuntimeException) in setLineColor()
420 ::sal_Int16 SAL_CALL OFixedLine::getLineTransparence() throw (uno::RuntimeException) in getLineTransparence()
426 void SAL_CALL OFixedLine::setLineTransparence( ::sal_Int16 _linetransparence ) throw (uno::RuntimeE… in setLineTransparence()
431 ::sal_Int32 SAL_CALL OFixedLine::getLineWidth() throw (uno::RuntimeException) in getLineWidth()
437 void SAL_CALL OFixedLine::setLineWidth( ::sal_Int32 _linewidth ) throw (uno::RuntimeException) in setLineWidth()
444 uno::Reference< uno::XInterface > SAL_CALL OFixedLine::getParent( ) throw (uno::RuntimeException) in getParent()
449 void SAL_CALL OFixedLine::setParent( const uno::Reference< uno::XInterface >& Parent ) throw (lang:… in setParent()
454 uno::Reference< report::XFormatCondition > SAL_CALL OFixedLine::createFormatCondition( ) throw (un… in createFormatCondition()
460 void SAL_CALL OFixedLine::addContainerListener( const uno::Reference< container::XContainerListener… in addContainerListener()
465 void SAL_CALL OFixedLine::removeContainerListener( const uno::Reference< container::XContainerListe… in removeContainerListener()
471 uno::Type SAL_CALL OFixedLine::getElementType( ) throw (uno::RuntimeException) in getElementType()
476 ::sal_Bool SAL_CALL OFixedLine::hasElements( ) throw (uno::RuntimeException) in hasElements()
482 void SAL_CALL OFixedLine::insertByIndex( ::sal_Int32 Index, const uno::Any& Element ) throw (lang::… in insertByIndex()
487 void SAL_CALL OFixedLine::removeByIndex( ::sal_Int32 Index ) throw (lang::IndexOutOfBoundsException… in removeByIndex()
493 void SAL_CALL OFixedLine::replaceByIndex( ::sal_Int32 Index, const uno::Any& Element ) throw (lang:… in replaceByIndex()
499 ::sal_Int32 SAL_CALL OFixedLine::getCount( ) throw (uno::RuntimeException) in getCount()
504 uno::Any SAL_CALL OFixedLine::getByIndex( ::sal_Int32 Index ) throw (lang::IndexOutOfBoundsExceptio… in getByIndex()
510 awt::Point SAL_CALL OFixedLine::getPosition( ) throw (uno::RuntimeException) in getPosition()
515 void SAL_CALL OFixedLine::setPosition( const awt::Point& aPosition ) throw (uno::RuntimeException) in setPosition()
520 awt::Size SAL_CALL OFixedLine::getSize( ) throw (uno::RuntimeException) in getSize()
525 void SAL_CALL OFixedLine::setSize( const awt::Size& aSize ) throw (beans::PropertyVetoException, un… in setSize()
533 ::rtl::OUString SAL_CALL OFixedLine::getShapeType( ) throw (uno::RuntimeException) in getShapeType()
538 ::rtl::OUString SAL_CALL OFixedLine::getHyperLinkURL() throw (uno::RuntimeException, beans::Unknown… in getHyperLinkURL()
542 void SAL_CALL OFixedLine::setHyperLinkURL(const ::rtl::OUString & /*the_value*/) throw (uno::Runtim… in setHyperLinkURL()
546 ::rtl::OUString SAL_CALL OFixedLine::getHyperLinkTarget() throw (uno::RuntimeException, beans::Unkn… in getHyperLinkTarget()
550 void SAL_CALL OFixedLine::setHyperLinkTarget(const ::rtl::OUString & /*the_value*/) throw (uno::Run… in setHyperLinkTarget()
554 ::rtl::OUString SAL_CALL OFixedLine::getHyperLinkName() throw (uno::RuntimeException, beans::Unknow… in getHyperLinkName()
558 void SAL_CALL OFixedLine::setHyperLinkName(const ::rtl::OUString & /*the_value*/) throw (uno::Runti… in setHyperLinkName()
565 ::sal_Bool SAL_CALL OFixedLine::getPrintRepeatedValues() throw (beans::UnknownPropertyException, un… in NO_REPORTCONTROLFORMAT_IMPL()
569 void SAL_CALL OFixedLine::setPrintRepeatedValues( ::sal_Bool /*_printrepeatedvalues*/ ) throw (bean… in setPrintRepeatedValues()