Lines Matching refs:aTrackText
99 String aTrackText; in ShowNoteMarker() local
177 aTrackText = pFound->GetUser(); in ShowNoteMarker()
178 aTrackText.AppendAscii(RTL_CONSTASCII_STRINGPARAM( " - " )); in ShowNoteMarker()
179 aTrackText += ScGlobal::pLocaleData->getDate(aDT); in ShowNoteMarker()
180 aTrackText += ' '; in ShowNoteMarker()
181 aTrackText += ScGlobal::pLocaleData->getTime(aDT); in ShowNoteMarker()
182 aTrackText.AppendAscii(RTL_CONSTASCII_STRINGPARAM( "\n" )); in ShowNoteMarker()
186 aTrackText += aComStr; in ShowNoteMarker()
187 aTrackText.AppendAscii(RTL_CONSTASCII_STRINGPARAM( "\n(" )); in ShowNoteMarker()
189 pFound->GetDescription( aTrackText, pDoc ); in ShowNoteMarker()
192 aTrackText +=')'; in ShowNoteMarker()
199 if ( (aTrackText.Len() > 0) || (pNote && !pNote->IsCaptionShown()) ) in ShowNoteMarker()
241 pDoc, aCellPos, aTrackText, in ShowNoteMarker()