Searched refs:PostPaintCell (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/sc/source/ui/undo/ |
H A D | undocell.cxx | 275 pDocShell->PostPaintCell( nCol, nRow, pTabs[i] ); in Undo() 310 pDocShell->PostPaintCell( nCol, nRow, pTabs[i] ); in Redo() 397 pDocShell->PostPaintCell( aPos ); in Undo() 412 pDocShell->PostPaintCell( aPos ); in Redo() 483 pDocShell->PostPaintCell( aPos ); in Undo() 501 pDocShell->PostPaintCell( aPos ); in Redo() 774 pDocShell->PostPaintCell( nCol, nRow, nTab ); in DoChange() 844 pDocShell->PostPaintCell( maPos ); in Undo() 857 pDocShell->PostPaintCell( maPos ); in Redo()
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | docsh.hxx | 320 void PostPaintCell( SCCOL nCol, SCROW nRow, SCTAB nTab ); 321 void PostPaintCell( const ScAddress& rPos );
|
/aoo42x/main/sc/source/ui/docshell/ |
H A D | docsh3.cxx | 188 void ScDocShell::PostPaintCell( SCCOL nCol, SCROW nRow, SCTAB nTab ) in PostPaintCell() function in ScDocShell 193 void ScDocShell::PostPaintCell( const ScAddress& rPos ) in PostPaintCell() function in ScDocShell 195 PostPaintCell( rPos.Col(), rPos.Row(), rPos.Tab() ); in PostPaintCell()
|
H A D | docfunc.cxx | 786 rDocShell.PostPaintCell( rPos ); in SetNormalString() 838 rDocShell.PostPaintCell( rPos ); in PutCell() 1118 rDocShell.PostPaintCell( rPos ); in SetNoteText() 1170 rDocShell.PostPaintCell( rPos ); in ReplaceNote()
|
H A D | docsh4.cxx | 182 PostPaintCell( nCol, nRow, nTab ); in Execute()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | viewfunc.cxx | 649 pDocSh->PostPaintCell( nCol, nRow, i ); in EnterData() 717 pDocSh->PostPaintCell( aPos ); in EnterValue() 846 pDocSh->PostPaintCell( nCol, nRow, i ); in EnterData() 1534 pViewData->GetDocShell()->PostPaintCell( nCol, nRow, nTab ); in SetStyleSheetToMarked()
|
H A D | spelleng.cxx | 159 mrDocShell.PostPaintCell( mnCurrCol, mnCurrRow, nTab ); in FindNextConversionCell()
|
H A D | drawview.cxx | 940 pDocShell->PostPaintCell( pCaptData->maStart ); in DeleteMarked()
|
Completed in 79 milliseconds