Home
last modified time | relevance | path

Searched refs:AbstractSvxPostItDialog_Impl (Results 1 – 2 of 2) sorted by relevance

/trunk/main/cui/source/factory/
H A Ddlgfact.cxx163 IMPL_ABSTDLG_BASE(AbstractSvxPostItDialog_Impl);
908 void AbstractSvxPostItDialog_Impl::SetText( const XubString& rStr ) in SetText()
912 const SfxItemSet* AbstractSvxPostItDialog_Impl::GetOutputItemSet() const in GetOutputItemSet()
916 void AbstractSvxPostItDialog_Impl::EnableTravel(sal_Bool bNext, sal_Bool bPrev) in EnableTravel()
920 String AbstractSvxPostItDialog_Impl::GetNote() in GetNote()
924 void AbstractSvxPostItDialog_Impl::SetNote(const String& rTxt) in SetNote()
928 void AbstractSvxPostItDialog_Impl::ShowLastAuthor(const String& rAuthor, const String& rDate) in ShowLastAuthor()
932 void AbstractSvxPostItDialog_Impl::DontChangeAuthor() in DontChangeAuthor()
936 void AbstractSvxPostItDialog_Impl::HideAuthor() in HideAuthor()
940 void AbstractSvxPostItDialog_Impl::SetReadonlyPostIt(sal_Bool bDisable) in SetReadonlyPostIt()
[all …]
H A Ddlgfact.hxx545 class AbstractSvxPostItDialog_Impl :public AbstractSvxPostItDialog class
547 DECL_ABSTDLG_BASE( AbstractSvxPostItDialog_Impl, SvxPostItDialog )