Searched refs:pAuthor (Results 1 – 10 of 10) sorted by relevance
/trunk/main/sc/source/ui/inc/ |
H A D | acredlin.hxx | 73 String* pAuthor; member in ScViewEntryPtr 82 String* GetpAuthor() {return pAuthor; } in GetpAuthor() 89 void SetpAuthor (String* pString) {pAuthor= pString;} in SetpAuthor()
|
H A D | docfunc.hxx | 98 …placeNote( const ScAddress& rPos, const String& rNoteText, const String* pAuthor, const String* pD…
|
H A D | viewfunc.hxx | 303 …placeNote( const ScAddress& rPos, const String& rNoteText, const String* pAuthor, const String* pD…
|
/trunk/main/sw/source/ui/misc/ |
H A D | redlndlg.cxx | 372 String *pAuthor = new String(rRedln.GetAuthorString()); in InitAuthors() local 373 if (!aStrings.Insert(pAuthor)) in InitAuthors() 374 delete pAuthor; in InitAuthors() 378 pAuthor = new String(rRedln.GetAuthorString(nStack)); in InitAuthors() 379 if (!aStrings.Insert(pAuthor)) in InitAuthors() 380 delete pAuthor; in InitAuthors()
|
/trunk/main/svx/inc/svx/ |
H A D | ctredlin.hxx | 147 sal_Bool IsValidEntry(const String* pAuthor,const DateTime *pDateTime,const String* pComment); 148 sal_Bool IsValidEntry(const String* pAuthor,const DateTime *pDateTime);
|
/trunk/main/sw/source/filter/ww8/ |
H A D | ww8par4.cxx | 542 if (const sw::util::AuthorInfo* pAuthor = pAuthorInfos->GetObject(nPos)) in Read_CRevisionMark() local 546 sal_uInt16 nAutorNo = pAuthor->nOurId; in Read_CRevisionMark()
|
H A D | rtfexport.cxx | 294 const String* pAuthor = GetRedline(i); in WriteRevTab() local 296 if (pAuthor) in WriteRevTab() 297 Strm() << OutString(*pAuthor, eDefaultEncoding); in WriteRevTab()
|
/trunk/main/sw/source/filter/rtf/ |
H A D | swparrtf.cxx | 1855 if (const sw::util::AuthorInfo* pAuthor = pAuthorInfos->GetObject(nPos)) in NextToken() local 1857 pRedlineInsert->nAutorNo = pAuthor->nOurId; in NextToken() 1873 if (const sw::util::AuthorInfo* pAuthor = pAuthorInfos->GetObject(nPos)) in NextToken() local 1875 pRedlineDelete->nAutorNo = pAuthor->nOurId; in NextToken()
|
/trunk/main/sc/source/ui/view/ |
H A D | viewfunc.cxx | 2639 void ScViewFunc::ReplaceNote( const ScAddress& rPos, const String& rNoteText, const String* pAuthor… in ReplaceNote() argument 2641 …GetViewData()->GetDocShell()->GetDocFunc().ReplaceNote( rPos, rNoteText, pAuthor, pDate, sal_False… in ReplaceNote()
|
/trunk/main/sc/source/ui/docshell/ |
H A D | docfunc.cxx | 1126 bool ScDocFunc::ReplaceNote( const ScAddress& rPos, const String& rNoteText, const String* pAuthor,… in ReplaceNote() argument 1159 if( pAuthor ) pNewNote->SetAuthor( *pAuthor ); in ReplaceNote()
|
Completed in 77 milliseconds