Home
last modified time | relevance | path

Searched refs:xFormatted (Results 1 – 3 of 3) sorted by relevance

/trunk/main/reportdesign/source/core/sdr/
H A Dformatnormalizer.cxx94 Reference< XFormattedField > xFormatted( _rEvent.Source, UNO_QUERY ); in notifyPropertyChange() local
95 if ( xFormatted.is() ) in notifyPropertyChange()
96 impl_onFormattedProperttyChange( xFormatted, _rEvent.PropertyName ); in notifyPropertyChange()
105 Reference< XFormattedField > xFormatted( _rxElement, UNO_QUERY ); in notifyElementInserted() local
106 if ( !xFormatted.is() ) in notifyElementInserted()
109 impl_adjustFormatToDataFieldType_nothrow( xFormatted ); in notifyElementInserted()
H A DRptObject.cxx660 Reference< XFormattedField > xFormatted( m_xReportComponent, UNO_QUERY ); in impl_initializeModel_nothrow() local
661 if ( xFormatted.is() ) in impl_initializeModel_nothrow()
/trunk/main/reportdesign/source/ui/inspection/
H A DDataProviderHandler.cxx261 …uno::Reference< chart2::XFormattedString> xFormatted(m_xContext->getServiceManager()->createInstan… in impl_updateChartTitle_throw() local
264 xFormatted->setString(sStr); in impl_updateChartTitle_throw()
266 aArgs[0] = xFormatted; in impl_updateChartTitle_throw()

Completed in 31 milliseconds