Home
last modified time | relevance | path

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

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

Completed in 37 milliseconds