|
LibreOffice Module sfx2 (master) 1
|
#include <memory>#include <unordered_map>#include <string_view>#include <sal/config.h>#include <sfx2/dllapi.h>#include <sfx2/basedlgs.hxx>#include <sal/types.h>#include <vcl/bitmapex.hxx>#include <vcl/builderpage.hxx>#include <svl/itempool.hxx>#include <svl/itemset.hxx>#include <svl/setitem.hxx>#include <o3tl/typed_flags_set.hxx>Go to the source code of this file.
Classes | |
| class | SfxTabDialogItem |
| class | SfxTabDialogController |
| struct | o3tl::typed_flags< DeactivateRC > |
| class | SfxTabPage |
Namespaces | |
| namespace | com |
| namespace | com::sun |
| namespace | com::sun::star |
| namespace | com::sun::star::frame |
| namespace | o3tl |
Macros | |
| #define | RET_USER 100 |
| #define | RET_USER_CANCEL 101 |
Typedefs | |
| typedef std::unique_ptr< SfxTabPage >(* | CreateTabPage) (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet *rAttrSet) |
| typedef WhichRangesContainer(* | GetTabPageRanges) () |
Enumerations | |
| enum class | DeactivateRC { KeepPage = 0x00 , LeavePage = 0x01 , RefreshSet = 0x02 } |
| #define RET_USER 100 |
Definition at line 47 of file tabdlg.hxx.
| #define RET_USER_CANCEL 101 |
Definition at line 48 of file tabdlg.hxx.
| typedef std::unique_ptr< SfxTabPage >(* CreateTabPage) (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet *rAttrSet) |
Definition at line 39 of file tabdlg.hxx.
| typedef WhichRangesContainer(* GetTabPageRanges) () |
Definition at line 40 of file tabdlg.hxx.
|
strong |
| Enumerator | |
|---|---|
| KeepPage | |
| LeavePage | |
| RefreshSet | |
Definition at line 173 of file tabdlg.hxx.