Home
last modified time | relevance | path

Searched refs:maAuthor (Results 1 – 11 of 11) sorted by relevance

/trunk/main/sc/inc/
H A Dpostit.hxx49 ::rtl::OUString maAuthor; /// Author of the note.
112 inline const ::rtl::OUString& GetAuthor() const { return maNoteData.maAuthor; } in GetAuthor()
114 … inline void SetAuthor( const ::rtl::OUString& rAuthor ) { maNoteData.maAuthor = rAuthor; } in SetAuthor()
/trunk/main/sc/source/filter/inc/
H A Dxeescher.hxx330 const XclExpString& GetAuthor() const { return maAuthor; } in GetAuthor()
336 XclExpString maAuthor; /// Name of the author. member in XclExpNote
/trunk/main/oox/inc/oox/xls/
H A Dcommentsbuffer.hxx40 ::rtl::OUString maAuthor; /// Comment author (BIFF8 only).
/trunk/main/sc/source/filter/xml/
H A Dxmlannoi.hxx57 ::rtl::OUString maAuthor;
H A Dxmlannoi.cxx193 mrAnnotationData.maAuthor = maAuthorBuffer.makeStringAndClear(); in EndElement()
H A Dxmlcelli.cxx679 pNote->SetAuthor( mxAnnotationData->maAuthor ); in SetAnnotation()
/trunk/main/sd/source/filter/html/
H A Dhtmlex.hxx120 String maAuthor; member in HtmlExport
H A Dhtmlex.cxx523 maAuthor = aStr; in InitExportParameters()
1930 if(maAuthor.Len()) in CreateContentPage()
1935 aStr += StringToHTMLString(maAuthor); in CreateContentPage()
/trunk/main/oox/source/xls/
H A Dcommentsbuffer.cxx214 maModel.maAuthor = rStrm.readUniString(); in importNoteBiff8()
/trunk/main/sc/source/filter/excel/
H A Dxeescher.cxx1011 SetRecSize( 9 + maAuthor.GetSize() ); in XclExpNote()
1078 << maAuthor in WriteBody()
/trunk/main/sc/source/core/data/
H A Dpostit.cxx545 maNoteData.maAuthor = SvtUserOptions().GetID(); in AutoStamp()

Completed in 53 milliseconds