Lines Matching refs:OFormatCondition

42 uno::Reference< uno::XInterface > OFormatCondition::create(uno::Reference< uno::XComponentContext >…  in create()
44 return *(new OFormatCondition(xContext)); in create()
49 OFormatCondition::OFormatCondition(uno::Reference< uno::XComponentContext > const & _xContext) in DBG_NAME()
57 OFormatCondition::~OFormatCondition() in ~OFormatCondition()
62 IMPLEMENT_FORWARD_XINTERFACE2(OFormatCondition,FormatConditionBase,FormatConditionPropertySet) in IMPLEMENT_FORWARD_XINTERFACE2() argument
64 void SAL_CALL OFormatCondition::dispose() throw(uno::RuntimeException) in IMPLEMENT_FORWARD_XINTERFACE2()
70 ::rtl::OUString OFormatCondition::getImplementationName_Static( ) throw(uno::RuntimeException) in getImplementationName_Static()
76 ::rtl::OUString SAL_CALL OFormatCondition::getImplementationName( ) throw(uno::RuntimeException) in getImplementationName()
81 uno::Sequence< ::rtl::OUString > OFormatCondition::getSupportedServiceNames_Static( ) throw(uno::R… in getSupportedServiceNames_Static()
89 uno::Sequence< ::rtl::OUString > SAL_CALL OFormatCondition::getSupportedServiceNames( ) throw(uno:… in getSupportedServiceNames()
94 sal_Bool SAL_CALL OFormatCondition::supportsService(const ::rtl::OUString& ServiceName) throw( uno:… in supportsService()
99 uno::Reference< beans::XPropertySetInfo > SAL_CALL OFormatCondition::getPropertySetInfo( ) throw(u… in getPropertySetInfo()
104 void SAL_CALL OFormatCondition::setPropertyValue( const ::rtl::OUString& aPropertyName, const uno::… in setPropertyValue()
109 uno::Any SAL_CALL OFormatCondition::getPropertyValue( const ::rtl::OUString& PropertyName ) throw (… in getPropertyValue()
114 void SAL_CALL OFormatCondition::addPropertyChangeListener( const ::rtl::OUString& aPropertyName, co… in addPropertyChangeListener()
119 void SAL_CALL OFormatCondition::removePropertyChangeListener( const ::rtl::OUString& aPropertyName,… in removePropertyChangeListener()
124 void SAL_CALL OFormatCondition::addVetoableChangeListener( const ::rtl::OUString& PropertyName, con… in addVetoableChangeListener()
129 void SAL_CALL OFormatCondition::removeVetoableChangeListener( const ::rtl::OUString& PropertyName, … in removeVetoableChangeListener()
135 ::sal_Bool SAL_CALL OFormatCondition::getEnabled() throw (uno::RuntimeException) in getEnabled()
141 void SAL_CALL OFormatCondition::setEnabled( ::sal_Bool _enabled ) throw (uno::RuntimeException) in setEnabled()
146 ::rtl::OUString SAL_CALL OFormatCondition::getFormula() throw (uno::RuntimeException) in getFormula()
152 void SAL_CALL OFormatCondition::setFormula( const ::rtl::OUString& _formula ) throw (uno::RuntimeEx… in setFormula()
158 REPORTCONTROLFORMAT_IMPL(OFormatCondition,m_aFormatProperties)