Lines Matching refs:ScTableColumnsObj

211 SC_SIMPLE_SERVICE_INFO( ScTableColumnsObj, "ScTableColumnsObj", "com.sun.star.table.TableColumns" )
2885 ScTableColumnsObj::ScTableColumnsObj(ScDocShell* pDocSh, SCTAB nT, SCCOL nSC, SCCOL nEC) : in ScTableColumnsObj() function in ScTableColumnsObj
2894 ScTableColumnsObj::~ScTableColumnsObj() in ~ScTableColumnsObj()
2900 void ScTableColumnsObj::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify()
2917 ScTableColumnObj* ScTableColumnsObj::GetObjectByIndex_Impl(sal_Int32 nIndex) const in GetObjectByIndex_Impl()
2926 ScTableColumnObj* ScTableColumnsObj::GetObjectByName_Impl(const rtl::OUString& aName) const in GetObjectByName_Impl()
2937 void SAL_CALL ScTableColumnsObj::insertByIndex( sal_Int32 nPosition, sal_Int32 nCount ) in insertByIndex()
2954 void SAL_CALL ScTableColumnsObj::removeByIndex( sal_Int32 nIndex, sal_Int32 nCount ) in removeByIndex()
2973 uno::Reference<container::XEnumeration> SAL_CALL ScTableColumnsObj::createEnumeration() in createEnumeration()
2982 sal_Int32 SAL_CALL ScTableColumnsObj::getCount() throw(uno::RuntimeException) in getCount()
2988 uno::Any SAL_CALL ScTableColumnsObj::getByIndex( sal_Int32 nIndex ) in getByIndex()
3001 uno::Type SAL_CALL ScTableColumnsObj::getElementType() throw(uno::RuntimeException) in getElementType()
3007 sal_Bool SAL_CALL ScTableColumnsObj::hasElements() throw(uno::RuntimeException) in hasElements()
3013 uno::Any SAL_CALL ScTableColumnsObj::getByName( const rtl::OUString& aName ) in getByName()
3026 uno::Sequence<rtl::OUString> SAL_CALL ScTableColumnsObj::getElementNames() in getElementNames()
3039 sal_Bool SAL_CALL ScTableColumnsObj::hasByName( const rtl::OUString& aName ) in hasByName()
3054 uno::Reference<beans::XPropertySetInfo> SAL_CALL ScTableColumnsObj::getPropertySetInfo() in getPropertySetInfo()
3063 void SAL_CALL ScTableColumnsObj::setPropertyValue( in setPropertyValue()
3113 uno::Any SAL_CALL ScTableColumnsObj::getPropertyValue( const rtl::OUString& aPropertyName ) in getPropertyValue()
3158 SC_IMPL_DUMMY_PROPERTY_LISTENER( ScTableColumnsObj ) in SC_IMPL_DUMMY_PROPERTY_LISTENER() argument