/aoo42x/main/svtools/source/control/ |
H A D | inettbc.cxx | 244 SvtURLBox* pBox = pThis->pBox; 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() 857 SvtURLBox::~SvtURLBox() in ~SvtURLBox() 871 void SvtURLBox::UpdatePickList( ) in UpdatePickList() 1040 void SvtURLBox::Modify() in Modify() 1115 void SvtURLBox::Select() in Select() 1136 String SvtURLBox::GetURL() in GetURL() [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()
|
/aoo42x/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()
|
/aoo42x/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()
|
/aoo42x/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
|
/aoo42x/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()
|
/aoo42x/main/sfx2/inc/ |
H A D | inettbc.hxx | 39 class SvtURLBox; 46 SvtURLBox* GetURLBox() const;
|
/aoo42x/main/fpicker/source/office/ |
H A D | iodlgimp.hxx | 180 class SvtURLBox; 199 SvtURLBox* _pEdFileName;
|
H A D | iodlg.cxx | 582 SvtURLBox* pURLBox = new SvtURLBox( this ); in Init_Impl() 1120 …String sCompleted = SvtURLBox::ParseSmart( aFileName, pThis->_pFileView->GetViewURL(), SvtPathOpti… in IMPL_STATIC_LINK()
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | linkarea.hxx | 55 SvtURLBox aCbUrl;
|
/aoo42x/main/svx/inc/svx/ |
H A D | imapdlg.hxx | 127 SvtURLBox maURLBox;
|
/aoo42x/main/cui/source/inc/ |
H A D | hltpbase.hxx | 76 class SvxHyperURLBox : public SvtURLBox, public DropTargetHelper
|
/aoo42x/main/svx/source/inc/ |
H A D | datanavi.hxx | 552 SvtURLBox m_aURLED;
|