/aoo42x/main/sw/inc/ |
H A D | redline.hxx | 127 sal_uInt16 GetAuthor() const { return nAuthor; } in GetAuthor() function in SwRedlineData 222 sal_uInt16 GetAuthor( sal_uInt16 nPos = 0) const; 260 { return GetAuthor() == rRedl.GetAuthor(); } in IsOwnRedline()
|
H A D | AnnotationWin.hxx | 50 virtual String GetAuthor();
|
H A D | SidebarWin.hxx | 110 virtual String GetAuthor() = 0;
|
/aoo42x/main/sw/source/ui/docvw/ |
H A D | AnnotationWin.cxx | 203 aRewriter.AddRule(UNDO_ARG1,GetAuthor()); in CreateMenuButton() 220 aRewriter.AddRule(UNDO_ARG1, pWin->GetAuthor()); in InitAnswer() 292 String SwAnnotationWin::GetAuthor() in GetAuthor() function in sw::annotation::SwAnnotationWin
|
H A D | SidebarWin.cxx | 374 sal_uInt16 aIndex = SW_MOD()->InsertRedlineAuthor(GetAuthor()); in InitControls() 398 String sMeta = GetAuthor(); in CheckMetaText() 1028 SfxStringItem aItem( nSlot, GetAuthor() ); in ExecuteCommand()
|
H A D | AnnotationMenuButton.cxx | 108 if ( sAuthor == mrSidebarWin.GetAuthor() ) in MouseButtonDown()
|
H A D | PostItMgr.cxx | 1220 if ( HasActiveSidebarWin() && (GetActiveSidebarWin()->GetAuthor()==aAuthor) ) in Delete() 1234 if ( (*pPostIt)->pPostIt->GetAuthor() == aAuthor ) in Delete() 1318 if ( (*i)->pPostIt && ((*i)->pPostIt->GetAuthor() == rAuthor) ) in Hide()
|
H A D | SidebarTxtControl.cxx | 341 aRewriter.AddRule(UNDO_ARG1, mrSidebarWin.GetAuthor()); in Command()
|
/aoo42x/main/sw/source/core/text/ |
H A D | redlnitr.cxx | 262 FillHints( pRed->GetAuthor( 1 ), pRed->GetType( 1 ) ); in _Seek() 263 FillHints( pRed->GetAuthor(), pRed->GetType() ); in _Seek()
|
/aoo42x/main/sc/inc/ |
H A D | postit.hxx | 112 inline const ::rtl::OUString& GetAuthor() const { return maNoteData.maAuthor; } in GetAuthor() function in ScPostIt
|
/aoo42x/main/sw/source/core/doc/ |
H A D | docredln.cxx | 2359 pFnd->GetAuthor() == pTmp->GetAuthor() && in SelNextRedline() 2475 pFnd->GetAuthor() == pTmp->GetAuthor() && in SelPrevRedline() 3764 sal_uInt16 SwRedline::GetAuthor( sal_uInt16 nPos ) const in GetAuthor() function in SwRedline
|
/aoo42x/main/sw/source/core/fields/ |
H A D | postithelper.cxx | 135 o_rInfo.mRedlineAuthor = pRedline->GetAuthor(); in getLayoutInfos()
|
/aoo42x/main/sc/source/ui/unoobj/ |
H A D | notesuno.cxx | 206 return pNote ? pNote->GetAuthor() : rtl::OUString(); in getAuthor()
|
/aoo42x/main/sc/source/filter/inc/ |
H A D | xeescher.hxx | 330 const XclExpString& GetAuthor() const { return maAuthor; } in GetAuthor() function in XclExpNote
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | xeescher.cxx | 1139 aAuthors.insert( XclXmlUtils::ToOUString( mrNotes.GetRecord( i )->GetAuthor() ) ); in SaveXml() 1157 XclXmlUtils::ToOUString( xNote->GetAuthor() ) ); in SaveXml()
|
/aoo42x/main/sw/source/core/crsr/ |
H A D | viscrs.cxx | 232 nNm == rRed.GetAuthor() ) in FillRects()
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | wrtw8nds.cxx | 2866 m_rWW8Export.InsUInt16( m_rWW8Export.AddRedlineAuthor( pRedline->GetAuthor() ) ); in Redline() 2890 m_rWW8Export.InsUInt16( m_rWW8Export.AddRedlineAuthor( pRedline->GetAuthor() ) ); in Redline()
|
H A D | rtfexport.cxx | 287 GetRedline(SW_MOD()->GetRedlineAuthor(pRedl->GetAuthor())); in WriteRevTab()
|
H A D | rtfattributeoutput.cxx | 713 …uffer().append((sal_Int32)m_rExport.GetRedline(SW_MOD()->GetRedlineAuthor(pRedline->GetAuthor()))); in Redline() 720 …uffer().append((sal_Int32)m_rExport.GetRedline(SW_MOD()->GetRedlineAuthor(pRedline->GetAuthor()))); in Redline()
|
H A D | wrtw8sty.cxx | 1937 msOwner = SW_MOD()->GetRedlineAuthor(pRedline->GetAuthor()); in WW8_Annotation()
|
H A D | docxattributeoutput.cxx | 930 const String &rAuthor( SW_MOD()->GetRedlineAuthor( pRedlineData->GetAuthor() ) ); in StartRedline()
|
/aoo42x/main/sw/source/ui/shells/ |
H A D | annotsh.cxx | 1185 if (sAuthor == pPostItMgr->GetActiveSidebarWin()->GetAuthor()) in GetNoteState()
|
/aoo42x/main/sw/source/core/docnode/ |
H A D | ndtbl.cxx | 4660 pRedline->GetAuthor() == pDoc->GetRedlineAuthor() ) in lcl_DelRedlines()
|