Home
last modified time | relevance | path

Searched refs:GetNote (Results 26 – 35 of 35) sorted by relevance

12

/aoo42x/main/sc/source/core/data/
H A Ddocument.cxx2963 ScPostIt* ScDocument::GetNote( const ScAddress& rPos ) in GetNote() function in ScDocument
2966 return pTable ? pTable->GetNote( rPos.Col(), rPos.Row() ) : 0; in GetNote()
2988 ScPostIt* pNote = GetNote( rPos ); in GetOrCreateNote()
H A Ddrwlayer.cxx557 if( ScPostIt* pNote = pDoc->GetNote( rData.maStart ) ) in RecalcPos()
/aoo42x/main/sc/source/core/tool/
H A Ddetfunc.cxx1442 ScPostIt* pNote = rDoc.GetNote( pData->maStart ); in UpdateAllComments()
/aoo42x/main/sc/source/ui/view/
H A Dcellsh1.cxx1866 if( ScPostIt* pNote = pDoc->GetNote( aPos ) ) in ExecuteEdit()
H A Doutput.cxx2283 const ScPostIt* pNote = pCell->GetNote(); in AddPDFNotes()
H A Dprintfun.cxx1927 if( const ScPostIt* pNote = pCell->GetNote() ) in DoNotes()
H A Dgridwin.cxx358 ScPostIt* pNote = rDoc.GetNote( aCellPos ); in lcl_UnLockComment()
/aoo42x/main/sc/source/ui/undo/
H A Dundoblk3.cxx1193 ScPostIt* pNote = pDoc->GetNote( aCursorPos ); in Undo()
/aoo42x/main/sc/source/filter/excel/
H A Dxetable.cxx2490 const ScPostIt* pScNote = pScCell ? pScCell->GetNote() : 0; in XclExpCellTable()
/aoo42x/main/sc/inc/
H A Ddocument.hxx844 ScPostIt* GetNote( const ScAddress& rPos );

Completed in 301 milliseconds

12