Lines Matching refs:rDocShell

62 void lcl_PaintWidthHeight( ScDocShell& rDocShell, SCTAB nTab,  in lcl_PaintWidthHeight()  argument
65 ScDocument* pDoc = rDocShell.GetDocument(); in lcl_PaintWidthHeight()
90 rDocShell.PostPaint( nStartCol,nStartRow,nTab, MAXCOL,MAXROW,nTab, nParts ); in lcl_PaintWidthHeight()
104 ScDocument* pDoc = rDocShell.GetDocument(); in MakeOutline()
127 rDocShell.GetUndoManager()->AddUndoAction( in MakeOutline()
128 new ScUndoMakeOutline( &rDocShell, in MakeOutline()
144 rDocShell.PostPaint( 0,0,nTab, MAXCOL,MAXROW,nTab, nParts ); in MakeOutline()
145 rDocShell.SetDocumentModified(); in MakeOutline()
146 lcl_InvalidateOutliner( rDocShell.GetViewBindings() ); in MakeOutline()
152 rDocShell.ErrorMessage(STR_MSSG_MAKEOUTLINE_0); // "Gruppierung nicht moeglich" in MakeOutline()
169 ScDocument* pDoc = rDocShell.GetDocument(); in RemoveOutline()
193 rDocShell.GetUndoManager()->AddUndoAction( in RemoveOutline()
194 new ScUndoMakeOutline( &rDocShell, in RemoveOutline()
210 rDocShell.PostPaint( 0,0,nTab, MAXCOL,MAXROW,nTab, nParts ); in RemoveOutline()
211 rDocShell.SetDocumentModified(); in RemoveOutline()
213 lcl_InvalidateOutliner( rDocShell.GetViewBindings() ); in RemoveOutline()
222 rDocShell.ErrorMessage(STR_MSSG_REMOVEOUTLINE_0); // "Aufheben nicht moeglich" in RemoveOutline()
230 ScDocument* pDoc = rDocShell.GetDocument(); in RemoveAllOutlines()
254 rDocShell.GetUndoManager()->AddUndoAction( in RemoveAllOutlines()
255 new ScUndoRemoveAllOutlines( &rDocShell, in RemoveAllOutlines()
270 rDocShell.PostPaint( 0,0,nTab, MAXCOL,MAXROW,nTab, in RemoveAllOutlines()
272 rDocShell.SetDocumentModified(); in RemoveAllOutlines()
273 lcl_InvalidateOutliner( rDocShell.GetViewBindings() ); in RemoveAllOutlines()
292 ScDocument* pDoc = rDocShell.GetDocument(); in AutoOutline()
331 rDocShell.GetUndoManager()->AddUndoAction( in AutoOutline()
332 new ScUndoAutoOutline( &rDocShell, in AutoOutline()
341 rDocShell.PostPaint( 0,0,nTab, MAXCOL,MAXROW,nTab, PAINT_LEFT | PAINT_TOP | PAINT_SIZE ); in AutoOutline()
342 rDocShell.SetDocumentModified(); in AutoOutline()
343 lcl_InvalidateOutliner( rDocShell.GetViewBindings() ); in AutoOutline()
353 ScDocument* pDoc = rDocShell.GetDocument(); in SelectLevel()
384 rDocShell.GetUndoManager()->AddUndoAction( in SelectLevel()
385 new ScUndoOutlineLevel( &rDocShell, in SelectLevel()
437 lcl_PaintWidthHeight( rDocShell, nTab, bColumns, nStart, nEnd ); in SelectLevel()
439 rDocShell.SetDocumentModified(); in SelectLevel()
440 lcl_InvalidateOutliner( rDocShell.GetViewBindings() ); in SelectLevel()
457 ScDocument* pDoc = rDocShell.GetDocument(); in ShowMarkedOutlines()
481 rDocShell.GetUndoManager()->AddUndoAction( in ShowMarkedOutlines()
482 new ScUndoOutlineBlock( &rDocShell, in ShowMarkedOutlines()
542 rDocShell.PostPaint( 0,0,nTab, MAXCOL,MAXROW,nTab, PAINT_GRID | PAINT_LEFT | PAINT_TOP ); in ShowMarkedOutlines()
544 rDocShell.SetDocumentModified(); in ShowMarkedOutlines()
547 lcl_InvalidateOutliner( rDocShell.GetViewBindings() ); in ShowMarkedOutlines()
566 ScDocument* pDoc = rDocShell.GetDocument(); in HideMarkedOutlines()
603 rDocShell.GetUndoManager()->AddUndoAction( in HideMarkedOutlines()
604 new ScUndoOutlineBlock( &rDocShell, in HideMarkedOutlines()
640 rDocShell.PostPaint( 0,0,nTab, MAXCOL,MAXROW,nTab, PAINT_GRID | PAINT_LEFT | PAINT_TOP ); in HideMarkedOutlines()
642 rDocShell.SetDocumentModified(); in HideMarkedOutlines()
645 lcl_InvalidateOutliner( rDocShell.GetViewBindings() ); in HideMarkedOutlines()
659 ScDocument* pDoc = rDocShell.GetDocument(); in ShowOutline()
685 rDocShell.GetUndoManager()->AddUndoAction( in ShowOutline()
686 new ScUndoDoOutline( &rDocShell, in ShowOutline()
735 lcl_PaintWidthHeight( rDocShell, nTab, bColumns, nStart, nEnd ); in ShowOutline()
738 rDocShell.SetDocumentModified(); in ShowOutline()
743 lcl_InvalidateOutliner( rDocShell.GetViewBindings() ); in ShowOutline()
751 ScDocument* pDoc = rDocShell.GetDocument(); in HideOutline()
777 rDocShell.GetUndoManager()->AddUndoAction( in HideOutline()
778 new ScUndoDoOutline( &rDocShell, in HideOutline()
802 lcl_PaintWidthHeight( rDocShell, nTab, bColumns, nStart, nEnd ); in HideOutline()
805 rDocShell.SetDocumentModified(); in HideOutline()
810 lcl_InvalidateOutliner( rDocShell.GetViewBindings() ); in HideOutline()