LibreOffice Module vcl (master) 1
|
#include <sal/log.hxx>
#include <vcl/pdfextoutdevdata.hxx>
#include <vcl/salnativewidgets.hxx>
#include <vcl/virdev.hxx>
#include <vcl/window.hxx>
#include <salgdi.hxx>
#include <toolbarvalue.hxx>
#include <menubarvalue.hxx>
#include <cassert>
Go to the source code of this file.
Functions | |
static std::unique_ptr< ImplControlValue > | TransformControlValue (const ImplControlValue &rVal, const OutputDevice &rDev) |
|
static |
Definition at line 167 of file nativecontrols.cxx.
References Generic, ImplControlValue::getType(), OutputDevice::ImplLogicToDevicePixel(), TabPaneValue::m_aSelectedTabRect, TabPaneValue::m_aTabHeaderRect, ScrollbarValue::maButton1Rect, ScrollbarValue::maButton2Rect, TabitemValue::maContentRect, ToolbarValue::maGripRect, MenupopupValue::maItemRect, SpinbuttonValue::maLowerRect, ScrollbarValue::maThumbRect, SliderValue::maThumbRect, SpinbuttonValue::maUpperRect, Menubar, MenuPopup, Pushbutton, Scrollbar, Slider, SpinButtons, TabItem, TabPane, and Toolbar.
Referenced by OutputDevice::DrawNativeControl(), and OutputDevice::GetNativeControlRegion().