| /AOO41X/main/svtools/source/control/ |
| H A D | inettbc.cxx | 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 [all …]
|
| H A D | fileurlbox.cxx | 40 :SvtURLBox(_pParent, INET_PROT_FILE) in FileURLBox() 47 :SvtURLBox( _pParent, _nStyle, INET_PROT_FILE ) in FileURLBox() 54 :SvtURLBox(_pParent, _rId, INET_PROT_FILE) in FileURLBox() 93 return SvtURLBox::PreNotify(_rNEvt); in PreNotify() 107 long nReturn = SvtURLBox::Notify(_rNEvt); in Notify() 114 return SvtURLBox::Notify(_rNEvt); in Notify()
|
| H A D | urlcontrol.cxx | 40 :SvtURLBox(_pParent, INET_PROT_FILE) in OFileURLControl() 47 :SvtURLBox(_pParent, _rId, INET_PROT_FILE) in OFileURLControl() 61 return SvtURLBox::PreNotify(_rNEvt); in PreNotify() 72 long nReturn = SvtURLBox::Notify(_rNEvt); in Notify() 85 return SvtURLBox::Notify(_rNEvt); in Notify()
|
| /AOO41X/main/filter/source/xsltdialog/ |
| H A D | xmlfiltertabpagexslt.hxx | 52 SvtURLBox maEDDTDSchema; 56 SvtURLBox maEDExportXSLT; 60 SvtURLBox maEDImportXSLT; 64 SvtURLBox maEDImportTemplate; 68 void SetURL( SvtURLBox& rURLBox, const rtl::OUString& rURL ); 69 rtl::OUString GetURL( SvtURLBox& rURLBox );
|
| H A D | xmlfiltertabpagexslt.cxx | 127 void XMLFilterTabPageXSLT::SetURL( SvtURLBox& rURLBox, const OUString& rURL ) in SetURL() 162 OUString XMLFilterTabPageXSLT::GetURL( SvtURLBox& rURLBox ) in GetURL() 183 SvtURLBox* pURLBox; in IMPL_LINK()
|
| /AOO41X/main/sfx2/source/inet/ |
| H A D | inettbc.cxx | 93 SvtURLBox* SfxURLToolBoxControl_Impl::GetURLBox() const in GetURLBox() 95 return (SvtURLBox*)GetToolBox().GetItemWindow( GetId() ); in GetURLBox() 110 aName = SvtURLBox::ParseSmart( rName, aBaseURL, SvtPathOptions().GetWorkPath() ); in OpenURL() 176 SvtURLBox* pURLBox = new SvtURLBox( pParent ); in CreateItemWindow() 185 SvtURLBox* pURLBox = GetURLBox(); in IMPL_LINK() 196 SvtURLBox* pURLBox = GetURLBox(); in IMPL_LINK() 259 SvtURLBox* pURLBox = GetURLBox(); in StateChanged()
|
| /AOO41X/main/svtools/inc/svtools/ |
| H A D | inettbc.hxx | 40 class SVT_DLLPUBLIC SvtURLBox : public ComboBox class 73 … SvtURLBox( Window* pParent, INetProtocol eSmart = INET_PROT_NOT_VALID ); 74 … SvtURLBox( Window* pParent, WinBits _nStyle, INetProtocol eSmart = INET_PROT_NOT_VALID ); 75 … SvtURLBox( Window* pParent, const ResId& _rResId, INetProtocol eSmart = INET_PROT_NOT_VALID ); 76 ~SvtURLBox();
|
| H A D | urlcontrol.hxx | 38 class SVT_DLLPUBLIC OFileURLControl : public SvtURLBox
|
| H A D | fileurlbox.hxx | 38 class SVT_DLLPUBLIC FileURLBox : public SvtURLBox
|
| /AOO41X/main/cui/source/dialogs/ |
| H A D | hltpbase.cxx | 98 : SvtURLBox ( pParent, eSmart ), in SvxHyperURLBox() 250 SvtURLBox::Select(); in Select() 254 SvtURLBox::Modify(); in Modify() 258 return SvtURLBox::Notify( rNEvt ); in Notify() 262 return SvtURLBox::PreNotify( rNEvt ); in PreNotify()
|
| /AOO41X/main/sfx2/inc/ |
| H A D | inettbc.hxx | 39 class SvtURLBox; 46 SvtURLBox* GetURLBox() const;
|
| /AOO41X/main/fpicker/source/office/ |
| H A D | iodlgimp.hxx | 180 class SvtURLBox; 199 SvtURLBox* _pEdFileName;
|
| H A D | iodlg.cxx | 580 SvtURLBox* pURLBox = new SvtURLBox( this ); in Init_Impl() 1118 …String sCompleted = SvtURLBox::ParseSmart( aFileName, pThis->_pFileView->GetViewURL(), SvtPathOpti… in IMPL_STATIC_LINK()
|
| /AOO41X/main/sc/source/ui/inc/ |
| H A D | linkarea.hxx | 55 SvtURLBox aCbUrl;
|
| /AOO41X/main/svx/inc/svx/ |
| H A D | imapdlg.hxx | 127 SvtURLBox maURLBox;
|
| /AOO41X/main/cui/source/inc/ |
| H A D | hltpbase.hxx | 76 class SvxHyperURLBox : public SvtURLBox, public DropTargetHelper
|
| /AOO41X/main/svx/source/inc/ |
| H A D | datanavi.hxx | 552 SvtURLBox m_aURLED;
|