LibreOffice Module vcl (master) 1
|
#include <window.h>
Public Member Functions | |
WindowImpl (vcl::Window &rWindow, WindowType) | |
~WindowImpl () | |
Private Member Functions | |
WindowImpl (const WindowImpl &)=delete | |
WindowImpl & | operator= (const WindowImpl &)=delete |
|
privatedelete |
WindowImpl::WindowImpl | ( | vcl::Window & | rWindow, |
WindowType | nType | ||
) |
Definition at line 589 of file window.cxx.
References AlwaysInputNone, Arrow, COL_TRANSPARENT(), VclPtr< reference_type >::Create(), Fill, maControlBackground, maControlForeground, maPointer, maWinClipRegion, maWinRegion, maZoom, mbActive, mbBorderWin, mbCallMove, mbCallResize, mbChildPtrOverwrite, mbChildTransparent, mbClipChildren, mbClipSiblings, mbCommand, mbDefPos, mbDefSize, mbDialog, mbDisabled, mbDockWin, mbFloatWin, mbFrame, mbInInitShow, mbInitChildRegion, mbInitWinClipRegion, mbInPaint, mbInputDisabled, mbKeyInput, mbKeyUp, mbMenuFloatingWindow, mbMouseButtonDown, mbMouseButtonUp, mbMouseTransparent, mbNoParentUpdate, mbNoPtrVisible, mbNoUpdate, mbOverlapVisible, mbOverlapWin, mbPaintFrame, mbPaintTransparent, mbPushButton, mbReallyShown, mbReallyVisible, mbSplitter, mbSysWin, mbToolbarFloatingWindow, mbToolBox, mbVisible, mbWaitSystemResize, mbWinRegion, meAlwaysInputMode, meHalign, mePackType, meValign, mfPartialScrollX, mfPartialScrollY, mnAbsScreenX, mnActivateMode, mnBorderWidth, mnBottomBorder, mnChildEventListenersIteratingCount, mnDlgCtrlFlags, mnEventListenersIteratingCount, mnExtendedStyle, mnGetFocusFlags, mnGridHeight, mnGridLeftAttach, mnGridTopAttach, mnGridWidth, mnHeightRequest, mnLeftBorder, mnMarginBottom, mnMarginLeft, mnMarginRight, mnMarginTop, mnOptimalHeightCache, mnOptimalWidthCache, mnPadding, mnPaintFlags, mnParentClipMode, mnPrevStyle, mnRightBorder, mnStyle, mnTopBorder, mnType, mnWaitCount, mnWidthRequest, mnX, mnY, mpAccessibleInfos, mpBorderWindow, mpChildClipRegion, mpClientWindow, mpCursor, mpDlgCtrlDownWindow, mpFirstChild, mpFirstOverlap, mpFrame, mpFrameData, mpFrameWindow, mpLastChild, mpLastFocusWindow, mpLastOverlap, mpNext, mpNextOverlap, mpOverlapWindow, mpPaintRegion, mpParent, mpPrev, mpRealParent, mpSysObj, mpVCLXWindow, mpWinData, mxOutDev, NONE, nType, and Start.
WindowImpl::~WindowImpl | ( | ) |
Definition at line 742 of file window.cxx.
References mpAccessibleInfos, and mpChildClipRegion.
|
privatedelete |
std::shared_ptr< VclSizeGroup > WindowImpl::m_xSizeGroup |
Definition at line 285 of file window.h.
Referenced by vcl::Window::add_to_size_group(), vcl::Window::get_preferred_size(), vcl::Window::queue_resize(), and vcl::Window::remove_from_all_size_groups().
std::vector<Link<VclWindowEvent&,void> > WindowImpl::maChildEventListeners |
std::set<Link<VclWindowEvent&,void> > WindowImpl::maChildEventListenersDeleted |
Color WindowImpl::maControlBackground |
Definition at line 265 of file window.h.
Referenced by WindowImpl().
Color WindowImpl::maControlForeground |
Definition at line 264 of file window.h.
Referenced by WindowImpl().
Link<tools::JsonWriter&, void> WindowImpl::maDumpAsPropertyTreeHdl |
std::vector<Link<VclWindowEvent&,void> > WindowImpl::maEventListeners |
std::set<Link<VclWindowEvent&,void> > WindowImpl::maEventListenersDeleted |
Link<vcl::Window&, bool> WindowImpl::maHelpRequestHdl |
InputContext WindowImpl::maInputContext |
vcl::Region WindowImpl::maInvalidateRegion |
Definition at line 291 of file window.h.
Referenced by PaintHelper::DoPaint().
Link<vcl::Window&, bool> WindowImpl::maMnemonicActivateHdl |
PointerStyle WindowImpl::maPointer |
Definition at line 257 of file window.h.
Referenced by WindowImpl().
vcl::Region WindowImpl::maWinClipRegion |
Definition at line 290 of file window.h.
Referenced by WindowImpl().
vcl::Region WindowImpl::maWinRegion |
Definition at line 289 of file window.h.
Referenced by WindowImpl().
Fraction WindowImpl::maZoom |
Definition at line 258 of file window.h.
Referenced by WindowImpl().
bool WindowImpl::mbActive |
Definition at line 332 of file window.h.
Referenced by IMPL_LINK_NOARG(), and WindowImpl().
bool WindowImpl::mbBorderWin |
Definition at line 320 of file window.h.
Referenced by WindowImpl().
bool WindowImpl::mbCallMove |
Definition at line 347 of file window.h.
Referenced by ImplHandleMove(), and WindowImpl().
bool WindowImpl::mbCallResize |
Definition at line 348 of file window.h.
Referenced by WindowImpl().
bool WindowImpl::mbChildPtrOverwrite |
Definition at line 336 of file window.h.
Referenced by WindowImpl().
bool WindowImpl::mbChildTransparent |
Definition at line 355 of file window.h.
Referenced by WindowImpl().
bool WindowImpl::mbClipChildren |
Definition at line 353 of file window.h.
Referenced by SalInstanceWidget::set_background(), and WindowImpl().
bool WindowImpl::mbClipSiblings |
Definition at line 354 of file window.h.
Referenced by WindowImpl().
bool WindowImpl::mbCommand |
Definition at line 344 of file window.h.
Referenced by ImplCallCommand(), ImplCallWheelCommand(), and WindowImpl().
bool WindowImpl::mbDefPos |
Definition at line 345 of file window.h.
Referenced by WindowImpl().
bool WindowImpl::mbDefSize |
Definition at line 346 of file window.h.
Referenced by WindowImpl().
bool WindowImpl::mbDialog |
Definition at line 323 of file window.h.
Referenced by WindowImpl().
bool WindowImpl::mbDisabled |
Definition at line 328 of file window.h.
Referenced by VclBuilder::makeObject(), and WindowImpl().
bool WindowImpl::mbDockWin |
Definition at line 324 of file window.h.
Referenced by ImplGetKeyInputWindow(), and WindowImpl().
bool WindowImpl::mbDrawSelectionBackground |
Definition at line 381 of file window.h.
Referenced by ToolBox::ImplHideFocus(), and ToolBox::ImplShowFocus().
bool WindowImpl::mbExpand |
Definition at line 388 of file window.h.
Referenced by vcl::Window::get_expand(), and vcl::Window::set_expand().
bool WindowImpl::mbExtTextInput |
Definition at line 373 of file window.h.
Referenced by ImplHandleEndExtTextInput(), and ImplHandleExtTextInput().
bool WindowImpl::mbFakeFocusSet |
Definition at line 385 of file window.h.
Referenced by vcl::IsWindowFocused(), and vcl::Window::SetFakeFocus().
bool WindowImpl::mbFill |
Definition at line 389 of file window.h.
Referenced by vcl::Window::get_fill(), and vcl::Window::set_fill().
bool WindowImpl::mbFloatWin |
Definition at line 325 of file window.h.
Referenced by ImplGetKeyInputWindow(), ImplHandleKey(), and WindowImpl().
bool WindowImpl::mbFrame |
Definition at line 319 of file window.h.
Referenced by DrawProgress(), ImplHandleMove(), and WindowImpl().
bool WindowImpl::mbHexpand |
Definition at line 386 of file window.h.
Referenced by vcl::Window::get_hexpand(), and vcl::Window::set_hexpand().
bool WindowImpl::mbInDispose |
Definition at line 372 of file window.h.
Referenced by VclFrame::get_child(), and VclScrolledWindow::get_child().
bool WindowImpl::mbInInitShow |
Definition at line 335 of file window.h.
Referenced by WindowImpl().
bool WindowImpl::mbInitChildRegion |
Definition at line 351 of file window.h.
Referenced by WindowImpl().
bool WindowImpl::mbInitWinClipRegion |
Definition at line 350 of file window.h.
Referenced by InterimItemWindow::UnclipVisibleSysObj(), and WindowImpl().
bool WindowImpl::mbInPaint |
Definition at line 339 of file window.h.
Referenced by WindowImpl().
bool WindowImpl::mbInputDisabled |
Definition at line 329 of file window.h.
Referenced by WindowImpl().
bool WindowImpl::mbKeyInput |
Definition at line 342 of file window.h.
Referenced by ImplHandleKey(), and WindowImpl().
bool WindowImpl::mbKeyUp |
Definition at line 343 of file window.h.
Referenced by ImplHandleKey(), and WindowImpl().
bool WindowImpl::mbMenuFloatingWindow |
Definition at line 380 of file window.h.
Referenced by WindowImpl().
bool WindowImpl::mbMouseButtonDown |
Definition at line 340 of file window.h.
Referenced by ImplHandleMouseEvent(), and WindowImpl().
bool WindowImpl::mbMouseButtonUp |
Definition at line 341 of file window.h.
Referenced by ImplHandleMouseEvent(), and WindowImpl().
bool WindowImpl::mbMouseTransparent |
Definition at line 357 of file window.h.
Referenced by WindowImpl().
bool WindowImpl::mbNonHomogeneous |
Definition at line 391 of file window.h.
Referenced by vcl::Window::get_non_homogeneous(), and vcl::Window::set_non_homogeneous().
bool WindowImpl::mbNoParentUpdate |
Definition at line 331 of file window.h.
Referenced by WindowImpl().
bool WindowImpl::mbNoPtrVisible |
Definition at line 337 of file window.h.
Referenced by WindowImpl().
bool WindowImpl::mbNoUpdate |
Definition at line 330 of file window.h.
Referenced by WindowImpl().
bool WindowImpl::mbOverlapVisible |
Definition at line 375 of file window.h.
Referenced by WindowImpl().
bool WindowImpl::mbOverlapWin |
Definition at line 321 of file window.h.
Referenced by StatusBar::PaintSelfAndChildrenImmediately(), and WindowImpl().
bool WindowImpl::mbPaintFrame |
Definition at line 338 of file window.h.
Referenced by WindowImpl().
bool WindowImpl::mbPaintTransparent |
Definition at line 356 of file window.h.
Referenced by WindowImpl().
bool WindowImpl::mbPushButton |
Definition at line 326 of file window.h.
Referenced by WindowImpl().
bool WindowImpl::mbReallyShown |
Definition at line 334 of file window.h.
Referenced by WindowImpl().
bool WindowImpl::mbReallyVisible |
Definition at line 333 of file window.h.
Referenced by SalInstanceWidget::DoRecursivePaint(), and WindowImpl().
bool WindowImpl::mbSecondary |
Definition at line 390 of file window.h.
Referenced by vcl::Window::get_secondary(), and vcl::Window::set_secondary().
bool WindowImpl::mbSplitter |
Definition at line 378 of file window.h.
Referenced by Splitter::Splitter(), and WindowImpl().
bool WindowImpl::mbSysWin |
Definition at line 322 of file window.h.
Referenced by ImplHandleMenuEvent(), and WindowImpl().
bool WindowImpl::mbToolbarFloatingWindow |
Definition at line 383 of file window.h.
Referenced by WindowImpl().
bool WindowImpl::mbToolBox |
Definition at line 377 of file window.h.
Referenced by ImplHandleKey(), ToolBox::ImplInitToolBoxData(), ToolBox::MouseMove(), and WindowImpl().
bool WindowImpl::mbTrackVisible |
Definition at line 360 of file window.h.
Referenced by PaintHelper::DoPaint(), and PaintHelper::~PaintHelper().
bool WindowImpl::mbUseNativeFocus |
Definition at line 361 of file window.h.
Referenced by TabControl::ImplInitSettings(), CheckBox::ImplInitSettings(), and ImplWin::ImplWin().
bool WindowImpl::mbVexpand |
Definition at line 387 of file window.h.
Referenced by vcl::Window::get_vexpand(), and vcl::Window::set_vexpand().
bool WindowImpl::mbVisible |
Definition at line 327 of file window.h.
Referenced by WindowImpl().
bool WindowImpl::mbWaitSystemResize |
Definition at line 349 of file window.h.
Referenced by WindowImpl().
bool WindowImpl::mbWinRegion |
Definition at line 352 of file window.h.
Referenced by WindowImpl().
AlwaysInputMode WindowImpl::meAlwaysInputMode |
Definition at line 305 of file window.h.
Referenced by WindowImpl().
VclAlign WindowImpl::meHalign |
Definition at line 306 of file window.h.
Referenced by vcl::Window::get_halign(), vcl::Window::set_halign(), and WindowImpl().
VclPackType WindowImpl::mePackType |
Definition at line 308 of file window.h.
Referenced by vcl::Window::get_pack_type(), vcl::Window::set_pack_type(), and WindowImpl().
VclAlign WindowImpl::meValign |
Definition at line 307 of file window.h.
Referenced by vcl::Window::get_valign(), vcl::Window::set_valign(), and WindowImpl().
double WindowImpl::mfPartialScrollX |
Definition at line 259 of file window.h.
Referenced by WindowImpl().
double WindowImpl::mfPartialScrollY |
Definition at line 260 of file window.h.
Referenced by WindowImpl().
tools::Long WindowImpl::mnAbsScreenX |
Definition at line 276 of file window.h.
Referenced by WindowImpl().
ActivateModeFlags WindowImpl::mnActivateMode |
Definition at line 303 of file window.h.
Referenced by WindowImpl().
sal_Int32 WindowImpl::mnBorderWidth |
Definition at line 314 of file window.h.
Referenced by vcl::Window::get_border_width(), vcl::Window::set_border_width(), and WindowImpl().
sal_Int32 WindowImpl::mnBottomBorder |
Definition at line 269 of file window.h.
Referenced by WindowImpl().
int WindowImpl::mnChildEventListenersIteratingCount |
Definition at line 250 of file window.h.
Referenced by WindowImpl().
DialogControlFlags WindowImpl::mnDlgCtrlFlags |
Definition at line 304 of file window.h.
Referenced by WindowImpl().
int WindowImpl::mnEventListenersIteratingCount |
Definition at line 247 of file window.h.
Referenced by WindowImpl().
WindowExtendedStyle WindowImpl::mnExtendedStyle |
Definition at line 296 of file window.h.
Referenced by WindowImpl().
GetFocusFlags WindowImpl::mnGetFocusFlags |
Definition at line 301 of file window.h.
Referenced by WindowImpl().
sal_Int32 WindowImpl::mnGridHeight |
Definition at line 310 of file window.h.
Referenced by vcl::Window::get_grid_height(), vcl::Window::set_grid_height(), and WindowImpl().
sal_Int32 WindowImpl::mnGridLeftAttach |
Definition at line 311 of file window.h.
Referenced by vcl::Window::get_grid_left_attach(), vcl::Window::set_grid_left_attach(), and WindowImpl().
sal_Int32 WindowImpl::mnGridTopAttach |
Definition at line 312 of file window.h.
Referenced by vcl::Window::get_grid_top_attach(), vcl::Window::set_grid_top_attach(), and WindowImpl().
sal_Int32 WindowImpl::mnGridWidth |
Definition at line 313 of file window.h.
Referenced by vcl::Window::get_grid_width(), vcl::Window::set_grid_width(), and WindowImpl().
sal_Int32 WindowImpl::mnHeightRequest |
Definition at line 271 of file window.h.
Referenced by vcl::Window::get_height_request(), vcl::Window::set_height_request(), and WindowImpl().
sal_Int32 WindowImpl::mnLeftBorder |
Definition at line 266 of file window.h.
Referenced by WindowImpl().
vcl::LOKWindowId WindowImpl::mnLOKWindowId |
ID of this specific window.
Definition at line 397 of file window.h.
Referenced by vcl::ILibreOfficeKitNotifier::~ILibreOfficeKitNotifier().
sal_Int32 WindowImpl::mnMarginBottom |
Definition at line 318 of file window.h.
Referenced by vcl::Window::get_margin_bottom(), vcl::Window::set_margin_bottom(), and WindowImpl().
sal_Int32 WindowImpl::mnMarginLeft |
Definition at line 315 of file window.h.
Referenced by vcl::Window::get_margin_start(), vcl::Window::set_margin_start(), and WindowImpl().
sal_Int32 WindowImpl::mnMarginRight |
Definition at line 316 of file window.h.
Referenced by vcl::Window::get_margin_end(), vcl::Window::set_margin_end(), and WindowImpl().
sal_Int32 WindowImpl::mnMarginTop |
Definition at line 317 of file window.h.
Referenced by vcl::Window::get_margin_top(), vcl::Window::set_margin_top(), and WindowImpl().
ControlPart WindowImpl::mnNativeBackground |
Definition at line 298 of file window.h.
Referenced by StatusBar::ApplySettings(), and vcl::Window::Erase().
sal_Int32 WindowImpl::mnOptimalHeightCache |
Definition at line 273 of file window.h.
Referenced by vcl::Window::get_ungrouped_preferred_size(), vcl::Window::InvalidateSizeCache(), and WindowImpl().
sal_Int32 WindowImpl::mnOptimalWidthCache |
Definition at line 272 of file window.h.
Referenced by vcl::Window::get_ungrouped_preferred_size(), vcl::Window::InvalidateSizeCache(), and WindowImpl().
sal_Int32 WindowImpl::mnPadding |
Definition at line 309 of file window.h.
Referenced by vcl::Window::get_padding(), vcl::Window::set_padding(), and WindowImpl().
ImplPaintFlags WindowImpl::mnPaintFlags |
Definition at line 300 of file window.h.
Referenced by PaintHelper::DoPaint(), ImplHandlePaint(), and WindowImpl().
ParentClipMode WindowImpl::mnParentClipMode |
Definition at line 302 of file window.h.
Referenced by WindowImpl().
WinBits WindowImpl::mnPrevStyle |
Definition at line 295 of file window.h.
Referenced by WindowImpl().
sal_Int32 WindowImpl::mnRightBorder |
Definition at line 268 of file window.h.
Referenced by WindowImpl().
WinBits WindowImpl::mnStyle |
Definition at line 294 of file window.h.
Referenced by ToolBox::ImplInit(), and WindowImpl().
sal_Int32 WindowImpl::mnTopBorder |
Definition at line 267 of file window.h.
Referenced by WindowImpl().
WindowType WindowImpl::mnType |
Definition at line 297 of file window.h.
Referenced by WindowImpl().
sal_uInt16 WindowImpl::mnWaitCount |
Definition at line 299 of file window.h.
Referenced by WindowImpl().
sal_Int32 WindowImpl::mnWidthRequest |
Definition at line 270 of file window.h.
Referenced by vcl::Window::get_width_request(), vcl::Window::set_width_request(), and WindowImpl().
tools::Long WindowImpl::mnX |
Definition at line 274 of file window.h.
Referenced by WindowImpl().
tools::Long WindowImpl::mnY |
Definition at line 275 of file window.h.
Referenced by WindowImpl().
std::unique_ptr<ImplAccessibleInfos> WindowImpl::mpAccessibleInfos |
Definition at line 287 of file window.h.
Referenced by WindowImpl(), and ~WindowImpl().
VclPtr<vcl::Window> WindowImpl::mpBorderWindow |
Definition at line 233 of file window.h.
Referenced by ToolBox::ImplHideFocus(), ToolBox::ImplShowFocus(), VclBuilder::makeObject(), BuilderUtils::reorderWithinParent(), and WindowImpl().
std::unique_ptr<vcl::Region> WindowImpl::mpChildClipRegion |
Definition at line 292 of file window.h.
Referenced by WindowImpl(), and ~WindowImpl().
VclPtr<vcl::Window> WindowImpl::mpClientWindow |
Definition at line 234 of file window.h.
Referenced by ImplHandleMove(), and WindowImpl().
vcl::Cursor* WindowImpl::mpCursor |
Definition at line 256 of file window.h.
Referenced by IMPL_LINK_NOARG(), ImplHandleGetFocus(), ImplHandleLoseFocus(), and WindowImpl().
VclPtr<vcl::Window> WindowImpl::mpDlgCtrlDownWindow |
Definition at line 245 of file window.h.
Referenced by WindowImpl().
VclPtr<vcl::Window> WindowImpl::mpFirstChild |
Definition at line 237 of file window.h.
Referenced by VclFrame::get_child(), VclExpander::get_child(), VclEventBox::get_child(), VclFrame::get_label_widget(), ImplHandleMenuEvent(), and WindowImpl().
VclPtr<vcl::Window> WindowImpl::mpFirstOverlap |
Definition at line 239 of file window.h.
Referenced by ImplActivateFloatingWindows(), and WindowImpl().
SalFrame* WindowImpl::mpFrame |
Definition at line 229 of file window.h.
Referenced by Menu::ImplCalcSize(), ImplHandleKey(), ImplWindowFrameProc(), and WindowImpl().
ImplFrameData* WindowImpl::mpFrameData |
Definition at line 228 of file window.h.
Referenced by AnimationRenderer::draw(), AnimationRenderer::drawToIndex(), ImplCursorInvert(), ImplGetKeyInputWindow(), ImplHandleExtTextInput(), ImplHandleGetFocus(), ImplHandleKey(), ImplHandleLoseFocus(), ImplHandleMouseEvent(), ImplHandleSalKeyMod(), vcl::IsWindowFocused(), and WindowImpl().
VclPtr<vcl::Window> WindowImpl::mpFrameWindow |
Definition at line 231 of file window.h.
Referenced by ImplHandleLoseFocus(), ImplHandleSalKeyMod(), KillOwnPopups(), and WindowImpl().
VclPtr<vcl::Window> WindowImpl::mpLastChild |
Definition at line 238 of file window.h.
Referenced by VclExpander::calculateRequisition(), VclFrame::get_child(), VclScrolledWindow::get_child(), VclFrame::get_label_widget(), VclExpander::setAllocation(), WindowImpl(), and PaintHelper::~PaintHelper().
VclPtr<vcl::Window> WindowImpl::mpLastFocusWindow |
Definition at line 244 of file window.h.
Referenced by IMPL_LINK_NOARG(), and WindowImpl().
VclPtr<vcl::Window> WindowImpl::mpLastOverlap |
Definition at line 240 of file window.h.
Referenced by WindowImpl().
const vcl::ILibreOfficeKitNotifier* WindowImpl::mpLOKNotifier |
To emit the LOK callbacks eg. for dialog tunneling.
Definition at line 396 of file window.h.
Referenced by vcl::ILibreOfficeKitNotifier::~ILibreOfficeKitNotifier().
VclPtr<vcl::Window> WindowImpl::mpNext |
Definition at line 242 of file window.h.
Referenced by ImplActivateFloatingWindows(), ImplHandleMenuEvent(), and WindowImpl().
VclPtr<vcl::Window> WindowImpl::mpNextOverlap |
Definition at line 243 of file window.h.
Referenced by WindowImpl().
VclPtr<vcl::Window> WindowImpl::mpOverlapWindow |
Definition at line 232 of file window.h.
Referenced by WindowImpl().
vcl::Region* WindowImpl::mpPaintRegion |
Definition at line 293 of file window.h.
Referenced by WindowImpl().
VclPtr<vcl::Window> WindowImpl::mpParent |
Definition at line 235 of file window.h.
Referenced by DrawProgress(), VclBuilder::makeObject(), BuilderUtils::reorderWithinParent(), and WindowImpl().
VclPtr<vcl::Window> WindowImpl::mpPrev |
Definition at line 241 of file window.h.
Referenced by WindowImpl().
VclPtr<vcl::Window> WindowImpl::mpRealParent |
Definition at line 236 of file window.h.
Referenced by VclBuilder::makeObject(), BuilderUtils::reorderWithinParent(), and WindowImpl().
SalObject* WindowImpl::mpSysObj |
Definition at line 230 of file window.h.
Referenced by vcl::IsWindowFocused(), InterimItemWindow::UnclipVisibleSysObj(), and WindowImpl().
VCLXWindow* WindowImpl::mpVCLXWindow |
Definition at line 288 of file window.h.
Referenced by WindowImpl().
std::unique_ptr<ImplWinData> WindowImpl::mpWinData |
Definition at line 227 of file window.h.
Referenced by PaintHelper::DoPaint(), WindowImpl(), and PaintHelper::~PaintHelper().
css::uno::Reference< css::accessibility::XAccessible > WindowImpl::mxAccessible |
css::uno::Reference< css::uno::XInterface > WindowImpl::mxDNDListenerContainer |
Definition at line 394 of file window.h.
Referenced by ImplHandleMouseEvent(), and ImplLOKHandleMouseEvent().
VclPtr<vcl::WindowOutputDevice> WindowImpl::mxOutDev |
Definition at line 226 of file window.h.
Referenced by WindowImpl().
css::uno::Reference< css::awt::XVclWindowPeer > WindowImpl::mxWindowPeer |