Searched refs:ShowLastAuthor (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/cui/source/dialogs/ |
H A D | postdlg.cxx | 148 ShowLastAuthor(aAuthorStr, aDateStr); in SvxPostItDialog() 174 void SvxPostItDialog::ShowLastAuthor(const String& rAuthor, const String& rDate) in ShowLastAuthor() function in SvxPostItDialog
|
/aoo41x/main/cui/source/inc/ |
H A D | postdlg.hxx | 77 void ShowLastAuthor(const String& rAuthor, const String& rDate);
|
/aoo41x/main/sw/source/ui/shells/ |
H A D | textfld.cxx | 883 pDlg->ShowLastAuthor( pRedline->GetAuthorString(), in IMPL_LINK() 932 pDlg->ShowLastAuthor(pRedline->GetAuthorString(), in IMPL_LINK()
|
/aoo41x/main/sc/source/ui/miscdlgs/ |
H A D | redcom.cxx | 126 pDlg->ShowLastAuthor(aAuthor, aDate); in ReInit()
|
/aoo41x/main/svx/inc/svx/ |
H A D | svxdlg.hxx | 292 virtual void ShowLastAuthor(const String& rAuthor, const String& rDate) = 0;
|
/aoo41x/main/cui/source/factory/ |
H A D | dlgfact.cxx | 928 void AbstractSvxPostItDialog_Impl::ShowLastAuthor(const String& rAuthor, const String& rDate) in ShowLastAuthor() function in AbstractSvxPostItDialog_Impl 930 pDlg->ShowLastAuthor( rAuthor, rDate ); in ShowLastAuthor()
|
H A D | dlgfact.hxx | 555 virtual void ShowLastAuthor(const String& rAuthor, const String& rDate) ;
|
Completed in 41 milliseconds