Home
last modified time | relevance | path

Searched refs:pAuthor (Results 1 – 10 of 10) sorted by relevance

/trunk/main/sc/source/ui/inc/
H A Dacredlin.hxx73 String* pAuthor; member in ScViewEntryPtr
82 String* GetpAuthor() {return pAuthor; } in GetpAuthor()
89 void SetpAuthor (String* pString) {pAuthor= pString;} in SetpAuthor()
H A Ddocfunc.hxx98 …placeNote( const ScAddress& rPos, const String& rNoteText, const String* pAuthor, const String* pD…
H A Dviewfunc.hxx303 …placeNote( const ScAddress& rPos, const String& rNoteText, const String* pAuthor, const String* pD…
/trunk/main/sw/source/ui/misc/
H A Dredlndlg.cxx372 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 Dctredlin.hxx147 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 Dww8par4.cxx542 if (const sw::util::AuthorInfo* pAuthor = pAuthorInfos->GetObject(nPos)) in Read_CRevisionMark() local
546 sal_uInt16 nAutorNo = pAuthor->nOurId; in Read_CRevisionMark()
H A Drtfexport.cxx294 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 Dswparrtf.cxx1855 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 Dviewfunc.cxx2639 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 Ddocfunc.cxx1126 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 93 milliseconds