Lines Matching refs:pDocSh
52 ScCellCursorObj::ScCellCursorObj(ScDocShell* pDocSh, const ScRange& rR) : in ScCellCursorObj() argument
53 ScCellRangeObj( pDocSh, rR ) in ScCellCursorObj()
122 ScDocShell* pDocSh = GetDocShell(); in collapseToCurrentRegion() local
123 if ( pDocSh ) in collapseToCurrentRegion()
131 pDocSh->GetDocument()->GetDataArea( in collapseToCurrentRegion()
149 ScDocShell* pDocSh = GetDocShell(); in collapseToCurrentArray() local
150 if ( pDocSh ) in collapseToCurrentArray()
152 ScDocument* pDoc = pDocSh->GetDocument(); in collapseToCurrentArray()
174 ScDocShell* pDocSh = GetDocShell(); in collapseToMergedArea() local
175 if ( pDocSh ) in collapseToMergedArea()
181 ScDocument* pDoc = pDocSh->GetDocument(); in collapseToMergedArea()
255 ScDocShell* pDocSh = GetDocShell(); in gotoStartOfUsedArea() local
256 if ( pDocSh ) in gotoStartOfUsedArea()
265 if (!pDocSh->GetDocument()->GetDataStart( nTab, nUsedX, nUsedY )) in gotoStartOfUsedArea()
283 ScDocShell* pDocSh = GetDocShell(); in gotoEndOfUsedArea() local
284 if ( pDocSh ) in gotoEndOfUsedArea()
293 if (!pDocSh->GetDocument()->GetTableArea( nTab, nUsedX, nUsedY )) in gotoEndOfUsedArea()
320 ScDocShell* pDocSh = GetDocShell(); in gotoStart() local
321 if ( pDocSh ) in gotoStart()
329 pDocSh->GetDocument()->GetDataArea( in gotoStart()
348 ScDocShell* pDocSh = GetDocShell(); in gotoEnd() local
349 if ( pDocSh ) in gotoEnd()
357 pDocSh->GetDocument()->GetDataArea( in gotoEnd()
379 ScDocShell* pDocSh = GetDocShell(); in gotoNext() local
380 if ( pDocSh ) in gotoNext()
381 pDocSh->GetDocument()->GetNextPos( nNewX,nNewY, nTab, 1,0, sal_False,sal_True, aMark ); in gotoNext()
401 ScDocShell* pDocSh = GetDocShell(); in gotoPrevious() local
402 if ( pDocSh ) in gotoPrevious()
403 pDocSh->GetDocument()->GetNextPos( nNewX,nNewY, nTab, -1,0, sal_False,sal_True, aMark ); in gotoPrevious()