Home
last modified time | relevance | path

Searched refs:PostPaintCell (Results 1 – 8 of 8) sorted by relevance

/aoo42x/main/sc/source/ui/undo/
H A Dundocell.cxx275 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 Ddocsh.hxx320 void PostPaintCell( SCCOL nCol, SCROW nRow, SCTAB nTab );
321 void PostPaintCell( const ScAddress& rPos );
/aoo42x/main/sc/source/ui/docshell/
H A Ddocsh3.cxx188 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 Ddocfunc.cxx786 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 Ddocsh4.cxx182 PostPaintCell( nCol, nRow, nTab ); in Execute()
/aoo42x/main/sc/source/ui/view/
H A Dviewfunc.cxx649 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 Dspelleng.cxx159 mrDocShell.PostPaintCell( mnCurrCol, mnCurrRow, nTab ); in FindNextConversionCell()
H A Ddrawview.cxx940 pDocShell->PostPaintCell( pCaptData->maStart ); in DeleteMarked()

Completed in 71 milliseconds