Lines Matching refs:OFormattedField

49 uno::Reference< uno::XInterface > OFormattedField::create(uno::Reference< uno::XComponentContext > …  in create()
51 return *(new OFormattedField(xContext)); in create()
61 OFormattedField::OFormattedField(uno::Reference< uno::XComponentContext > const & _xContext) in DBG_NAME()
71 OFormattedField::OFormattedField(uno::Reference< uno::XComponentContext > const & _xContext in OFormattedField() function in reportdesign::OFormattedField
89 OFormattedField::~OFormattedField() in ~OFormattedField()
95 IMPLEMENT_FORWARD_REFCOUNT( OFormattedField, FormattedFieldBase ) in IMPLEMENT_FORWARD_REFCOUNT() argument
97 uno::Any SAL_CALL OFormattedField::queryInterface( const uno::Type& _rType ) throw (uno::RuntimeExc… in IMPLEMENT_FORWARD_REFCOUNT()
109 void SAL_CALL OFormattedField::dispose() throw(uno::RuntimeException) in dispose()
117 ::rtl::OUString OFormattedField::getImplementationName_Static( ) throw(uno::RuntimeException) in getImplementationName_Static()
123 ::rtl::OUString SAL_CALL OFormattedField::getImplementationName( ) throw(uno::RuntimeException) in getImplementationName()
128 uno::Sequence< ::rtl::OUString > OFormattedField::getSupportedServiceNames_Static( ) throw(uno::Ru… in getSupportedServiceNames_Static()
137 uno::Sequence< ::rtl::OUString > SAL_CALL OFormattedField::getSupportedServiceNames( ) throw(uno::… in getSupportedServiceNames()
142 sal_Bool SAL_CALL OFormattedField::supportsService(const ::rtl::OUString& ServiceName) throw( uno::… in supportsService()
148 REPORTCOMPONENT_IMPL(OFormattedField,m_aProps.aComponent)
149 REPORTCOMPONENT_IMPL2(OFormattedField,m_aProps.aComponent)
150 REPORTCOMPONENT_NOMASTERDETAIL(OFormattedField) in REPORTCOMPONENT_NOMASTERDETAIL() argument
151 REPORTCONTROLFORMAT_IMPL(OFormattedField,m_aProps.aFormatProperties) in REPORTCOMPONENT_NOMASTERDETAIL()
154 uno::Reference< beans::XPropertySetInfo > SAL_CALL OFormattedField::getPropertySetInfo( ) throw(un… in REPORTCOMPONENT_NOMASTERDETAIL()
159 void SAL_CALL OFormattedField::setPropertyValue( const ::rtl::OUString& aPropertyName, const uno::A… in setPropertyValue()
168 uno::Any SAL_CALL OFormattedField::getPropertyValue( const ::rtl::OUString& PropertyName ) throw (b… in getPropertyValue()
173 void SAL_CALL OFormattedField::addPropertyChangeListener( const ::rtl::OUString& aPropertyName, con… in addPropertyChangeListener()
178 void SAL_CALL OFormattedField::removePropertyChangeListener( const ::rtl::OUString& aPropertyName, … in removePropertyChangeListener()
183 void SAL_CALL OFormattedField::addVetoableChangeListener( const ::rtl::OUString& PropertyName, cons… in addVetoableChangeListener()
188 void SAL_CALL OFormattedField::removeVetoableChangeListener( const ::rtl::OUString& PropertyName, c… in removeVetoableChangeListener()
194 ::rtl::OUString SAL_CALL OFormattedField::getDataField() throw ( beans::UnknownPropertyException, u… in getDataField()
200 void SAL_CALL OFormattedField::setDataField( const ::rtl::OUString& _datafield ) throw (lang::Illeg… in setDataField()
205 ::sal_Bool SAL_CALL OFormattedField::getPrintWhenGroupChange() throw (beans::UnknownPropertyExcepti… in getPrintWhenGroupChange()
211 void SAL_CALL OFormattedField::setPrintWhenGroupChange( ::sal_Bool _printwhengroupchange ) throw (b… in setPrintWhenGroupChange()
216 ::rtl::OUString SAL_CALL OFormattedField::getConditionalPrintExpression() throw (beans::UnknownProp… in getConditionalPrintExpression()
222 void SAL_CALL OFormattedField::setConditionalPrintExpression( const ::rtl::OUString& _conditionalpr… in setConditionalPrintExpression()
230 uno::Reference< util::XCloneable > SAL_CALL OFormattedField::createClone( ) throw (uno::RuntimeExc… in createClone()
251 ::sal_Int32 SAL_CALL OFormattedField::getFormatKey() throw (uno::RuntimeException) in getFormatKey()
257 void SAL_CALL OFormattedField::setFormatKey(::sal_Int32 _formatkey) throw (uno::RuntimeException) in setFormatKey()
262 uno::Reference< util::XNumberFormatsSupplier > SAL_CALL OFormattedField::getFormatsSupplier() throw… in getFormatsSupplier()
280 void SAL_CALL OFormattedField::setFormatsSupplier( const uno::Reference< util::XNumberFormatsSuppli… in setFormatsSupplier()
286 uno::Reference< uno::XInterface > SAL_CALL OFormattedField::getParent( ) throw (uno::RuntimeExcept… in getParent()
291 void SAL_CALL OFormattedField::setParent( const uno::Reference< uno::XInterface >& Parent ) throw (… in setParent()
296 uno::Reference< report::XFormatCondition > SAL_CALL OFormattedField::createFormatCondition( ) thro… in createFormatCondition()
302 void SAL_CALL OFormattedField::addContainerListener( const uno::Reference< container::XContainerLis… in addContainerListener()
307 void SAL_CALL OFormattedField::removeContainerListener( const uno::Reference< container::XContainer… in removeContainerListener()
313 uno::Type SAL_CALL OFormattedField::getElementType( ) throw (uno::RuntimeException) in getElementType()
318 ::sal_Bool SAL_CALL OFormattedField::hasElements( ) throw (uno::RuntimeException) in hasElements()
324 void SAL_CALL OFormattedField::insertByIndex( ::sal_Int32 Index, const uno::Any& Element ) throw (l… in insertByIndex()
329 void SAL_CALL OFormattedField::removeByIndex( ::sal_Int32 Index ) throw (lang::IndexOutOfBoundsExce… in removeByIndex()
335 void SAL_CALL OFormattedField::replaceByIndex( ::sal_Int32 Index, const uno::Any& Element ) throw (… in replaceByIndex()
341 ::sal_Int32 SAL_CALL OFormattedField::getCount( ) throw (uno::RuntimeException) in getCount()
346 uno::Any SAL_CALL OFormattedField::getByIndex( ::sal_Int32 Index ) throw (lang::IndexOutOfBoundsExc… in getByIndex()
352 awt::Point SAL_CALL OFormattedField::getPosition( ) throw (uno::RuntimeException) in getPosition()
357 void SAL_CALL OFormattedField::setPosition( const awt::Point& aPosition ) throw (uno::RuntimeExcept… in setPosition()
362 awt::Size SAL_CALL OFormattedField::getSize( ) throw (uno::RuntimeException) in getSize()
367 void SAL_CALL OFormattedField::setSize( const awt::Size& aSize ) throw (beans::PropertyVetoExceptio… in setSize()
374 ::rtl::OUString SAL_CALL OFormattedField::getShapeType( ) throw (uno::RuntimeException) in getShapeType()