LibreOffice Module sd (master) 1
|
#include <sfx2/ctrlitem.hxx>
#include <sfx2/sidebar/PanelLayout.hxx>
#include <sfx2/navigat.hxx>
#include "sdtreelb.hxx"
#include <pres.hxx>
Go to the source code of this file.
Classes | |
struct | o3tl::typed_flags< NavState > |
class | NavDocInfo |
class | sd::SdNavigatorFloat |
class | SdNavigatorWin |
class | SdNavigatorControllerItem |
ControllerItem for Navigator. More... | |
class | SdPageNameControllerItem |
ControllerItem for Navigator to show the page in the TreeLB. More... | |
Namespaces | |
namespace | vcl |
namespace | sd |
namespace | o3tl |
Enumerations | |
enum class | NavState { NONE = 0x000000 , TableUpdate = 0x000100 , BtnFirstEnabled = 0x001000 , BtnFirstDisabled = 0x002000 , BtnPrevEnabled = 0x004000 , BtnPrevDisabled = 0x008000 , BtnLastEnabled = 0x010000 , BtnLastDisabled = 0x020000 , BtnNextEnabled = 0x040000 , BtnNextDisabled = 0x080000 } |
|
strong |
Enumerator | |
---|---|
NONE | |
TableUpdate | |
BtnFirstEnabled | |
BtnFirstDisabled | |
BtnPrevEnabled | |
BtnPrevDisabled | |
BtnLastEnabled | |
BtnLastDisabled | |
BtnNextEnabled | |
BtnNextDisabled |
Definition at line 39 of file navigatr.hxx.