Home
last modified time | relevance | path

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

/AOO42X/main/sw/source/ui/app/
H A Dswmodul1.cxx402 …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()
H A Dswmodule.cxx222 pAuthorNames = new SvStringsDtor(5, 1); // Alle Redlining-Autoren in SwModule()
H A Dapphdl.cxx764 DELETEZ(pAuthorNames) ; in Notify()
/AOO42X/main/sw/inc/
H A Dswmodule.hxx107 SvStringsDtor* pAuthorNames; member in SwModule