Home
last modified time | relevance | path

Searched refs:GetOutRange (Results 1 – 11 of 11) sorted by relevance

/aoo4110/main/sc/source/core/data/
H A Ddpglobal.cxx65 ScRange aRange = iter->GetOutRange(); in ChkDPTableOverlap()
74 … if ( (*pDPCollection)[i] && aRange.Intersects( (*pDPCollection)[i]->GetOutRange())) in ChkDPTableOverlap()
76 … if ( bExcludeClip && iter->GetOutRange() == (*pDPCollection)[i]->GetOutRange() ) in ChkDPTableOverlap()
H A Ddpobject.cxx2423 if ( static_cast<const ScDPObject*>(At(nPos))->GetOutRange().aStart.Tab() == nTab ) in DeleteOnTab()
2602 const ScRange& rOutRange = pDPObj->GetOutRange(); in FreeTable()
2614 const ScRange& rOutRange = pDPObj->GetOutRange(); in InsertNewTable()
H A Ddocumen3.cxx222 if ( (*pDPCollection)[i]->GetOutRange().In( aPos ) ) in GetDPAtCursor()
237 if ( (*pDPCollection)[i]->GetOutRange().In( rBlock ) ) in GetDPAtBlock()
/aoo4110/main/sc/source/ui/docshell/
H A Ddbdocfun.cxx1196 ScRange aOldOut = pOldObj->GetOutRange(); in DataPilotUpdate()
1207 ScRange aNewStart( pNewObj->GetOutRange().aStart ); in DataPilotUpdate()
1220 ScRange aRange = pOldObj->GetOutRange(); in DataPilotUpdate()
1251 ScRange aRange = pOldObj->GetOutRange(); in DataPilotUpdate()
1317 ScRange aOldRange = pOldObj->GetOutRange(); in DataPilotUpdate()
1354 bEmpty = lcl_EmptyExcept( pDoc, aNewOut, pOldObj->GetOutRange() ); in DataPilotUpdate()
/aoo4110/main/sc/source/ui/unoobj/
H A Ddapiuno.cxx268 if ( pDPObj->GetOutRange().aStart.Tab() == nTab && in lcl_GetDPObject()
348 if ( pDPObj->GetOutRange().aStart.Tab() == nTab ) in GetObjectByIndex_Impl()
498 if ( pDPObj->GetOutRange().aStart.Tab() == nTab ) in getCount()
560 if ( pDPObj->GetOutRange().aStart.Tab() == nTab ) in getElementNames()
570 if ( pDPObj->GetOutRange().aStart.Tab() == nTab ) in getElementNames()
595 if ( pDPObj->GetOutRange().aStart.Tab() == nTab && in hasByName()
1267 ScRange aRange(pDPObj->GetOutRange()); in getOutputRange()
/aoo4110/main/sc/source/ui/undo/
H A Dundodat.cxx1840 aNewRange = pNewDPObject->GetOutRange(); in Undo()
1846 aOldRange = pOldDPObject->GetOutRange(); in Undo()
1870 pDocObj->SetOutRange( pOldDPObject->GetOutRange() ); in Undo()
1929 ScRange aOldRange = pOldDPObject->GetOutRange(); in Redo()
/aoo4110/main/sc/inc/
H A Ddpobject.hxx147 const ScRange& GetOutRange() const { return aOutRange; } in GetOutRange() function in ScDPObject
/aoo4110/main/sc/source/filter/xml/
H A DXMLExportDataPilot.cxx763 ScRange aOutRange((*pDPs)[i]->GetOutRange()); in WriteDataPilots()
/aoo4110/main/sc/source/filter/excel/
H A Dxipivot.cxx1434 ScRange aOutRange = mpDPObj->GetOutRange(); in MaybeRefresh()
H A Dxepivot.cxx1258 const ScRange& rOutScRange = rDPObj.GetOutRange(); in XclExpPivotTable()
/aoo4110/main/sc/source/ui/view/
H A Dgridwin.cxx3443 ScRange aOutRange = pDPObj->GetOutRange(); in AcceptPrivateDrop()

Completed in 161 milliseconds