LibreOffice Module sc (master) 1
|
#include <vcl/weld.hxx>
#include <address.hxx>
#include <tools/solar.h>
#include <o3tl/enumarray.hxx>
Go to the source code of this file.
Classes | |
class | ScContentTree |
Enumerations | |
enum class | ScContentId { ROOT , TABLE , RANGENAME , DBAREA , GRAPHIC , OLEOBJECT , NOTE , AREALINK , DRAWING , LAST = DRAWING } |
Variables | |
const sal_uLong | SC_CONTENT_NOCHILD = ~0UL |
|
strong |
Enumerator | |
---|---|
ROOT | |
TABLE | |
RANGENAME | |
DBAREA | |
GRAPHIC | |
OLEOBJECT | |
NOTE | |
AREALINK | |
DRAWING | |
LAST |
Definition at line 35 of file content.hxx.
const sal_uLong SC_CONTENT_NOCHILD = ~0UL |
Definition at line 41 of file content.hxx.
Referenced by ScContentTree::ApplyNavigatorSettings(), ScContentTree::GetEntryIndexes(), IMPL_LINK(), and IMPL_LINK_NOARG().