Searched refs:pScNote (Results 1 – 3 of 3) sorted by relevance
982 const ScPostIt* pScNote, const String& rAddText ) : in XclExpNote() argument986 mbVisible( pScNote && pScNote->IsCaptionShown() ) in XclExpNote()990 if( pScNote ) in XclExpNote()991 aNoteText = pScNote->GetText(); in XclExpNote()1006 if( pScNote ) in XclExpNote()1007 if( SdrCaptionObj* pCaption = pScNote->GetOrCreateCaption( maScPos ) ) in XclExpNote()
2490 const ScPostIt* pScNote = pScCell ? pScCell->GetNote() : 0; in XclExpCellTable() local2491 if( pScNote || (aAddNoteText.Len() > 0) ) in XclExpCellTable()2492 … mxNoteList->AppendNewRecord( new XclExpNote( GetRoot(), aScPos, pScNote, aAddNoteText ) ); in XclExpCellTable()
322 const ScPostIt* pScNote,
Completed in 33 milliseconds