Searched refs:pAuthorNames (Results 1 – 4 of 4) sorted by relevance
408 …DBG_ASSERT(nPos<pAuthorNames->Count(), "author not found!"); //#i45342# RTF doc with no author tab… in GetRedlineAuthor()409 while (!(nPos<pAuthorNames->Count())) in GetRedlineAuthor()413 return *pAuthorNames->GetObject(nPos); in GetRedlineAuthor()424 while (nPos < pAuthorNames->Count() && *pAuthorNames->GetObject(nPos) != rAuthor) in InsertRedlineAuthor()427 if (nPos == pAuthorNames->Count()) in InsertRedlineAuthor()428 pAuthorNames->Insert(new String(rAuthor), nPos); in InsertRedlineAuthor()
226 pAuthorNames = new SvStringsDtor(5, 1); // Alle Redlining-Autoren in SwModule()
764 DELETEZ(pAuthorNames) ; in Notify()
107 SvStringsDtor* pAuthorNames; member in SwModule
Completed in 31 milliseconds