Lines Matching refs:SvtURLBox

114     SvtURLBox*                      pBox;
131 SvtMatchContext_Impl( SvtURLBox* pBoxP, const String& rText );
148 SvtURLBox* pBoxP, const String& rText ) in SvtMatchContext_Impl()
244 SvtURLBox* pBox = pThis->pBox;
509 String SvtURLBox::ParseSmart( String aText, String aBaseURL, String aWorkDir ) in ParseSmart()
629 aMatch = SvtURLBox::ParseSmart( aText, aBaseURL, aWorkDir ); in run()
766 void SvtURLBox::TryAutoComplete( sal_Bool bForce ) in TryAutoComplete()
789 SvtURLBox::SvtURLBox( Window* pParent, INetProtocol eSmart ) in SvtURLBox() function in SvtURLBox
810 SvtURLBox::SvtURLBox( Window* pParent, WinBits _nStyle, INetProtocol eSmart ) in SvtURLBox() function in SvtURLBox
826 SvtURLBox::SvtURLBox( Window* pParent, const ResId& _rResId, INetProtocol eSmart ) in SvtURLBox() function in SvtURLBox
842 void SvtURLBox::ImplInit() in ImplInit()
852 GetSubEdit()->SetAutocompleteHdl( LINK( this, SvtURLBox, AutoCompleteHdl_Impl ) ); in ImplInit()
857 SvtURLBox::~SvtURLBox() in ~SvtURLBox()
871 void SvtURLBox::UpdatePickList( ) in UpdatePickList()
885 void SvtURLBox::SetSmartProtocol( INetProtocol eProt ) in SetSmartProtocol()
895 void SvtURLBox::UpdatePicklistForSmartProtocol_Impl() in UpdatePicklistForSmartProtocol_Impl()
960 sal_Bool SvtURLBox::ProcessKey( const KeyCode& rKey ) in ProcessKey()
1040 void SvtURLBox::Modify() in Modify()
1046 long SvtURLBox::PreNotify( NotifyEvent& rNEvt ) in PreNotify()
1079 IMPL_LINK( SvtURLBox, AutoCompleteHdl_Impl, void*, EMPTYARG ) in IMPL_LINK() argument
1091 long SvtURLBox::Notify( NotifyEvent &rEvt ) in Notify()
1115 void SvtURLBox::Select() in Select()
1122 void SvtURLBox::SetOnlyDirectories( sal_Bool bDir ) in SetOnlyDirectories()
1130 void SvtURLBox::SetNoURLSelection( sal_Bool bSet ) in SetNoURLSelection()
1136 String SvtURLBox::GetURL() in GetURL()
1226 void SvtURLBox::DisableHistory() in DisableHistory()
1233 void SvtURLBox::SetBaseURL( const String& rURL ) in SetBaseURL()
1345 void SvtURLBox::SetUrlFilter( const IUrlFilter* _pFilter ) in SetUrlFilter()
1351 const IUrlFilter* SvtURLBox::GetUrlFilter( ) const in GetUrlFilter()
1356 void SvtURLBox::SetFilter(const String& _sFilter) in SetFilter()