Lines Matching refs:OFixedLine

141 OFixedLine::OFixedLine(uno::Reference< uno::XComponentContext > const & _xContext)  in DBG_NAME()
155 OFixedLine::OFixedLine(uno::Reference< uno::XComponentContext > const & _xContext in OFixedLine() function in reportdesign::OFixedLine
196 OFixedLine::~OFixedLine() in ~OFixedLine()
202 IMPLEMENT_FORWARD_REFCOUNT( OFixedLine, FixedLineBase ) in IMPLEMENT_FORWARD_REFCOUNT() argument
204 uno::Any SAL_CALL OFixedLine::queryInterface( const uno::Type& _rType ) throw (uno::RuntimeExceptio… in IMPLEMENT_FORWARD_REFCOUNT()
215 void SAL_CALL OFixedLine::dispose() throw(uno::RuntimeException) in dispose()
221 ::rtl::OUString OFixedLine::getImplementationName_Static( ) throw(uno::RuntimeException) in getImplementationName_Static()
227 ::rtl::OUString SAL_CALL OFixedLine::getImplementationName( ) throw(uno::RuntimeException) in getImplementationName()
232 uno::Sequence< ::rtl::OUString > OFixedLine::getSupportedServiceNames_Static( ) throw(uno::Runtime… in getSupportedServiceNames_Static()
240 uno::Reference< uno::XInterface > OFixedLine::create(uno::Reference< uno::XComponentContext > const… in create()
242 return *(new OFixedLine(xContext)); in create()
246 uno::Sequence< ::rtl::OUString > SAL_CALL OFixedLine::getSupportedServiceNames( ) throw(uno::Runti… in getSupportedServiceNames()
251 sal_Bool SAL_CALL OFixedLine::supportsService(const ::rtl::OUString& ServiceName) throw( uno::Runti… in supportsService()
257 REPORTCOMPONENT_IMPL3(OFixedLine,m_aProps.aComponent)
258 REPORTCOMPONENT_NOMASTERDETAIL(OFixedLine) in REPORTCOMPONENT_NOMASTERDETAIL() argument
260 ::sal_Int16 SAL_CALL OFixedLine::getControlBorder( ) throw (beans::UnknownPropertyException, uno::… in REPORTCOMPONENT_NOMASTERDETAIL()
265 void SAL_CALL OFixedLine::setControlBorder( ::sal_Int16 /*_border*/ ) throw (lang::IllegalArgumentE… in setControlBorder()
270 ::sal_Int32 SAL_CALL OFixedLine::getControlBorderColor() throw (beans::UnknownPropertyException,uno… in getControlBorderColor()
275 void SAL_CALL OFixedLine::setControlBorderColor( ::sal_Int32 /*_bordercolor*/ ) throw (beans::Unkno… in setControlBorderColor()
280 uno::Reference< beans::XPropertySetInfo > SAL_CALL OFixedLine::getPropertySetInfo( ) throw(uno::Ru… in getPropertySetInfo()
285 void SAL_CALL OFixedLine::setPropertyValue( const ::rtl::OUString& aPropertyName, const uno::Any& a… in setPropertyValue()
290 uno::Any SAL_CALL OFixedLine::getPropertyValue( const ::rtl::OUString& PropertyName ) throw (beans:… in getPropertyValue()
295 void SAL_CALL OFixedLine::addPropertyChangeListener( const ::rtl::OUString& aPropertyName, const un… in addPropertyChangeListener()
300 void SAL_CALL OFixedLine::removePropertyChangeListener( const ::rtl::OUString& aPropertyName, const… in removePropertyChangeListener()
305 void SAL_CALL OFixedLine::addVetoableChangeListener( const ::rtl::OUString& PropertyName, const uno… in addVetoableChangeListener()
310 void SAL_CALL OFixedLine::removeVetoableChangeListener( const ::rtl::OUString& PropertyName, const … in removeVetoableChangeListener()
316 ::rtl::OUString SAL_CALL OFixedLine::getDataField() throw (beans::UnknownPropertyException, uno::Ru… in getDataField()
321 void SAL_CALL OFixedLine::setDataField( const ::rtl::OUString& /*_datafield*/ ) throw (lang::Illega… in setDataField()
326 ::sal_Int32 SAL_CALL OFixedLine::getControlBackground() throw (beans::UnknownPropertyException, uno… in getControlBackground()
331 void SAL_CALL OFixedLine::setControlBackground( ::sal_Int32 /*_backgroundcolor*/ ) throw (uno::Runt… in setControlBackground()
336 ::sal_Bool SAL_CALL OFixedLine::getControlBackgroundTransparent() throw (beans::UnknownPropertyExce… in getControlBackgroundTransparent()
341 void SAL_CALL OFixedLine::setControlBackgroundTransparent( ::sal_Bool /*_controlbackgroundtranspare… in setControlBackgroundTransparent()
346 ::sal_Bool SAL_CALL OFixedLine::getPrintWhenGroupChange() throw (beans::UnknownPropertyException, u… in getPrintWhenGroupChange()
351 void SAL_CALL OFixedLine::setPrintWhenGroupChange( ::sal_Bool /*_printwhengroupchange*/ ) throw (be… in setPrintWhenGroupChange()
356 ::rtl::OUString SAL_CALL OFixedLine::getConditionalPrintExpression() throw (beans::UnknownPropertyE… in getConditionalPrintExpression()
361 void SAL_CALL OFixedLine::setConditionalPrintExpression( const ::rtl::OUString& /*_conditionalprint… in setConditionalPrintExpression()
367 uno::Reference< util::XCloneable > SAL_CALL OFixedLine::createClone( ) throw (uno::RuntimeExceptio… in createClone()
377 ::sal_Int32 SAL_CALL OFixedLine::getOrientation() throw (beans::UnknownPropertyException,uno::Runti… in getOrientation()
383 void SAL_CALL OFixedLine::setOrientation( ::sal_Int32 _orientation ) throw (beans::UnknownPropertyE… in setOrientation()
388 drawing::LineStyle SAL_CALL OFixedLine::getLineStyle() throw (uno::RuntimeException) in getLineStyle()
394 void SAL_CALL OFixedLine::setLineStyle( drawing::LineStyle _linestyle ) throw (uno::RuntimeExceptio… in setLineStyle()
399 drawing::LineDash SAL_CALL OFixedLine::getLineDash() throw (uno::RuntimeException) in getLineDash()
405 void SAL_CALL OFixedLine::setLineDash( const drawing::LineDash& _linedash ) throw (uno::RuntimeExce… in setLineDash()
410 ::sal_Int32 SAL_CALL OFixedLine::getLineColor() throw (uno::RuntimeException) in getLineColor()
416 void SAL_CALL OFixedLine::setLineColor( ::sal_Int32 _linecolor ) throw (uno::RuntimeException) in setLineColor()
421 ::sal_Int16 SAL_CALL OFixedLine::getLineTransparence() throw (uno::RuntimeException) in getLineTransparence()
427 void SAL_CALL OFixedLine::setLineTransparence( ::sal_Int16 _linetransparence ) throw (uno::RuntimeE… in setLineTransparence()
432 ::sal_Int32 SAL_CALL OFixedLine::getLineWidth() throw (uno::RuntimeException) in getLineWidth()
438 void SAL_CALL OFixedLine::setLineWidth( ::sal_Int32 _linewidth ) throw (uno::RuntimeException) in setLineWidth()
445 uno::Reference< uno::XInterface > SAL_CALL OFixedLine::getParent( ) throw (uno::RuntimeException) in getParent()
450 void SAL_CALL OFixedLine::setParent( const uno::Reference< uno::XInterface >& Parent ) throw (lang:… in setParent()
455 uno::Reference< report::XFormatCondition > SAL_CALL OFixedLine::createFormatCondition( ) throw (un… in createFormatCondition()
461 void SAL_CALL OFixedLine::addContainerListener( const uno::Reference< container::XContainerListener… in addContainerListener()
466 void SAL_CALL OFixedLine::removeContainerListener( const uno::Reference< container::XContainerListe… in removeContainerListener()
472 uno::Type SAL_CALL OFixedLine::getElementType( ) throw (uno::RuntimeException) in getElementType()
477 ::sal_Bool SAL_CALL OFixedLine::hasElements( ) throw (uno::RuntimeException) in hasElements()
483 void SAL_CALL OFixedLine::insertByIndex( ::sal_Int32 Index, const uno::Any& Element ) throw (lang::… in insertByIndex()
488 void SAL_CALL OFixedLine::removeByIndex( ::sal_Int32 Index ) throw (lang::IndexOutOfBoundsException… in removeByIndex()
494 void SAL_CALL OFixedLine::replaceByIndex( ::sal_Int32 Index, const uno::Any& Element ) throw (lang:… in replaceByIndex()
500 ::sal_Int32 SAL_CALL OFixedLine::getCount( ) throw (uno::RuntimeException) in getCount()
505 uno::Any SAL_CALL OFixedLine::getByIndex( ::sal_Int32 Index ) throw (lang::IndexOutOfBoundsExceptio… in getByIndex()
511 awt::Point SAL_CALL OFixedLine::getPosition( ) throw (uno::RuntimeException) in getPosition()
516 void SAL_CALL OFixedLine::setPosition( const awt::Point& aPosition ) throw (uno::RuntimeException) in setPosition()
521 awt::Size SAL_CALL OFixedLine::getSize( ) throw (uno::RuntimeException) in getSize()
526 void SAL_CALL OFixedLine::setSize( const awt::Size& aSize ) throw (beans::PropertyVetoException, un… in setSize()
534 ::rtl::OUString SAL_CALL OFixedLine::getShapeType( ) throw (uno::RuntimeException) in getShapeType()
539 ::rtl::OUString SAL_CALL OFixedLine::getHyperLinkURL() throw (uno::RuntimeException, beans::Unknown… in getHyperLinkURL()
543 void SAL_CALL OFixedLine::setHyperLinkURL(const ::rtl::OUString & /*the_value*/) throw (uno::Runtim… in setHyperLinkURL()
547 ::rtl::OUString SAL_CALL OFixedLine::getHyperLinkTarget() throw (uno::RuntimeException, beans::Unkn… in getHyperLinkTarget()
551 void SAL_CALL OFixedLine::setHyperLinkTarget(const ::rtl::OUString & /*the_value*/) throw (uno::Run… in setHyperLinkTarget()
555 ::rtl::OUString SAL_CALL OFixedLine::getHyperLinkName() throw (uno::RuntimeException, beans::Unknow… in getHyperLinkName()
559 void SAL_CALL OFixedLine::setHyperLinkName(const ::rtl::OUString & /*the_value*/) throw (uno::Runti… in setHyperLinkName()
564 NO_REPORTCONTROLFORMAT_IMPL(OFixedLine) in NO_REPORTCONTROLFORMAT_IMPL() argument
566 ::sal_Bool SAL_CALL OFixedLine::getPrintRepeatedValues() throw (beans::UnknownPropertyException, un… in NO_REPORTCONTROLFORMAT_IMPL()
570 void SAL_CALL OFixedLine::setPrintRepeatedValues( ::sal_Bool /*_printrepeatedvalues*/ ) throw (bean… in setPrintRepeatedValues()