Home
last modified time | relevance | path

Searched refs:FormattedString (Results 1 – 6 of 6) sorted by relevance

/trunk/main/chart2/source/model/main/
H A DFormattedString.cxx110 FormattedString::FormattedString( in FormattedString() function in chart::FormattedString
117 FormattedString::FormattedString( const FormattedString & rOther ) : in FormattedString() function in chart::FormattedString
125 FormattedString::~FormattedString() in ~FormattedString()
129 uno::Reference< util::XCloneable > SAL_CALL FormattedString::createClone() in createClone()
131 return uno::Reference< util::XCloneable >( new FormattedString( *this )); in createClone()
135 ::rtl::OUString SAL_CALL FormattedString::getString() in getString()
143 void SAL_CALL FormattedString::setString( const ::rtl::OUString& String ) in setString()
155 void SAL_CALL FormattedString::addModifyListener( const uno::Reference< util::XModifyListener >& aL… in addModifyListener()
168 void SAL_CALL FormattedString::removeModifyListener( const uno::Reference< util::XModifyListener >&… in removeModifyListener()
182 void SAL_CALL FormattedString::modified( const lang::EventObject& aEvent ) in modified()
[all …]
H A DFormattedString.hxx51 class FormattedString : class
57 FormattedString( ::com::sun::star::uno::Reference<
59 virtual ~FormattedString();
64 APPHELPER_SERVICE_FACTORY_HELPER( FormattedString )
72 explicit FormattedString( const FormattedString & rOther );
H A D_serviceregistration_model.cxx99 ::chart::FormattedString::create
100 , ::chart::FormattedString::getImplementationName_Static
101 , ::chart::FormattedString::getSupportedServiceNames_Static
H A Dmakefile.mk52 $(SLO)$/FormattedString.obj \
/trunk/main/offapi/com/sun/star/chart2/
H A DFormattedString.idl45 service FormattedString
/trunk/main/chart2/
H A DLibrary_chartmodel.mk73 chart2/source/model/main/FormattedString \