Home
last modified time | relevance | path

Searched refs:aTrackText (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/view/
H A Dgridwin5.cxx55 OUString aTrackText; in ShowNoteMarker() local
130 aTrackText = pFound->GetUser() in ShowNoteMarker()
139 aTrackText += aComStr + "\n( "; in ShowNoteMarker()
143 aTrackText += aTmp; in ShowNoteMarker()
146 aTrackText += ")"; in ShowNoteMarker()
153 if ( (!aTrackText.isEmpty()) || (pNote && !pNote->IsCaptionShown()) ) in ShowNoteMarker()
196 &rDoc, aCellPos, aTrackText, in ShowNoteMarker()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/view/
H A Dgridwin5.cxx55 OUString aTrackText; in ShowNoteMarker() local
130 aTrackText = pFound->GetUser() in ShowNoteMarker()
139 aTrackText += aComStr + "\n( "; in ShowNoteMarker()
143 aTrackText += aTmp; in ShowNoteMarker()
146 aTrackText += ")"; in ShowNoteMarker()
153 if ( (!aTrackText.isEmpty()) || (pNote && !pNote->IsCaptionShown()) ) in ShowNoteMarker()
196 pDoc, aCellPos, aTrackText, in ShowNoteMarker()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Ddocumen2.cxx1268 aTrackText.clear(); in GetCellChangeTrackNote()
1335 aTrackText = pFound->GetUser(); in GetCellChangeTrackNote()
1336 aTrackText += ", "; in GetCellChangeTrackNote()
1337 aTrackText += ScGlobal::getLocaleDataPtr()->getDate(aDT); in GetCellChangeTrackNote()
1338 aTrackText += " "; in GetCellChangeTrackNote()
1339 aTrackText += ScGlobal::getLocaleDataPtr()->getTime(aDT); in GetCellChangeTrackNote()
1340 aTrackText += ":\n"; in GetCellChangeTrackNote()
1344 aTrackText += aComStr; in GetCellChangeTrackNote()
1345 aTrackText += "\n( "; in GetCellChangeTrackNote()
1347 pFound->GetDescription( aTrackText, *this ); in GetCellChangeTrackNote()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Ddocumen2.cxx1252 aTrackText.clear(); in GetCellChangeTrackNote()
1317 aTrackText = pFound->GetUser(); in GetCellChangeTrackNote()
1318 aTrackText += ", "; in GetCellChangeTrackNote()
1319 aTrackText += ScGlobal::pLocaleData->getDate(aDT); in GetCellChangeTrackNote()
1320 aTrackText += " "; in GetCellChangeTrackNote()
1321 aTrackText += ScGlobal::pLocaleData->getTime(aDT); in GetCellChangeTrackNote()
1322 aTrackText += ":\n"; in GetCellChangeTrackNote()
1326 aTrackText += aComStr; in GetCellChangeTrackNote()
1327 aTrackText += "\n( "; in GetCellChangeTrackNote()
1329 pFound->GetDescription( aTrackText, this ); in GetCellChangeTrackNote()
[all …]