LibreOffice Module dbaccess (master) 1
Namespaces | Macros | Functions
CollectionView.cxx File Reference
#include <CollectionView.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <core_resource.hxx>
#include <strings.hrc>
#include <comphelper/interaction.hxx>
#include <comphelper/propertysequence.hxx>
#include <cppuhelper/exc_hlp.hxx>
#include <com/sun/star/container/XChild.hpp>
#include <com/sun/star/container/XNameContainer.hpp>
#include <o3tl/safeint.hxx>
#include <vcl/svapp.hxx>
#include <vcl/weld.hxx>
#include <UITools.hxx>
#include <com/sun/star/container/XHierarchicalNameContainer.hpp>
#include <com/sun/star/ucb/InteractiveAugmentedIOException.hpp>
#include <com/sun/star/ucb/IOErrorCode.hpp>
#include <com/sun/star/ucb/XDynamicResultSet.hpp>
#include <com/sun/star/sdbc/XRow.hpp>
#include <com/sun/star/task/InteractionHandler.hpp>
#include <com/sun/star/task/InteractionClassification.hpp>
#include <com/sun/star/sdbc/SQLException.hpp>
#include <comphelper/processfactory.hxx>
#include <ucbhelper/commandenvironment.hxx>
#include <ucbhelper/content.hxx>
#include <connectivity/dbexception.hxx>
#include <utility>
Include dependency graph for CollectionView.cxx:

Go to the source code of this file.

Namespaces

namespace  dbaui
 

Macros

#define ROW_TITLE   1
 
#define ROW_IS_FOLDER   2
 

Functions

 dbaui::IMPL_LINK_NOARG (OCollectionView, Save_Click, weld::Button &, void)
 
 dbaui::IMPL_LINK_NOARG (OCollectionView, NewFolder_Click, weld::Button &, void)
 
 dbaui::IMPL_LINK_NOARG (OCollectionView, Up_Click, weld::Button &, void)
 
 dbaui::IMPL_LINK_NOARG (OCollectionView, Dbl_Click_FileView, weld::TreeView &, bool)
 

Macro Definition Documentation

◆ ROW_IS_FOLDER

#define ROW_IS_FOLDER   2

Definition at line 284 of file CollectionView.cxx.

◆ ROW_TITLE

#define ROW_TITLE   1

Definition at line 283 of file CollectionView.cxx.