Lines Matching refs:ScAutoFormatObj

158 SC_SIMPLE_SERVICE_INFO( ScAutoFormatObj, "ScAutoFormatObj", "com.sun.star.sheet.TableAutoFormat" )
218 ScAutoFormatObj* ScAutoFormatsObj::GetObjectByIndex_Impl(sal_uInt16 nIndex) in GetObjectByIndex_Impl()
222 return new ScAutoFormatObj(nIndex); in GetObjectByIndex_Impl()
227 ScAutoFormatObj* ScAutoFormatsObj::GetObjectByName_Impl(const rtl::OUString& aName) in GetObjectByName_Impl()
252 ScAutoFormatObj* pFormatObj = ScAutoFormatObj::getImplementation( xInterface ); in insertByName()
423 ScAutoFormatObj::ScAutoFormatObj(sal_uInt16 nIndex) : in ScAutoFormatObj() function in ScAutoFormatObj
430 ScAutoFormatObj::~ScAutoFormatObj() in ~ScAutoFormatObj()
445 void ScAutoFormatObj::InitFormat( sal_uInt16 nNewIndex ) in InitFormat()
454 sal_Int64 SAL_CALL ScAutoFormatObj::getSomething( in getSomething()
467 const uno::Sequence<sal_Int8>& ScAutoFormatObj::getUnoTunnelId() in getUnoTunnelId()
484 ScAutoFormatObj* ScAutoFormatObj::getImplementation( in getImplementation()
487 ScAutoFormatObj* pRet = NULL; in getImplementation()
490 …pRet = reinterpret_cast<ScAutoFormatObj*>(sal::static_int_cast<sal_IntPtr>(xUT->getSomething(getUn… in getImplementation()
494 void ScAutoFormatObj::Notify( SfxBroadcaster& /* rBC */, const SfxHint& /* rHint */ ) in Notify()
501 ScAutoFormatFieldObj* ScAutoFormatObj::GetObjectByIndex_Impl(sal_uInt16 nIndex) in GetObjectByIndex_Impl()
511 uno::Reference<container::XEnumeration> SAL_CALL ScAutoFormatObj::createEnumeration() in createEnumeration()
520 sal_Int32 SAL_CALL ScAutoFormatObj::getCount() throw(uno::RuntimeException) in getCount()
529 uno::Any SAL_CALL ScAutoFormatObj::getByIndex( sal_Int32 nIndex ) in getByIndex()
543 uno::Type SAL_CALL ScAutoFormatObj::getElementType() throw(uno::RuntimeException) in getElementType()
549 sal_Bool SAL_CALL ScAutoFormatObj::hasElements() throw(uno::RuntimeException) in hasElements()
557 rtl::OUString SAL_CALL ScAutoFormatObj::getName() throw(uno::RuntimeException) in getName()
570 void SAL_CALL ScAutoFormatObj::setName( const rtl::OUString& aNewName ) in setName()
611 uno::Reference<beans::XPropertySetInfo> SAL_CALL ScAutoFormatObj::getPropertySetInfo() in getPropertySetInfo()
619 void SAL_CALL ScAutoFormatObj::setPropertyValue( in setPropertyValue()
654 uno::Any SAL_CALL ScAutoFormatObj::getPropertyValue( const rtl::OUString& aPropertyName ) in getPropertyValue()
693 SC_IMPL_DUMMY_PROPERTY_LISTENER( ScAutoFormatObj ) in SC_IMPL_DUMMY_PROPERTY_LISTENER() argument