Lines Matching refs:ScDatabaseRangeObj

909 ScRangeSubTotalDescriptor::ScRangeSubTotalDescriptor(ScDatabaseRangeObj* pPar) :  in ScRangeSubTotalDescriptor()
1542 ScRangeFilterDescriptor::ScRangeFilterDescriptor(ScDocShell* pDocShell, ScDatabaseRangeObj* pPar) : in ScRangeFilterDescriptor()
1613 ScDatabaseRangeObj::ScDatabaseRangeObj(ScDocShell* pDocSh, const String& rNm) : in ScDatabaseRangeObj() function in ScDatabaseRangeObj
1621 ScDatabaseRangeObj::~ScDatabaseRangeObj() in ~ScDatabaseRangeObj()
1627 void ScDatabaseRangeObj::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify()
1645 ScDBData* ScDatabaseRangeObj::GetDBData_Impl() const in GetDBData_Impl()
1663 rtl::OUString SAL_CALL ScDatabaseRangeObj::getName() throw(uno::RuntimeException) in getName()
1669 void SAL_CALL ScDatabaseRangeObj::setName( const rtl::OUString& aNewName ) in setName()
1685 table::CellRangeAddress SAL_CALL ScDatabaseRangeObj::getDataArea() throw(uno::RuntimeException) in getDataArea()
1703 void SAL_CALL ScDatabaseRangeObj::setDataArea( const table::CellRangeAddress& aDataArea ) in setDataArea()
1719 uno::Sequence<beans::PropertyValue> SAL_CALL ScDatabaseRangeObj::getSortDescriptor() in getSortDescriptor()
1743 void ScDatabaseRangeObj::GetQueryParam(ScQueryParam& rQueryParam) const in GetQueryParam()
1764 void ScDatabaseRangeObj::SetQueryParam(const ScQueryParam& rQueryParam) in SetQueryParam()
1791 uno::Reference<sheet::XSheetFilterDescriptor> SAL_CALL ScDatabaseRangeObj::getFilterDescriptor() in getFilterDescriptor()
1798 void ScDatabaseRangeObj::GetSubTotalParam(ScSubTotalParam& rSubTotalParam) const in GetSubTotalParam()
1824 void ScDatabaseRangeObj::SetSubTotalParam(const ScSubTotalParam& rSubTotalParam) in SetSubTotalParam()
1851 uno::Reference<sheet::XSubTotalDescriptor> SAL_CALL ScDatabaseRangeObj::getSubTotalDescriptor() in getSubTotalDescriptor()
1858 uno::Sequence<beans::PropertyValue> SAL_CALL ScDatabaseRangeObj::getImportDescriptor() in getImportDescriptor()
1874 void SAL_CALL ScDatabaseRangeObj::refresh() throw(uno::RuntimeException) in refresh()
1901 void SAL_CALL ScDatabaseRangeObj::addRefreshListener( in addRefreshListener()
1915 void SAL_CALL ScDatabaseRangeObj::removeRefreshListener( in removeRefreshListener()
1934 void ScDatabaseRangeObj::Refreshed_Impl() in Refreshed_Impl()
1944 uno::Reference<table::XCellRange> SAL_CALL ScDatabaseRangeObj::getReferredCells() in getReferredCells()
1965 uno::Reference<beans::XPropertySetInfo> SAL_CALL ScDatabaseRangeObj::getPropertySetInfo() in getPropertySetInfo()
1974 void SAL_CALL ScDatabaseRangeObj::setPropertyValue( in setPropertyValue()
2067 uno::Any SAL_CALL ScDatabaseRangeObj::getPropertyValue( const rtl::OUString& aPropertyName ) in getPropertyValue()
2139 SC_IMPL_DUMMY_PROPERTY_LISTENER( ScDatabaseRangeObj ) in SC_IMPL_DUMMY_PROPERTY_LISTENER() argument
2143 rtl::OUString SAL_CALL ScDatabaseRangeObj::getImplementationName() throw(uno::RuntimeException) in SC_IMPL_DUMMY_PROPERTY_LISTENER()
2148 sal_Bool SAL_CALL ScDatabaseRangeObj::supportsService( const rtl::OUString& rServiceName ) in supportsService()
2156 uno::Sequence<rtl::OUString> SAL_CALL ScDatabaseRangeObj::getSupportedServiceNames() in getSupportedServiceNames()
2193 ScDatabaseRangeObj* ScDatabaseRangesObj::GetObjectByIndex_Impl(sal_uInt16 nIndex) in GetObjectByIndex_Impl()
2199 return new ScDatabaseRangeObj( pDocShell, (*pNames)[nIndex]->GetName() ); in GetObjectByIndex_Impl()
2204 ScDatabaseRangeObj* ScDatabaseRangesObj::GetObjectByName_Impl(const rtl::OUString& aName) in GetObjectByName_Impl()
2209 return new ScDatabaseRangeObj( pDocShell, aString ); in GetObjectByName_Impl()