Lines Matching refs:maPos
811 maPos( rPos ), in ScUndoReplaceNote()
821 maPos( rPos ), in ScUndoReplaceNote()
844 pDocShell->PostPaintCell( maPos ); in Undo()
857 pDocShell->PostPaintCell( maPos ); in Redo()
881 … DBG_ASSERT( !rDoc.GetNote( maPos ), "ScUndoReplaceNote::DoInsertNote - unexpected cell note" ); in DoInsertNote()
882 ScPostIt* pNote = new ScPostIt( rDoc, maPos, rNoteData, false ); in DoInsertNote()
883 rDoc.TakeNote( maPos, pNote ); in DoInsertNote()
892 DBG_ASSERT( rDoc.GetNote( maPos ), "ScUndoReplaceNote::DoRemoveNote - missing cell note" ); in DoRemoveNote()
893 if( ScPostIt* pNote = rDoc.ReleaseNote( maPos ) ) in DoRemoveNote()
908 maPos( rPos ), in ScUndoShowHideNote()
920 if( ScPostIt* pNote = pDocShell->GetDocument()->GetNote( maPos ) ) in Undo()
921 pNote->ShowCaption( maPos, !mbShown ); in Undo()
928 if( ScPostIt* pNote = pDocShell->GetDocument()->GetNote( maPos ) ) in Redo()
929 pNote->ShowCaption( maPos, mbShown ); in Redo()