Lines Matching refs:ScCellRangesObj

3429 		return new ScCellRangesObj( pDocShell, aNewRanges );  in queryVisibleCells()
3470 return new ScCellRangesObj( pDocShell, aNewRanges ); // aNewRanges kann leer sein in queryEmptyCells()
3559 return new ScCellRangesObj( pDocShell, aNewRanges ); // aNewRanges kann leer sein in queryContentCells()
3620 return new ScCellRangesObj( pDocShell, aNewRanges ); // aNewRanges kann leer sein in queryFormulaCells()
3714 return new ScCellRangesObj( pDocShell, aNewRanges ); // aNewRanges kann leer sein in QueryDifferences_Impl()
3754 return new ScCellRangesObj( pDocShell, aNew ); // kann leer sein in queryIntersection()
3807 return new ScCellRangesObj( pDocShell, aNewRanges ); in queryPrecedents()
3870 return new ScCellRangesObj( pDocShell, aNewRanges ); in queryDependents()
3917 xRet.set(new ScCellRangesObj( pDocShell, aNewRanges )); in findAll()
4130 ScCellRangesObj::ScCellRangesObj(ScDocShell* pDocSh, const ScRangeList& rR) : in ScCellRangesObj() function in ScCellRangesObj
4135 ScCellRangesObj::~ScCellRangesObj() in ~ScCellRangesObj()
4139 void ScCellRangesObj::RefChanged() in RefChanged()
4146 uno::Any SAL_CALL ScCellRangesObj::queryInterface( const uno::Type& rType ) in queryInterface()
4161 void SAL_CALL ScCellRangesObj::acquire() throw() in acquire()
4166 void SAL_CALL ScCellRangesObj::release() throw() in release()
4171 uno::Sequence<uno::Type> SAL_CALL ScCellRangesObj::getTypes() throw(uno::RuntimeException) in getTypes()
4192 uno::Sequence<sal_Int8> SAL_CALL ScCellRangesObj::getImplementationId() in getImplementationId()
4206 ScCellRangeObj* ScCellRangesObj::GetObjectByIndex_Impl(sal_Int32 nIndex) const in GetObjectByIndex_Impl()
4222 uno::Sequence<table::CellRangeAddress> SAL_CALL ScCellRangesObj::getRangeAddresses() in getRangeAddresses()
4245 uno::Reference<container::XEnumerationAccess> SAL_CALL ScCellRangesObj::getCells() in getCells()
4262 rtl::OUString SAL_CALL ScCellRangesObj::getRangeAddressesAsString() in getRangeAddressesAsString()
4276 void SAL_CALL ScCellRangesObj::addRangeAddress( const table::CellRangeAddress& rRange, in addRangeAddress()
4298 void SAL_CALL ScCellRangesObj::removeRangeAddress( const table::CellRangeAddress& rRange ) in removeRangeAddress()
4346 void SAL_CALL ScCellRangesObj::addRangeAddresses( const uno::Sequence<table::CellRangeAddress >& rR… in addRangeAddresses()
4368 void SAL_CALL ScCellRangesObj::removeRangeAddresses( const uno::Sequence<table::CellRangeAddress >&… in removeRangeAddresses()
4398 void SAL_CALL ScCellRangesObj::insertByName( const rtl::OUString& aName, const uno::Any& aElement ) in insertByName()
4526 void SAL_CALL ScCellRangesObj::removeByName( const rtl::OUString& aName ) in removeByName()
4593 void SAL_CALL ScCellRangesObj::replaceByName( const rtl::OUString& aName, const uno::Any& aElement ) in replaceByName()
4605 uno::Any SAL_CALL ScCellRangesObj::getByName( const rtl::OUString& aName ) in getByName()
4643 uno::Sequence<rtl::OUString> SAL_CALL ScCellRangesObj::getElementNames() in getElementNames()
4671 sal_Bool SAL_CALL ScCellRangesObj::hasByName( const rtl::OUString& aName ) in hasByName()
4684 uno::Reference<container::XEnumeration> SAL_CALL ScCellRangesObj::createEnumeration() in createEnumeration()
4693 sal_Int32 SAL_CALL ScCellRangesObj::getCount() throw(uno::RuntimeException) in getCount()
4700 uno::Any SAL_CALL ScCellRangesObj::getByIndex( sal_Int32 nIndex ) in getByIndex()
4713 uno::Type SAL_CALL ScCellRangesObj::getElementType() throw(uno::RuntimeException) in getElementType()
4719 sal_Bool SAL_CALL ScCellRangesObj::hasElements() throw(uno::RuntimeException) in hasElements()
4728 rtl::OUString SAL_CALL ScCellRangesObj::getImplementationName() throw(uno::RuntimeException) in getImplementationName()
4733 sal_Bool SAL_CALL ScCellRangesObj::supportsService( const rtl::OUString& rServiceName ) in supportsService()
4743 uno::Sequence<rtl::OUString> SAL_CALL ScCellRangesObj::getSupportedServiceNames() in getSupportedServiceNames()
9847 …return uno::makeAny(uno::Reference<sheet::XSheetCellRangeContainer>(new ScCellRangesObj(pDocShell,… in getByIndex()
9924 …return uno::makeAny(uno::Reference<sheet::XSheetCellRangeContainer>(new ScCellRangesObj(pDocShell,… in nextElement()