Lines Matching refs:ScRecentFunctionsObj
179 SC_SIMPLE_SERVICE_INFO( ScRecentFunctionsObj, "ScRecentFunctionsObj", SCRECENTFUNCTIONSOBJ_SERVICE )
209 else if ( aImpl == ScRecentFunctionsObj::getImplementationName_Static() ) in component_getFactory()
213 ScRecentFunctionsObj::getImplementationName_Static(), in component_getFactory()
215 ScRecentFunctionsObj::getSupportedServiceNames_Static() )); in component_getFactory()
661 ScRecentFunctionsObj::ScRecentFunctionsObj() in SC_IMPL_DUMMY_PROPERTY_LISTENER()
665 ScRecentFunctionsObj::~ScRecentFunctionsObj() in ~ScRecentFunctionsObj()
676 static uno::Reference<uno::XInterface> xInst((cppu::OWeakObject*)new ScRecentFunctionsObj()); in ScRecentFunctionsObj_CreateInstance()
680 rtl::OUString ScRecentFunctionsObj::getImplementationName_Static() in getImplementationName_Static()
685 uno::Sequence<rtl::OUString> ScRecentFunctionsObj::getSupportedServiceNames_Static() in getSupportedServiceNames_Static()
695 uno::Sequence<sal_Int32> SAL_CALL ScRecentFunctionsObj::getRecentFunctionIds() in getRecentFunctionIds()
713 void SAL_CALL ScRecentFunctionsObj::setRecentFunctionIds( in setRecentFunctionIds()
735 sal_Int32 SAL_CALL ScRecentFunctionsObj::getMaxRecentFunctions() throw(uno::RuntimeException) in getMaxRecentFunctions()