LibreOffice Module dbaccess (master) 1
Classes | Namespaces | Enumerations
TableWindow.hxx File Reference
#include <com/sun/star/container/XNameAccess.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include "TableWindowTitle.hxx"
#include <rtl/ref.hxx>
#include "TableWindowData.hxx"
#include "TableWindowListBox.hxx"
#include <vector>
#include <vcl/window.hxx>
#include <comphelper/containermultiplexer.hxx>
#include <cppuhelper/basemutex.hxx>
#include <o3tl/typed_flags_set.hxx>
Include dependency graph for TableWindow.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< SizingFlags >
 
class  dbaui::OTableWindow
 

Namespaces

namespace  o3tl
 
namespace  dbaui
 

Enumerations

enum class  SizingFlags {
  NONE = 0x0000 ,
  Top = 0x0001 ,
  Bottom = 0x0002 ,
  Left = 0x0004 ,
  Right = 0x0008
}
 

Enumeration Type Documentation

◆ SizingFlags

enum class SizingFlags
strong
Enumerator
NONE 
Top 
Bottom 
Left 
Right 

Definition at line 35 of file TableWindow.hxx.