Home
last modified time | relevance | path

Searched refs:pSheetDesc (Results 1 – 4 of 4) sorted by relevance

/aoo42x/main/sc/source/core/data/
H A Ddpobject.cxx163 pSheetDesc( NULL ), in ScDPObject()
202 if (r.pSheetDesc) in ScDPObject()
203 pSheetDesc = new ScSheetSourceDesc(*r.pSheetDesc); in ScDPObject()
215 delete pSheetDesc; in ~ScDPObject()
275 if ( pSheetDesc && rDesc == *pSheetDesc ) in SetSheetDesc()
328 if ( pSheetDesc ) in WriteSourceDataTo()
724 if ( pSheetDesc ) in UpdateReference()
765 if ( pSheetDesc && r.pSheetDesc ) in RefsEqual()
767 if ( pSheetDesc->aSourceRange != r.pSheetDesc->aSourceRange ) in RefsEqual()
770 else if ( pSheetDesc || r.pSheetDesc ) in RefsEqual()
[all …]
/aoo42x/main/sc/inc/
H A Ddpobject.hxx96 ScSheetSourceDesc* pSheetDesc; // for sheet data member in ScDPObject
159 const ScSheetSourceDesc* GetSheetDesc() const { return pSheetDesc; } in GetSheetDesc()
/aoo42x/main/sc/source/ui/docshell/
H A Ddocsh5.cxx519 const ScSheetSourceDesc* pSheetDesc = pOld->GetSheetDesc(); in RefreshPivotTables() local
520 if ( pSheetDesc && pSheetDesc->aSourceRange.Intersects( rSource ) ) in RefreshPivotTables()
H A Ddbdocfun.cxx1314 const ScSheetSourceDesc* pSheetDesc = pOldObj->GetSheetDesc(); in DataPilotUpdate() local
1315 if( pSheetDesc && pSheetDesc->aSourceRange.Intersects( aNewOut ) ) in DataPilotUpdate()

Completed in 39 milliseconds