Lines Matching refs:SvxHyperlinkNewDocTp
71 sal_Bool SvxHyperlinkNewDocTp::ImplGetURLObject( const String& rPath, const String& rBase, INetURLO… in ImplGetURLObject()
110 SvxHyperlinkNewDocTp::SvxHyperlinkNewDocTp ( Window *pParent, const SfxItemSet& rItemSet) in SvxHyperlinkNewDocTp() function in SvxHyperlinkNewDocTp
139 maBtCreate.SetClickHdl ( LINK ( this, SvxHyperlinkNewDocTp, ClickNewHdl_Impl ) ); in SvxHyperlinkNewDocTp()
147 SvxHyperlinkNewDocTp::~SvxHyperlinkNewDocTp () in ~SvxHyperlinkNewDocTp()
164 void SvxHyperlinkNewDocTp::FillDlgFields ( String& /*aStrURL*/ ) in FillDlgFields()
175 void SvxHyperlinkNewDocTp::FillDocumentList () in FillDocumentList()
238 void SvxHyperlinkNewDocTp::GetCurentItemData ( String& aStrURL, String& aStrName, in GetCurentItemData()
259 IconChoicePage* SvxHyperlinkNewDocTp::Create( Window* pWindow, const SfxItemSet& rItemSet ) in Create()
261 return( new SvxHyperlinkNewDocTp( pWindow, rItemSet ) ); in Create()
270 void SvxHyperlinkNewDocTp::SetInitFocus() in SetInitFocus()
281 sal_Bool SvxHyperlinkNewDocTp::AskApply() in AskApply()
299 void SvxHyperlinkNewDocTp::DoApply () in DoApply()
420 IMPL_LINK ( SvxHyperlinkNewDocTp, ClickNewHdl_Impl, void *, EMPTYARG ) in IMPL_LINK() argument