LibreOffice Module sc (master)
1
|
#include <scdllapi.h>
#include <sortparam.hxx>
#include <subtotalparam.hxx>
#include <paramisc.hxx>
#include <svl/poolitem.hxx>
#include <memory>
#include <vector>
Go to the source code of this file.
Classes | |
class | ScInputStatusItem |
class | ScTablesHint |
class | ScEditViewHint |
class | ScIndexHint |
class | ScSortItem |
class | ScQueryItem |
class | ScSubTotalItem |
class | ScUserListItem |
class | ScConsolidateItem |
class | ScPivotItem |
class | ScSolveItem |
class | ScTabOpItem |
Namespaces | |
editeng | |
Macros | |
#define | SC_TAB_INSERTED 1 |
#define | SC_TAB_DELETED 2 |
#define | SC_TAB_MOVED 3 |
#define | SC_TAB_COPIED 4 |
#define | SC_TAB_HIDDEN 5 |
#define | SC_TABS_INSERTED 6 |
#define | SC_TABS_DELETED 7 |
#define SC_TAB_COPIED 4 |
Definition at line 78 of file uiitems.hxx.
Referenced by ScDocShell::MoveTable(), and ScTabViewShell::Notify().
#define SC_TAB_DELETED 2 |
Definition at line 76 of file uiitems.hxx.
Referenced by ScDocFunc::DeleteTable(), ScViewFunc::MoveTable(), ScTabViewShell::Notify(), and ScUndoCopyTab::Undo().
#define SC_TAB_HIDDEN 5 |
Definition at line 79 of file uiitems.hxx.
Referenced by ScViewFunc::HideTable(), ScTabViewShell::Notify(), and ScDocFunc::SetTableVisible().
#define SC_TAB_INSERTED 1 |
Definition at line 75 of file uiitems.hxx.
Referenced by FuInsertChart::FuInsertChart(), ScDocFunc::InsertTable(), ScDocShell::MakeScenario(), ScViewFunc::MoveTable(), ScDocShell::Notify(), ScTabViewShell::Notify(), ScDocShell::TransferTab(), and ScUndoDeleteTab::Undo().
#define SC_TAB_MOVED 3 |
Definition at line 77 of file uiitems.hxx.
Referenced by ScDocShell::MoveTable(), and ScTabViewShell::Notify().
#define SC_TABS_DELETED 7 |
Definition at line 81 of file uiitems.hxx.
Referenced by ScViewFunc::DeleteTables(), and ScTabViewShell::Notify().
#define SC_TABS_INSERTED 6 |
Definition at line 80 of file uiitems.hxx.
Referenced by ScViewFunc::InsertTables(), ScViewFunc::MoveTable(), and ScTabViewShell::Notify().