|
LibreOffice Module fpicker (master) 1
|
#include "contentenumeration.hxx"#include <svtools/imagemgr.hxx>#include <com/sun/star/sdbc/XResultSet.hpp>#include <com/sun/star/sdbc/XRow.hpp>#include <com/sun/star/ucb/CommandAbortedException.hpp>#include <com/sun/star/ucb/XDynamicResultSet.hpp>#include <com/sun/star/ucb/XContentAccess.hpp>#include <com/sun/star/util/DateTime.hpp>#include <com/sun/star/document/DocumentProperties.hpp>#include <comphelper/processfactory.hxx>#include <comphelper/sequence.hxx>#include <vcl/svapp.hxx>#include <osl/mutex.hxx>#include <osl/diagnose.h>#include <comphelper/diagnose_ex.hxx>#include <tools/urlobj.hxx>Go to the source code of this file.
Namespaces | |
| namespace | svt |
Macros | |
| #define | ROW_TITLE 1 |
| #define | ROW_SIZE 2 |
| #define | ROW_DATE_MOD 3 |
| #define | ROW_DATE_CREATE 4 |
| #define | ROW_IS_FOLDER 5 |
| #define | ROW_TARGET_URL 6 |
| #define | ROW_IS_HIDDEN 7 |
| #define | ROW_IS_VOLUME 8 |
| #define | ROW_IS_REMOTE 9 |
| #define | ROW_IS_REMOVABLE 10 |
| #define | ROW_IS_FLOPPY 11 |
| #define | ROW_IS_COMPACTDISC 12 |
| #define ROW_DATE_CREATE 4 |
Definition at line 45 of file contentenumeration.cxx.
| #define ROW_DATE_MOD 3 |
Definition at line 44 of file contentenumeration.cxx.
| #define ROW_IS_COMPACTDISC 12 |
Definition at line 53 of file contentenumeration.cxx.
| #define ROW_IS_FLOPPY 11 |
Definition at line 52 of file contentenumeration.cxx.
| #define ROW_IS_FOLDER 5 |
Definition at line 46 of file contentenumeration.cxx.
| #define ROW_IS_HIDDEN 7 |
Definition at line 48 of file contentenumeration.cxx.
| #define ROW_IS_REMOTE 9 |
Definition at line 50 of file contentenumeration.cxx.
| #define ROW_IS_REMOVABLE 10 |
Definition at line 51 of file contentenumeration.cxx.
| #define ROW_IS_VOLUME 8 |
Definition at line 49 of file contentenumeration.cxx.
| #define ROW_SIZE 2 |
Definition at line 43 of file contentenumeration.cxx.
| #define ROW_TARGET_URL 6 |
Definition at line 47 of file contentenumeration.cxx.
| #define ROW_TITLE 1 |
Definition at line 42 of file contentenumeration.cxx.