LibreOffice Module vcl (master)
1
|
#include <limits.h>
#include <o3tl/float_int_conversion.hxx>
#include <sal/log.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/scrbar.hxx>
#include <vcl/dockwin.hxx>
#include <vcl/settings.hxx>
#include <vcl/builder.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 | |
vcl | |
Functions | |
vcl::IMPL_LINK (Window, ImplTrackTimerHdl, Timer *, pTimer, void) | |
static tools::Long | vcl::WinFloatRound (double fVal) |
static void | vcl::lcl_HandleScrollHelper (ScrollBar *pScrl, double nN, bool isMultiplyByLineSize) |
static bool | vcl::HasParentDockingWindow (const vcl::Window *pWindow) |
void | DrawFocusRect (vcl::RenderContext &rRenderContext, const tools::Rectangle &rRect) |
void DrawFocusRect | ( | vcl::RenderContext & | rRenderContext, |
const tools::Rectangle & | rRect | ||
) |
Definition at line 1996 of file window2.cxx.
References tools::Rectangle::Bottom(), tools::Rectangle::GetHeight(), tools::Rectangle::GetWidth(), OutputDevice::Invert(), tools::Rectangle::Left(), N50, nBorder, Point, tools::Rectangle::Right(), and tools::Rectangle::Top().
Referenced by IMPL_LINK().