Lines Matching refs:ScAutoFormatsObj

159 SC_SIMPLE_SERVICE_INFO( ScAutoFormatsObj, "ScAutoFormatsObj", SCAUTOFORMATSOBJ_SERVICE )
182 ScAutoFormatsObj::ScAutoFormatsObj() in ScAutoFormatsObj() function in ScAutoFormatsObj
188 ScAutoFormatsObj::~ScAutoFormatsObj() in ~ScAutoFormatsObj()
199 static uno::Reference< uno::XInterface > xInst((::cppu::OWeakObject*) new ScAutoFormatsObj); in ScAutoFormatsObj_CreateInstance()
203 rtl::OUString ScAutoFormatsObj::getImplementationName_Static() in getImplementationName_Static()
208 uno::Sequence<rtl::OUString> ScAutoFormatsObj::getSupportedServiceNames_Static() in getSupportedServiceNames_Static()
218 ScAutoFormatObj* ScAutoFormatsObj::GetObjectByIndex_Impl(sal_uInt16 nIndex) in GetObjectByIndex_Impl()
227 ScAutoFormatObj* ScAutoFormatsObj::GetObjectByName_Impl(const rtl::OUString& aName) in GetObjectByName_Impl()
242 void SAL_CALL ScAutoFormatsObj::insertByName( const rtl::OUString& aName, const uno::Any& aElement ) in insertByName()
297 void SAL_CALL ScAutoFormatsObj::replaceByName( const rtl::OUString& aName, const uno::Any& aElement… in replaceByName()
307 void SAL_CALL ScAutoFormatsObj::removeByName( const rtl::OUString& aName ) in removeByName()
331 uno::Reference<container::XEnumeration> SAL_CALL ScAutoFormatsObj::createEnumeration() in createEnumeration()
340 sal_Int32 SAL_CALL ScAutoFormatsObj::getCount() throw(uno::RuntimeException) in getCount()
350 uno::Any SAL_CALL ScAutoFormatsObj::getByIndex( sal_Int32 nIndex ) in getByIndex()
361 uno::Type SAL_CALL ScAutoFormatsObj::getElementType() throw(uno::RuntimeException) in getElementType()
367 sal_Bool SAL_CALL ScAutoFormatsObj::hasElements() throw(uno::RuntimeException) in hasElements()
375 uno::Any SAL_CALL ScAutoFormatsObj::getByName( const rtl::OUString& aName ) in getByName()
386 uno::Sequence<rtl::OUString> SAL_CALL ScAutoFormatsObj::getElementNames() in getElementNames()
407 sal_Bool SAL_CALL ScAutoFormatsObj::hasByName( const rtl::OUString& aName ) in hasByName()