Lines Matching refs:ScCellRangeObj

4206 ScCellRangeObj* ScCellRangesObj::GetObjectByIndex_Impl(sal_Int32 nIndex) const  in GetObjectByIndex_Impl()
4216 return new ScCellRangeObj( pDocSh, aRange ); in GetObjectByIndex_Impl()
4622 xRange.set(new ScCellRangeObj( pDocSh, aRange )); in getByName()
4758 uno::Reference<table::XCellRange> ScCellRangeObj::CreateRangeFromDoc( ScDocument* pDoc, const ScRan… in CreateRangeFromDoc()
4762 return new ScCellRangeObj( (ScDocShell*) pObjSh, rR ); in CreateRangeFromDoc()
4768 ScCellRangeObj::ScCellRangeObj(ScDocShell* pDocSh, const ScRange& rR) : in ScCellRangeObj() function in ScCellRangeObj
4776 ScCellRangeObj::~ScCellRangeObj() in ~ScCellRangeObj()
4780 void ScCellRangeObj::RefChanged() in RefChanged()
4794 uno::Any SAL_CALL ScCellRangeObj::queryInterface( const uno::Type& rType ) in queryInterface()
4820 void SAL_CALL ScCellRangeObj::acquire() throw() in acquire()
4825 void SAL_CALL ScCellRangeObj::release() throw() in release()
4830 uno::Sequence<uno::Type> SAL_CALL ScCellRangeObj::getTypes() throw(uno::RuntimeException) in getTypes()
4865 uno::Sequence<sal_Int8> SAL_CALL ScCellRangeObj::getImplementationId() in getImplementationId()
4882 uno::Reference<table::XCell> ScCellRangeObj::GetCellByPosition_Impl( in GetCellByPosition_Impl()
4906 uno::Reference<table::XCell> SAL_CALL ScCellRangeObj::getCellByPosition( in getCellByPosition()
4915 uno::Reference<table::XCellRange> SAL_CALL ScCellRangeObj::getCellRangeByPosition( in getCellRangeByPosition()
4937 return new ScCellRangeObj( pDocSh, aNew ); in getCellRangeByPosition()
4946 uno::Reference<table::XCellRange> SAL_CALL ScCellRangeObj::getCellRangeByName( in getCellRangeByName()
4952 uno::Reference<table::XCellRange> ScCellRangeObj::getCellRangeByName( in getCellRangeByName()
4997 return new ScCellRangeObj( pDocSh, aCellRange ); in getCellRangeByName()
5007 uno::Reference<table::XTableColumns> SAL_CALL ScCellRangeObj::getColumns() throw(uno::RuntimeExcept… in getColumns()
5019 uno::Reference<table::XTableRows> SAL_CALL ScCellRangeObj::getRows() throw(uno::RuntimeException) in getRows()
5033 table::CellRangeAddress SAL_CALL ScCellRangeObj::getRangeAddress() throw(uno::RuntimeException) in getRangeAddress()
5043 uno::Reference<sheet::XSpreadsheet> SAL_CALL ScCellRangeObj::getSpreadsheet() in getSpreadsheet()
5057 rtl::OUString SAL_CALL ScCellRangeObj::getArrayFormula() throw(uno::RuntimeException) in getArrayFormula()
5089 void ScCellRangeObj::SetArrayFormula_Impl( const rtl::OUString& rFormula, in SetArrayFormula_Impl()
5117 void SAL_CALL ScCellRangeObj::setArrayFormula( const rtl::OUString& aFormula ) in setArrayFormula()
5125 void ScCellRangeObj::SetArrayFormulaWithGrammar( const rtl::OUString& rFormula, in SetArrayFormulaWithGrammar()
5134 uno::Sequence<sheet::FormulaToken> SAL_CALL ScCellRangeObj::getArrayTokens() throw(uno::RuntimeExce… in getArrayTokens()
5168 void SAL_CALL ScCellRangeObj::setArrayTokens( const uno::Sequence<sheet::FormulaToken>& rTokens ) t… in setArrayTokens()
5204 uno::Sequence< uno::Sequence<uno::Any> > SAL_CALL ScCellRangeObj::getDataArray() in getDataArray()
5232 void SAL_CALL ScCellRangeObj::setDataArray( in setDataArray()
5252 uno::Sequence< uno::Sequence<rtl::OUString> > SAL_CALL ScCellRangeObj::getFormulaArray() in getFormulaArray()
5294 void SAL_CALL ScCellRangeObj::setFormulaArray( in setFormulaArray()
5316 void SAL_CALL ScCellRangeObj::setTableOperation( const table::CellRangeAddress& aFormulaRange, in setTableOperation()
5365 void SAL_CALL ScCellRangeObj::merge( sal_Bool bMerge ) throw(uno::RuntimeException) in merge()
5381 sal_Bool SAL_CALL ScCellRangeObj::getIsMerged() throw(uno::RuntimeException) in getIsMerged()
5390 void SAL_CALL ScCellRangeObj::fillSeries( sheet::FillDirection nFillDirection, in fillSeries()
5469 void SAL_CALL ScCellRangeObj::fillAuto( sheet::FillDirection nFillDirection, in fillAuto()
5518 void SAL_CALL ScCellRangeObj::autoFormat( const rtl::OUString& aName ) in autoFormat()
5548 uno::Sequence<beans::PropertyValue> SAL_CALL ScCellRangeObj::createSortDescriptor() in createSortDescriptor()
5579 void SAL_CALL ScCellRangeObj::sort( const uno::Sequence<beans::PropertyValue>& aDescriptor ) in sort()
5626 uno::Reference<sheet::XSheetFilterDescriptor> SAL_CALL ScCellRangeObj::createFilterDescriptor( in createFilterDescriptor()
5659 void SAL_CALL ScCellRangeObj::filter( const uno::Reference<sheet::XSheetFilterDescriptor>& xDescrip… in filter()
5731 uno::Reference<sheet::XSheetFilterDescriptor> SAL_CALL ScCellRangeObj::createFilterDescriptorByObje… in createFilterDescriptorByObject()
5795 uno::Reference<sheet::XSubTotalDescriptor> SAL_CALL ScCellRangeObj::createSubTotalDescriptor( in createSubTotalDescriptor()
5830 void SAL_CALL ScCellRangeObj::applySubTotals( in applySubTotals()
5874 void SAL_CALL ScCellRangeObj::removeSubTotals() throw(uno::RuntimeException) in removeSubTotals()
5901 uno::Sequence<beans::PropertyValue> SAL_CALL ScCellRangeObj::createImportDescriptor( sal_Bool bEmpt… in createImportDescriptor()
5920 void SAL_CALL ScCellRangeObj::doImport( const uno::Sequence<beans::PropertyValue>& aDescriptor ) in doImport()
5947 uno::Reference<container::XIndexAccess> SAL_CALL ScCellRangeObj::getCellFormatRanges() in getCellFormatRanges()
5959 uno::Reference<container::XIndexAccess> SAL_CALL ScCellRangeObj::getUniqueCellFormatRanges() in getUniqueCellFormatRanges()
5971 uno::Reference<beans::XPropertySetInfo> SAL_CALL ScCellRangeObj::getPropertySetInfo() in getPropertySetInfo()
5980 void ScCellRangeObj::SetOnePropertyValue( const SfxItemPropertySimpleEntry* pEntry, const uno::Any&… in SetOnePropertyValue()
5989 void ScCellRangeObj::GetOnePropertyValue( const SfxItemPropertySimpleEntry* pEntry, in GetOnePropertyValue()
6028 const SfxItemPropertyMap* ScCellRangeObj::GetItemPropertyMap() in GetItemPropertyMap()
6035 rtl::OUString SAL_CALL ScCellRangeObj::getImplementationName() throw(uno::RuntimeException) in getImplementationName()
6040 sal_Bool SAL_CALL ScCellRangeObj::supportsService( const rtl::OUString& rServiceName ) in supportsService()
6051 uno::Sequence<rtl::OUString> SAL_CALL ScCellRangeObj::getSupportedServiceNames() in getSupportedServiceNames()
6076 ScCellRangeObj( pDocSh, ScRange(rP,rP) ), in ScCellObj()
6111 ScCellRangeObj::RefChanged(); in RefChanged()
6134 return ScCellRangeObj::queryInterface( rType ); in queryInterface()
6139 ScCellRangeObj::acquire(); in acquire()
6144 ScCellRangeObj::release(); in release()
6152 uno::Sequence<uno::Type> aParentTypes(ScCellRangeObj::getTypes()); in getTypes()
6734 ScCellRangeObj::SetOnePropertyValue( pEntry, aValue ); in SetOnePropertyValue()
6755 ScCellRangeObj::GetOnePropertyValue(pEntry, rAny); in GetOnePropertyValue()
6889 ScCellRangeObj( pDocSh, ScRange(0,0,nTab, MAXCOL,MAXROW,nTab) ), in ScTableSheetObj()
6924 return ScCellRangeObj::queryInterface( rType ); in queryInterface()
6929 ScCellRangeObj::acquire(); in acquire()
6934 ScCellRangeObj::release(); in release()
6942 uno::Sequence<uno::Type> aParentTypes = ScCellRangeObj::getTypes(); in getTypes()
7051 return ScCellRangeObj::getCellRangeByName( rRange ); in getCellRangeByName()
7103 return ScCellRangeObj::GetCellByPosition_Impl(nColumn, nRow); in getCellByPosition()
7111 return ScCellRangeObj::getCellRangeByPosition(nLeft,nTop,nRight,nBottom); in getCellRangeByPosition()
8575 ScCellRangeObj::SetOnePropertyValue(pEntry, aValue); // base class, no Item WID in SetOnePropertyValue()
8724 ScCellRangeObj::GetOnePropertyValue(pEntry, rAny); in GetOnePropertyValue()
8780 return ScCellRangeObj::getSomething( rId ); in getSomething()
8813 ScCellRangeObj( pDocSh, ScRange(nCol,0,nTab, nCol,MAXROW,nTab) ), in ScTableColumnObj()
8826 return ScCellRangeObj::queryInterface( rType ); in queryInterface()
8831 ScCellRangeObj::acquire(); in acquire()
8836 ScCellRangeObj::release(); in release()
8844 uno::Sequence<uno::Type> aParentTypes(ScCellRangeObj::getTypes()); in getTypes()
8961 ScCellRangeObj::SetOnePropertyValue(pEntry, aValue); // base class, no Item WID in SetOnePropertyValue()
9012 ScCellRangeObj::GetOnePropertyValue(pEntry, rAny); in GetOnePropertyValue()
9024 ScCellRangeObj( pDocSh, ScRange(0,nRow,nTab, MAXCOL,nRow,nTab) ), in ScTableRowObj()
9118 ScCellRangeObj::SetOnePropertyValue(pEntry, aValue); // base class, no Item WID in SetOnePropertyValue()
9172 ScCellRangeObj::GetOnePropertyValue(pEntry, rAny); in GetOnePropertyValue()
9405 ScCellRangeObj* ScCellFormatsObj::GetObjectByIndex_Impl(long nIndex) const in GetObjectByIndex_Impl()
9409 ScCellRangeObj* pRet = NULL; in GetObjectByIndex_Impl()
9429 pRet = new ScCellRangeObj( pDocShell, aNext ); in GetObjectByIndex_Impl()
9548 ScCellRangeObj* ScCellFormatsEnumeration::NextObject_Impl() in NextObject_Impl()
9550 ScCellRangeObj* pRet = NULL; in NextObject_Impl()
9556 pRet = new ScCellRangeObj( pDocShell, aNext ); in NextObject_Impl()