Lines Matching refs:ScTableColumnsObj

211 SC_SIMPLE_SERVICE_INFO( ScTableColumnsObj, "ScTableColumnsObj", "com.sun.star.table.TableColumns" )
2856 ScTableColumnsObj::ScTableColumnsObj(ScDocShell* pDocSh, SCTAB nT, SCCOL nSC, SCCOL nEC) : in ScTableColumnsObj() function in ScTableColumnsObj
2865 ScTableColumnsObj::~ScTableColumnsObj() in ~ScTableColumnsObj()
2871 void ScTableColumnsObj::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify()
2888 ScTableColumnObj* ScTableColumnsObj::GetObjectByIndex_Impl(sal_Int32 nIndex) const in GetObjectByIndex_Impl()
2897 ScTableColumnObj* ScTableColumnsObj::GetObjectByName_Impl(const rtl::OUString& aName) const in GetObjectByName_Impl()
2908 void SAL_CALL ScTableColumnsObj::insertByIndex( sal_Int32 nPosition, sal_Int32 nCount ) in insertByIndex()
2925 void SAL_CALL ScTableColumnsObj::removeByIndex( sal_Int32 nIndex, sal_Int32 nCount ) in removeByIndex()
2944 uno::Reference<container::XEnumeration> SAL_CALL ScTableColumnsObj::createEnumeration() in createEnumeration()
2953 sal_Int32 SAL_CALL ScTableColumnsObj::getCount() throw(uno::RuntimeException) in getCount()
2959 uno::Any SAL_CALL ScTableColumnsObj::getByIndex( sal_Int32 nIndex ) in getByIndex()
2972 uno::Type SAL_CALL ScTableColumnsObj::getElementType() throw(uno::RuntimeException) in getElementType()
2978 sal_Bool SAL_CALL ScTableColumnsObj::hasElements() throw(uno::RuntimeException) in hasElements()
2984 uno::Any SAL_CALL ScTableColumnsObj::getByName( const rtl::OUString& aName ) in getByName()
2997 uno::Sequence<rtl::OUString> SAL_CALL ScTableColumnsObj::getElementNames() in getElementNames()
3010 sal_Bool SAL_CALL ScTableColumnsObj::hasByName( const rtl::OUString& aName ) in hasByName()
3025 uno::Reference<beans::XPropertySetInfo> SAL_CALL ScTableColumnsObj::getPropertySetInfo() in getPropertySetInfo()
3034 void SAL_CALL ScTableColumnsObj::setPropertyValue( in setPropertyValue()
3084 uno::Any SAL_CALL ScTableColumnsObj::getPropertyValue( const rtl::OUString& aPropertyName ) in getPropertyValue()
3129 SC_IMPL_DUMMY_PROPERTY_LISTENER( ScTableColumnsObj ) in SC_IMPL_DUMMY_PROPERTY_LISTENER() argument