LibreOffice Module basctl (master) 1
|
#include <sal/config.h>
#include <memory>
#include "doceventnotifier.hxx"
#include <vcl/weld.hxx>
#include "sbxitem.hxx"
#include <o3tl/typed_flags_set.hxx>
Go to the source code of this file.
Classes | |
struct | o3tl::typed_flags< BrowseMode > |
class | basctl::Entry |
class | basctl::DocumentEntry |
class | basctl::LibEntry |
class | basctl::EntryDescriptor |
class | basctl::SbTreeListBox |
Namespaces | |
namespace | o3tl |
namespace | basctl |
Enumerations | |
enum class | BrowseMode { Modules = 0x01 , Subs = 0x02 , Dialogs = 0x04 , All = Modules | Subs | Dialogs } |
enum | basctl::EntryType { basctl::OBJ_TYPE_UNKNOWN , basctl::OBJ_TYPE_DOCUMENT , basctl::OBJ_TYPE_LIBRARY , basctl::OBJ_TYPE_MODULE , basctl::OBJ_TYPE_DIALOG , basctl::OBJ_TYPE_METHOD , basctl::OBJ_TYPE_DOCUMENT_OBJECTS , basctl::OBJ_TYPE_USERFORMS , basctl::OBJ_TYPE_NORMAL_MODULES , basctl::OBJ_TYPE_CLASS_MODULES } |
|
strong |
Enumerator | |
---|---|
Modules | |
Subs | |
Dialogs | |
All |
Definition at line 35 of file bastype2.hxx.