LibreOffice Module vcl (master) 1
|
#include <limits.h>
#include <o3tl/float_int_conversion.hxx>
#include <sal/log.hxx>
#include <tools/helpers.hxx>
#include <vcl/toolkit/dialog.hxx>
#include <vcl/event.hxx>
#include <vcl/toolkit/fixed.hxx>
#include <vcl/layout.hxx>
#include <vcl/timer.hxx>
#include <vcl/window.hxx>
#include <vcl/scrollable.hxx>
#include <vcl/toolkit/scrbar.hxx>
#include <vcl/dockwin.hxx>
#include <vcl/settings.hxx>
#include <vcl/builder.hxx>
#include <o3tl/string_view.hxx>
#include <window.h>
#include <svdata.hxx>
#include <salgdi.hxx>
#include <salframe.hxx>
#include <scrwnd.hxx>
#include <com/sun/star/accessibility/AccessibleRelation.hpp>
#include <com/sun/star/accessibility/AccessibleRole.hpp>
Go to the source code of this file.
Namespaces | |
namespace | vcl |
Functions | |
vcl::IMPL_LINK (Window, ImplTrackTimerHdl, Timer *, pTimer, void) | |
static double | vcl::lcl_HandleScrollHelper (Scrollable *pScrl, double nN, bool isMultiplyByLineSize) |
static bool | vcl::HasParentDockingWindow (const vcl::Window *pWindow) |
void | InvertFocusRect (vcl::RenderContext &rRenderContext, const tools::Rectangle &rRect) |
void InvertFocusRect | ( | vcl::RenderContext & | rRenderContext, |
const tools::Rectangle & | rRect | ||
) |
Definition at line 2030 of file window2.cxx.
References tools::Rectangle::Bottom(), tools::Rectangle::GetHeight(), tools::Rectangle::GetWidth(), OutputDevice::Invert(), tools::Rectangle::Left(), N50, nBorder, tools::Rectangle::Right(), and tools::Rectangle::Top().
Referenced by IMPL_LINK().