LibreOffice Module sc (master) 1
|
#include <sal/config.h>
#include <vcl/image.hxx>
#include <vcl/taskpanelist.hxx>
#include <vcl/settings.hxx>
#include <vcl/syswin.hxx>
#include <osl/diagnose.h>
#include <olinewin.hxx>
#include <olinetab.hxx>
#include <document.hxx>
#include <dbfunc.hxx>
#include <bitmaps.hlst>
Go to the source code of this file.
Functions | |
static bool | lcl_RotateValue (size_t &rnValue, size_t nMin, size_t nMax, bool bForward) |
Increments or decrements a value and wraps at the specified limits. More... | |
Variables | |
const tools::Long | SC_OL_BITMAPSIZE = 12 |
const tools::Long | SC_OL_POSOFFSET = 2 |
const size_t | SC_OL_NOLEVEL = static_cast< size_t >( -1 ) |
const size_t | SC_OL_HEADERENTRY = static_cast< size_t >( -1 ) |
constexpr rtl::OUStringConstExpr | aLevelBmps [] |
|
static |
Increments or decrements a value and wraps at the specified limits.
Definition at line 729 of file olinewin.cxx.
Referenced by ScOutlineWindow::ImplMoveFocusByEntry(), and ScOutlineWindow::ImplMoveFocusByLevel().
|
constexpr |
Definition at line 605 of file olinewin.cxx.
Referenced by ScOutlineWindow::Paint().
const tools::Long SC_OL_BITMAPSIZE = 12 |
Definition at line 34 of file olinewin.cxx.
Referenced by ScOutlineWindow::GetDepthSize(), ScOutlineWindow::GetEntryPos(), ScOutlineWindow::GetHeaderEntryPos(), ScOutlineWindow::GetLevelFromPos(), ScOutlineWindow::GetLevelPos(), ScOutlineWindow::ItemHit(), ScOutlineWindow::Paint(), and ScOutlineWindow::ShowFocus().
const size_t SC_OL_HEADERENTRY = static_cast< size_t >( -1 ) |
Definition at line 38 of file olinewin.cxx.
Referenced by ScOutlineWindow::DoFunction(), ScOutlineWindow::DrawBorderRel(), ScOutlineWindow::GetImagePos(), ScOutlineWindow::HideFocus(), ScOutlineWindow::ImplMoveFocusByEntry(), ScOutlineWindow::ImplMoveFocusByLevel(), ScOutlineWindow::ImplMoveFocusByTabOrder(), ScOutlineWindow::IsButtonVisible(), ScOutlineWindow::ItemHit(), ScOutlineWindow::KeyInput(), and ScOutlineWindow::ShowFocus().
const size_t SC_OL_NOLEVEL = static_cast< size_t >( -1 ) |
Definition at line 37 of file olinewin.cxx.
Referenced by ScOutlineWindow::GetLevelFromPos(), and ScOutlineWindow::ItemHit().
const tools::Long SC_OL_POSOFFSET = 2 |
Definition at line 35 of file olinewin.cxx.
Referenced by ScOutlineWindow::GetDepthSize(), ScOutlineWindow::GetLevelFromPos(), and ScOutlineWindow::GetLevelPos().