Searched refs:pAuthorNames (Results 1 – 4 of 4) sorted by relevance
402 …DBG_ASSERT(nPos<pAuthorNames->Count(), "author not found!"); // #i45342# RTF doc with no author ta… in GetRedlineAuthor()403 while (!(nPos<pAuthorNames->Count())) in GetRedlineAuthor()407 return *pAuthorNames->GetObject(nPos); in GetRedlineAuthor()418 while (nPos < pAuthorNames->Count() && *pAuthorNames->GetObject(nPos) != rAuthor) in InsertRedlineAuthor()421 if (nPos == pAuthorNames->Count()) in InsertRedlineAuthor()422 pAuthorNames->Insert(new String(rAuthor), nPos); in InsertRedlineAuthor()
222 pAuthorNames = new SvStringsDtor(5, 1); // Alle Redlining-Autoren in SwModule()
764 DELETEZ(pAuthorNames) ; in Notify()
107 SvStringsDtor* pAuthorNames; member in SwModule