Lines Matching refs:ScSpreadsheetSettings
180 SC_SIMPLE_SERVICE_INFO( ScSpreadsheetSettings, "ScSpreadsheetSettings", SCSPREADSHEETSETTINGS_SERVI…
201 if ( aImpl == ScSpreadsheetSettings::getImplementationName_Static() ) in component_getFactory()
205 ScSpreadsheetSettings::getImplementationName_Static(), in component_getFactory()
207 ScSpreadsheetSettings::getSupportedServiceNames_Static() )); in component_getFactory()
399 ScSpreadsheetSettings::ScSpreadsheetSettings() : in ScSpreadsheetSettings() function in ScSpreadsheetSettings
404 ScSpreadsheetSettings::~ScSpreadsheetSettings() in ~ScSpreadsheetSettings()
413 static uno::Reference<uno::XInterface> xInst((cppu::OWeakObject*)new ScSpreadsheetSettings()); in ScSpreadsheetSettings_CreateInstance()
417 rtl::OUString ScSpreadsheetSettings::getImplementationName_Static() in getImplementationName_Static()
422 uno::Sequence<rtl::OUString> ScSpreadsheetSettings::getSupportedServiceNames_Static() in getSupportedServiceNames_Static()
432 uno::Reference<beans::XPropertySetInfo> SAL_CALL ScSpreadsheetSettings::getPropertySetInfo() in getPropertySetInfo()
441 void SAL_CALL ScSpreadsheetSettings::setPropertyValue( in setPropertyValue()
590 uno::Any SAL_CALL ScSpreadsheetSettings::getPropertyValue( const rtl::OUString& aPropertyName ) in getPropertyValue()
657 SC_IMPL_DUMMY_PROPERTY_LISTENER( ScSpreadsheetSettings ) in SC_IMPL_DUMMY_PROPERTY_LISTENER() argument