LibreOffice Module dbaccess (master) 1
|
#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>
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 } |
|
strong |
Enumerator | |
---|---|
NONE | |
Top | |
Bottom | |
Left | |
Right |
Definition at line 35 of file TableWindow.hxx.