LibreOffice Module svx (master) 1
Classes | Namespaces | Enumerations
galbrws2.hxx File Reference
#include <vcl/transfer.hxx>
#include <svl/lstner.hxx>
#include <svx/galctrl.hxx>
#include <com/sun/star/frame/XDispatch.hpp>
#include <com/sun/star/frame/XFrame.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/util/XURLTransformer.hpp>
Include dependency graph for galbrws2.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  o3tl::typed_flags< GalleryItemFlags >
 
class  GalleryBrowser2
 
class  GalleryDragDrop
 

Namespaces

namespace  o3tl
 
namespace  svx
 
namespace  svx::sidebar
 

Enumerations

enum  GalleryBrowserMode {
  GALLERYBROWSERMODE_NONE = 0 ,
  GALLERYBROWSERMODE_ICON = 1 ,
  GALLERYBROWSERMODE_LIST = 2 ,
  GALLERYBROWSERMODE_PREVIEW = 3
}
 
enum class  GalleryBrowserTravel {
  First ,
  Last ,
  Previous ,
  Next
}
 
enum class  GalleryItemFlags {
  Title = 0x0002 ,
  Path = 0x0004
}
 

Enumeration Type Documentation

◆ GalleryBrowserMode

Enumerator
GALLERYBROWSERMODE_NONE 
GALLERYBROWSERMODE_ICON 
GALLERYBROWSERMODE_LIST 
GALLERYBROWSERMODE_PREVIEW 

Definition at line 33 of file galbrws2.hxx.

◆ GalleryBrowserTravel

enum class GalleryBrowserTravel
strong
Enumerator
First 
Last 
Previous 
Next 

Definition at line 42 of file galbrws2.hxx.

◆ GalleryItemFlags

enum class GalleryItemFlags
strong
Enumerator
Title 
Path 

Definition at line 47 of file galbrws2.hxx.