Searched refs:xFormatted (Results 1 – 3 of 3) sorted by relevance
94 Reference< XFormattedField > xFormatted( _rEvent.Source, UNO_QUERY ); in notifyPropertyChange() local95 if ( xFormatted.is() ) in notifyPropertyChange()96 impl_onFormattedProperttyChange( xFormatted, _rEvent.PropertyName ); in notifyPropertyChange()105 Reference< XFormattedField > xFormatted( _rxElement, UNO_QUERY ); in notifyElementInserted() local106 if ( !xFormatted.is() ) in notifyElementInserted()109 impl_adjustFormatToDataFieldType_nothrow( xFormatted ); in notifyElementInserted()
660 Reference< XFormattedField > xFormatted( m_xReportComponent, UNO_QUERY ); in impl_initializeModel_nothrow() local661 if ( xFormatted.is() ) in impl_initializeModel_nothrow()
261 …uno::Reference< chart2::XFormattedString> xFormatted(m_xContext->getServiceManager()->createInstan… in impl_updateChartTitle_throw() local264 xFormatted->setString(sStr); in impl_updateChartTitle_throw()266 aArgs[0] = xFormatted; in impl_updateChartTitle_throw()
Completed in 34 milliseconds