23#include <com/sun/star/ucb/XContent.hpp>
24#include <com/sun/star/ucb/XCommandEnvironment.hpp>
25#include <com/sun/star/uno/XComponentContext.hpp>
34 css::uno::Reference< css::uno::XComponentContext >
m_xContext;
35 css::uno::Reference< css::ucb::XCommandEnvironment >
m_xCmdEnv;
40 std::unique_ptr<weld::Button>
m_xUp;
56 const css::uno::Reference< css::ucb::XContent>& _xContent,
57 const OUString& _sDefaultName,
58 css::uno::Reference< css::uno::XComponentContext > _xContext);
DECL_LINK(Dbl_Click_FileView, weld::TreeView &, bool)
css::uno::Reference< css::uno::XComponentContext > m_xContext
void initCurrentPath()
sets the fixedtext to the right content
std::unique_ptr< weld::TreeView > m_xView
OCollectionView(weld::Window *pParent, const css::uno::Reference< css::ucb::XContent > &_xContent, const OUString &_sDefaultName, css::uno::Reference< css::uno::XComponentContext > _xContext)
css::uno::Reference< css::ucb::XContent > m_xContent
std::unique_ptr< weld::Entry > m_xName
std::unique_ptr< weld::Button > m_xPB_OK
virtual ~OCollectionView() override
DECL_LINK(NewFolder_Click, weld::Button &, void)
DECL_LINK(Save_Click, weld::Button &, void)
DECL_LINK(Up_Click, weld::Button &, void)
std::unique_ptr< weld::Button > m_xUp
std::unique_ptr< weld::Label > m_xFTCurrentPath
css::uno::Reference< css::ucb::XCommandEnvironment > m_xCmdEnv
const css::uno::Reference< css::ucb::XContent > & getSelectedFolder() const
std::unique_ptr< weld::Button > m_xNewFolder