LibreOffice Module fpicker (master) 1
Public Member Functions | Private Member Functions | Private Attributes | List of all members
RemoteFilesDialog Class Reference

#include <RemoteFilesDialog.hxx>

Inheritance diagram for RemoteFilesDialog:
[legend]
Collaboration diagram for RemoteFilesDialog:
[legend]

Public Member Functions

 RemoteFilesDialog (weld::Window *pParent, PickerFlags nBits)
 
virtual ~RemoteFilesDialog () override
 
virtual short run () override
 
virtual SvtFileViewGetView () override
 
virtual void SetHasFilename (bool) override
 
virtual void SetDenyList (const css::uno::Sequence< OUString > &rDenyList) override
 
virtual const css::uno::Sequence< OUString > & GetDenyList () const override
 
virtual void SetStandardDir (const OUString &rStdDir) override
 
virtual const OUString & GetStandardDir () const override
 
virtual void SetPath (const OUString &rNewURL) override
 
virtual const OUString & GetPath () override
 
virtual std::vector< OUString > GetPathList () const override
 
virtual bool ContentIsFolder (const OUString &rURL) override
 
bool ContentIsDocument (const OUString &rURL)
 
virtual OUString getCurrentFileText () const override
 
virtual void setCurrentFileText (const OUString &rText, bool bSelectAll=false) override
 
virtual void AddFilter (const OUString &rFilter, const OUString &rType) override
 
virtual void AddFilterGroup (const OUString &_rFilter, const css::uno::Sequence< css::beans::StringPair > &rFilters) override
 
virtual OUString GetCurFilter () const override
 
virtual void SetCurFilter (const OUString &rFilter) override
 
virtual void FilterSelect () override
 
virtual void SetFileCallback (::svt::IFilePickerListener *pNotifier) override
 
virtual void onAsyncOperationStarted () override
 
virtual void onAsyncOperationFinished () override
 
virtual void UpdateControls (const OUString &rURL) override
 
virtual void EnableAutocompletion (bool=true) override
 
virtual sal_Int32 getAvailableWidth () override
 
virtual sal_Int32 getAvailableHeight () override
 
virtual void setImage (const css::uno::Any &rImage) override
 
virtual bool getShowState () override
 
virtual weld::WidgetgetControl (sal_Int16 nControlId, bool bLabelControl=false) const override
 
virtual void enableControl (sal_Int16 nControlId, bool bEnable) override
 
virtual OUString getCurFilter () const override
 
- Public Member Functions inherited from SvtFileDialog_Base
 SvtFileDialog_Base (weld::Window *pParent, const OUString &rUIXMLDescription, const OUString &rID)
 
virtual bool PrepareExecute ()
 
virtual SvtFileViewGetView ()=0
 
virtual void SetHasFilename (bool bHasFilename)=0
 
virtual void SetDenyList (const css::uno::Sequence< OUString > &rDenyList)=0
 
virtual const css::uno::Sequence< OUString > & GetDenyList () const =0
 
virtual void SetStandardDir (const OUString &rStdDir)=0
 
virtual const OUString & GetStandardDir () const =0
 
virtual void SetPath (const OUString &rNewURL)=0
 
virtual const OUString & GetPath ()=0
 
virtual std::vector< OUString > GetPathList () const =0
 
virtual bool ContentIsFolder (const OUString &rURL)=0
 
virtual OUString getCurrentFileText () const =0
 
virtual void setCurrentFileText (const OUString &rText, bool bSelectAll=false)=0
 
virtual void AddFilter (const OUString &rFilter, const OUString &rType)=0
 
virtual void AddFilterGroup (const OUString &_rFilter, const css::uno::Sequence< css::beans::StringPair > &rFilters)=0
 
virtual OUString GetCurFilter () const =0
 
virtual void SetCurFilter (const OUString &rFilter)=0
 
virtual void FilterSelect ()=0
 
virtual void SetFileCallback (::svt::IFilePickerListener *pNotifier)=0
 
virtual void onAsyncOperationStarted ()=0
 
virtual void onAsyncOperationFinished ()=0
 
virtual void UpdateControls (const OUString &rURL)=0
 
virtual void EnableAutocompletion (bool _bEnable=true)=0
 
virtual sal_Int32 getAvailableWidth ()=0
 
virtual sal_Int32 getAvailableHeight ()=0
 
virtual void setImage (const css::uno::Any &rImage)=0
 
virtual bool getShowState ()=0
 
- Public Member Functions inherited from weld::GenericDialogController
 GenericDialogController (weld::Widget *pParent, const OUString &rUIFile, const OUString &rDialogId, bool bMobile=false)
 
virtual DialoggetDialog () override
 
virtual ~GenericDialogController () COVERITY_NOEXCEPT_FALSE override
 
- Public Member Functions inherited from weld::DialogController
virtual DialoggetDialog ()=0
 
const DialoggetConstDialog () const
 
virtual short run ()
 
void set_title (const OUString &rTitle)
 
OUString get_title () const
 
void set_help_id (const OUString &rHelpId)
 
OUString get_help_id () const
 
void response (int nResponse)
 
virtual ~DialogController () COVERITY_NOEXCEPT_FALSE
 
virtual weld::WidgetgetControl (sal_Int16 nControlId, bool bLabelControl=false) const =0
 
virtual void enableControl (sal_Int16 nControlId, bool bEnable)=0
 
virtual OUString getCurFilter () const =0
 

Private Member Functions

void InitSize ()
 
void FillServicesListbox ()
 
int GetSelectedServicePos ()
 
void OpenURL (OUString const &sURL)
 
OUString AddFileExtension (const OUString &rFileName)
 
void EnableExtraMenuItems (bool bEnable)
 
void EnableControls ()
 
void DisableControls ()
 
void SavePassword (const OUString &rURL, const OUString &rUser, const OUString &rPassword, bool bPersistent)
 
void AddService ()
 
 DECL_LINK (SelectServiceHdl, weld::ComboBox &, void)
 
 DECL_LINK (EditServiceMenuHdl, const OUString &, void)
 
 DECL_LINK (DoubleClickHdl, SvtFileView *, bool)
 
 DECL_LINK (SelectHdl, SvtFileView *, void)
 
 DECL_LINK (FileNameGetFocusHdl, weld::Widget &, void)
 
 DECL_LINK (FileNameModifyHdl, weld::Entry &, void)
 
 DECL_LINK (SelectFilterHdl, weld::ComboBox &, void)
 
 DECL_LINK (TreeSelectHdl, weld::TreeView &, void)
 
 DECL_LINK (SelectBreadcrumbHdl, Breadcrumb *, bool)
 
 DECL_LINK (NewFolderHdl, weld::Button &, void)
 
 DECL_LINK (IconViewHdl, weld::Button &, void)
 
 DECL_LINK (ListViewHdl, weld::Button &, void)
 
 DECL_LINK (OkHdl, weld::Button &, void)
 
 DECL_LINK (CancelHdl, weld::Button &, void)
 

Private Attributes

Reference< XComponentContext > m_xContext
 
Reference< XPasswordContainer2 > m_xMasterPasswd
 
SvtRemoteDlgMode m_eMode
 
SvtRemoteDlgType m_eType
 
bool m_bIsUpdated
 
bool m_bIsConnected
 
bool m_bServiceChanged
 
OUString m_sIniKey
 
bool m_bIsInExecute
 
OUString m_sPath
 
OUString m_sStdDir
 
OUString m_sRootLabel
 
OUString m_sLastServiceUrl
 
int m_nCurrentFilter
 
::rtl::Reference< ::svt::AsyncPickerActionm_pCurrentAsyncAction
 
css::uno::Sequence< OUString > m_aDenyList
 
std::unique_ptr< weld::Buttonm_xOk_btn
 
std::unique_ptr< weld::Buttonm_xCancel_btn
 
std::unique_ptr< weld::MenuButtonm_xManageServices
 
std::unique_ptr< weld::ComboBoxm_xServices_lb
 
std::unique_ptr< weld::Containerm_xPathContainer
 
std::unique_ptr< Breadcrumbm_xPath
 
std::unique_ptr< weld::Buttonm_xNewFolder
 
std::unique_ptr< weld::ToggleButtonm_xListView_btn
 
std::unique_ptr< weld::ToggleButtonm_xIconView_btn
 
std::unique_ptr< FolderTreem_xTreeView
 
std::unique_ptr< SvtFileViewm_xFileView
 
std::unique_ptr< weld::Containerm_xContainer
 
std::unique_ptr< weld::ComboBoxm_xFilter_lb
 
std::unique_ptr< AutocompleteEditm_xName_ed
 
std::vector< ServicePtrm_aServices
 
std::vector< std::pair< OUString, OUString > > m_aFilters
 

Additional Inherited Members

- Static Public Member Functions inherited from weld::DialogController
static bool runAsync (const std::shared_ptr< DialogController > &rController, const std::function< void(sal_Int32)> &)
 
- Protected Member Functions inherited from svt::IFilePickerController
 ~IFilePickerController ()
 
- Protected Attributes inherited from weld::GenericDialogController
std::unique_ptr< weld::Builderm_xBuilder
 
std::shared_ptr< weld::Dialogm_xDialog
 

Detailed Description

Definition at line 50 of file RemoteFilesDialog.hxx.

Constructor & Destructor Documentation

◆ RemoteFilesDialog()

RemoteFilesDialog::RemoteFilesDialog ( weld::Window pParent,
PickerFlags  nBits 
)

◆ ~RemoteFilesDialog()

RemoteFilesDialog::~RemoteFilesDialog ( )
overridevirtual

Member Function Documentation

◆ AddFileExtension()

OUString RemoteFilesDialog::AddFileExtension ( const OUString &  rFileName)
private

Definition at line 383 of file RemoteFilesDialog.cxx.

References m_aFilters, and m_nCurrentFilter.

◆ AddFilter()

void RemoteFilesDialog::AddFilter ( const OUString &  rFilter,
const OUString &  rType 
)
overridevirtual

Implements SvtFileDialog_Base.

Definition at line 326 of file RemoteFilesDialog.cxx.

References m_aFilters, m_xFilter_lb, and sName.

Referenced by AddFilterGroup().

◆ AddFilterGroup()

void RemoteFilesDialog::AddFilterGroup ( const OUString &  _rFilter,
const css::uno::Sequence< css::beans::StringPair > &  rFilters 
)
overridevirtual

Implements SvtFileDialog_Base.

Definition at line 980 of file RemoteFilesDialog.cxx.

References AddFilter().

◆ AddService()

void RemoteFilesDialog::AddService ( )
private

◆ ContentIsDocument()

bool RemoteFilesDialog::ContentIsDocument ( const OUString &  rURL)

Definition at line 1154 of file RemoteFilesDialog.cxx.

References ucbhelper::Content::isDocument(), and m_xContext.

◆ ContentIsFolder()

bool RemoteFilesDialog::ContentIsFolder ( const OUString &  rURL)
overridevirtual

Implements SvtFileDialog_Base.

Definition at line 1139 of file RemoteFilesDialog.cxx.

References ucbhelper::Content::isFolder(), and m_xContext.

◆ DECL_LINK() [1/14]

RemoteFilesDialog::DECL_LINK ( CancelHdl  ,
weld::Button ,
void   
)
private

◆ DECL_LINK() [2/14]

RemoteFilesDialog::DECL_LINK ( DoubleClickHdl  ,
SvtFileView ,
bool   
)
private

◆ DECL_LINK() [3/14]

RemoteFilesDialog::DECL_LINK ( EditServiceMenuHdl  ,
const OUString &  ,
void   
)
private

◆ DECL_LINK() [4/14]

RemoteFilesDialog::DECL_LINK ( FileNameGetFocusHdl  ,
weld::Widget ,
void   
)
private

◆ DECL_LINK() [5/14]

RemoteFilesDialog::DECL_LINK ( FileNameModifyHdl  ,
weld::Entry ,
void   
)
private

◆ DECL_LINK() [6/14]

RemoteFilesDialog::DECL_LINK ( IconViewHdl  ,
weld::Button ,
void   
)
private

◆ DECL_LINK() [7/14]

RemoteFilesDialog::DECL_LINK ( ListViewHdl  ,
weld::Button ,
void   
)
private

◆ DECL_LINK() [8/14]

RemoteFilesDialog::DECL_LINK ( NewFolderHdl  ,
weld::Button ,
void   
)
private

◆ DECL_LINK() [9/14]

RemoteFilesDialog::DECL_LINK ( OkHdl  ,
weld::Button ,
void   
)
private

◆ DECL_LINK() [10/14]

RemoteFilesDialog::DECL_LINK ( SelectBreadcrumbHdl  ,
Breadcrumb ,
bool   
)
private

◆ DECL_LINK() [11/14]

RemoteFilesDialog::DECL_LINK ( SelectFilterHdl  ,
weld::ComboBox ,
void   
)
private

◆ DECL_LINK() [12/14]

RemoteFilesDialog::DECL_LINK ( SelectHdl  ,
SvtFileView ,
void   
)
private

◆ DECL_LINK() [13/14]

RemoteFilesDialog::DECL_LINK ( SelectServiceHdl  ,
weld::ComboBox ,
void   
)
private

◆ DECL_LINK() [14/14]

RemoteFilesDialog::DECL_LINK ( TreeSelectHdl  ,
weld::TreeView ,
void   
)
private

◆ DisableControls()

void RemoteFilesDialog::DisableControls ( )
private

◆ EnableAutocompletion()

void RemoteFilesDialog::EnableAutocompletion ( bool  = true)
overridevirtual

Implements SvtFileDialog_Base.

Definition at line 1107 of file RemoteFilesDialog.cxx.

◆ enableControl()

void RemoteFilesDialog::enableControl ( sal_Int16  nControlId,
bool  bEnable 
)
overridevirtual

Implements svt::IFilePickerController.

Definition at line 1197 of file RemoteFilesDialog.cxx.

◆ EnableControls()

void RemoteFilesDialog::EnableControls ( )
private

◆ EnableExtraMenuItems()

void RemoteFilesDialog::EnableExtraMenuItems ( bool  bEnable)
private

Definition at line 166 of file RemoteFilesDialog.cxx.

References m_xManageServices.

Referenced by AddService(), FillServicesListbox(), and run().

◆ FillServicesListbox()

void RemoteFilesDialog::FillServicesListbox ( )
private

◆ FilterSelect()

void RemoteFilesDialog::FilterSelect ( )
overridevirtual

Implements SvtFileDialog_Base.

Definition at line 1026 of file RemoteFilesDialog.cxx.

◆ getAvailableHeight()

sal_Int32 RemoteFilesDialog::getAvailableHeight ( )
overridevirtual

Implements SvtFileDialog_Base.

Definition at line 1175 of file RemoteFilesDialog.cxx.

◆ getAvailableWidth()

sal_Int32 RemoteFilesDialog::getAvailableWidth ( )
overridevirtual

Implements SvtFileDialog_Base.

Definition at line 1169 of file RemoteFilesDialog.cxx.

◆ getControl()

weld::Widget * RemoteFilesDialog::getControl ( sal_Int16  nControlId,
bool  bLabelControl = false 
) const
overridevirtual

Implements svt::IFilePickerController.

Definition at line 1192 of file RemoteFilesDialog.cxx.

◆ GetCurFilter()

OUString RemoteFilesDialog::GetCurFilter ( ) const
overridevirtual

Implements SvtFileDialog_Base.

Definition at line 991 of file RemoteFilesDialog.cxx.

References m_aFilters, and m_nCurrentFilter.

Referenced by getCurFilter().

◆ getCurFilter()

OUString RemoteFilesDialog::getCurFilter ( ) const
overridevirtual

Implements svt::IFilePickerController.

Definition at line 1003 of file RemoteFilesDialog.cxx.

References GetCurFilter().

◆ getCurrentFileText()

OUString RemoteFilesDialog::getCurrentFileText ( ) const
overridevirtual

Implements SvtFileDialog_Base.

Definition at line 962 of file RemoteFilesDialog.cxx.

References m_xName_ed.

◆ GetDenyList()

const css::uno::Sequence< OUString > & RemoteFilesDialog::GetDenyList ( ) const
overridevirtual

Implements SvtFileDialog_Base.

Definition at line 934 of file RemoteFilesDialog.cxx.

References m_aDenyList.

Referenced by OpenURL().

◆ GetPath()

const OUString & RemoteFilesDialog::GetPath ( )
overridevirtual

Implements SvtFileDialog_Base.

Definition at line 1112 of file RemoteFilesDialog.cxx.

References m_sPath.

◆ GetPathList()

std::vector< OUString > RemoteFilesDialog::GetPathList ( ) const
overridevirtual

◆ GetSelectedServicePos()

int RemoteFilesDialog::GetSelectedServicePos ( )
private

Definition at line 302 of file RemoteFilesDialog.cxx.

References i, m_aServices, m_xServices_lb, and nPos.

Referenced by EnableControls(), and UpdateControls().

◆ getShowState()

bool RemoteFilesDialog::getShowState ( )
overridevirtual

Implements SvtFileDialog_Base.

Definition at line 1186 of file RemoteFilesDialog.cxx.

◆ GetStandardDir()

const OUString & RemoteFilesDialog::GetStandardDir ( ) const
overridevirtual

Implements SvtFileDialog_Base.

Definition at line 944 of file RemoteFilesDialog.cxx.

References m_sStdDir.

◆ GetView()

SvtFileView * RemoteFilesDialog::GetView ( )
overridevirtual

Implements SvtFileDialog_Base.

Definition at line 919 of file RemoteFilesDialog.cxx.

References m_xFileView.

◆ InitSize()

void RemoteFilesDialog::InitSize ( )
private

◆ onAsyncOperationFinished()

void RemoteFilesDialog::onAsyncOperationFinished ( )
overridevirtual

Implements SvtFileDialog_Base.

Definition at line 1039 of file RemoteFilesDialog.cxx.

References EnableControls(), and m_pCurrentAsyncAction.

◆ onAsyncOperationStarted()

void RemoteFilesDialog::onAsyncOperationStarted ( )
overridevirtual

Implements SvtFileDialog_Base.

Definition at line 1034 of file RemoteFilesDialog.cxx.

References DisableControls().

◆ OpenURL()

void RemoteFilesDialog::OpenURL ( OUString const &  sURL)
private

◆ run()

short RemoteFilesDialog::run ( )
overridevirtual

◆ SavePassword()

void RemoteFilesDialog::SavePassword ( const OUString &  rURL,
const OUString &  rUser,
const OUString &  rPassword,
bool  bPersistent 
)
private

Definition at line 471 of file RemoteFilesDialog.cxx.

References Exception, m_xContext, and m_xMasterPasswd.

Referenced by AddService().

◆ SetCurFilter()

void RemoteFilesDialog::SetCurFilter ( const OUString &  rFilter)
overridevirtual

◆ setCurrentFileText()

void RemoteFilesDialog::setCurrentFileText ( const OUString &  rText,
bool  bSelectAll = false 
)
overridevirtual

Implements SvtFileDialog_Base.

Definition at line 970 of file RemoteFilesDialog.cxx.

References m_xName_ed.

◆ SetDenyList()

void RemoteFilesDialog::SetDenyList ( const css::uno::Sequence< OUString > &  rDenyList)
overridevirtual

Implements SvtFileDialog_Base.

Definition at line 928 of file RemoteFilesDialog.cxx.

References m_aDenyList, and m_xTreeView.

◆ SetFileCallback()

void RemoteFilesDialog::SetFileCallback ( ::svt::IFilePickerListener pNotifier)
overridevirtual

Implements SvtFileDialog_Base.

Definition at line 1030 of file RemoteFilesDialog.cxx.

◆ SetHasFilename()

void RemoteFilesDialog::SetHasFilename ( bool  )
overridevirtual

Implements SvtFileDialog_Base.

Definition at line 924 of file RemoteFilesDialog.cxx.

◆ setImage()

void RemoteFilesDialog::setImage ( const css::uno::Any &  rImage)
overridevirtual

Implements SvtFileDialog_Base.

Definition at line 1181 of file RemoteFilesDialog.cxx.

◆ SetPath()

void RemoteFilesDialog::SetPath ( const OUString &  rNewURL)
overridevirtual

◆ SetStandardDir()

void RemoteFilesDialog::SetStandardDir ( const OUString &  rStdDir)
overridevirtual

Implements SvtFileDialog_Base.

Definition at line 939 of file RemoteFilesDialog.cxx.

References m_sStdDir.

◆ UpdateControls()

void RemoteFilesDialog::UpdateControls ( const OUString &  rURL)
overridevirtual

Member Data Documentation

◆ m_aDenyList

css::uno::Sequence< OUString > RemoteFilesDialog::m_aDenyList
private

Definition at line 123 of file RemoteFilesDialog.hxx.

Referenced by GetDenyList(), and SetDenyList().

◆ m_aFilters

std::vector< std::pair< OUString, OUString > > RemoteFilesDialog::m_aFilters
private

◆ m_aServices

std::vector< ServicePtr > RemoteFilesDialog::m_aServices
private

◆ m_bIsConnected

bool RemoteFilesDialog::m_bIsConnected
private

Definition at line 108 of file RemoteFilesDialog.hxx.

Referenced by EnableControls(), RemoteFilesDialog(), run(), and UpdateControls().

◆ m_bIsInExecute

bool RemoteFilesDialog::m_bIsInExecute
private

Definition at line 113 of file RemoteFilesDialog.hxx.

Referenced by run(), and SetCurFilter().

◆ m_bIsUpdated

bool RemoteFilesDialog::m_bIsUpdated
private

Definition at line 107 of file RemoteFilesDialog.hxx.

Referenced by AddService(), RemoteFilesDialog(), and ~RemoteFilesDialog().

◆ m_bServiceChanged

bool RemoteFilesDialog::m_bServiceChanged
private

Definition at line 109 of file RemoteFilesDialog.hxx.

Referenced by RemoteFilesDialog(), and UpdateControls().

◆ m_eMode

SvtRemoteDlgMode RemoteFilesDialog::m_eMode
private

Definition at line 105 of file RemoteFilesDialog.hxx.

Referenced by OpenURL(), RemoteFilesDialog(), and SetPath().

◆ m_eType

SvtRemoteDlgType RemoteFilesDialog::m_eType
private

Definition at line 106 of file RemoteFilesDialog.hxx.

Referenced by RemoteFilesDialog().

◆ m_nCurrentFilter

int RemoteFilesDialog::m_nCurrentFilter
private

◆ m_pCurrentAsyncAction

::rtl::Reference< ::svt::AsyncPickerAction > RemoteFilesDialog::m_pCurrentAsyncAction
private

Definition at line 121 of file RemoteFilesDialog.hxx.

Referenced by onAsyncOperationFinished(), and OpenURL().

◆ m_sIniKey

OUString RemoteFilesDialog::m_sIniKey
private

Definition at line 111 of file RemoteFilesDialog.hxx.

Referenced by InitSize(), RemoteFilesDialog(), and ~RemoteFilesDialog().

◆ m_sLastServiceUrl

OUString RemoteFilesDialog::m_sLastServiceUrl
private

◆ m_sPath

OUString RemoteFilesDialog::m_sPath
private

Definition at line 115 of file RemoteFilesDialog.hxx.

Referenced by GetPath(), GetPathList(), and SetPath().

◆ m_sRootLabel

OUString RemoteFilesDialog::m_sRootLabel
private

Definition at line 117 of file RemoteFilesDialog.hxx.

Referenced by RemoteFilesDialog(), and UpdateControls().

◆ m_sStdDir

OUString RemoteFilesDialog::m_sStdDir
private

Definition at line 116 of file RemoteFilesDialog.hxx.

Referenced by GetStandardDir(), and SetStandardDir().

◆ m_xCancel_btn

std::unique_ptr<weld::Button> RemoteFilesDialog::m_xCancel_btn
private

Definition at line 126 of file RemoteFilesDialog.hxx.

Referenced by DisableControls(), and RemoteFilesDialog().

◆ m_xContainer

std::unique_ptr<weld::Container> RemoteFilesDialog::m_xContainer
private

Definition at line 136 of file RemoteFilesDialog.hxx.

Referenced by DisableControls(), EnableControls(), and RemoteFilesDialog().

◆ m_xContext

Reference< XComponentContext > RemoteFilesDialog::m_xContext
private

Definition at line 102 of file RemoteFilesDialog.hxx.

Referenced by ContentIsDocument(), ContentIsFolder(), and SavePassword().

◆ m_xFileView

std::unique_ptr<SvtFileView> RemoteFilesDialog::m_xFileView
private

◆ m_xFilter_lb

std::unique_ptr<weld::ComboBox> RemoteFilesDialog::m_xFilter_lb
private

◆ m_xIconView_btn

std::unique_ptr<weld::ToggleButton> RemoteFilesDialog::m_xIconView_btn
private

Definition at line 133 of file RemoteFilesDialog.hxx.

Referenced by RemoteFilesDialog().

◆ m_xListView_btn

std::unique_ptr<weld::ToggleButton> RemoteFilesDialog::m_xListView_btn
private

Definition at line 132 of file RemoteFilesDialog.hxx.

Referenced by RemoteFilesDialog().

◆ m_xManageServices

std::unique_ptr<weld::MenuButton> RemoteFilesDialog::m_xManageServices
private

◆ m_xMasterPasswd

Reference< XPasswordContainer2 > RemoteFilesDialog::m_xMasterPasswd
private

Definition at line 103 of file RemoteFilesDialog.hxx.

Referenced by EnableControls(), and SavePassword().

◆ m_xName_ed

std::unique_ptr<AutocompleteEdit> RemoteFilesDialog::m_xName_ed
private

◆ m_xNewFolder

std::unique_ptr<weld::Button> RemoteFilesDialog::m_xNewFolder
private

Definition at line 131 of file RemoteFilesDialog.hxx.

Referenced by EnableControls(), and RemoteFilesDialog().

◆ m_xOk_btn

std::unique_ptr<weld::Button> RemoteFilesDialog::m_xOk_btn
private

Definition at line 125 of file RemoteFilesDialog.hxx.

Referenced by DisableControls(), EnableControls(), and RemoteFilesDialog().

◆ m_xPath

std::unique_ptr<Breadcrumb> RemoteFilesDialog::m_xPath
private

◆ m_xPathContainer

std::unique_ptr<weld::Container> RemoteFilesDialog::m_xPathContainer
private

Definition at line 129 of file RemoteFilesDialog.hxx.

Referenced by RemoteFilesDialog().

◆ m_xServices_lb

std::unique_ptr<weld::ComboBox> RemoteFilesDialog::m_xServices_lb
private

◆ m_xTreeView

std::unique_ptr<FolderTree> RemoteFilesDialog::m_xTreeView
private

Definition at line 134 of file RemoteFilesDialog.hxx.

Referenced by RemoteFilesDialog(), SetDenyList(), and UpdateControls().


The documentation for this class was generated from the following files: