Coverage Report

Created: 2026-04-09 11:41

next uncovered line (L), next uncovered region (R), next uncovered branch (B)
/src/libreoffice/include/vcl/vclptr.hxx
Line
Count
Source
1
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2
/*
3
 * This file is part of the LibreOffice project.
4
 *
5
 * This Source Code Form is subject to the terms of the Mozilla Public
6
 * License, v. 2.0. If a copy of the MPL was not distributed with this
7
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8
 *
9
 * This file incorporates work covered by the following license notice:
10
 *
11
 *   Licensed to the Apache Software Foundation (ASF) under one or more
12
 *   contributor license agreements. See the NOTICE file distributed
13
 *   with this work for additional information regarding copyright
14
 *   ownership. The ASF licenses this file to you under the Apache
15
 *   License, Version 2.0 (the "License"); you may not use this file
16
 *   except in compliance with the License. You may obtain a copy of
17
 *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18
 */
19
20
#ifndef INCLUDED_VCL_PTR_HXX
21
#define INCLUDED_VCL_PTR_HXX
22
23
#include <sal/config.h>
24
25
#include <config_global.h>
26
#include <rtl/ref.hxx>
27
28
#include <utility>
29
#include <type_traits>
30
31
#ifdef DBG_UTIL
32
#ifndef _WIN32
33
#include <vcl/vclmain.hxx>
34
#endif
35
#endif
36
37
class VclReferenceBase;
38
39
namespace vcl::detail {
40
41
template<typename>
42
0
constexpr bool isIncompleteOrDerivedFromVclReferenceBase(...) { return true; }
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<OutputDevice>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<Printer>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<VirtualDevice>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<PushButton>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<MenuBar>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<Menu>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<PopupMenu>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<ImplWheelWindow>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<FloatingWindow>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<HelpTextWindow>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<Control const>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<vcl::Window>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<Splitter>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<DisclosureButton>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<ScrollBar>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<ScrollBarBox>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<Menu const>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<VclButtonBox>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<VclBox>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<Edit>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<TabPage>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<ListBox>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<ComboBox>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<SpinButton>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<SpinField>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<TabControl>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<VerticalTabControl>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<MenuButton>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<Dialog>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<VclMultiLineEdit>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<VclExpander>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<VclDrawingArea>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<Button>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<CheckBox>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<RadioButton>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<ToolBox>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<ImplListBox>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<ImplListBoxFloatingWindow>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<ImplWin>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<ImplBtn>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<vcl::PDFWriterImpl>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<SvHeaderTabListBox>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<HeaderBar>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<MetricField>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<FormattedField>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<ImplCFieldFloatWin>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<vcl::RoadmapWizard>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<DockingWindow>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<SystemChildWindow>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<SvtIconChoiceCtrl>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<SfxPrinter>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<ScColBar>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<ScRowBar>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<ScOutlineWindow>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<ScTabSplitter>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<ScTabControl>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<ScPreview>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractScLinkedAreaDlg>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<FillControl>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<InterimToolbarPopup>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<StatusBar>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<ScInputWindow>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractSpellDialog>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<VclAbstractDialog>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractSvxPostItDialog>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<sfx2::sidebar::Deck>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<sfx2::sidebar::SidebarDockingWindow>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<SfxSplitWindow>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<avmedia::priv::MediaWindowImpl>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<SfxHelpWindow_Impl>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<SfxEmptySplitWin_Impl>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<TabBar>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<LabelItemWindow>(...)
Unexecuted instantiation: tbcontrl.cxx:bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<(anonymous namespace)::SvxFontNameBox_Impl>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<BrowserHeader>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<ScrollAdaptor>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<MeasureStatusBar>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<svt::ControlBase>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<NavigationBar>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<framework::ComboBoxControl>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<framework::ListBoxControl>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<framework::EditControl>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<framework::SpinfieldControl>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<framework::FixedTextControl>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<framework::FixedImageControl>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<SystemWindow>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<BrowseBox>(...)
Unexecuted instantiation: tbunocontroller.cxx:bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<(anonymous namespace)::SvxFontSizeBox_Impl>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<UnoTreeListBoxImpl>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<svt::table::TableDataWindow>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<SvResizeWindow>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<chart::DataBrowser>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<SwEditWin>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<SwScrollbar>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<FormFieldButton>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<SwContentControlButton>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<sw::annotation::SwAnnotationWin>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<SwHeaderFooterWin>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<SwPageBreakWin>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<sd::Window>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<SvxRuler>(...)
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<sd::LayerTabBar>(...)
43
44
template<typename T> constexpr bool isIncompleteOrDerivedFromVclReferenceBase(
45
    int (*)[sizeof(T)])
46
0
{ return std::is_base_of<VclReferenceBase, T>::value; }
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<vcl::Window>(int (*) [sizeof (vcl::Window)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<vcl::WindowOutputDevice>(int (*) [sizeof (vcl::WindowOutputDevice)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<WorkWindow>(int (*) [sizeof (WorkWindow)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<SystemChildWindow>(int (*) [sizeof (SystemChildWindow)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<SystemWindow>(int (*) [sizeof (SystemWindow)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<NotebookBar>(int (*) [sizeof (NotebookBar)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<ImplBorderWindow>(int (*) [sizeof (ImplBorderWindow)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<VclEventBox::EventBoxHelper>(int (*) [sizeof (VclEventBox::EventBoxHelper)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<MenuBar>(int (*) [sizeof (MenuBar)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<VclReferenceBase>(int (*) [sizeof (VclReferenceBase)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<VclGrid>(int (*) [sizeof (VclGrid)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<VclVBox>(int (*) [sizeof (VclVBox)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<FixedImage>(int (*) [sizeof (FixedImage)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<VclMultiLineEdit>(int (*) [sizeof (VclMultiLineEdit)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<PopupMenu>(int (*) [sizeof (PopupMenu)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<PushButton>(int (*) [sizeof (PushButton)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<Button>(int (*) [sizeof (Button)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<Dialog>(int (*) [sizeof (Dialog)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<VclExpander>(int (*) [sizeof (VclExpander)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<CheckBox>(int (*) [sizeof (CheckBox)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<RadioButton>(int (*) [sizeof (RadioButton)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<SvTreeListBox>(int (*) [sizeof (SvTreeListBox)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<VclDrawingArea>(int (*) [sizeof (VclDrawingArea)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<OKButton>(int (*) [sizeof (OKButton)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<CloseButton>(int (*) [sizeof (CloseButton)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<CancelButton>(int (*) [sizeof (CancelButton)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<VclHButtonBox>(int (*) [sizeof (VclHButtonBox)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<DecoToolBox>(int (*) [sizeof (DecoToolBox)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<ToolBox>(int (*) [sizeof (ToolBox)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<MenuBarWindow>(int (*) [sizeof (MenuBarWindow)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<FixedText>(int (*) [sizeof (FixedText)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<Control>(int (*) [sizeof (Control)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<TabPage>(int (*) [sizeof (TabPage)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<ListBox>(int (*) [sizeof (ListBox)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<TabControl>(int (*) [sizeof (TabControl)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<TextWindow>(int (*) [sizeof (TextWindow)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<ScrollBar>(int (*) [sizeof (ScrollBar)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<ScrollBarBox>(int (*) [sizeof (ScrollBarBox)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<OutputDevice const>(int (*) [sizeof (OutputDevice const)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<HelpTextWindow>(int (*) [sizeof (HelpTextWindow)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<ImplListBoxWindow>(int (*) [sizeof (ImplListBoxWindow)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<vcl::ORoadmap>(int (*) [sizeof (vcl::ORoadmap)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<HelpButton>(int (*) [sizeof (HelpButton)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<vcl::RoadmapWizard>(int (*) [sizeof (vcl::RoadmapWizard)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<SvtIconChoiceCtrl>(int (*) [sizeof (SvtIconChoiceCtrl)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<FormattedField>(int (*) [sizeof (FormattedField)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<MenuButton>(int (*) [sizeof (MenuButton)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<ComboBox>(int (*) [sizeof (ComboBox)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<MessageDialog>(int (*) [sizeof (MessageDialog)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<FixedHyperlink>(int (*) [sizeof (FixedHyperlink)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<SvTabListBox>(int (*) [sizeof (SvTabListBox)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<IconView>(int (*) [sizeof (IconView)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<VclFrame>(int (*) [sizeof (VclFrame)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<DockingWindow>(int (*) [sizeof (DockingWindow)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<VclScrolledWindow>(int (*) [sizeof (VclScrolledWindow)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<ProgressBar>(int (*) [sizeof (ProgressBar)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<Calendar>(int (*) [sizeof (Calendar)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<VerticalTabControl>(int (*) [sizeof (VerticalTabControl)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<VclBin>(int (*) [sizeof (VclBin)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<VclPaned>(int (*) [sizeof (VclPaned)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<Slider>(int (*) [sizeof (Slider)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<Throbber>(int (*) [sizeof (Throbber)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<ImplWheelWindow>(int (*) [sizeof (ImplWheelWindow)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractScreenshotAnnotationDlg>(int (*) [sizeof (AbstractScreenshotAnnotationDlg)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<StatusBar>(int (*) [sizeof (StatusBar)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<HeaderBar>(int (*) [sizeof (HeaderBar)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<VclHBox>(int (*) [sizeof (VclHBox)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<NotebookbarPopup>(int (*) [sizeof (NotebookbarPopup)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<SpinField>(int (*) [sizeof (SpinField)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<MenuToggleButton>(int (*) [sizeof (MenuToggleButton)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<VclVPaned>(int (*) [sizeof (VclVPaned)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<VclHPaned>(int (*) [sizeof (VclHPaned)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<VclVButtonBox>(int (*) [sizeof (VclVButtonBox)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<OptionalBox>(int (*) [sizeof (OptionalBox)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<ManagedMenuButton>(int (*) [sizeof (ManagedMenuButton)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<PriorityMergedHBox>(int (*) [sizeof (PriorityMergedHBox)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<PriorityHBox>(int (*) [sizeof (PriorityHBox)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<DropdownBox>(int (*) [sizeof (DropdownBox)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<ContextVBox>(int (*) [sizeof (ContextVBox)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<LclTabListBox>(int (*) [sizeof (LclTabListBox)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<SelectableFixedText>(int (*) [sizeof (SelectableFixedText)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<FixedLine>(int (*) [sizeof (FixedLine)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<VclViewport>(int (*) [sizeof (VclViewport)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<VclEventBox>(int (*) [sizeof (VclEventBox)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<VclButtonBox>(int (*) [sizeof (VclButtonBox)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<VclBox>(int (*) [sizeof (VclBox)])
Unexecuted instantiation: dockmgr.cxx:bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<(anonymous namespace)::ImplDockFloatWin2>(int (*) [sizeof ((anonymous namespace)::ImplDockFloatWin2)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<ImplPopupFloatWin>(int (*) [sizeof (ImplPopupFloatWin)])
Unexecuted instantiation: dockwin.cxx:bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<(anonymous namespace)::ImplDockFloatWin>(int (*) [sizeof ((anonymous namespace)::ImplDockFloatWin)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<MenuFloatingWindow>(int (*) [sizeof (MenuFloatingWindow)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<MetricField>(int (*) [sizeof (MetricField)])
Unexecuted instantiation: treelistbox.cxx:bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<(anonymous namespace)::MyEdit_Impl>(int (*) [sizeof ((anonymous namespace)::MyEdit_Impl)])
Unexecuted instantiation: roadmap.cxx:bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<vcl::(anonymous namespace)::IDLabel>(int (*) [sizeof (vcl::(anonymous namespace)::IDLabel)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<vcl::HyperLabel>(int (*) [sizeof (vcl::HyperLabel)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<ImageControl>(int (*) [sizeof (ImageControl)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<MessBox>(int (*) [sizeof (MessBox)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<DateField>(int (*) [sizeof (DateField)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<TimeField>(int (*) [sizeof (TimeField)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<PatternField>(int (*) [sizeof (PatternField)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<FileControl>(int (*) [sizeof (FileControl)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<DoubleCurrencyField>(int (*) [sizeof (DoubleCurrencyField)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<MultiLineEdit>(int (*) [sizeof (MultiLineEdit)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<ScGridWindow>(int (*) [sizeof (ScGridWindow)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<ScrollAdaptor>(int (*) [sizeof (ScrollAdaptor)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<ScCornerButton>(int (*) [sizeof (ScCornerButton)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<SfxPrinter>(int (*) [sizeof (SfxPrinter)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<SfxNavigator>(int (*) [sizeof (SfxNavigator)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<ScPosWnd>(int (*) [sizeof (ScPosWnd)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<ScInputBarGroup>(int (*) [sizeof (ScInputBarGroup)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<InterimItemWindow>(int (*) [sizeof (InterimItemWindow)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<ScZoomSliderWnd>(int (*) [sizeof (ScZoomSliderWnd)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<SheetViewBox>(int (*) [sizeof (SheetViewBox)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<TableStylesBox>(int (*) [sizeof (TableStylesBox)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractScLinkedAreaDlg>(int (*) [sizeof (AbstractScLinkedAreaDlg)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractPasswordToOpenModifyDialog>(int (*) [sizeof (AbstractPasswordToOpenModifyDialog)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<SfxInfoBarWindow>(int (*) [sizeof (SfxInfoBarWindow)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractScNewScenarioDlg>(int (*) [sizeof (AbstractScNewScenarioDlg)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractScColRowLabelDlg>(int (*) [sizeof (AbstractScColRowLabelDlg)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<SfxAbstractTabDialog>(int (*) [sizeof (SfxAbstractTabDialog)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<sfx2::sidebar::TabBar>(int (*) [sizeof (sfx2::sidebar::TabBar)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractSvxCaptionDialog>(int (*) [sizeof (AbstractSvxCaptionDialog)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractSvxTransformTabDialog>(int (*) [sizeof (AbstractSvxTransformTabDialog)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<SfxAbstractDialog>(int (*) [sizeof (SfxAbstractDialog)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractSvxAreaTabDialog>(int (*) [sizeof (AbstractSvxAreaTabDialog)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractDiagramDialog>(int (*) [sizeof (AbstractDiagramDialog)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<VclAbstractDialog>(int (*) [sizeof (VclAbstractDialog)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractSvxObjectNameDialog>(int (*) [sizeof (AbstractSvxObjectNameDialog)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractSvxObjectTitleDescDialog>(int (*) [sizeof (AbstractSvxObjectTitleDescDialog)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<SfxAbstractPasteDialog>(int (*) [sizeof (SfxAbstractPasteDialog)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<ScNavigatorWin>(int (*) [sizeof (ScNavigatorWin)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<ScNumberFormat>(int (*) [sizeof (ScNumberFormat)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractScInsertCellDlg>(int (*) [sizeof (AbstractScInsertCellDlg)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractScDeleteCellDlg>(int (*) [sizeof (AbstractScDeleteCellDlg)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractScDeleteContentsDlg>(int (*) [sizeof (AbstractScDeleteContentsDlg)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractScInsertContentsDlg>(int (*) [sizeof (AbstractScInsertContentsDlg)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractScFillSeriesDlg>(int (*) [sizeof (AbstractScFillSeriesDlg)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractScDPShowDetailDlg>(int (*) [sizeof (AbstractScDPShowDetailDlg)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractScDPDateGroupDlg>(int (*) [sizeof (AbstractScDPDateGroupDlg)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractScDPNumGroupDlg>(int (*) [sizeof (AbstractScDPNumGroupDlg)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractScGroupDlg>(int (*) [sizeof (AbstractScGroupDlg)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractScImportAsciiDlg>(int (*) [sizeof (AbstractScImportAsciiDlg)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractScNameCreateDlg>(int (*) [sizeof (AbstractScNameCreateDlg)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractScNamePasteDlg>(int (*) [sizeof (AbstractScNamePasteDlg)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractScCondFormatManagerDlg>(int (*) [sizeof (AbstractScCondFormatManagerDlg)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractScDataPilotSourceTypeDlg>(int (*) [sizeof (AbstractScDataPilotSourceTypeDlg)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractScDataPilotServiceDlg>(int (*) [sizeof (AbstractScDataPilotServiceDlg)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractScDataPilotDatabaseDlg>(int (*) [sizeof (AbstractScDataPilotDatabaseDlg)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<ScDataTableColView>(int (*) [sizeof (ScDataTableColView)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<ScDataTableRowView>(int (*) [sizeof (ScDataTableRowView)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<ScDataTableView>(int (*) [sizeof (ScDataTableView)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractScSortWarningDlg>(int (*) [sizeof (AbstractScSortWarningDlg)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractScDataFormDlg>(int (*) [sizeof (AbstractScDataFormDlg)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractScSelEntryDlg>(int (*) [sizeof (AbstractScSelEntryDlg)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractScMetricInputDlg>(int (*) [sizeof (AbstractScMetricInputDlg)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractScPivotFilterDlg>(int (*) [sizeof (AbstractScPivotFilterDlg)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractScPivotCalcFieldDlg>(int (*) [sizeof (AbstractScPivotCalcFieldDlg)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractSvxZoomDialog>(int (*) [sizeof (AbstractSvxZoomDialog)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractScGoToTabDlg>(int (*) [sizeof (AbstractScGoToTabDlg)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractScShowTabDlg>(int (*) [sizeof (AbstractScShowTabDlg)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractSignatureLineDialog>(int (*) [sizeof (AbstractSignatureLineDialog)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractSignSignatureLineDialog>(int (*) [sizeof (AbstractSignSignatureLineDialog)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractQrCodeGenDialog>(int (*) [sizeof (AbstractQrCodeGenDialog)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<SfxAbstractLinksDialog>(int (*) [sizeof (SfxAbstractLinksDialog)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractScDPSubtotalDlg>(int (*) [sizeof (AbstractScDPSubtotalDlg)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractScDPFunctionDlg>(int (*) [sizeof (AbstractScDPFunctionDlg)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractScMoveTableDlg>(int (*) [sizeof (AbstractScMoveTableDlg)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractScInsertTableDlg>(int (*) [sizeof (AbstractScInsertTableDlg)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractScStringInputDlg>(int (*) [sizeof (AbstractScStringInputDlg)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractScTabBgColorDlg>(int (*) [sizeof (AbstractScTabBgColorDlg)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractScTextImportOptionsDlg>(int (*) [sizeof (AbstractScTextImportOptionsDlg)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<SfxAbstractInsertObjectDialog>(int (*) [sizeof (SfxAbstractInsertObjectDialog)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<ScColBar>(int (*) [sizeof (ScColBar)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<ScRowBar>(int (*) [sizeof (ScRowBar)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<ScOutlineWindow>(int (*) [sizeof (ScOutlineWindow)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<ScPreview>(int (*) [sizeof (ScPreview)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<ScTabControl>(int (*) [sizeof (ScTabControl)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<avmedia::MediaToolBoxControl_Impl>(int (*) [sizeof (avmedia::MediaToolBoxControl_Impl)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<avmedia::priv::MediaChildWindow>(int (*) [sizeof (avmedia::priv::MediaChildWindow)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<avmedia::priv::MediaWindowControl>(int (*) [sizeof (avmedia::priv::MediaWindowControl)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<avmedia::priv::MediaWindowImpl>(int (*) [sizeof (avmedia::priv::MediaWindowImpl)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<avmedia::MediaFloater>(int (*) [sizeof (avmedia::MediaFloater)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractThesaurusDialog>(int (*) [sizeof (AbstractThesaurusDialog)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractHangulHanjaConversionDialog>(int (*) [sizeof (AbstractHangulHanjaConversionDialog)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractHyphenWordDialog>(int (*) [sizeof (AbstractHyphenWordDialog)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractSecurityOptionsDialog>(int (*) [sizeof (AbstractSecurityOptionsDialog)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<SfxHelpTextWindow_Impl>(int (*) [sizeof (SfxHelpTextWindow_Impl)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<SfxDockingWindow>(int (*) [sizeof (SfxDockingWindow)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<DevelopmentToolDockingWindow>(int (*) [sizeof (DevelopmentToolDockingWindow)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractAdditionsDialog>(int (*) [sizeof (AbstractAdditionsDialog)])
Unexecuted instantiation: dockwin.cxx:bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<(anonymous namespace)::SfxTitleDockingWindow>(int (*) [sizeof ((anonymous namespace)::SfxTitleDockingWindow)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<SfxInfoBarContainerWindow>(int (*) [sizeof (SfxInfoBarContainerWindow)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<SfxPartDockWnd_Impl>(int (*) [sizeof (SfxPartDockWnd_Impl)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<SfxSplitWindow>(int (*) [sizeof (SfxSplitWindow)])
Unexecuted instantiation: doctemplates.cxx:bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<(anonymous namespace)::WaitWindow_Impl>(int (*) [sizeof ((anonymous namespace)::WaitWindow_Impl)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<URLBoxItemWindow>(int (*) [sizeof (URLBoxItemWindow)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<sfx2::sidebar::SidebarDockingWindow>(int (*) [sizeof (sfx2::sidebar::SidebarDockingWindow)])
Unexecuted instantiation: SidebarController.cxx:bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<sfx2::sidebar::(anonymous namespace)::CloseIndicator>(int (*) [sizeof (sfx2::sidebar::(anonymous namespace)::CloseIndicator)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<SfxFrameWindow_Impl>(int (*) [sizeof (SfxFrameWindow_Impl)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<SfxFrameViewWindow_Impl>(int (*) [sizeof (SfxFrameViewWindow_Impl)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<TextWin_Impl>(int (*) [sizeof (TextWin_Impl)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractQueryDialog>(int (*) [sizeof (AbstractQueryDialog)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<ImplTabSizer>(int (*) [sizeof (ImplTabSizer)])
Unexecuted instantiation: tabbar.cxx:bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<(anonymous namespace)::TabButtons>(int (*) [sizeof ((anonymous namespace)::TabButtons)])
Unexecuted instantiation: tabbar.cxx:bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<(anonymous namespace)::TabBarEdit>(int (*) [sizeof ((anonymous namespace)::TabBarEdit)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<SvxFontWorkDialog>(int (*) [sizeof (SvxFontWorkDialog)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractGraphicFilterDialog>(int (*) [sizeof (AbstractGraphicFilterDialog)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractURLDlg>(int (*) [sizeof (AbstractURLDlg)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractSvxSearchSimilarityDialog>(int (*) [sizeof (AbstractSvxSearchSimilarityDialog)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractSvxJSearchOptionsDialog>(int (*) [sizeof (AbstractSvxJSearchOptionsDialog)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<LabelItemWindow>(int (*) [sizeof (LabelItemWindow)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<SvxFmAbsRecWin>(int (*) [sizeof (SvxFmAbsRecWin)])
Unexecuted instantiation: grafctrl.cxx:bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<(anonymous namespace)::ImplGrafControl>(int (*) [sizeof ((anonymous namespace)::ImplGrafControl)])
Unexecuted instantiation: grafctrl.cxx:bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<(anonymous namespace)::ImplGrafModeControl>(int (*) [sizeof ((anonymous namespace)::ImplGrafModeControl)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<SvxMetricField>(int (*) [sizeof (SvxMetricField)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<FindTextFieldControl>(int (*) [sizeof (FindTextFieldControl)])
Unexecuted instantiation: tbunosearchcontrollers.cxx:bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<(anonymous namespace)::CheckButtonItemWindow>(int (*) [sizeof ((anonymous namespace)::CheckButtonItemWindow)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<svxform::DataNavigator>(int (*) [sizeof (svxform::DataNavigator)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<svxform::NavigatorFrame>(int (*) [sizeof (svxform::NavigatorFrame)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractFmInputRecordNoDialog>(int (*) [sizeof (AbstractFmInputRecordNoDialog)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractFmSearchDialog>(int (*) [sizeof (AbstractFmSearchDialog)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<SvxAbstractSplitTableDialog>(int (*) [sizeof (SvxAbstractSplitTableDialog)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<InterimToolbarPopup>(int (*) [sizeof (InterimToolbarPopup)])
Unexecuted instantiation: tbcontrl.cxx:bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<(anonymous namespace)::SvxStyleBox_Impl>(int (*) [sizeof ((anonymous namespace)::SvxStyleBox_Impl)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<BrowserDataWin>(int (*) [sizeof (BrowserDataWin)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<BrowseBox>(int (*) [sizeof (BrowseBox)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<svt::CheckBoxControl>(int (*) [sizeof (svt::CheckBoxControl)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<svt::ListBoxControl>(int (*) [sizeof (svt::ListBoxControl)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<svt::ComboBoxControl>(int (*) [sizeof (svt::ComboBoxControl)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<FmGridControl>(int (*) [sizeof (FmGridControl)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<svt::MultiLineTextCell>(int (*) [sizeof (svt::MultiLineTextCell)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<svt::EditControl>(int (*) [sizeof (svt::EditControl)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<svt::FormattedControl>(int (*) [sizeof (svt::FormattedControl)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<svt::PatternControl>(int (*) [sizeof (svt::PatternControl)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<svt::DoubleNumericControl>(int (*) [sizeof (svt::DoubleNumericControl)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<svt::LongCurrencyControl>(int (*) [sizeof (svt::LongCurrencyControl)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<svt::DateControl>(int (*) [sizeof (svt::DateControl)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<svt::TimeControl>(int (*) [sizeof (svt::TimeControl)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<DbGridControl>(int (*) [sizeof (DbGridControl)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractFmShowColsDialog>(int (*) [sizeof (AbstractFmShowColsDialog)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<FmGridHeader>(int (*) [sizeof (FmGridHeader)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<DockingAreaWindow>(int (*) [sizeof (DockingAreaWindow)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<BrowserHeader>(int (*) [sizeof (BrowserHeader)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<svt::EditBrowserHeader>(int (*) [sizeof (svt::EditBrowserHeader)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<svx::DialControlBmp>(int (*) [sizeof (svx::DialControlBmp)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<StylesPreviewWindow_Impl>(int (*) [sizeof (StylesPreviewWindow_Impl)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractTitleDialog>(int (*) [sizeof (AbstractTitleDialog)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractGalleryIdDialog>(int (*) [sizeof (AbstractGalleryIdDialog)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<CurrencyBox>(int (*) [sizeof (CurrencyBox)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<CurrencyField>(int (*) [sizeof (CurrencyField)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<DateBox>(int (*) [sizeof (DateBox)])
Unexecuted instantiation: vclxtoolkit.cxx:bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<(anonymous namespace)::ErrorBox>(int (*) [sizeof ((anonymous namespace)::ErrorBox)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<FixedBitmap>(int (*) [sizeof (FixedBitmap)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<GroupBox>(int (*) [sizeof (GroupBox)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<ImageButton>(int (*) [sizeof (ImageButton)])
Unexecuted instantiation: vclxtoolkit.cxx:bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<(anonymous namespace)::InfoBox>(int (*) [sizeof ((anonymous namespace)::InfoBox)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<LongCurrencyBox>(int (*) [sizeof (LongCurrencyBox)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<MetricBox>(int (*) [sizeof (MetricBox)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<toolkit::ScrollableDialog>(int (*) [sizeof (toolkit::ScrollableDialog)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<MoreButton>(int (*) [sizeof (MoreButton)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<MultiListBox>(int (*) [sizeof (MultiListBox)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<NumericBox>(int (*) [sizeof (NumericBox)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<PatternBox>(int (*) [sizeof (PatternBox)])
Unexecuted instantiation: vclxtoolkit.cxx:bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<(anonymous namespace)::QueryBox>(int (*) [sizeof ((anonymous namespace)::QueryBox)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<SpinButton>(int (*) [sizeof (SpinButton)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<Splitter>(int (*) [sizeof (Splitter)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<SplitWindow>(int (*) [sizeof (SplitWindow)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<TabDialog>(int (*) [sizeof (TabDialog)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<TimeBox>(int (*) [sizeof (TimeBox)])
Unexecuted instantiation: vclxtoolkit.cxx:bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<(anonymous namespace)::WarningBox>(int (*) [sizeof ((anonymous namespace)::WarningBox)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<DoubleNumericField>(int (*) [sizeof (DoubleNumericField)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<CalendarField>(int (*) [sizeof (CalendarField)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<svt::table::TableControl>(int (*) [sizeof (svt::table::TableControl)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<svt::table::TableDataWindow>(int (*) [sizeof (svt::table::TableDataWindow)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<SvResizeWindow>(int (*) [sizeof (SvResizeWindow)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<chart::ChartWindow>(int (*) [sizeof (chart::ChartWindow)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<SmGraphicWindow>(int (*) [sizeof (SmGraphicWindow)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<SmCmdBoxWindow>(int (*) [sizeof (SmCmdBoxWindow)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<Svx3DWin>(int (*) [sizeof (Svx3DWin)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<SvxRuler>(int (*) [sizeof (SvxRuler)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<SwPagePreviewWin>(int (*) [sizeof (SwPagePreviewWin)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<TextViewOutWin>(int (*) [sizeof (TextViewOutWin)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<SwSrcEditWindow>(int (*) [sizeof (SwSrcEditWindow)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractSwLabDlg>(int (*) [sizeof (AbstractSwLabDlg)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<SwEditWin>(int (*) [sizeof (SwEditWin)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractSwFieldDlg>(int (*) [sizeof (AbstractSwFieldDlg)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractSwInsertAbstractDlg>(int (*) [sizeof (AbstractSwInsertAbstractDlg)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<SfxAbstractApplyTabDialog>(int (*) [sizeof (SfxAbstractApplyTabDialog)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<PosEdit>(int (*) [sizeof (PosEdit)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<InputEdit>(int (*) [sizeof (InputEdit)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<NavElementBox_Impl>(int (*) [sizeof (NavElementBox_Impl)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractMarkFloatDlg>(int (*) [sizeof (AbstractMarkFloatDlg)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractSwWordCountFloatDlg>(int (*) [sizeof (AbstractSwWordCountFloatDlg)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractMailMergeDlg>(int (*) [sizeof (AbstractMailMergeDlg)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractSwInsertDBColAutoPilot>(int (*) [sizeof (AbstractSwInsertDBColAutoPilot)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractGlossaryDlg>(int (*) [sizeof (AbstractGlossaryDlg)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractSwSelGlossaryDlg>(int (*) [sizeof (AbstractSwSelGlossaryDlg)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<SwBreakDashedLine>(int (*) [sizeof (SwBreakDashedLine)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<SwHeaderFooterDashedLine>(int (*) [sizeof (SwHeaderFooterDashedLine)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<UnfloatTableButton>(int (*) [sizeof (UnfloatTableButton)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<SwContentControlAliasButton>(int (*) [sizeof (SwContentControlAliasButton)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<SwOutlineContentVisibilityWin>(int (*) [sizeof (SwOutlineContentVisibilityWin)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractSvxPostItDialog>(int (*) [sizeof (AbstractSvxPostItDialog)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<SwInputWindow>(int (*) [sizeof (SwInputWindow)])
Unexecuted instantiation: workctrl.cxx:bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<(anonymous namespace)::SwZoomBox_Impl>(int (*) [sizeof ((anonymous namespace)::SwZoomBox_Impl)])
Unexecuted instantiation: workctrl.cxx:bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<(anonymous namespace)::SwJumpToSpecificBox_Impl>(int (*) [sizeof ((anonymous namespace)::SwJumpToSpecificBox_Impl)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractSwConvertTableDlg>(int (*) [sizeof (AbstractSwConvertTableDlg)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractSwTableHeightDlg>(int (*) [sizeof (AbstractSwTableHeightDlg)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<SvxAbstractInsRowColDlg>(int (*) [sizeof (SvxAbstractInsRowColDlg)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractSplitTableDialog>(int (*) [sizeof (AbstractSplitTableDialog)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractSwTableWidthDlg>(int (*) [sizeof (AbstractSwTableWidthDlg)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractInsFootNoteDlg>(int (*) [sizeof (AbstractInsFootNoteDlg)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractSwModalRedlineAcceptDlg>(int (*) [sizeof (AbstractSwModalRedlineAcceptDlg)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractSwSortDlg>(int (*) [sizeof (AbstractSwSortDlg)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractDropDownFormFieldDialog>(int (*) [sizeof (AbstractDropDownFormFieldDialog)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractDateFormFieldDialog>(int (*) [sizeof (AbstractDateFormFieldDialog)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractNumBulletDialog>(int (*) [sizeof (AbstractNumBulletDialog)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<sw::sidebar::QuickFindPanelWindow>(int (*) [sizeof (sw::sidebar::QuickFindPanelWindow)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<SwCommentRuler>(int (*) [sizeof (SwCommentRuler)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractMailMergeCreateFromDlg>(int (*) [sizeof (AbstractMailMergeCreateFromDlg)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<SwNavigatorWin>(int (*) [sizeof (SwNavigatorWin)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractFieldInputDlg>(int (*) [sizeof (AbstractFieldInputDlg)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractDropDownFieldDialog>(int (*) [sizeof (AbstractDropDownFieldDialog)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<DropDownFormFieldButton>(int (*) [sizeof (DropDownFormFieldButton)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<DateFormFieldButton>(int (*) [sizeof (DateFormFieldButton)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<FormFieldButton>(int (*) [sizeof (FormFieldButton)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<SwDropDownContentControlButton>(int (*) [sizeof (SwDropDownContentControlButton)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<SwDateContentControlButton>(int (*) [sizeof (SwDateContentControlButton)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractInsertSectionTabDialog>(int (*) [sizeof (AbstractInsertSectionTabDialog)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractEditRegionDlg>(int (*) [sizeof (AbstractEditRegionDlg)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractCopyFieldDlg>(int (*) [sizeof (AbstractCopyFieldDlg)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractJavaEditDialog>(int (*) [sizeof (AbstractJavaEditDialog)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractSwPageNumberDlg>(int (*) [sizeof (AbstractSwPageNumberDlg)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractMultiTOXTabDialog>(int (*) [sizeof (AbstractMultiTOXTabDialog)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<SwContentControlButton>(int (*) [sizeof (SwContentControlButton)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<Ruler>(int (*) [sizeof (Ruler)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<svx::ParaAboveSpacingWindow>(int (*) [sizeof (svx::ParaAboveSpacingWindow)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<svx::ParaBelowSpacingWindow>(int (*) [sizeof (svx::ParaBelowSpacingWindow)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<svx::ParaLeftSpacingWindow>(int (*) [sizeof (svx::ParaLeftSpacingWindow)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<svx::ParaRightSpacingWindow>(int (*) [sizeof (svx::ParaRightSpacingWindow)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<svx::ParaFirstLineSpacingWindow>(int (*) [sizeof (svx::ParaFirstLineSpacingWindow)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<sd::TabControl>(int (*) [sizeof (sd::TabControl)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<sd::TabBarControl>(int (*) [sizeof (sd::TabBarControl)])
Unexecuted instantiation: ViewShellBase.cxx:bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<sd::(anonymous namespace)::FocusForwardingWindow>(int (*) [sizeof (sd::(anonymous namespace)::FocusForwardingWindow)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<sd::Ruler>(int (*) [sizeof (sd::Ruler)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<sd::Window>(int (*) [sizeof (sd::Window)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractSdModifyFieldDlg>(int (*) [sizeof (AbstractSdModifyFieldDlg)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<sd::AnimationWindow>(int (*) [sizeof (sd::AnimationWindow)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<sd::LayerTabBar>(int (*) [sizeof (sd::LayerTabBar)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<sd::TitledDockingWindow>(int (*) [sizeof (sd::TitledDockingWindow)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractSdCustomShowDlg>(int (*) [sizeof (AbstractSdCustomShowDlg)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractSdInsertPagesObjsDlg>(int (*) [sizeof (AbstractSdInsertPagesObjsDlg)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractSvxBulletAndPositionDlg>(int (*) [sizeof (AbstractSvxBulletAndPositionDlg)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractSdStartPresDlg>(int (*) [sizeof (AbstractSdStartPresDlg)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<sd::ShowWindow>(int (*) [sizeof (sd::ShowWindow)])
Unexecuted instantiation: slideshow.cxx:bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<(anonymous namespace)::FullScreenWorkWindow>(int (*) [sizeof ((anonymous namespace)::FullScreenWorkWindow)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractSdInsertLayerDlg>(int (*) [sizeof (AbstractSdInsertLayerDlg)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractHeaderFooterDialog>(int (*) [sizeof (AbstractHeaderFooterDialog)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<sd::SdNavigatorFloat>(int (*) [sizeof (sd::SdNavigatorFloat)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<SdPagesField>(int (*) [sizeof (SdPagesField)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<GlueEscDirLB>(int (*) [sizeof (GlueEscDirLB)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractCopyDlg>(int (*) [sizeof (AbstractCopyDlg)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractMorphDlg>(int (*) [sizeof (AbstractMorphDlg)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractSdPresLayoutDlg>(int (*) [sizeof (AbstractSdPresLayoutDlg)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractSdSnapLineDlg>(int (*) [sizeof (AbstractSdSnapLineDlg)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<AbstractSdVectorizeDlg>(int (*) [sizeof (AbstractSdVectorizeDlg)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<SvxBmpMask>(int (*) [sizeof (SvxBmpMask)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<SvxColorDockingWindow>(int (*) [sizeof (SvxColorDockingWindow)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<SlideTransitionsPaneWrapper>(int (*) [sizeof (SlideTransitionsPaneWrapper)])
Unexecuted instantiation: bool vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<ThemeColorsPaneWrapper>(int (*) [sizeof (ThemeColorsPaneWrapper)])
47
48
// The above isIncompleteOrDerivedFromVclReferenceBase will cause will cause -Wsfinae-incomplete
49
// warnings when e.g. OutputDevice (include/vcl/outdev.hxx) contains members of type
50
// VclPtr<OutputDevice>, so OutputDevice is not yet complete when
51
// sIncompleteOrDerivedFromVclReferenceBase is instantiated, but will become complete later on
52
// ("warning: error: defining ‘OutputDevice’, which previously failed to be complete in a SFINAE
53
// context [-Werror=sfinae-incomplete=]").  A real solution would presumably be using C++26
54
// reflection and rewriting the above isIncompleteOrDerivedFromVclReferenceBase as something like
55
//
56
//  consteval bool isIncompleteOrDerivedFromVclReferenceBase(std::meta::info type) {
57
//      return !std::meta::is_complete_type(type)
58
//          || std::meta::is_base_of_type(^^VclReferenceBase, type);
59
//  }
60
//
61
// But until then, use a HACK of (globally) ignoring that warning:
62
#if defined __GNUC__ && !defined __clang__ && HAVE_GCC_WSFINAE_INCOMPLETE
63
#pragma GCC diagnostic ignored "-Wsfinae-incomplete"
64
#endif
65
66
} // namespace vcl::detail
67
68
template <class reference_type>
69
class ScopedVclPtr;
70
71
/**
72
 * A thin wrapper around rtl::Reference to implement the acquire and dispose semantics we want for references to vcl::Window subclasses.
73
 *
74
 * For more details on the design please see vcl/README.lifecycle
75
 *
76
 * @param reference_type must be a subclass of vcl::Window
77
 */
78
template <class reference_type>
79
class VclPtr
80
{
81
    static_assert(
82
        vcl::detail::isIncompleteOrDerivedFromVclReferenceBase<reference_type>(
83
            nullptr),
84
        "template argument type must be derived from VclReferenceBase");
85
86
protected:
87
    ::rtl::Reference<reference_type> m_rInnerRef;
88
89
public:
90
    /** Constructor...
91
     */
92
15.6M
    VclPtr() = default;
VclPtr<VirtualDevice>::VclPtr()
Line
Count
Source
92
6.80M
    VclPtr() = default;
VclPtr<vcl::Window>::VclPtr()
Line
Count
Source
92
2.42M
    VclPtr() = default;
VclPtr<PushButton>::VclPtr()
Line
Count
Source
92
128k
    VclPtr() = default;
Unexecuted instantiation: VclPtr<VclBox>::VclPtr()
Unexecuted instantiation: VclPtr<VclButtonBox>::VclPtr()
VclPtr<MenuBar>::VclPtr()
Line
Count
Source
92
8.25k
    VclPtr() = default;
Unexecuted instantiation: VclPtr<MenuBarWindow>::VclPtr()
VclPtr<vcl::WindowOutputDevice>::VclPtr()
Line
Count
Source
92
128k
    VclPtr() = default;
VclPtr<OutputDevice>::VclPtr()
Line
Count
Source
92
5.96M
    VclPtr() = default;
Unexecuted instantiation: VclPtr<Edit>::VclPtr()
Unexecuted instantiation: VclPtr<SystemWindow>::VclPtr()
Unexecuted instantiation: VclPtr<TabPage>::VclPtr()
Unexecuted instantiation: VclPtr<ListBox>::VclPtr()
Unexecuted instantiation: VclPtr<ToolBox>::VclPtr()
VclPtr<Printer>::VclPtr()
Line
Count
Source
92
108k
    VclPtr() = default;
Unexecuted instantiation: VclPtr<VclReferenceBase>::VclPtr()
VclPtr<PopupMenu>::VclPtr()
Line
Count
Source
92
106
    VclPtr() = default;
Unexecuted instantiation: VclPtr<MenuButton>::VclPtr()
VclPtr<FloatingWindow>::VclPtr()
Line
Count
Source
92
31.5k
    VclPtr() = default;
VclPtr<WorkWindow>::VclPtr()
Line
Count
Source
92
212
    VclPtr() = default;
VclPtr<HelpTextWindow>::VclPtr()
Line
Count
Source
92
106
    VclPtr() = default;
VclPtr<ImplWheelWindow>::VclPtr()
Line
Count
Source
92
106
    VclPtr() = default;
Unexecuted instantiation: VclPtr<ImplBorderWindow>::VclPtr()
VclPtr<NotebookBar>::VclPtr()
Line
Count
Source
92
13.0k
    VclPtr() = default;
Unexecuted instantiation: VclPtr<Button>::VclPtr()
Unexecuted instantiation: VclPtr<SvTabListBox>::VclPtr()
Unexecuted instantiation: VclPtr<Dialog>::VclPtr()
VclPtr<Menu>::VclPtr()
Line
Count
Source
92
7.87k
    VclPtr() = default;
Unexecuted instantiation: VclPtr<ScrollBar>::VclPtr()
Unexecuted instantiation: VclPtr<ImplListBox>::VclPtr()
Unexecuted instantiation: VclPtr<ImplBtn>::VclPtr()
Unexecuted instantiation: VclPtr<ImplListBoxFloatingWindow>::VclPtr()
Unexecuted instantiation: VclPtr<NotebookbarPopup>::VclPtr()
Unexecuted instantiation: VclPtr<ScrollBarBox>::VclPtr()
Unexecuted instantiation: VclPtr<ImplWin>::VclPtr()
Unexecuted instantiation: VclPtr<VclHBox>::VclPtr()
Unexecuted instantiation: VclPtr<vcl::ORoadmap>::VclPtr()
Unexecuted instantiation: VclPtr<HeaderBar>::VclPtr()
VclPtr<SvTreeListBox>::VclPtr()
Line
Count
Source
92
216
    VclPtr() = default;
Unexecuted instantiation: VclPtr<StatusBar>::VclPtr()
Unexecuted instantiation: VclPtr<TabControl>::VclPtr()
Unexecuted instantiation: roadmap.cxx:VclPtr<vcl::(anonymous namespace)::IDLabel>::VclPtr()
Unexecuted instantiation: VclPtr<vcl::HyperLabel>::VclPtr()
Unexecuted instantiation: VclPtr<SfxAbstractTabDialog>::VclPtr()
Unexecuted instantiation: VclPtr<AbstractScLinkedAreaDlg>::VclPtr()
Unexecuted instantiation: VclPtr<ScPreview>::VclPtr()
Unexecuted instantiation: VclPtr<ScrollAdaptor>::VclPtr()
Unexecuted instantiation: VclPtr<ScGridWindow>::VclPtr()
Unexecuted instantiation: VclPtr<ScColBar>::VclPtr()
Unexecuted instantiation: VclPtr<ScRowBar>::VclPtr()
Unexecuted instantiation: VclPtr<ScOutlineWindow>::VclPtr()
Unexecuted instantiation: VclPtr<ScTabSplitter>::VclPtr()
Unexecuted instantiation: VclPtr<ScTabControl>::VclPtr()
Unexecuted instantiation: VclPtr<AbstractSvxZoomDialog>::VclPtr()
Unexecuted instantiation: VclPtr<AbstractScDPFunctionDlg>::VclPtr()
Unexecuted instantiation: VclPtr<AbstractScDPSubtotalDlg>::VclPtr()
Unexecuted instantiation: VclPtr<avmedia::priv::MediaChildWindow>::VclPtr()
Unexecuted instantiation: VclPtr<AbstractHangulHanjaConversionDialog>::VclPtr()
VclPtr<SfxSplitWindow>::VclPtr()
Line
Count
Source
92
15.7k
    VclPtr() = default;
Unexecuted instantiation: VclPtr<AbstractPasswordToOpenModifyDialog>::VclPtr()
Unexecuted instantiation: VclPtr<SfxDockingWindow>::VclPtr()
Unexecuted instantiation: VclPtr<sfx2::sidebar::Deck>::VclPtr()
Unexecuted instantiation: VclPtr<InterimItemWindow>::VclPtr()
Unexecuted instantiation: VclPtr<SfxPrinter>::VclPtr()
Unexecuted instantiation: VclPtr<ImplTabSizer>::VclPtr()
Unexecuted instantiation: tabbar.cxx:VclPtr<(anonymous namespace)::TabButtons>::VclPtr()
Unexecuted instantiation: tabbar.cxx:VclPtr<(anonymous namespace)::TabBarEdit>::VclPtr()
Unexecuted instantiation: VclPtr<VclAbstractDialog>::VclPtr()
Unexecuted instantiation: VclPtr<AbstractSpellDialog>::VclPtr()
Unexecuted instantiation: VclPtr<LabelItemWindow>::VclPtr()
Unexecuted instantiation: tbcontrl.cxx:VclPtr<(anonymous namespace)::SvxStyleBox_Impl>::VclPtr()
Unexecuted instantiation: tbcontrl.cxx:VclPtr<(anonymous namespace)::SvxFontNameBox_Impl>::VclPtr()
Unexecuted instantiation: VclPtr<framework::FixedImageControl>::VclPtr()
Unexecuted instantiation: VclPtr<framework::FixedTextControl>::VclPtr()
Unexecuted instantiation: VclPtr<BrowserDataWin>::VclPtr()
Unexecuted instantiation: VclPtr<svt::CheckBoxControl>::VclPtr()
Unexecuted instantiation: VclPtr<InterimToolbarPopup>::VclPtr()
Unexecuted instantiation: tbunocontroller.cxx:VclPtr<(anonymous namespace)::SvxFontSizeBox_Impl>::VclPtr()
Unexecuted instantiation: VclPtr<StylesPreviewWindow_Impl>::VclPtr()
Unexecuted instantiation: VclPtr<VclMultiLineEdit>::VclPtr()
Unexecuted instantiation: VclPtr<FixedImage>::VclPtr()
Unexecuted instantiation: VclPtr<FixedLine>::VclPtr()
Unexecuted instantiation: VclPtr<chart::ChartWindow>::VclPtr()
Unexecuted instantiation: VclPtr<AbstractMailMergeDlg>::VclPtr()
Unexecuted instantiation: VclPtr<SwPageBreakWin>::VclPtr()
Unexecuted instantiation: VclPtr<SwHeaderFooterWin>::VclPtr()
Unexecuted instantiation: VclPtr<sw::annotation::SwAnnotationWin>::VclPtr()
Unexecuted instantiation: VclPtr<AbstractSwFieldDlg>::VclPtr()
Unexecuted instantiation: VclPtr<AbstractMarkFloatDlg>::VclPtr()
Unexecuted instantiation: VclPtr<AbstractSwWordCountFloatDlg>::VclPtr()
Unexecuted instantiation: VclPtr<NavElementBox_Impl>::VclPtr()
Unexecuted instantiation: VclPtr<SfxAbstractDialog>::VclPtr()
VclPtr<SvxRuler>::VclPtr()
Line
Count
Source
92
7.87k
    VclPtr() = default;
Unexecuted instantiation: VclPtr<AbstractThesaurusDialog>::VclPtr()
VclPtr<SwContentControlButton>::VclPtr()
Line
Count
Source
92
11.8k
    VclPtr() = default;
Unexecuted instantiation: VclPtr<sd::Ruler>::VclPtr()
Unexecuted instantiation: VclPtr<sd::Window>::VclPtr()
Unexecuted instantiation: VclPtr<sd::LayerTabBar>::VclPtr()
Unexecuted instantiation: VclPtr<SlideTransitionsPaneWrapper>::VclPtr()
Unexecuted instantiation: VclPtr<ThemeColorsPaneWrapper>::VclPtr()
93
94
    /** Constructor...
95
     */
96
    VclPtr (reference_type * pBody)
97
18.8M
        : m_rInnerRef(pBody)
98
18.8M
    {}
VclPtr<OutputDevice>::VclPtr(OutputDevice*)
Line
Count
Source
97
5.96M
        : m_rInnerRef(pBody)
98
5.96M
    {}
VclPtr<vcl::Window>::VclPtr(vcl::Window*)
Line
Count
Source
97
3.21M
        : m_rInnerRef(pBody)
98
3.21M
    {}
Unexecuted instantiation: VclPtr<ScrollBar>::VclPtr(ScrollBar*)
Unexecuted instantiation: VclPtr<VclBox>::VclPtr(VclBox*)
Unexecuted instantiation: VclPtr<VclButtonBox>::VclPtr(VclButtonBox*)
Unexecuted instantiation: VclPtr<VclGrid>::VclPtr(VclGrid*)
Unexecuted instantiation: VclPtr<VclVBox>::VclPtr(VclVBox*)
Unexecuted instantiation: VclPtr<FixedImage>::VclPtr(FixedImage*)
Unexecuted instantiation: VclPtr<VclMultiLineEdit>::VclPtr(VclMultiLineEdit*)
Unexecuted instantiation: VclPtr<FixedText>::VclPtr(FixedText*)
Unexecuted instantiation: VclPtr<Button>::VclPtr(Button*)
Unexecuted instantiation: VclPtr<Dialog>::VclPtr(Dialog*)
Unexecuted instantiation: VclPtr<RadioButton>::VclPtr(RadioButton*)
Unexecuted instantiation: VclPtr<Control const>::VclPtr(Control const*)
Unexecuted instantiation: VclPtr<Control>::VclPtr(Control*)
Unexecuted instantiation: VclPtr<PopupMenu>::VclPtr(PopupMenu*)
Unexecuted instantiation: VclPtr<NotebookBar>::VclPtr(NotebookBar*)
Unexecuted instantiation: VclPtr<Edit>::VclPtr(Edit*)
Unexecuted instantiation: VclPtr<HelpTextWindow>::VclPtr(HelpTextWindow*)
Unexecuted instantiation: VclPtr<vcl::RoadmapWizard>::VclPtr(vcl::RoadmapWizard*)
Unexecuted instantiation: VclPtr<ToolBox>::VclPtr(ToolBox*)
Unexecuted instantiation: VclPtr<MessageDialog>::VclPtr(MessageDialog*)
Unexecuted instantiation: VclPtr<VclFrame>::VclPtr(VclFrame*)
Unexecuted instantiation: VclPtr<VclScrolledWindow>::VclPtr(VclScrolledWindow*)
Unexecuted instantiation: VclPtr<TabControl>::VclPtr(TabControl*)
Unexecuted instantiation: VclPtr<VerticalTabControl>::VclPtr(VerticalTabControl*)
Unexecuted instantiation: VclPtr<MenuButton>::VclPtr(MenuButton*)
Unexecuted instantiation: VclPtr<CheckBox>::VclPtr(CheckBox*)
Unexecuted instantiation: VclPtr<SvTreeListBox>::VclPtr(SvTreeListBox*)
Unexecuted instantiation: VclPtr<SvTabListBox>::VclPtr(SvTabListBox*)
Unexecuted instantiation: VclPtr<SvHeaderTabListBox>::VclPtr(SvHeaderTabListBox*)
Unexecuted instantiation: VclPtr<HeaderBar>::VclPtr(HeaderBar*)
Unexecuted instantiation: VclPtr<IconView>::VclPtr(IconView*)
Unexecuted instantiation: VclPtr<FormattedField>::VclPtr(FormattedField*)
Unexecuted instantiation: VclPtr<VclExpander>::VclPtr(VclExpander*)
Unexecuted instantiation: VclPtr<VclDrawingArea>::VclPtr(VclDrawingArea*)
Unexecuted instantiation: VclPtr<ListBox>::VclPtr(ListBox*)
Unexecuted instantiation: VclPtr<ComboBox>::VclPtr(ComboBox*)
Unexecuted instantiation: VclPtr<DockingWindow>::VclPtr(DockingWindow*)
Unexecuted instantiation: VclPtr<VclPaned>::VclPtr(VclPaned*)
Unexecuted instantiation: VclPtr<FixedHyperlink>::VclPtr(FixedHyperlink*)
Unexecuted instantiation: VclPtr<PushButton>::VclPtr(PushButton*)
Unexecuted instantiation: VclPtr<Slider>::VclPtr(Slider*)
Unexecuted instantiation: VclPtr<ProgressBar>::VclPtr(ProgressBar*)
Unexecuted instantiation: VclPtr<Throbber>::VclPtr(Throbber*)
Unexecuted instantiation: VclPtr<Calendar>::VclPtr(Calendar*)
Unexecuted instantiation: VclPtr<Menu>::VclPtr(Menu*)
VclPtr<VirtualDevice>::VclPtr(VirtualDevice*)
Line
Count
Source
97
268k
        : m_rInnerRef(pBody)
98
268k
    {}
VclPtr<vcl::PDFWriterImpl>::VclPtr(vcl::PDFWriterImpl*)
Line
Count
Source
97
52.0k
        : m_rInnerRef(pBody)
98
52.0k
    {}
VclPtr<OutputDevice const>::VclPtr(OutputDevice const*)
Line
Count
Source
97
8.84M
        : m_rInnerRef(pBody)
98
8.84M
    {}
Unexecuted instantiation: VclPtr<SpinField>::VclPtr(SpinField*)
Unexecuted instantiation: VclPtr<MetricField>::VclPtr(MetricField*)
VclPtr<ImplBorderWindow>::VclPtr(ImplBorderWindow*)
Line
Count
Source
97
3.93k
        : m_rInnerRef(pBody)
98
3.93k
    {}
Unexecuted instantiation: VclPtr<FloatingWindow>::VclPtr(FloatingWindow*)
Unexecuted instantiation: VclPtr<MenuBarWindow>::VclPtr(MenuBarWindow*)
Unexecuted instantiation: VclPtr<Menu const>::VclPtr(Menu const*)
Unexecuted instantiation: VclPtr<ImplWheelWindow>::VclPtr(ImplWheelWindow*)
Unexecuted instantiation: VclPtr<ImplCFieldFloatWin>::VclPtr(ImplCFieldFloatWin*)
Unexecuted instantiation: VclPtr<VclHBox>::VclPtr(VclHBox*)
Unexecuted instantiation: VclPtr<ImplListBox>::VclPtr(ImplListBox*)
Unexecuted instantiation: VclPtr<OKButton>::VclPtr(OKButton*)
Unexecuted instantiation: VclPtr<CancelButton>::VclPtr(CancelButton*)
Unexecuted instantiation: VclPtr<HelpButton>::VclPtr(HelpButton*)
Unexecuted instantiation: VclPtr<SystemChildWindow>::VclPtr(SystemChildWindow*)
Unexecuted instantiation: VclPtr<SvtIconChoiceCtrl>::VclPtr(SvtIconChoiceCtrl*)
Unexecuted instantiation: VclPtr<StatusBar>::VclPtr(StatusBar*)
Unexecuted instantiation: VclPtr<ImageControl>::VclPtr(ImageControl*)
Unexecuted instantiation: VclPtr<MessBox>::VclPtr(MessBox*)
Unexecuted instantiation: VclPtr<TabPage>::VclPtr(TabPage*)
Unexecuted instantiation: VclPtr<DateField>::VclPtr(DateField*)
Unexecuted instantiation: VclPtr<TimeField>::VclPtr(TimeField*)
Unexecuted instantiation: VclPtr<PatternField>::VclPtr(PatternField*)
Unexecuted instantiation: VclPtr<FileControl>::VclPtr(FileControl*)
Unexecuted instantiation: VclPtr<DoubleCurrencyField>::VclPtr(DoubleCurrencyField*)
Unexecuted instantiation: VclPtr<MultiLineEdit>::VclPtr(MultiLineEdit*)
VclPtr<SfxPrinter>::VclPtr(SfxPrinter*)
Line
Count
Source
97
389k
        : m_rInnerRef(pBody)
98
389k
    {}
Unexecuted instantiation: VclPtr<AbstractSvxPostItDialog>::VclPtr(AbstractSvxPostItDialog*)
Unexecuted instantiation: VclPtr<SfxNavigator>::VclPtr(SfxNavigator*)
Unexecuted instantiation: VclPtr<ScGridWindow>::VclPtr(ScGridWindow*)
Unexecuted instantiation: VclPtr<SystemWindow>::VclPtr(SystemWindow*)
Unexecuted instantiation: VclPtr<ScInputWindow>::VclPtr(ScInputWindow*)
Unexecuted instantiation: VclPtr<avmedia::MediaToolBoxControl_Impl>::VclPtr(avmedia::MediaToolBoxControl_Impl*)
Unexecuted instantiation: VclPtr<avmedia::priv::MediaWindowControl>::VclPtr(avmedia::priv::MediaWindowControl*)
Unexecuted instantiation: VclPtr<DevelopmentToolDockingWindow>::VclPtr(DevelopmentToolDockingWindow*)
VclPtr<SfxSplitWindow>::VclPtr(SfxSplitWindow*)
Line
Count
Source
97
15.7k
        : m_rInnerRef(pBody)
98
15.7k
    {}
Unexecuted instantiation: VclPtr<SfxInfoBarWindow>::VclPtr(SfxInfoBarWindow*)
VclPtr<SfxEmptySplitWin_Impl>::VclPtr(SfxEmptySplitWin_Impl*)
Line
Count
Source
97
15.7k
        : m_rInnerRef(pBody)
98
15.7k
    {}
VclPtr<SfxDockingWindow>::VclPtr(SfxDockingWindow*)
Line
Count
Source
97
15.7k
        : m_rInnerRef(pBody)
98
15.7k
    {}
Unexecuted instantiation: VclPtr<sfx2::sidebar::SidebarDockingWindow>::VclPtr(sfx2::sidebar::SidebarDockingWindow*)
Unexecuted instantiation: VclPtr<sfx2::sidebar::Deck>::VclPtr(sfx2::sidebar::Deck*)
Unexecuted instantiation: VclPtr<sfx2::sidebar::TabBar>::VclPtr(sfx2::sidebar::TabBar*)
Unexecuted instantiation: VclPtr<SfxHelpWindow_Impl>::VclPtr(SfxHelpWindow_Impl*)
Unexecuted instantiation: VclPtr<SfxHelpTextWindow_Impl>::VclPtr(SfxHelpTextWindow_Impl*)
VclPtr<Printer>::VclPtr(Printer*)
Line
Count
Source
97
23.3k
        : m_rInnerRef(pBody)
98
23.3k
    {}
Unexecuted instantiation: VclPtr<TabBar>::VclPtr(TabBar*)
Unexecuted instantiation: VclPtr<FillControl>::VclPtr(FillControl*)
Unexecuted instantiation: VclPtr<InterimItemWindow>::VclPtr(InterimItemWindow*)
Unexecuted instantiation: VclPtr<FindTextFieldControl>::VclPtr(FindTextFieldControl*)
Unexecuted instantiation: tbunosearchcontrollers.cxx:VclPtr<(anonymous namespace)::CheckButtonItemWindow>::VclPtr((anonymous namespace)::CheckButtonItemWindow*)
Unexecuted instantiation: VclPtr<FmGridControl>::VclPtr(FmGridControl*)
Unexecuted instantiation: VclPtr<svt::ControlBase>::VclPtr(svt::ControlBase*)
Unexecuted instantiation: VclPtr<svt::CheckBoxControl>::VclPtr(svt::CheckBoxControl*)
Unexecuted instantiation: VclPtr<svt::ListBoxControl>::VclPtr(svt::ListBoxControl*)
Unexecuted instantiation: VclPtr<svt::ComboBoxControl>::VclPtr(svt::ComboBoxControl*)
Unexecuted instantiation: VclPtr<DbGridControl>::VclPtr(DbGridControl*)
Unexecuted instantiation: VclPtr<NavigationBar>::VclPtr(NavigationBar*)
VclPtr<DockingAreaWindow>::VclPtr(DockingAreaWindow*)
Line
Count
Source
97
12.1k
        : m_rInnerRef(pBody)
98
12.1k
    {}
Unexecuted instantiation: VclPtr<framework::ComboBoxControl>::VclPtr(framework::ComboBoxControl*)
Unexecuted instantiation: VclPtr<framework::ListBoxControl>::VclPtr(framework::ListBoxControl*)
Unexecuted instantiation: VclPtr<framework::EditControl>::VclPtr(framework::EditControl*)
Unexecuted instantiation: VclPtr<framework::SpinfieldControl>::VclPtr(framework::SpinfieldControl*)
Unexecuted instantiation: VclPtr<BrowseBox>::VclPtr(BrowseBox*)
Unexecuted instantiation: VclPtr<BrowserHeader>::VclPtr(BrowserHeader*)
Unexecuted instantiation: VclPtr<vcl::ORoadmap>::VclPtr(vcl::ORoadmap*)
Unexecuted instantiation: VclPtr<svt::table::TableControl>::VclPtr(svt::table::TableControl*)
Unexecuted instantiation: VclPtr<ScrollBarBox>::VclPtr(ScrollBarBox*)
Unexecuted instantiation: VclPtr<UnoTreeListBoxImpl>::VclPtr(UnoTreeListBoxImpl*)
Unexecuted instantiation: VclPtr<SpinButton>::VclPtr(SpinButton*)
Unexecuted instantiation: VclPtr<SvResizeWindow>::VclPtr(SvResizeWindow*)
Unexecuted instantiation: VclPtr<chart::ChartWindow>::VclPtr(chart::ChartWindow*)
Unexecuted instantiation: VclPtr<SfxAbstractApplyTabDialog>::VclPtr(SfxAbstractApplyTabDialog*)
VclPtr<SwEditWin>::VclPtr(SwEditWin*)
Line
Count
Source
97
11.8k
        : m_rInnerRef(pBody)
98
11.8k
    {}
Unexecuted instantiation: VclPtr<SwBreakDashedLine>::VclPtr(SwBreakDashedLine*)
VclPtr<sw::annotation::SwAnnotationWin>::VclPtr(sw::annotation::SwAnnotationWin*)
Line
Count
Source
97
3.96k
        : m_rInnerRef(pBody)
98
3.96k
    {}
Unexecuted instantiation: VclPtr<SwHeaderFooterWin>::VclPtr(SwHeaderFooterWin*)
VclPtr<SwScrollbar>::VclPtr(SwScrollbar*)
Line
Count
Source
97
7.87k
        : m_rInnerRef(pBody)
98
7.87k
    {}
Unexecuted instantiation: VclPtr<AbstractFieldInputDlg>::VclPtr(AbstractFieldInputDlg*)
VclPtr<FormFieldButton>::VclPtr(FormFieldButton*)
Line
Count
Source
97
1.59k
        : m_rInnerRef(pBody)
98
1.59k
    {}
Unexecuted instantiation: VclPtr<TextViewOutWin>::VclPtr(TextViewOutWin*)
Unexecuted instantiation: VclPtr<ScrollAdaptor>::VclPtr(ScrollAdaptor*)
Unexecuted instantiation: VclPtr<Ruler>::VclPtr(Ruler*)
VclPtr<sd::Window>::VclPtr(sd::Window*)
Line
Count
Source
97
34.3k
        : m_rInnerRef(pBody)
98
34.3k
    {}
Unexecuted instantiation: VclPtr<SvxRuler>::VclPtr(SvxRuler*)
Unexecuted instantiation: VclPtr<sd::AnimationWindow>::VclPtr(sd::AnimationWindow*)
Unexecuted instantiation: VclPtr<SfxAbstractTabDialog>::VclPtr(SfxAbstractTabDialog*)
Unexecuted instantiation: VclPtr<sd::ShowWindow>::VclPtr(sd::ShowWindow*)
Unexecuted instantiation: VclPtr<SvxBmpMask>::VclPtr(SvxBmpMask*)
99
100
    /** Constructor... that doesn't take a ref.
101
     */
102
    VclPtr (reference_type * pBody, __sal_NoAcquire)
103
1.78M
        : m_rInnerRef(pBody, SAL_NO_ACQUIRE)
104
1.78M
    {}
VclPtr<VirtualDevice>::VclPtr(VirtualDevice*, __sal_NoAcquire)
Line
Count
Source
103
1.47M
        : m_rInnerRef(pBody, SAL_NO_ACQUIRE)
104
1.47M
    {}
Unexecuted instantiation: VclPtr<DisclosureButton>::VclPtr(DisclosureButton*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<ScrollBar>::VclPtr(ScrollBar*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<ScrollBarBox>::VclPtr(ScrollBarBox*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<VclGrid>::VclPtr(VclGrid*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<VclVBox>::VclPtr(VclVBox*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<FixedImage>::VclPtr(FixedImage*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<VclMultiLineEdit>::VclPtr(VclMultiLineEdit*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<OKButton>::VclPtr(OKButton*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<CloseButton>::VclPtr(CloseButton*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<CancelButton>::VclPtr(CancelButton*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<PushButton>::VclPtr(PushButton*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<VclHButtonBox>::VclPtr(VclHButtonBox*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<Splitter>::VclPtr(Splitter*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<ImplWheelWindow>::VclPtr(ImplWheelWindow*, __sal_NoAcquire)
VclPtr<vcl::WindowOutputDevice>::VclPtr(vcl::WindowOutputDevice*, __sal_NoAcquire)
Line
Count
Source
103
128k
        : m_rInnerRef(pBody, SAL_NO_ACQUIRE)
104
128k
    {}
VclPtr<ImplBorderWindow>::VclPtr(ImplBorderWindow*, __sal_NoAcquire)
Line
Count
Source
103
12.1k
        : m_rInnerRef(pBody, SAL_NO_ACQUIRE)
104
12.1k
    {}
Unexecuted instantiation: VclPtr<ListBox>::VclPtr(ListBox*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<PopupMenu>::VclPtr(PopupMenu*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<TextWindow>::VclPtr(TextWindow*, __sal_NoAcquire)
VclPtr<WorkWindow>::VclPtr(WorkWindow*, __sal_NoAcquire)
Line
Count
Source
103
8.25k
        : m_rInnerRef(pBody, SAL_NO_ACQUIRE)
104
8.25k
    {}
Unexecuted instantiation: VclPtr<HelpTextWindow>::VclPtr(HelpTextWindow*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<VclBin>::VclPtr(VclBin*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<TabPage>::VclPtr(TabPage*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<Dialog>::VclPtr(Dialog*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<MenuButton>::VclPtr(MenuButton*, __sal_NoAcquire)
VclPtr<vcl::PDFWriterImpl>::VclPtr(vcl::PDFWriterImpl*, __sal_NoAcquire)
Line
Count
Source
103
3.93k
        : m_rInnerRef(pBody, SAL_NO_ACQUIRE)
104
3.93k
    {}
Unexecuted instantiation: VclPtr<NotebookBar>::VclPtr(NotebookBar*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<MenuToggleButton>::VclPtr(MenuToggleButton*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<vcl::RoadmapWizard>::VclPtr(vcl::RoadmapWizard*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<MessageDialog>::VclPtr(MessageDialog*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<VclHBox>::VclPtr(VclHBox*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<VclVPaned>::VclPtr(VclVPaned*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<VclHPaned>::VclPtr(VclHPaned*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<VclVButtonBox>::VclPtr(VclVButtonBox*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<VclFrame>::VclPtr(VclFrame*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<VclExpander>::VclPtr(VclExpander*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<RadioButton>::VclPtr(RadioButton*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<CheckBox>::VclPtr(CheckBox*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<FormattedField>::VclPtr(FormattedField*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<FixedHyperlink>::VclPtr(FixedHyperlink*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<ComboBox>::VclPtr(ComboBox*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<OptionalBox>::VclPtr(OptionalBox*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<ManagedMenuButton>::VclPtr(ManagedMenuButton*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<PriorityMergedHBox>::VclPtr(PriorityMergedHBox*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<PriorityHBox>::VclPtr(PriorityHBox*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<DropdownBox>::VclPtr(DropdownBox*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<ContextVBox>::VclPtr(ContextVBox*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<IconView>::VclPtr(IconView*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<HeaderBar>::VclPtr(HeaderBar*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<SvHeaderTabListBox>::VclPtr(SvHeaderTabListBox*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<LclTabListBox>::VclPtr(LclTabListBox*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<SelectableFixedText>::VclPtr(SelectableFixedText*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<FixedText>::VclPtr(FixedText*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<FixedLine>::VclPtr(FixedLine*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<ProgressBar>::VclPtr(ProgressBar*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<VclScrolledWindow>::VclPtr(VclScrolledWindow*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<VclViewport>::VclPtr(VclViewport*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<VclEventBox::EventBoxHelper>::VclPtr(VclEventBox::EventBoxHelper*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<VclEventBox>::VclPtr(VclEventBox*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<Edit>::VclPtr(Edit*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<TabControl>::VclPtr(TabControl*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<VerticalTabControl>::VclPtr(VerticalTabControl*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<VclDrawingArea>::VclPtr(VclDrawingArea*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<Throbber>::VclPtr(Throbber*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<Slider>::VclPtr(Slider*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<ToolBox>::VclPtr(ToolBox*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<DockingWindow>::VclPtr(DockingWindow*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<FloatingWindow>::VclPtr(FloatingWindow*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<Calendar>::VclPtr(Calendar*, __sal_NoAcquire)
Unexecuted instantiation: dockmgr.cxx:VclPtr<(anonymous namespace)::ImplDockFloatWin2>::VclPtr((anonymous namespace)::ImplDockFloatWin2*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<ImplPopupFloatWin>::VclPtr(ImplPopupFloatWin*, __sal_NoAcquire)
Unexecuted instantiation: dockwin.cxx:VclPtr<(anonymous namespace)::ImplDockFloatWin>::VclPtr((anonymous namespace)::ImplDockFloatWin*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<MenuBarWindow>::VclPtr(MenuBarWindow*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<MenuFloatingWindow>::VclPtr(MenuFloatingWindow*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<DecoToolBox>::VclPtr(DecoToolBox*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<ImplCFieldFloatWin>::VclPtr(ImplCFieldFloatWin*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<ImplListBoxFloatingWindow>::VclPtr(ImplListBoxFloatingWindow*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<ImplBtn>::VclPtr(ImplBtn*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<ImplListBox>::VclPtr(ImplListBox*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<NotebookbarPopup>::VclPtr(NotebookbarPopup*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<ImplListBoxWindow>::VclPtr(ImplListBoxWindow*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<ImplWin>::VclPtr(ImplWin*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<vcl::ORoadmap>::VclPtr(vcl::ORoadmap*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<HelpButton>::VclPtr(HelpButton*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<SvtIconChoiceCtrl>::VclPtr(SvtIconChoiceCtrl*, __sal_NoAcquire)
Unexecuted instantiation: treelistbox.cxx:VclPtr<(anonymous namespace)::MyEdit_Impl>::VclPtr((anonymous namespace)::MyEdit_Impl*, __sal_NoAcquire)
Unexecuted instantiation: roadmap.cxx:VclPtr<vcl::(anonymous namespace)::IDLabel>::VclPtr(vcl::(anonymous namespace)::IDLabel*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<vcl::HyperLabel>::VclPtr(vcl::HyperLabel*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<Printer>::VclPtr(Printer*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<MenuBar>::VclPtr(MenuBar*, __sal_NoAcquire)
VclPtr<SfxPrinter>::VclPtr(SfxPrinter*, __sal_NoAcquire)
Line
Count
Source
103
51.5k
        : m_rInnerRef(pBody, SAL_NO_ACQUIRE)
104
51.5k
    {}
Unexecuted instantiation: VclPtr<ScZoomSliderWnd>::VclPtr(ScZoomSliderWnd*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<SheetViewBox>::VclPtr(SheetViewBox*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<TableStylesBox>::VclPtr(TableStylesBox*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<ScNavigatorWin>::VclPtr(ScNavigatorWin*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<ScNumberFormat>::VclPtr(ScNumberFormat*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<ScrollAdaptor>::VclPtr(ScrollAdaptor*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<ScPreview>::VclPtr(ScPreview*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<ScCornerButton>::VclPtr(ScCornerButton*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<ScGridWindow>::VclPtr(ScGridWindow*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<ScOutlineWindow>::VclPtr(ScOutlineWindow*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<ScColBar>::VclPtr(ScColBar*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<ScRowBar>::VclPtr(ScRowBar*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<ScTabSplitter>::VclPtr(ScTabSplitter*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<ScTabControl>::VclPtr(ScTabControl*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<vcl::Window>::VclPtr(vcl::Window*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<ScInputWindow>::VclPtr(ScInputWindow*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<ScPosWnd>::VclPtr(ScPosWnd*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<ScInputBarGroup>::VclPtr(ScInputBarGroup*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<ScDataTableView>::VclPtr(ScDataTableView*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<ScDataTableColView>::VclPtr(ScDataTableColView*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<ScDataTableRowView>::VclPtr(ScDataTableRowView*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<avmedia::MediaToolBoxControl_Impl>::VclPtr(avmedia::MediaToolBoxControl_Impl*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<avmedia::priv::MediaWindowImpl>::VclPtr(avmedia::priv::MediaWindowImpl*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<avmedia::priv::MediaWindowControl>::VclPtr(avmedia::priv::MediaWindowControl*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<avmedia::priv::MediaChildWindow>::VclPtr(avmedia::priv::MediaChildWindow*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<avmedia::MediaFloater>::VclPtr(avmedia::MediaFloater*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<SfxHelpWindow_Impl>::VclPtr(SfxHelpWindow_Impl*, __sal_NoAcquire)
VclPtr<SfxSplitWindow>::VclPtr(SfxSplitWindow*, __sal_NoAcquire)
Line
Count
Source
103
15.7k
        : m_rInnerRef(pBody, SAL_NO_ACQUIRE)
104
15.7k
    {}
Unexecuted instantiation: VclPtr<DevelopmentToolDockingWindow>::VclPtr(DevelopmentToolDockingWindow*, __sal_NoAcquire)
Unexecuted instantiation: dockwin.cxx:VclPtr<(anonymous namespace)::SfxTitleDockingWindow>::VclPtr((anonymous namespace)::SfxTitleDockingWindow*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<SfxInfoBarWindow>::VclPtr(SfxInfoBarWindow*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<SfxInfoBarContainerWindow>::VclPtr(SfxInfoBarContainerWindow*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<SfxPartDockWnd_Impl>::VclPtr(SfxPartDockWnd_Impl*, __sal_NoAcquire)
VclPtr<SfxEmptySplitWin_Impl>::VclPtr(SfxEmptySplitWin_Impl*, __sal_NoAcquire)
Line
Count
Source
103
15.7k
        : m_rInnerRef(pBody, SAL_NO_ACQUIRE)
104
15.7k
    {}
Unexecuted instantiation: doctemplates.cxx:VclPtr<(anonymous namespace)::WaitWindow_Impl>::VclPtr((anonymous namespace)::WaitWindow_Impl*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<URLBoxItemWindow>::VclPtr(URLBoxItemWindow*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<sfx2::sidebar::SidebarDockingWindow>::VclPtr(sfx2::sidebar::SidebarDockingWindow*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<sfx2::sidebar::TabBar>::VclPtr(sfx2::sidebar::TabBar*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<sfx2::sidebar::Deck>::VclPtr(sfx2::sidebar::Deck*, __sal_NoAcquire)
Unexecuted instantiation: SidebarController.cxx:VclPtr<sfx2::sidebar::(anonymous namespace)::CloseIndicator>::VclPtr(sfx2::sidebar::(anonymous namespace)::CloseIndicator*, __sal_NoAcquire)
VclPtr<SfxFrameWindow_Impl>::VclPtr(SfxFrameWindow_Impl*, __sal_NoAcquire)
Line
Count
Source
103
3.93k
        : m_rInnerRef(pBody, SAL_NO_ACQUIRE)
104
3.93k
    {}
VclPtr<SfxFrameViewWindow_Impl>::VclPtr(SfxFrameViewWindow_Impl*, __sal_NoAcquire)
Line
Count
Source
103
3.93k
        : m_rInnerRef(pBody, SAL_NO_ACQUIRE)
104
3.93k
    {}
Unexecuted instantiation: VclPtr<TextWin_Impl>::VclPtr(TextWin_Impl*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<SfxHelpTextWindow_Impl>::VclPtr(SfxHelpTextWindow_Impl*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<ImplTabSizer>::VclPtr(ImplTabSizer*, __sal_NoAcquire)
Unexecuted instantiation: tabbar.cxx:VclPtr<(anonymous namespace)::TabButtons>::VclPtr((anonymous namespace)::TabButtons*, __sal_NoAcquire)
Unexecuted instantiation: tabbar.cxx:VclPtr<(anonymous namespace)::TabBarEdit>::VclPtr((anonymous namespace)::TabBarEdit*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<SvxFontWorkDialog>::VclPtr(SvxFontWorkDialog*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<SvxFmAbsRecWin>::VclPtr(SvxFmAbsRecWin*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<LabelItemWindow>::VclPtr(LabelItemWindow*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<FillControl>::VclPtr(FillControl*, __sal_NoAcquire)
Unexecuted instantiation: grafctrl.cxx:VclPtr<(anonymous namespace)::ImplGrafControl>::VclPtr((anonymous namespace)::ImplGrafControl*, __sal_NoAcquire)
Unexecuted instantiation: grafctrl.cxx:VclPtr<(anonymous namespace)::ImplGrafModeControl>::VclPtr((anonymous namespace)::ImplGrafModeControl*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<SvxMetricField>::VclPtr(SvxMetricField*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<FindTextFieldControl>::VclPtr(FindTextFieldControl*, __sal_NoAcquire)
Unexecuted instantiation: tbunosearchcontrollers.cxx:VclPtr<(anonymous namespace)::CheckButtonItemWindow>::VclPtr((anonymous namespace)::CheckButtonItemWindow*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<svxform::DataNavigator>::VclPtr(svxform::DataNavigator*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<svxform::NavigatorFrame>::VclPtr(svxform::NavigatorFrame*, __sal_NoAcquire)
Unexecuted instantiation: tbcontrl.cxx:VclPtr<(anonymous namespace)::SvxFontNameBox_Impl>::VclPtr((anonymous namespace)::SvxFontNameBox_Impl*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<InterimToolbarPopup>::VclPtr(InterimToolbarPopup*, __sal_NoAcquire)
Unexecuted instantiation: tbcontrl.cxx:VclPtr<(anonymous namespace)::SvxStyleBox_Impl>::VclPtr((anonymous namespace)::SvxStyleBox_Impl*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<FmGridControl>::VclPtr(FmGridControl*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<svt::MultiLineTextCell>::VclPtr(svt::MultiLineTextCell*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<svt::EditControl>::VclPtr(svt::EditControl*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<svt::FormattedControl>::VclPtr(svt::FormattedControl*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<svt::CheckBoxControl>::VclPtr(svt::CheckBoxControl*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<svt::PatternControl>::VclPtr(svt::PatternControl*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<svt::DoubleNumericControl>::VclPtr(svt::DoubleNumericControl*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<svt::LongCurrencyControl>::VclPtr(svt::LongCurrencyControl*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<svt::DateControl>::VclPtr(svt::DateControl*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<svt::TimeControl>::VclPtr(svt::TimeControl*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<svt::ComboBoxControl>::VclPtr(svt::ComboBoxControl*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<svt::ListBoxControl>::VclPtr(svt::ListBoxControl*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<NavigationBar>::VclPtr(NavigationBar*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<FmGridHeader>::VclPtr(FmGridHeader*, __sal_NoAcquire)
VclPtr<StatusBar>::VclPtr(StatusBar*, __sal_NoAcquire)
Line
Count
Source
103
8.22k
        : m_rInnerRef(pBody, SAL_NO_ACQUIRE)
104
8.22k
    {}
Unexecuted instantiation: VclPtr<framework::ComboBoxControl>::VclPtr(framework::ComboBoxControl*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<framework::ListBoxControl>::VclPtr(framework::ListBoxControl*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<framework::EditControl>::VclPtr(framework::EditControl*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<framework::FixedImageControl>::VclPtr(framework::FixedImageControl*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<framework::FixedTextControl>::VclPtr(framework::FixedTextControl*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<framework::SpinfieldControl>::VclPtr(framework::SpinfieldControl*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<MeasureStatusBar>::VclPtr(MeasureStatusBar*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<BrowserDataWin>::VclPtr(BrowserDataWin*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<BrowserHeader>::VclPtr(BrowserHeader*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<svt::EditBrowserHeader>::VclPtr(svt::EditBrowserHeader*, __sal_NoAcquire)
Unexecuted instantiation: tbunocontroller.cxx:VclPtr<(anonymous namespace)::SvxFontSizeBox_Impl>::VclPtr((anonymous namespace)::SvxFontSizeBox_Impl*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<svx::DialControlBmp>::VclPtr(svx::DialControlBmp*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<StylesPreviewWindow_Impl>::VclPtr(StylesPreviewWindow_Impl*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<CurrencyBox>::VclPtr(CurrencyBox*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<CurrencyField>::VclPtr(CurrencyField*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<DateBox>::VclPtr(DateBox*, __sal_NoAcquire)
VclPtr<DockingAreaWindow>::VclPtr(DockingAreaWindow*, __sal_NoAcquire)
Line
Count
Source
103
48.6k
        : m_rInnerRef(pBody, SAL_NO_ACQUIRE)
104
48.6k
    {}
Unexecuted instantiation: VclPtr<MultiLineEdit>::VclPtr(MultiLineEdit*, __sal_NoAcquire)
Unexecuted instantiation: vclxtoolkit.cxx:VclPtr<(anonymous namespace)::ErrorBox>::VclPtr((anonymous namespace)::ErrorBox*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<FixedBitmap>::VclPtr(FixedBitmap*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<ImageControl>::VclPtr(ImageControl*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<GroupBox>::VclPtr(GroupBox*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<ImageButton>::VclPtr(ImageButton*, __sal_NoAcquire)
Unexecuted instantiation: vclxtoolkit.cxx:VclPtr<(anonymous namespace)::InfoBox>::VclPtr((anonymous namespace)::InfoBox*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<LongCurrencyBox>::VclPtr(LongCurrencyBox*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<MessBox>::VclPtr(MessBox*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<MetricBox>::VclPtr(MetricBox*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<MetricField>::VclPtr(MetricField*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<toolkit::ScrollableDialog>::VclPtr(toolkit::ScrollableDialog*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<MoreButton>::VclPtr(MoreButton*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<MultiListBox>::VclPtr(MultiListBox*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<NumericBox>::VclPtr(NumericBox*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<PatternBox>::VclPtr(PatternBox*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<PatternField>::VclPtr(PatternField*, __sal_NoAcquire)
Unexecuted instantiation: vclxtoolkit.cxx:VclPtr<(anonymous namespace)::QueryBox>::VclPtr((anonymous namespace)::QueryBox*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<SpinButton>::VclPtr(SpinButton*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<SpinField>::VclPtr(SpinField*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<SplitWindow>::VclPtr(SplitWindow*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<SystemChildWindow>::VclPtr(SystemChildWindow*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<TabDialog>::VclPtr(TabDialog*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<TimeBox>::VclPtr(TimeBox*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<TimeField>::VclPtr(TimeField*, __sal_NoAcquire)
Unexecuted instantiation: vclxtoolkit.cxx:VclPtr<(anonymous namespace)::WarningBox>::VclPtr((anonymous namespace)::WarningBox*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<FileControl>::VclPtr(FileControl*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<DoubleNumericField>::VclPtr(DoubleNumericField*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<DoubleCurrencyField>::VclPtr(DoubleCurrencyField*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<CalendarField>::VclPtr(CalendarField*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<svt::table::TableControl>::VclPtr(svt::table::TableControl*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<svt::table::TableDataWindow>::VclPtr(svt::table::TableDataWindow*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<UnoTreeListBoxImpl>::VclPtr(UnoTreeListBoxImpl*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<SvResizeWindow>::VclPtr(SvResizeWindow*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<chart::ChartWindow>::VclPtr(chart::ChartWindow*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<chart::DataBrowser>::VclPtr(chart::DataBrowser*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<SmCmdBoxWindow>::VclPtr(SmCmdBoxWindow*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<SmGraphicWindow>::VclPtr(SmGraphicWindow*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<Svx3DWin>::VclPtr(Svx3DWin*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<SwHeaderFooterDashedLine>::VclPtr(SwHeaderFooterDashedLine*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<SwBreakDashedLine>::VclPtr(SwBreakDashedLine*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<UnfloatTableButton>::VclPtr(UnfloatTableButton*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<SwContentControlAliasButton>::VclPtr(SwContentControlAliasButton*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<SwOutlineContentVisibilityWin>::VclPtr(SwOutlineContentVisibilityWin*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<SwPageBreakWin>::VclPtr(SwPageBreakWin*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<SwHeaderFooterWin>::VclPtr(SwHeaderFooterWin*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<PosEdit>::VclPtr(PosEdit*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<InputEdit>::VclPtr(InputEdit*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<SwInputWindow>::VclPtr(SwInputWindow*, __sal_NoAcquire)
Unexecuted instantiation: workctrl.cxx:VclPtr<(anonymous namespace)::SwZoomBox_Impl>::VclPtr((anonymous namespace)::SwZoomBox_Impl*, __sal_NoAcquire)
Unexecuted instantiation: workctrl.cxx:VclPtr<(anonymous namespace)::SwJumpToSpecificBox_Impl>::VclPtr((anonymous namespace)::SwJumpToSpecificBox_Impl*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<NavElementBox_Impl>::VclPtr(NavElementBox_Impl*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<sw::sidebar::QuickFindPanelWindow>::VclPtr(sw::sidebar::QuickFindPanelWindow*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<SwPagePreviewWin>::VclPtr(SwPagePreviewWin*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<SwScrollbar>::VclPtr(SwScrollbar*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<SwSrcEditWindow>::VclPtr(SwSrcEditWindow*, __sal_NoAcquire)
VclPtr<SwEditWin>::VclPtr(SwEditWin*, __sal_NoAcquire)
Line
Count
Source
103
3.93k
        : m_rInnerRef(pBody, SAL_NO_ACQUIRE)
104
3.93k
    {}
VclPtr<SwCommentRuler>::VclPtr(SwCommentRuler*, __sal_NoAcquire)
Line
Count
Source
103
3.93k
        : m_rInnerRef(pBody, SAL_NO_ACQUIRE)
104
3.93k
    {}
VclPtr<SvxRuler>::VclPtr(SvxRuler*, __sal_NoAcquire)
Line
Count
Source
103
3.93k
        : m_rInnerRef(pBody, SAL_NO_ACQUIRE)
104
3.93k
    {}
Unexecuted instantiation: VclPtr<SwNavigatorWin>::VclPtr(SwNavigatorWin*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<DropDownFormFieldButton>::VclPtr(DropDownFormFieldButton*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<DateFormFieldButton>::VclPtr(DateFormFieldButton*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<SwDropDownContentControlButton>::VclPtr(SwDropDownContentControlButton*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<SwDateContentControlButton>::VclPtr(SwDateContentControlButton*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<sw::annotation::SwAnnotationWin>::VclPtr(sw::annotation::SwAnnotationWin*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<TextViewOutWin>::VclPtr(TextViewOutWin*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<svx::ParaAboveSpacingWindow>::VclPtr(svx::ParaAboveSpacingWindow*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<svx::ParaBelowSpacingWindow>::VclPtr(svx::ParaBelowSpacingWindow*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<svx::ParaLeftSpacingWindow>::VclPtr(svx::ParaLeftSpacingWindow*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<svx::ParaRightSpacingWindow>::VclPtr(svx::ParaRightSpacingWindow*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<svx::ParaFirstLineSpacingWindow>::VclPtr(svx::ParaFirstLineSpacingWindow*, __sal_NoAcquire)
Unexecuted instantiation: ViewShellBase.cxx:VclPtr<sd::(anonymous namespace)::FocusForwardingWindow>::VclPtr(sd::(anonymous namespace)::FocusForwardingWindow*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<sd::TabBarControl>::VclPtr(sd::TabBarControl*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<sd::Ruler>::VclPtr(sd::Ruler*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<sd::TabControl>::VclPtr(sd::TabControl*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<sd::LayerTabBar>::VclPtr(sd::LayerTabBar*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<sd::Window>::VclPtr(sd::Window*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<sd::AnimationWindow>::VclPtr(sd::AnimationWindow*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<sd::TitledDockingWindow>::VclPtr(sd::TitledDockingWindow*, __sal_NoAcquire)
Unexecuted instantiation: slideshow.cxx:VclPtr<(anonymous namespace)::FullScreenWorkWindow>::VclPtr((anonymous namespace)::FullScreenWorkWindow*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<sd::ShowWindow>::VclPtr(sd::ShowWindow*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<sd::SdNavigatorFloat>::VclPtr(sd::SdNavigatorFloat*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<SdPagesField>::VclPtr(SdPagesField*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<GlueEscDirLB>::VclPtr(GlueEscDirLB*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<SvxBmpMask>::VclPtr(SvxBmpMask*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<SvxColorDockingWindow>::VclPtr(SvxColorDockingWindow*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<SlideTransitionsPaneWrapper>::VclPtr(SlideTransitionsPaneWrapper*, __sal_NoAcquire)
Unexecuted instantiation: VclPtr<ThemeColorsPaneWrapper>::VclPtr(ThemeColorsPaneWrapper*, __sal_NoAcquire)
105
106
    /** Prevent auto-conversion of ScopedVclPtr to VclPtr, which defeats the purpose of
107
        ScopedVclPtr.
108
    */
109
    VclPtr (const ScopedVclPtr<reference_type> &) = delete;
110
    VclPtr (ScopedVclPtr<reference_type> &&) = delete;
111
112
    /** Up-casting conversion constructor: Copies interface reference.
113
114
        Does not work for up-casts to ambiguous bases.  For the special case of
115
        up-casting to Reference< XInterface >, see the corresponding conversion
116
        operator.
117
118
        @param rRef another reference
119
    */
120
    template< class derived_type >
121
        requires std::is_base_of_v<reference_type, derived_type>
122
    VclPtr(const VclPtr<derived_type>& rRef)
123
1.01k
        : m_rInnerRef( static_cast<reference_type*>(rRef) )
124
1.01k
    {
125
1.01k
    }
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEC2I7VclGridQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEC2I7ControlQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEC2I6ButtonQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEC2I6DialogQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEC2I4EditQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEC2I16VclMultiLineEditQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEC2I11VclExpanderQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEC2I8CheckBoxQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEC2I11RadioButtonQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEC2I7TabPageQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEC2I7ListBoxQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEC2I8ComboBoxQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEC2I10SpinButtonQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrI4EditEC2I9SpinFieldQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS4_E
Unexecuted instantiation: _ZN6VclPtrI9SpinFieldEC2I11MetricFieldQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS4_E
Unexecuted instantiation: _ZN6VclPtrI9SpinFieldEC2I14FormattedFieldQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS4_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEC2I10TabControlQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEC2INS0_13RoadmapWizardEQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEC2I18VerticalTabControlQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEC2I10MenuButtonQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrI6ButtonEC2I10PushButtonQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS4_E
Unexecuted instantiation: _ZN6VclPtrI10MenuButtonEC2I16MenuToggleButtonQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS4_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEC2I16ImplBorderWindowQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEC2I13SvTreeListBoxQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEC2I7ToolBoxQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrI17InterimItemWindowEC2I15ScZoomSliderWndQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS4_E
Unexecuted instantiation: _ZN6VclPtrI17InterimItemWindowEC2I12SheetViewBoxQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS4_E
Unexecuted instantiation: _ZN6VclPtrI17InterimItemWindowEC2I14TableStylesBoxQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS4_E
Unexecuted instantiation: _ZN6VclPtrI20SfxAbstractTabDialogEC2I24AbstractSvxCaptionDialogQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS4_E
Unexecuted instantiation: _ZN6VclPtrI20SfxAbstractTabDialogEC2I29AbstractSvxTransformTabDialogQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS4_E
Unexecuted instantiation: _ZN6VclPtrI17VclAbstractDialogEC2I21AbstractDiagramDialogQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS4_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEC2I14ScNavigatorWinQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrI17InterimItemWindowEC2I14ScNumberFormatQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS4_E
_ZN6VclPtrIK12OutputDeviceEC2IS0_Qsr3stdE12is_base_of_vIT_TL0__EEERKS_IS4_E
Line
Count
Source
123
1.01k
        : m_rInnerRef( static_cast<reference_type*>(rRef) )
124
1.01k
    {
125
1.01k
    }
Unexecuted instantiation: _ZN6VclPtrI17VclAbstractDialogEC2I24AbstractScInsertTableDlgQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS4_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEC2I13ScInputWindowQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEC2I12ScGridWindowQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrI17InterimItemWindowEC2IN7avmedia24MediaToolBoxControl_ImplEQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEC2IN7avmedia12MediaFloaterEQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS6_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEC2I28DevelopmentToolDockingWindowQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS5_E
Unexecuted instantiation: dockwin.cxx:_ZN6VclPtrIN3vcl6WindowEEC2IN12_GLOBAL__N_121SfxTitleDockingWindowEQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS6_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEC2I25SfxInfoBarContainerWindowQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEC2I19SfxPartDockWnd_ImplQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrI17InterimItemWindowEC2I16URLBoxItemWindowQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS4_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEC2IN4sfx27sidebar20SidebarDockingWindowEQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS7_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEC2IN4sfx27sidebar6TabBarEQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS7_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEC2I12TextWin_ImplQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrI12OutputDeviceEC2I7PrinterQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS4_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEC2I17SvxFontWorkDialogQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrI17VclAbstractDialogEC2I33AbstractSvxSearchSimilarityDialogQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS4_E
Unexecuted instantiation: _ZN6VclPtrI17InterimItemWindowEC2I14SvxFmAbsRecWinQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS4_E
Unexecuted instantiation: _ZN6VclPtrI17InterimItemWindowEC2I15LabelItemWindowQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS4_E
Unexecuted instantiation: _ZN6VclPtrI17InterimItemWindowEC2I11FillControlQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS4_E
Unexecuted instantiation: _ZN6VclPtrI17InterimItemWindowEC2I14SvxMetricFieldQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS4_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEC2IN7svxform13DataNavigatorEQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS6_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEC2IN7svxform14NavigatorFrameEQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS6_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEC2I19InterimToolbarPopupQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3svt11ControlBaseEEC2INS0_20DoubleNumericControlEQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3svt11ControlBaseEEC2INS0_19LongCurrencyControlEQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3svt11ControlBaseEEC2INS0_11DateControlEQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3svt11ControlBaseEEC2INS0_11TimeControlEQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrI13BrowserHeaderEC2I12FmGridHeaderQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS4_E
Unexecuted instantiation: _ZN6VclPtrI13BrowserHeaderEC2IN3svt17EditBrowserHeaderEQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEC2I14SvResizeWindowQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEC2IN5chart11ChartWindowEQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS6_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEC2I14SmCmdBoxWindowQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEC2I8Svx3DWinQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEC2I13SwInputWindowQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEC2IN2sw7sidebar20QuickFindPanelWindowEQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS7_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEC2I9SwEditWinQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEC2IN2sw10annotation15SwAnnotationWinEQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS7_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEC2I17SwBreakDashedLineQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrI17VclAbstractDialogEC2I20SfxAbstractTabDialogQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS4_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEC2I14SwNavigatorWinQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrI17InterimItemWindowEC2IN3svx22ParaAboveSpacingWindowEQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrI17InterimItemWindowEC2IN3svx22ParaBelowSpacingWindowEQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrI17InterimItemWindowEC2IN3svx21ParaLeftSpacingWindowEQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrI17InterimItemWindowEC2IN3svx22ParaRightSpacingWindowEQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrI17InterimItemWindowEC2IN3svx26ParaFirstLineSpacingWindowEQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrI8SvxRulerEC2IN2sd5RulerEQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEC2IN2sd15AnimationWindowEQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS6_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEC2IN2sd19TitledDockingWindowEQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS6_E
Unexecuted instantiation: slideshow.cxx:_ZN6VclPtrI10WorkWindowEC2IN12_GLOBAL__N_120FullScreenWorkWindowEQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEC2IN2sd6WindowEQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS6_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEC2IN2sd16SdNavigatorFloatEQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS6_E
Unexecuted instantiation: _ZN6VclPtrI17InterimItemWindowEC2I12SdPagesFieldQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS4_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEC2I10WorkWindowQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEC2I10SvxBmpMaskQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEC2I21SvxColorDockingWindowQsr3stdE12is_base_of_vIT_TL0__EEERKS_IS5_E
126
127
#if defined(DBG_UTIL) && !defined(_WIN32)
128
    ~VclPtr()
129
    {
130
        assert(m_rInnerRef.get() == nullptr || vclmain::isAlive());
131
        // We can be one of the intermediate counts, but if we are the last
132
        // VclPtr keeping this object alive, then something forgot to call dispose().
133
        assert((!m_rInnerRef.get() || m_rInnerRef->isDisposed() || m_rInnerRef->getRefCount() > 1)
134
                && "someone forgot to call dispose()");
135
    }
136
    VclPtr(VclPtr const &) = default;
137
    VclPtr(VclPtr &&) = default;
138
    VclPtr & operator =(VclPtr const &) = default;
139
    VclPtr & operator =(VclPtr &&) = default;
140
#endif
141
142
    /**
143
     * A construction helper for VclPtr. Since VclPtr types are created
144
     * with a reference-count of one - to help fit into the existing
145
     * code-flow; this helps us to construct them easily.
146
     *
147
     * For more details on the design please see vcl/README.lifecycle
148
     *
149
     * @tparam reference_type must be a subclass of vcl::Window
150
     */
151
    template<typename... Arg> [[nodiscard]] static VclPtr Create(Arg &&... arg)
152
1.67M
    {
153
1.67M
        return VclPtr( new reference_type(std::forward<Arg>(arg)...), SAL_NO_ACQUIRE );
154
1.67M
    }
VclPtr<VirtualDevice> VclPtr<VirtualDevice>::Create<>()
Line
Count
Source
152
1.21M
    {
153
1.21M
        return VclPtr( new reference_type(std::forward<Arg>(arg)...), SAL_NO_ACQUIRE );
154
1.21M
    }
Unexecuted instantiation: VclPtr<VclEventBox::EventBoxHelper> VclPtr<VclEventBox::EventBoxHelper>::Create<VclEventBox*>(VclEventBox*&&)
Unexecuted instantiation: VclPtr<DisclosureButton> VclPtr<DisclosureButton>::Create<VclExpander*>(VclExpander*&&)
Unexecuted instantiation: VclPtr<ScrollBar> VclPtr<ScrollBar>::Create<VclScrolledWindow*, long>(VclScrolledWindow*&&, long&&)
Unexecuted instantiation: VclPtr<ScrollBarBox> VclPtr<ScrollBarBox>::Create<VclScrolledWindow*, long const&>(VclScrolledWindow*&&, long const&)
Unexecuted instantiation: VclPtr<VclGrid> VclPtr<VclGrid>::Create<VclContainer*&>(VclContainer*&)
Unexecuted instantiation: VclPtr<VclVBox> VclPtr<VclVBox>::Create<VclPtr<VclGrid>&>(VclPtr<VclGrid>&)
Unexecuted instantiation: VclPtr<FixedImage> VclPtr<FixedImage>::Create<VclPtr<VclGrid>&, long>(VclPtr<VclGrid>&, long&&)
Unexecuted instantiation: VclPtr<VclMultiLineEdit> VclPtr<VclMultiLineEdit>::Create<VclPtr<VclVBox>&, long&>(VclPtr<VclVBox>&, long&)
Unexecuted instantiation: VclPtr<OKButton> VclPtr<OKButton>::Create<VclButtonBox*&>(VclButtonBox*&)
Unexecuted instantiation: VclPtr<CloseButton> VclPtr<CloseButton>::Create<VclButtonBox*&>(VclButtonBox*&)
Unexecuted instantiation: VclPtr<CancelButton> VclPtr<CancelButton>::Create<VclButtonBox*&>(VclButtonBox*&)
Unexecuted instantiation: VclPtr<PushButton> VclPtr<PushButton>::Create<VclButtonBox*&>(VclButtonBox*&)
Unexecuted instantiation: VclPtr<VclVBox> VclPtr<VclVBox>::Create<MessageDialog*, bool, int>(MessageDialog*&&, bool&&, int&&)
Unexecuted instantiation: VclPtr<VclHButtonBox> VclPtr<VclHButtonBox>::Create<VclPtr<VclBox>&>(VclPtr<VclBox>&)
Unexecuted instantiation: VclPtr<Splitter> VclPtr<Splitter>::Create<VclPaned*, long const&>(VclPaned*&&, long const&)
VclPtr<VirtualDevice> VclPtr<VirtualDevice>::Create<DeviceFormat>(DeviceFormat&&)
Line
Count
Source
152
146k
    {
153
146k
        return VclPtr( new reference_type(std::forward<Arg>(arg)...), SAL_NO_ACQUIRE );
154
146k
    }
Unexecuted instantiation: VclPtr<ImplWheelWindow> VclPtr<ImplWheelWindow>::Create<vcl::Window*>(vcl::Window*&&)
VclPtr<vcl::WindowOutputDevice> VclPtr<vcl::WindowOutputDevice>::Create<vcl::Window&>(vcl::Window&)
Line
Count
Source
152
128k
    {
153
128k
        return VclPtr( new reference_type(std::forward<Arg>(arg)...), SAL_NO_ACQUIRE );
154
128k
    }
Unexecuted instantiation: VclPtr<VclVBox> VclPtr<VclVBox>::Create<NotebookBar*>(NotebookBar*&&)
Unexecuted instantiation: VclPtr<ListBox> VclPtr<ListBox>::Create<TabControl*, long const&>(TabControl*&&, long const&)
Unexecuted instantiation: VclPtr<PushButton> VclPtr<PushButton>::Create<NotebookbarTabControlBase*, long>(NotebookbarTabControlBase*&&, long&&)
Unexecuted instantiation: VclPtr<TextWindow> VclPtr<TextWindow>::Create<VclMultiLineEdit*&>(VclMultiLineEdit*&)
Unexecuted instantiation: VclPtr<ScrollBar> VclPtr<ScrollBar>::Create<VclPtr<VclMultiLineEdit>&, long>(VclPtr<VclMultiLineEdit>&, long&&)
Unexecuted instantiation: VclPtr<ScrollBarBox> VclPtr<ScrollBarBox>::Create<VclPtr<VclMultiLineEdit>&, long const&>(VclPtr<VclMultiLineEdit>&, long const&)
VclPtr<VirtualDevice> VclPtr<VirtualDevice>::Create<OutputDevice&>(OutputDevice&)
Line
Count
Source
152
20.0k
    {
153
20.0k
        return VclPtr( new reference_type(std::forward<Arg>(arg)...), SAL_NO_ACQUIRE );
154
20.0k
    }
Unexecuted instantiation: VclPtr<HelpTextWindow> VclPtr<HelpTextWindow>::Create<vcl::Window*&, rtl::OUString const&, HelpWinStyle&, QuickHelpFlags&>(vcl::Window*&, rtl::OUString const&, HelpWinStyle&, QuickHelpFlags&)
Unexecuted instantiation: VclPtr<VirtualDevice> VclPtr<VirtualDevice>::Create<OutputDevice&, DeviceFormat>(OutputDevice&, DeviceFormat&&)
Unexecuted instantiation: VclPtr<VclBin> VclPtr<VclBin>::Create<vcl::Window*>(vcl::Window*&&)
Unexecuted instantiation: VclPtr<PushButton> VclPtr<PushButton>::Create<VclButtonBox*&, long>(VclButtonBox*&, long&&)
Unexecuted instantiation: VclPtr<VclVBox> VclPtr<VclVBox>::Create<VclPtrInstance<Dialog>&, bool, int>(VclPtrInstance<Dialog>&, bool&&, int&&)
Unexecuted instantiation: VclPtr<MenuButton> VclPtr<MenuButton>::Create<VclPtr<ListBox>&, long>(VclPtr<ListBox>&, long&&)
Unexecuted instantiation: VclPtr<MenuButton> VclPtr<MenuButton>::Create<VclPtr<ComboBox>&, long>(VclPtr<ComboBox>&, long&&)
VclPtr<WorkWindow> VclPtr<WorkWindow>::Create<decltype(nullptr), long const&>(decltype(nullptr)&&, long const&)
Line
Count
Source
152
32
    {
153
32
        return VclPtr( new reference_type(std::forward<Arg>(arg)...), SAL_NO_ACQUIRE );
154
32
    }
VclPtr<vcl::PDFWriterImpl> VclPtr<vcl::PDFWriterImpl>::Create<vcl::pdf::PDFWriter::PDFWriterContext const&, com::sun::star::uno::Reference<com::sun::star::beans::XMaterialHolder> const&, vcl::pdf::PDFWriter&>(vcl::pdf::PDFWriter::PDFWriterContext const&, com::sun::star::uno::Reference<com::sun::star::beans::XMaterialHolder> const&, vcl::pdf::PDFWriter&)
Line
Count
Source
152
3.93k
    {
153
3.93k
        return VclPtr( new reference_type(std::forward<Arg>(arg)...), SAL_NO_ACQUIRE );
154
3.93k
    }
Unexecuted instantiation: VclPtr<NotebookBar> VclPtr<NotebookBar>::Create<ImplBorderWindow*, char const (&) [12], rtl::OUString const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&, std::__1::unique_ptr<NotebookBarAddonsItem, std::__1::default_delete<NotebookBarAddonsItem> > >(ImplBorderWindow*&&, char const (&) [12], rtl::OUString const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&, std::__1::unique_ptr<NotebookBarAddonsItem, std::__1::default_delete<NotebookBarAddonsItem> >&&)
Unexecuted instantiation: VclPtr<PushButton> VclPtr<PushButton>::Create<vcl::Window*&, long&>(vcl::Window*&, long&)
Unexecuted instantiation: VclPtr<MenuButton> VclPtr<MenuButton>::Create<vcl::Window*&, long&>(vcl::Window*&, long&)
Unexecuted instantiation: VclPtr<MenuToggleButton> VclPtr<MenuToggleButton>::Create<vcl::Window*&, long&>(vcl::Window*&, long&)
Unexecuted instantiation: VclPtr<vcl::RoadmapWizard> VclPtr<vcl::RoadmapWizard>::Create<vcl::Window*&, long&, Dialog::InitFlag&>(vcl::Window*&, long&, Dialog::InitFlag&)
Unexecuted instantiation: VclPtr<Dialog> VclPtr<Dialog>::Create<vcl::Window*&, long&, Dialog::InitFlag&>(vcl::Window*&, long&, Dialog::InitFlag&)
Unexecuted instantiation: VclPtr<MessageDialog> VclPtr<MessageDialog>::Create<vcl::Window*&, long&>(vcl::Window*&, long&)
Unexecuted instantiation: VclPtr<VclVBox> VclPtr<VclVBox>::Create<vcl::Window*&>(vcl::Window*&)
Unexecuted instantiation: VclPtr<VclHBox> VclPtr<VclHBox>::Create<vcl::Window*&>(vcl::Window*&)
Unexecuted instantiation: VclPtr<VclVPaned> VclPtr<VclVPaned>::Create<vcl::Window*&>(vcl::Window*&)
Unexecuted instantiation: VclPtr<VclHPaned> VclPtr<VclHPaned>::Create<vcl::Window*&>(vcl::Window*&)
Unexecuted instantiation: VclPtr<VclVButtonBox> VclPtr<VclVButtonBox>::Create<vcl::Window*&>(vcl::Window*&)
Unexecuted instantiation: VclPtr<VclHButtonBox> VclPtr<VclHButtonBox>::Create<vcl::Window*&>(vcl::Window*&)
Unexecuted instantiation: VclPtr<VclGrid> VclPtr<VclGrid>::Create<vcl::Window*&>(vcl::Window*&)
Unexecuted instantiation: VclPtr<VclFrame> VclPtr<VclFrame>::Create<vcl::Window*&>(vcl::Window*&)
Unexecuted instantiation: VclPtr<RadioButton> VclPtr<RadioButton>::Create<vcl::Window*&, bool, long&>(vcl::Window*&, bool&&, long&)
Unexecuted instantiation: VclPtr<CheckBox> VclPtr<CheckBox>::Create<vcl::Window*&, long&>(vcl::Window*&, long&)
Unexecuted instantiation: VclPtr<FixedHyperlink> VclPtr<FixedHyperlink>::Create<vcl::Window*&, long>(vcl::Window*&, long&&)
Unexecuted instantiation: VclPtr<OptionalBox> VclPtr<OptionalBox>::Create<vcl::Window*&>(vcl::Window*&)
Unexecuted instantiation: VclPtr<ManagedMenuButton> VclPtr<ManagedMenuButton>::Create<vcl::Window*&, long>(vcl::Window*&, long&&)
Unexecuted instantiation: VclPtr<PriorityMergedHBox> VclPtr<PriorityMergedHBox>::Create<vcl::Window*&>(vcl::Window*&)
Unexecuted instantiation: VclPtr<PriorityHBox> VclPtr<PriorityHBox>::Create<vcl::Window*&>(vcl::Window*&)
Unexecuted instantiation: VclPtr<DropdownBox> VclPtr<DropdownBox>::Create<vcl::Window*&>(vcl::Window*&)
Unexecuted instantiation: VclPtr<ContextVBox> VclPtr<ContextVBox>::Create<vcl::Window*&>(vcl::Window*&)
Unexecuted instantiation: VclPtr<IconView> VclPtr<IconView>::Create<vcl::Window*&, long&>(vcl::Window*&, long&)
Unexecuted instantiation: VclPtr<ListBox> VclPtr<ListBox>::Create<vcl::Window*&, long>(vcl::Window*&, long&&)
Unexecuted instantiation: VclPtr<SvHeaderTabListBox> VclPtr<SvHeaderTabListBox>::Create<VclPtr<VclVBox>&, long&, VclPtrInstance<HeaderBar>&>(VclPtr<VclVBox>&, long&, VclPtrInstance<HeaderBar>&)
Unexecuted instantiation: VclPtr<LclTabListBox> VclPtr<LclTabListBox>::Create<vcl::Window*&, long&>(vcl::Window*&, long&)
Unexecuted instantiation: VclPtr<SelectableFixedText> VclPtr<SelectableFixedText>::Create<vcl::Window*&, long&>(vcl::Window*&, long&)
Unexecuted instantiation: VclPtr<FixedText> VclPtr<FixedText>::Create<vcl::Window*&, long&>(vcl::Window*&, long&)
Unexecuted instantiation: VclPtr<FixedImage> VclPtr<FixedImage>::Create<vcl::Window*&, long>(vcl::Window*&, long&&)
Unexecuted instantiation: VclPtr<FixedLine> VclPtr<FixedLine>::Create<vcl::Window*&, long const&>(vcl::Window*&, long const&)
Unexecuted instantiation: VclPtr<ScrollBar> VclPtr<ScrollBar>::Create<vcl::Window*&, long const&>(vcl::Window*&, long const&)
Unexecuted instantiation: VclPtr<ProgressBar> VclPtr<ProgressBar>::Create<vcl::Window*&, long const&, ProgressBar::BarStyle>(vcl::Window*&, long const&, ProgressBar::BarStyle&&)
Unexecuted instantiation: VclPtr<VclScrolledWindow> VclPtr<VclScrolledWindow>::Create<vcl::Window*&>(vcl::Window*&)
Unexecuted instantiation: VclPtr<VclViewport> VclPtr<VclViewport>::Create<vcl::Window*&>(vcl::Window*&)
Unexecuted instantiation: VclPtr<VclEventBox> VclPtr<VclEventBox>::Create<vcl::Window*&>(vcl::Window*&)
Unexecuted instantiation: VclPtr<Edit> VclPtr<Edit>::Create<vcl::Window*&, long&>(vcl::Window*&, long&)
Unexecuted instantiation: VclPtr<TabControl> VclPtr<TabControl>::Create<vcl::Window*&, long>(vcl::Window*&, long&&)
Unexecuted instantiation: VclPtr<VerticalTabControl> VclPtr<VerticalTabControl>::Create<vcl::Window*&, bool>(vcl::Window*&, bool&&)
Unexecuted instantiation: VclPtr<VclDrawingArea> VclPtr<VclDrawingArea>::Create<vcl::Window*&, long const&>(vcl::Window*&, long const&)
Unexecuted instantiation: VclPtr<VclMultiLineEdit> VclPtr<VclMultiLineEdit>::Create<vcl::Window*&, long&>(vcl::Window*&, long&)
Unexecuted instantiation: VclPtr<Throbber> VclPtr<Throbber>::Create<vcl::Window*&, long const&>(vcl::Window*&, long const&)
Unexecuted instantiation: VclPtr<Slider> VclPtr<Slider>::Create<vcl::Window*&, long&>(vcl::Window*&, long&)
Unexecuted instantiation: VclPtr<ToolBox> VclPtr<ToolBox>::Create<vcl::Window*&, long>(vcl::Window*&, long&&)
Unexecuted instantiation: VclPtr<DockingWindow> VclPtr<DockingWindow>::Create<vcl::Window*&, long>(vcl::Window*&, long&&)
Unexecuted instantiation: VclPtr<FloatingWindow> VclPtr<FloatingWindow>::Create<vcl::Window*&, long>(vcl::Window*&, long&&)
Unexecuted instantiation: VclPtr<Calendar> VclPtr<Calendar>::Create<vcl::Window*&, long&>(vcl::Window*&, long&)
Unexecuted instantiation: VclPtr<PopupMenu> VclPtr<PopupMenu>::Create<>()
Unexecuted instantiation: dockmgr.cxx:VclPtr<(anonymous namespace)::ImplDockFloatWin2> VclPtr<(anonymous namespace)::ImplDockFloatWin2>::Create<VclPtr<vcl::Window>&, long&, decltype(nullptr)>(VclPtr<vcl::Window>&, long&, decltype(nullptr)&&)
Unexecuted instantiation: dockwin.cxx:VclPtr<(anonymous namespace)::ImplDockFloatWin> VclPtr<(anonymous namespace)::ImplDockFloatWin>::Create<VclPtr<vcl::Window>&, long&, decltype(nullptr)>(VclPtr<vcl::Window>&, long&, decltype(nullptr)&&)
Unexecuted instantiation: VclPtr<ImplBorderWindow> VclPtr<ImplBorderWindow>::Create<vcl::Window*&, long&, BorderWindowStyle&>(vcl::Window*&, long&, BorderWindowStyle&)
Unexecuted instantiation: VclPtr<PopupMenu> VclPtr<PopupMenu>::Create<PopupMenu&>(PopupMenu&)
Unexecuted instantiation: VclPtr<MenuBarWindow> VclPtr<MenuBarWindow>::Create<vcl::Window*&>(vcl::Window*&)
Unexecuted instantiation: VclPtr<DecoToolBox> VclPtr<DecoToolBox>::Create<MenuBarWindow*>(MenuBarWindow*&&)
Unexecuted instantiation: VclPtr<PushButton> VclPtr<PushButton>::Create<MenuBarWindow*, long>(MenuBarWindow*&&, long&&)
Unexecuted instantiation: VclPtr<ScrollBar> VclPtr<ScrollBar>::Create<TabPage*, long>(TabPage*&&, long&&)
Unexecuted instantiation: VclPtr<ImplCFieldFloatWin> VclPtr<ImplCFieldFloatWin>::Create<CalendarField*>(CalendarField*&&)
Unexecuted instantiation: VclPtr<ImplListBoxFloatingWindow> VclPtr<ImplListBoxFloatingWindow>::Create<ComboBox*>(ComboBox*&&)
Unexecuted instantiation: VclPtr<ImplBtn> VclPtr<ImplBtn>::Create<ComboBox*, long>(ComboBox*&&, long&&)
Unexecuted instantiation: VclPtr<Edit> VclPtr<Edit>::Create<ComboBox*, long&>(ComboBox*&&, long&)
Unexecuted instantiation: VclPtr<ImplListBox> VclPtr<ImplListBox>::Create<vcl::Window*&, long>(vcl::Window*&, long&&)
Unexecuted instantiation: VclPtr<PushButton> VclPtr<PushButton>::Create<DropdownBox*, long const&>(DropdownBox*&&, long const&)
Unexecuted instantiation: VclPtr<NotebookbarPopup> VclPtr<NotebookbarPopup>::Create<DropdownBox*>(DropdownBox*&&)
Unexecuted instantiation: VclPtr<ImplListBoxWindow> VclPtr<ImplListBoxWindow>::Create<ImplListBox*, long>(ImplListBox*&&, long&&)
Unexecuted instantiation: VclPtr<ScrollBar> VclPtr<ScrollBar>::Create<ImplListBox*, long>(ImplListBox*&&, long&&)
Unexecuted instantiation: VclPtr<ScrollBarBox> VclPtr<ScrollBarBox>::Create<ImplListBox*>(ImplListBox*&&)
Unexecuted instantiation: VclPtr<ImplListBoxFloatingWindow> VclPtr<ImplListBoxFloatingWindow>::Create<ListBox*>(ListBox*&&)
Unexecuted instantiation: VclPtr<ImplWin> VclPtr<ImplWin>::Create<ListBox*, long>(ListBox*&&, long&&)
Unexecuted instantiation: VclPtr<ImplBtn> VclPtr<ImplBtn>::Create<ListBox*, long>(ListBox*&&, long&&)
Unexecuted instantiation: VclPtr<PushButton> VclPtr<PushButton>::Create<PriorityMergedHBox*, long const&>(PriorityMergedHBox*&&, long const&)
Unexecuted instantiation: VclPtr<NotebookbarPopup> VclPtr<NotebookbarPopup>::Create<PriorityMergedHBox*>(PriorityMergedHBox*&&)
Unexecuted instantiation: VclPtr<vcl::ORoadmap> VclPtr<vcl::ORoadmap>::Create<vcl::RoadmapWizard*, long const&>(vcl::RoadmapWizard*&&, long const&)
Unexecuted instantiation: VclPtr<HelpButton> VclPtr<HelpButton>::Create<vcl::RoadmapWizard*, long const&>(vcl::RoadmapWizard*&&, long const&)
Unexecuted instantiation: VclPtr<PushButton> VclPtr<PushButton>::Create<vcl::RoadmapWizard*, long const&>(vcl::RoadmapWizard*&&, long const&)
Unexecuted instantiation: VclPtr<OKButton> VclPtr<OKButton>::Create<vcl::RoadmapWizard*, long const&>(vcl::RoadmapWizard*&&, long const&)
Unexecuted instantiation: VclPtr<CancelButton> VclPtr<CancelButton>::Create<vcl::RoadmapWizard*, long const&>(vcl::RoadmapWizard*&&, long const&)
Unexecuted instantiation: VclPtr<Edit> VclPtr<Edit>::Create<SpinField*, long const&>(SpinField*&&, long const&)
Unexecuted instantiation: VclPtr<SvtIconChoiceCtrl> VclPtr<SvtIconChoiceCtrl>::Create<VerticalTabControl*, long>(VerticalTabControl*&&, long&&)
Unexecuted instantiation: VclPtr<VclVBox> VclPtr<VclVBox>::Create<VerticalTabControl*>(VerticalTabControl*&&)
Unexecuted instantiation: treelistbox.cxx:VclPtr<(anonymous namespace)::MyEdit_Impl> VclPtr<(anonymous namespace)::MyEdit_Impl>::Create<vcl::Window*&, SvInplaceEdit2*>(vcl::Window*&, SvInplaceEdit2*&&)
Unexecuted instantiation: VclPtr<ScrollBarBox> VclPtr<ScrollBarBox>::Create<SvTreeListBox*>(SvTreeListBox*&&)
Unexecuted instantiation: VclPtr<ScrollBar> VclPtr<ScrollBar>::Create<SvTreeListBox*, long>(SvTreeListBox*&&, long&&)
Unexecuted instantiation: VclPtr<ScrollBar> VclPtr<ScrollBar>::Create<SvtIconChoiceCtrl*&, long>(SvtIconChoiceCtrl*&, long&&)
Unexecuted instantiation: VclPtr<ScrollBarBox> VclPtr<ScrollBarBox>::Create<SvtIconChoiceCtrl*&>(SvtIconChoiceCtrl*&)
Unexecuted instantiation: roadmap.cxx:VclPtr<vcl::(anonymous namespace)::IDLabel> VclPtr<vcl::(anonymous namespace)::IDLabel>::Create<vcl::ORoadmap*, long const&>(vcl::ORoadmap*&&, long const&)
Unexecuted instantiation: VclPtr<vcl::HyperLabel> VclPtr<vcl::HyperLabel>::Create<vcl::ORoadmap*, long>(vcl::ORoadmap*&&, long&&)
Unexecuted instantiation: VclPtr<MenuBar> VclPtr<MenuBar>::Create<>()
Unexecuted instantiation: VclPtr<Edit> VclPtr<Edit>::Create<FileControl*, long>(FileControl*&&, long&&)
Unexecuted instantiation: VclPtr<PushButton> VclPtr<PushButton>::Create<FileControl*, long>(FileControl*&&, long&&)
Unexecuted instantiation: VclPtr<ScrollBar> VclPtr<ScrollBar>::Create<toolkit::ScrollableDialog*, long>(toolkit::ScrollableDialog*&&, long&&)
VclPtr<SfxPrinter> VclPtr<SfxPrinter>::Create<std::__1::unique_ptr<SfxItemSet, std::__1::default_delete<SfxItemSet> > >(std::__1::unique_ptr<SfxItemSet, std::__1::default_delete<SfxItemSet> >&&)
Line
Count
Source
152
7.33k
    {
153
7.33k
        return VclPtr( new reference_type(std::forward<Arg>(arg)...), SAL_NO_ACQUIRE );
154
7.33k
    }
Unexecuted instantiation: VclPtr<SheetViewBox> VclPtr<SheetViewBox>::Create<vcl::Window*&>(vcl::Window*&)
Unexecuted instantiation: VclPtr<TableStylesBox> VclPtr<TableStylesBox>::Create<vcl::Window*&>(vcl::Window*&)
Unexecuted instantiation: VclPtr<ScNavigatorWin> VclPtr<ScNavigatorWin>::Create<SfxBindings*&, ScNavigatorWrapper*, vcl::Window*&, SfxChildWinInfo*&>(SfxBindings*&, ScNavigatorWrapper*&&, vcl::Window*&, SfxChildWinInfo*&)
Unexecuted instantiation: VclPtr<ScNumberFormat> VclPtr<ScNumberFormat>::Create<vcl::Window*&>(vcl::Window*&)
Unexecuted instantiation: VclPtr<ScrollAdaptor> VclPtr<ScrollAdaptor>::Create<vcl::Window*&, bool>(vcl::Window*&, bool&&)
Unexecuted instantiation: VclPtr<ScPreview> VclPtr<ScPreview>::Create<vcl::Window*&, ScDocShell*&, ScPreviewShell*>(vcl::Window*&, ScDocShell*&, ScPreviewShell*&&)
Unexecuted instantiation: VclPtr<ScrollAdaptor> VclPtr<ScrollAdaptor>::Create<VclPtr<vcl::Window>&, bool>(VclPtr<vcl::Window>&, bool&&)
Unexecuted instantiation: VclPtr<ScCornerButton> VclPtr<ScCornerButton>::Create<VclPtr<vcl::Window>&, ScViewData&>(VclPtr<vcl::Window>&, ScViewData&)
Unexecuted instantiation: VclPtr<ScGridWindow> VclPtr<ScGridWindow>::Create<VclPtr<vcl::Window>&, ScViewData&, ScSplitPos>(VclPtr<vcl::Window>&, ScViewData&, ScSplitPos&&)
Unexecuted instantiation: VclPtr<ScOutlineWindow> VclPtr<ScOutlineWindow>::Create<VclPtr<vcl::Window>&, ScOutlineMode, ScViewData&, ScSplitPos>(VclPtr<vcl::Window>&, ScOutlineMode&&, ScViewData&, ScSplitPos&&)
Unexecuted instantiation: VclPtr<ScColBar> VclPtr<ScColBar>::Create<VclPtr<vcl::Window>&, ScHSplitPos, ScHeaderFunctionSet*, ScHeaderSelectionEngine*, ScTabView*>(VclPtr<vcl::Window>&, ScHSplitPos&&, ScHeaderFunctionSet*&&, ScHeaderSelectionEngine*&&, ScTabView*&&)
Unexecuted instantiation: VclPtr<ScRowBar> VclPtr<ScRowBar>::Create<VclPtr<vcl::Window>&, ScVSplitPos, ScHeaderFunctionSet*, ScHeaderSelectionEngine*, ScTabView*>(VclPtr<vcl::Window>&, ScVSplitPos&&, ScHeaderFunctionSet*&&, ScHeaderSelectionEngine*&&, ScTabView*&&)
Unexecuted instantiation: VclPtr<ScTabSplitter> VclPtr<ScTabSplitter>::Create<VclPtr<vcl::Window>&, long, ScViewData&>(VclPtr<vcl::Window>&, long&&, ScViewData&)
Unexecuted instantiation: VclPtr<ScTabControl> VclPtr<ScTabControl>::Create<VclPtr<vcl::Window>&, ScViewData&>(VclPtr<vcl::Window>&, ScViewData&)
Unexecuted instantiation: VclPtr<ScInputWindow> VclPtr<ScInputWindow>::Create<vcl::Window*&, SfxBindings*&>(vcl::Window*&, SfxBindings*&)
Unexecuted instantiation: VclPtr<ScPosWnd> VclPtr<ScPosWnd>::Create<ScInputWindow*, ScTabViewShell*>(ScInputWindow*&&, ScTabViewShell*&&)
Unexecuted instantiation: VclPtr<ScInputBarGroup> VclPtr<ScInputBarGroup>::Create<ScInputWindow*, ScTabViewShell*>(ScInputWindow*&&, ScTabViewShell*&&)
Unexecuted instantiation: VclPtr<ScDataTableView> VclPtr<ScDataTableView>::Create<com::sun::star::uno::Reference<com::sun::star::awt::XWindow>&, std::__1::shared_ptr<ScDocument>&>(com::sun::star::uno::Reference<com::sun::star::awt::XWindow>&, std::__1::shared_ptr<ScDocument>&)
Unexecuted instantiation: VclPtr<ScDataTableColView> VclPtr<ScDataTableColView>::Create<ScDataTableView*, ScDocument*, SelectionEngine*>(ScDataTableView*&&, ScDocument*&&, SelectionEngine*&&)
Unexecuted instantiation: VclPtr<ScDataTableRowView> VclPtr<ScDataTableRowView>::Create<ScDataTableView*, ScDocument*, SelectionEngine*>(ScDataTableView*&&, ScDocument*&&, SelectionEngine*&&)
Unexecuted instantiation: VclPtr<ScrollAdaptor> VclPtr<ScrollAdaptor>::Create<ScDataTableView*, bool>(ScDataTableView*&&, bool&&)
Unexecuted instantiation: VclPtr<avmedia::MediaToolBoxControl_Impl> VclPtr<avmedia::MediaToolBoxControl_Impl>::Create<vcl::Window&, avmedia::MediaToolBoxControl&>(vcl::Window&, avmedia::MediaToolBoxControl&)
Unexecuted instantiation: VclPtr<avmedia::priv::MediaWindowImpl> VclPtr<avmedia::priv::MediaWindowImpl>::Create<vcl::Window*&, avmedia::MediaWindow*, bool&>(vcl::Window*&, avmedia::MediaWindow*&&, bool&)
Unexecuted instantiation: VclPtr<avmedia::priv::MediaWindowControl> VclPtr<avmedia::priv::MediaWindowControl>::Create<avmedia::priv::MediaWindowImpl*>(avmedia::priv::MediaWindowImpl*&&)
Unexecuted instantiation: VclPtr<avmedia::priv::MediaChildWindow> VclPtr<avmedia::priv::MediaChildWindow>::Create<avmedia::priv::MediaWindowImpl*>(avmedia::priv::MediaWindowImpl*&&)
Unexecuted instantiation: VclPtr<avmedia::MediaFloater> VclPtr<avmedia::MediaFloater>::Create<SfxBindings*&, avmedia::MediaPlayer*, vcl::Window*&>(SfxBindings*&, avmedia::MediaPlayer*&&, vcl::Window*&)
VclPtr<SfxSplitWindow> VclPtr<SfxSplitWindow>::Create<VclPtr<vcl::Window>&, SfxChildAlignment&, SfxWorkWindow*, bool>(VclPtr<vcl::Window>&, SfxChildAlignment&, SfxWorkWindow*&&, bool&&)
Line
Count
Source
152
15.7k
    {
153
15.7k
        return VclPtr( new reference_type(std::forward<Arg>(arg)...), SAL_NO_ACQUIRE );
154
15.7k
    }
Unexecuted instantiation: VclPtr<DevelopmentToolDockingWindow> VclPtr<DevelopmentToolDockingWindow>::Create<SfxBindings*&, DevelopmentToolChildWindow*, vcl::Window*&>(SfxBindings*&, DevelopmentToolChildWindow*&&, vcl::Window*&)
Unexecuted instantiation: dockwin.cxx:VclPtr<(anonymous namespace)::SfxTitleDockingWindow> VclPtr<(anonymous namespace)::SfxTitleDockingWindow>::Create<SfxBindings*&, SfxDockingWrapper*, vcl::Window*&, long>(SfxBindings*&, SfxDockingWrapper*&&, vcl::Window*&, long&&)
Unexecuted instantiation: VclPtr<SfxInfoBarWindow> VclPtr<SfxInfoBarWindow>::Create<SfxInfoBarContainerWindow*, rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, InfobarType&, bool&>(SfxInfoBarContainerWindow*&&, rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, InfobarType&, bool&)
Unexecuted instantiation: VclPtr<SfxInfoBarContainerWindow> VclPtr<SfxInfoBarContainerWindow>::Create<SfxInfoBarContainerChild*>(SfxInfoBarContainerChild*&&)
Unexecuted instantiation: VclPtr<SfxPartDockWnd_Impl> VclPtr<SfxPartDockWnd_Impl>::Create<SfxBindings*&, SfxPartChildWnd_Impl*, vcl::Window*&, long>(SfxBindings*&, SfxPartChildWnd_Impl*&&, vcl::Window*&, long&&)
VclPtr<SfxEmptySplitWin_Impl> VclPtr<SfxEmptySplitWin_Impl>::Create<SfxSplitWindow*>(SfxSplitWindow*&&)
Line
Count
Source
152
15.7k
    {
153
15.7k
        return VclPtr( new reference_type(std::forward<Arg>(arg)...), SAL_NO_ACQUIRE );
154
15.7k
    }
Unexecuted instantiation: VclPtr<NotebookBar> VclPtr<NotebookBar>::Create<SystemWindow*&, char const (&) [12], rtl::OUString&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&, std::__1::unique_ptr<NotebookBarAddonsItem, std::__1::default_delete<NotebookBarAddonsItem> > >(SystemWindow*&, char const (&) [12], rtl::OUString&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&, std::__1::unique_ptr<NotebookBarAddonsItem, std::__1::default_delete<NotebookBarAddonsItem> >&&)
Unexecuted instantiation: VclPtr<sfx2::sidebar::SidebarDockingWindow> VclPtr<sfx2::sidebar::SidebarDockingWindow>::Create<SfxBindings*&, sfx2::sidebar::SidebarChildWindow&, vcl::Window*&, long>(SfxBindings*&, sfx2::sidebar::SidebarChildWindow&, vcl::Window*&, long&&)
Unexecuted instantiation: SidebarController.cxx:VclPtr<sfx2::sidebar::TabBar> VclPtr<sfx2::sidebar::TabBar>::Create<VclPtr<sfx2::sidebar::SidebarDockingWindow>&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame>&, sfx2::sidebar::SidebarController::SidebarController(sfx2::sidebar::SidebarDockingWindow*, SfxViewFrame const*)::$_3, sfx2::sidebar::SidebarController::$_3(sfx2::sidebar::SidebarDockingWindow*, SfxViewFrame const*)::$_4, sfx2::sidebar::SidebarController&>(VclPtr<sfx2::sidebar::SidebarDockingWindow>&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame>&, sfx2::sidebar::SidebarController::SidebarController(sfx2::sidebar::SidebarDockingWindow*, SfxViewFrame const*)::$_3&&, sfx2::sidebar::SidebarController::$_3(sfx2::sidebar::SidebarDockingWindow*, SfxViewFrame const*)::$_4&&, sfx2::sidebar::SidebarController&)
Unexecuted instantiation: SidebarController.cxx:VclPtr<sfx2::sidebar::Deck> VclPtr<sfx2::sidebar::Deck>::Create<sfx2::sidebar::DeckDescriptor&, VclPtr<sfx2::sidebar::SidebarDockingWindow>&, sfx2::sidebar::SidebarController::CreateDeck(std::__1::basic_string_view<char16_t, std::__1::char_traits<char16_t> >, sfx2::sidebar::Context const&, bool)::$_0>(sfx2::sidebar::DeckDescriptor&, VclPtr<sfx2::sidebar::SidebarDockingWindow>&, sfx2::sidebar::SidebarController::CreateDeck(std::__1::basic_string_view<char16_t, std::__1::char_traits<char16_t> >, sfx2::sidebar::Context const&, bool)::$_0&&)
Unexecuted instantiation: SidebarController.cxx:VclPtr<sfx2::sidebar::(anonymous namespace)::CloseIndicator> VclPtr<sfx2::sidebar::(anonymous namespace)::CloseIndicator>::Create<VclPtr<sfx2::sidebar::SidebarDockingWindow>&>(VclPtr<sfx2::sidebar::SidebarDockingWindow>&)
VclPtr<SfxFrameWindow_Impl> VclPtr<SfxFrameWindow_Impl>::Create<SfxFrame*, vcl::Window&>(SfxFrame*&&, vcl::Window&)
Line
Count
Source
152
3.93k
    {
153
3.93k
        return VclPtr( new reference_type(std::forward<Arg>(arg)...), SAL_NO_ACQUIRE );
154
3.93k
    }
VclPtr<SfxPrinter> VclPtr<SfxPrinter>::Create<std::__1::unique_ptr<SfxItemSet, std::__1::default_delete<SfxItemSet> >, JobSetup&>(std::__1::unique_ptr<SfxItemSet, std::__1::default_delete<SfxItemSet> >&&, JobSetup&)
Line
Count
Source
152
6.18k
    {
153
6.18k
        return VclPtr( new reference_type(std::forward<Arg>(arg)...), SAL_NO_ACQUIRE );
154
6.18k
    }
Unexecuted instantiation: VclPtr<SfxPrinter> VclPtr<SfxPrinter>::Create<SfxPrinter const&>(SfxPrinter const&)
VclPtr<SfxFrameViewWindow_Impl> VclPtr<SfxFrameViewWindow_Impl>::Create<SfxViewFrame*, vcl::Window&>(SfxViewFrame*&&, vcl::Window&)
Line
Count
Source
152
3.93k
    {
153
3.93k
        return VclPtr( new reference_type(std::forward<Arg>(arg)...), SAL_NO_ACQUIRE );
154
3.93k
    }
Unexecuted instantiation: VclPtr<TextWin_Impl> VclPtr<TextWin_Impl>::Create<SfxHelpTextWindow_Impl*>(SfxHelpTextWindow_Impl*&&)
Unexecuted instantiation: VclPtr<SfxHelpTextWindow_Impl> VclPtr<SfxHelpTextWindow_Impl>::Create<SfxHelpWindow_Impl*, weld::Builder&, vcl::Window*>(SfxHelpWindow_Impl*&&, weld::Builder&, vcl::Window*&&)
Unexecuted instantiation: VclPtr<SfxPrinter> VclPtr<SfxPrinter>::Create<std::__1::unique_ptr<SfxItemSet, std::__1::default_delete<SfxItemSet> >, rtl::OUString&>(std::__1::unique_ptr<SfxItemSet, std::__1::default_delete<SfxItemSet> >&&, rtl::OUString&)
Unexecuted instantiation: VclPtr<SfxPrinter> VclPtr<SfxPrinter>::Create<std::__1::unique_ptr<SfxItemSet, std::__1::default_delete<SfxItemSet> >, rtl::OUString const&>(std::__1::unique_ptr<SfxItemSet, std::__1::default_delete<SfxItemSet> >&&, rtl::OUString const&)
Unexecuted instantiation: VclPtr<Printer> VclPtr<Printer>::Create<rtl::OUString&>(rtl::OUString&)
Unexecuted instantiation: VclPtr<ImplTabSizer> VclPtr<ImplTabSizer>::Create<TabBar*, long>(TabBar*&&, long&&)
Unexecuted instantiation: tabbar.cxx:VclPtr<(anonymous namespace)::TabButtons> VclPtr<(anonymous namespace)::TabButtons>::Create<TabBar*, bool&>(TabBar*&&, bool&)
Unexecuted instantiation: tabbar.cxx:VclPtr<(anonymous namespace)::TabBarEdit> VclPtr<(anonymous namespace)::TabBarEdit>::Create<TabBar*>(TabBar*&&)
Unexecuted instantiation: VclPtr<Printer> VclPtr<Printer>::Create<JobSetup const&>(JobSetup const&)
Unexecuted instantiation: VclPtr<Printer> VclPtr<Printer>::Create<QueueInfo const&>(QueueInfo const&)
Unexecuted instantiation: VclPtr<Printer> VclPtr<Printer>::Create<>()
Unexecuted instantiation: VclPtr<LabelItemWindow> VclPtr<LabelItemWindow>::Create<vcl::Window*&, char const (&) [7]>(vcl::Window*&, char const (&) [7])
Unexecuted instantiation: VclPtr<FillControl> VclPtr<FillControl>::Create<vcl::Window*&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame>&>(vcl::Window*&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame>&)
Unexecuted instantiation: grafctrl.cxx:VclPtr<(anonymous namespace)::ImplGrafControl> VclPtr<(anonymous namespace)::ImplGrafControl>::Create<vcl::Window*&, rtl::OUString&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame>&>(vcl::Window*&, rtl::OUString&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame>&)
Unexecuted instantiation: grafctrl.cxx:VclPtr<(anonymous namespace)::ImplGrafModeControl> VclPtr<(anonymous namespace)::ImplGrafModeControl>::Create<vcl::Window*&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame>&>(vcl::Window*&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame>&)
Unexecuted instantiation: VclPtr<SvxMetricField> VclPtr<SvxMetricField>::Create<vcl::Window*&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame>&>(vcl::Window*&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame>&)
Unexecuted instantiation: VclPtr<FindTextFieldControl> VclPtr<FindTextFieldControl>::Create<ToolBox*&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame>&, com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext>&>(ToolBox*&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame>&, com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext>&)
Unexecuted instantiation: tbunosearchcontrollers.cxx:VclPtr<(anonymous namespace)::CheckButtonItemWindow> VclPtr<(anonymous namespace)::CheckButtonItemWindow>::Create<ToolBox*&, rtl::OUString>(ToolBox*&, rtl::OUString&&)
Unexecuted instantiation: VclPtr<LabelItemWindow> VclPtr<LabelItemWindow>::Create<vcl::Window*, char const (&) [1]>(vcl::Window*&&, char const (&) [1])
Unexecuted instantiation: VclPtr<svxform::DataNavigator> VclPtr<svxform::DataNavigator>::Create<SfxBindings*&, svxform::DataNavigatorManager*, vcl::Window*&>(SfxBindings*&, svxform::DataNavigatorManager*&&, vcl::Window*&)
Unexecuted instantiation: VclPtr<svxform::NavigatorFrame> VclPtr<svxform::NavigatorFrame>::Create<SfxBindings*&, svxform::NavigatorFrameManager*, vcl::Window*&>(SfxBindings*&, svxform::NavigatorFrameManager*&&, vcl::Window*&)
Unexecuted instantiation: tbcontrl.cxx:VclPtr<(anonymous namespace)::SvxFontNameBox_Impl> VclPtr<(anonymous namespace)::SvxFontNameBox_Impl>::Create<VclPtr<vcl::Window>&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame>&, (anonymous namespace)::SvxFontNameToolBoxControl&>(VclPtr<vcl::Window>&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame>&, (anonymous namespace)::SvxFontNameToolBoxControl&)
Unexecuted instantiation: tbcontrl.cxx:VclPtr<InterimToolbarPopup> VclPtr<InterimToolbarPopup>::Create<com::sun::star::uno::Reference<com::sun::star::frame::XFrame>, vcl::Window*&, std::__1::unique_ptr<(anonymous namespace)::SvxLineWindow_Impl, std::__1::default_delete<(anonymous namespace)::SvxLineWindow_Impl> >, bool>(com::sun::star::uno::Reference<com::sun::star::frame::XFrame>&&, vcl::Window*&, std::__1::unique_ptr<(anonymous namespace)::SvxLineWindow_Impl, std::__1::default_delete<(anonymous namespace)::SvxLineWindow_Impl> >&&, bool&&)
Unexecuted instantiation: tbcontrl.cxx:VclPtr<InterimToolbarPopup> VclPtr<InterimToolbarPopup>::Create<com::sun::star::uno::Reference<com::sun::star::frame::XFrame>, vcl::Window*&, std::__1::unique_ptr<(anonymous namespace)::SvxFrameWindow_Impl, std::__1::default_delete<(anonymous namespace)::SvxFrameWindow_Impl> >, bool>(com::sun::star::uno::Reference<com::sun::star::frame::XFrame>&&, vcl::Window*&, std::__1::unique_ptr<(anonymous namespace)::SvxFrameWindow_Impl, std::__1::default_delete<(anonymous namespace)::SvxFrameWindow_Impl> >&&, bool&&)
Unexecuted instantiation: tbcontrl.cxx:VclPtr<(anonymous namespace)::SvxStyleBox_Impl> VclPtr<(anonymous namespace)::SvxStyleBox_Impl>::Create<VclPtr<vcl::Window>&, char const (&) [16], SfxStyleFamily, com::sun::star::uno::Reference<com::sun::star::frame::XFrame>&, rtl::OUString&, rtl::OUString&, bool, SvxStyleToolBoxControl&>(VclPtr<vcl::Window>&, char const (&) [16], SfxStyleFamily&&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame>&, rtl::OUString&, rtl::OUString&, bool&&, SvxStyleToolBoxControl&)
Unexecuted instantiation: VclPtr<InterimToolbarPopup> VclPtr<InterimToolbarPopup>::Create<com::sun::star::uno::Reference<com::sun::star::frame::XFrame>, vcl::Window*&, std::__1::unique_ptr<ColorWindow, std::__1::default_delete<ColorWindow> >, bool>(com::sun::star::uno::Reference<com::sun::star::frame::XFrame>&&, vcl::Window*&, std::__1::unique_ptr<ColorWindow, std::__1::default_delete<ColorWindow> >&&, bool&&)
Unexecuted instantiation: tbcontrl.cxx:VclPtr<InterimToolbarPopup> VclPtr<InterimToolbarPopup>::Create<com::sun::star::uno::Reference<com::sun::star::frame::XFrame>, vcl::Window*&, std::__1::unique_ptr<(anonymous namespace)::SvxCurrencyList_Impl, std::__1::default_delete<(anonymous namespace)::SvxCurrencyList_Impl> > >(com::sun::star::uno::Reference<com::sun::star::frame::XFrame>&&, vcl::Window*&, std::__1::unique_ptr<(anonymous namespace)::SvxCurrencyList_Impl, std::__1::default_delete<(anonymous namespace)::SvxCurrencyList_Impl> >&&)
Unexecuted instantiation: VclPtr<FmGridControl> VclPtr<FmGridControl>::Create<com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext>&, vcl::Window*&, FmXGridPeer*, long&>(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext>&, vcl::Window*&, FmXGridPeer*&&, long&)
Unexecuted instantiation: VclPtr<svt::MultiLineTextCell> VclPtr<svt::MultiLineTextCell>::Create<BrowserDataWin*>(BrowserDataWin*&&)
Unexecuted instantiation: VclPtr<svt::EditControl> VclPtr<svt::EditControl>::Create<BrowserDataWin*>(BrowserDataWin*&&)
Unexecuted instantiation: VclPtr<svt::FormattedControl> VclPtr<svt::FormattedControl>::Create<BrowserDataWin*, bool>(BrowserDataWin*&&, bool&&)
Unexecuted instantiation: VclPtr<svt::CheckBoxControl> VclPtr<svt::CheckBoxControl>::Create<BrowserDataWin*>(BrowserDataWin*&&)
Unexecuted instantiation: VclPtr<svt::PatternControl> VclPtr<svt::PatternControl>::Create<BrowserDataWin*>(BrowserDataWin*&&)
Unexecuted instantiation: VclPtr<svt::DoubleNumericControl> VclPtr<svt::DoubleNumericControl>::Create<BrowserDataWin*&, bool&>(BrowserDataWin*&, bool&)
Unexecuted instantiation: VclPtr<svt::LongCurrencyControl> VclPtr<svt::LongCurrencyControl>::Create<BrowserDataWin*&, bool&>(BrowserDataWin*&, bool&)
Unexecuted instantiation: VclPtr<svt::DateControl> VclPtr<svt::DateControl>::Create<BrowserDataWin*&, bool>(BrowserDataWin*&, bool&&)
Unexecuted instantiation: VclPtr<svt::TimeControl> VclPtr<svt::TimeControl>::Create<BrowserDataWin*&, bool&>(BrowserDataWin*&, bool&)
Unexecuted instantiation: VclPtr<svt::ComboBoxControl> VclPtr<svt::ComboBoxControl>::Create<BrowserDataWin*>(BrowserDataWin*&&)
Unexecuted instantiation: VclPtr<svt::ListBoxControl> VclPtr<svt::ListBoxControl>::Create<BrowserDataWin*>(BrowserDataWin*&&)
Unexecuted instantiation: VclPtr<svt::CheckBoxControl> VclPtr<svt::CheckBoxControl>::Create<BrowserDataWin*&>(BrowserDataWin*&)
Unexecuted instantiation: VclPtr<svt::ListBoxControl> VclPtr<svt::ListBoxControl>::Create<BrowserDataWin*&>(BrowserDataWin*&)
Unexecuted instantiation: VclPtr<svt::ComboBoxControl> VclPtr<svt::ComboBoxControl>::Create<BrowserDataWin*&>(BrowserDataWin*&)
Unexecuted instantiation: VclPtr<svt::EditControl> VclPtr<svt::EditControl>::Create<BrowserDataWin*&>(BrowserDataWin*&)
Unexecuted instantiation: VclPtr<NavigationBar> VclPtr<NavigationBar>::Create<DbGridControl*>(DbGridControl*&&)
Unexecuted instantiation: VclPtr<InterimToolbarPopup> VclPtr<InterimToolbarPopup>::Create<com::sun::star::uno::Reference<com::sun::star::frame::XFrame>, vcl::Window*&, std::__1::unique_ptr<svx::ExtrusionDirectionWindow, std::__1::default_delete<svx::ExtrusionDirectionWindow> > >(com::sun::star::uno::Reference<com::sun::star::frame::XFrame>&&, vcl::Window*&, std::__1::unique_ptr<svx::ExtrusionDirectionWindow, std::__1::default_delete<svx::ExtrusionDirectionWindow> >&&)
Unexecuted instantiation: VclPtr<InterimToolbarPopup> VclPtr<InterimToolbarPopup>::Create<com::sun::star::uno::Reference<com::sun::star::frame::XFrame>, vcl::Window*&, std::__1::unique_ptr<svx::ExtrusionDepthWindow, std::__1::default_delete<svx::ExtrusionDepthWindow> > >(com::sun::star::uno::Reference<com::sun::star::frame::XFrame>&&, vcl::Window*&, std::__1::unique_ptr<svx::ExtrusionDepthWindow, std::__1::default_delete<svx::ExtrusionDepthWindow> >&&)
Unexecuted instantiation: VclPtr<InterimToolbarPopup> VclPtr<InterimToolbarPopup>::Create<com::sun::star::uno::Reference<com::sun::star::frame::XFrame>, vcl::Window*&, std::__1::unique_ptr<svx::ExtrusionLightingWindow, std::__1::default_delete<svx::ExtrusionLightingWindow> > >(com::sun::star::uno::Reference<com::sun::star::frame::XFrame>&&, vcl::Window*&, std::__1::unique_ptr<svx::ExtrusionLightingWindow, std::__1::default_delete<svx::ExtrusionLightingWindow> >&&)
Unexecuted instantiation: VclPtr<InterimToolbarPopup> VclPtr<InterimToolbarPopup>::Create<com::sun::star::uno::Reference<com::sun::star::frame::XFrame>, vcl::Window*&, std::__1::unique_ptr<svx::ExtrusionSurfaceWindow, std::__1::default_delete<svx::ExtrusionSurfaceWindow> > >(com::sun::star::uno::Reference<com::sun::star::frame::XFrame>&&, vcl::Window*&, std::__1::unique_ptr<svx::ExtrusionSurfaceWindow, std::__1::default_delete<svx::ExtrusionSurfaceWindow> >&&)
Unexecuted instantiation: fontworkgallery.cxx:VclPtr<InterimToolbarPopup> VclPtr<InterimToolbarPopup>::Create<com::sun::star::uno::Reference<com::sun::star::frame::XFrame>, vcl::Window*&, std::__1::unique_ptr<svx::(anonymous namespace)::FontworkAlignmentWindow, std::__1::default_delete<svx::(anonymous namespace)::FontworkAlignmentWindow> > >(com::sun::star::uno::Reference<com::sun::star::frame::XFrame>&&, vcl::Window*&, std::__1::unique_ptr<svx::(anonymous namespace)::FontworkAlignmentWindow, std::__1::default_delete<svx::(anonymous namespace)::FontworkAlignmentWindow> >&&)
Unexecuted instantiation: fontworkgallery.cxx:VclPtr<InterimToolbarPopup> VclPtr<InterimToolbarPopup>::Create<com::sun::star::uno::Reference<com::sun::star::frame::XFrame>, vcl::Window*&, std::__1::unique_ptr<svx::(anonymous namespace)::FontworkCharacterSpacingWindow, std::__1::default_delete<svx::(anonymous namespace)::FontworkCharacterSpacingWindow> > >(com::sun::star::uno::Reference<com::sun::star::frame::XFrame>&&, vcl::Window*&, std::__1::unique_ptr<svx::(anonymous namespace)::FontworkCharacterSpacingWindow, std::__1::default_delete<svx::(anonymous namespace)::FontworkCharacterSpacingWindow> >&&)
Unexecuted instantiation: VclPtr<FmGridHeader> VclPtr<FmGridHeader>::Create<BrowseBox*&>(BrowseBox*&)
Unexecuted instantiation: VclPtr<VclVBox> VclPtr<VclVBox>::Create<InterimItemWindow*>(InterimItemWindow*&&)
Unexecuted instantiation: VclPtr<StatusBar> VclPtr<StatusBar>::Create<VclPtr<vcl::Window>&, long>(VclPtr<vcl::Window>&, long&&)
Unexecuted instantiation: VclPtr<ToolBox> VclPtr<ToolBox>::Create<VclPtr<vcl::Window>&, long&>(VclPtr<vcl::Window>&, long&)
Unexecuted instantiation: VclPtr<framework::ComboBoxControl> VclPtr<framework::ComboBoxControl>::Create<VclPtr<ToolBox>&, framework::ComboboxToolbarController*>(VclPtr<ToolBox>&, framework::ComboboxToolbarController*&&)
Unexecuted instantiation: VclPtr<framework::ListBoxControl> VclPtr<framework::ListBoxControl>::Create<VclPtr<ToolBox>&, framework::DropdownToolbarController*>(VclPtr<ToolBox>&, framework::DropdownToolbarController*&&)
Unexecuted instantiation: VclPtr<framework::EditControl> VclPtr<framework::EditControl>::Create<VclPtr<ToolBox>&, framework::EditToolbarController*>(VclPtr<ToolBox>&, framework::EditToolbarController*&&)
Unexecuted instantiation: VclPtr<framework::FixedImageControl> VclPtr<framework::FixedImageControl>::Create<VclPtr<ToolBox>&, rtl::OUString const&>(VclPtr<ToolBox>&, rtl::OUString const&)
Unexecuted instantiation: VclPtr<framework::FixedTextControl> VclPtr<framework::FixedTextControl>::Create<VclPtr<ToolBox>&>(VclPtr<ToolBox>&)
Unexecuted instantiation: VclPtr<framework::SpinfieldControl> VclPtr<framework::SpinfieldControl>::Create<VclPtr<ToolBox>&, framework::SpinfieldToolbarController*>(VclPtr<ToolBox>&, framework::SpinfieldToolbarController*&&)
Unexecuted instantiation: VclPtr<ScrollAdaptor> VclPtr<ScrollAdaptor>::Create<BrowseBox*, bool>(BrowseBox*&&, bool&&)
Unexecuted instantiation: VclPtr<MeasureStatusBar> VclPtr<MeasureStatusBar>::Create<BrowseBox*>(BrowseBox*&&)
Unexecuted instantiation: VclPtr<BrowserDataWin> VclPtr<BrowserDataWin>::Create<BrowseBox*>(BrowseBox*&&)
Unexecuted instantiation: VclPtr<BrowserHeader> VclPtr<BrowserHeader>::Create<BrowseBox*&>(BrowseBox*&)
Unexecuted instantiation: VclPtr<svt::EditBrowserHeader> VclPtr<svt::EditBrowserHeader>::Create<BrowseBox*&>(BrowseBox*&)
Unexecuted instantiation: VclPtr<InterimToolbarPopup> VclPtr<InterimToolbarPopup>::Create<com::sun::star::uno::Reference<com::sun::star::frame::XFrame>, vcl::Window*&, std::__1::unique_ptr<svx::TextCharacterSpacingControl, std::__1::default_delete<svx::TextCharacterSpacingControl> > >(com::sun::star::uno::Reference<com::sun::star::frame::XFrame>&&, vcl::Window*&, std::__1::unique_ptr<svx::TextCharacterSpacingControl, std::__1::default_delete<svx::TextCharacterSpacingControl> >&&)
Unexecuted instantiation: VclPtr<InterimToolbarPopup> VclPtr<InterimToolbarPopup>::Create<com::sun::star::uno::Reference<com::sun::star::frame::XFrame>, vcl::Window*&, std::__1::unique_ptr<svx::TextUnderlineControl, std::__1::default_delete<svx::TextUnderlineControl> > >(com::sun::star::uno::Reference<com::sun::star::frame::XFrame>&&, vcl::Window*&, std::__1::unique_ptr<svx::TextUnderlineControl, std::__1::default_delete<svx::TextUnderlineControl> >&&)
Unexecuted instantiation: VclPtr<InterimToolbarPopup> VclPtr<InterimToolbarPopup>::Create<com::sun::star::uno::Reference<com::sun::star::frame::XFrame>, vcl::Window*&, std::__1::unique_ptr<svx::ParaLineSpacingControl, std::__1::default_delete<svx::ParaLineSpacingControl> > >(com::sun::star::uno::Reference<com::sun::star::frame::XFrame>&&, vcl::Window*&, std::__1::unique_ptr<svx::ParaLineSpacingControl, std::__1::default_delete<svx::ParaLineSpacingControl> >&&)
Unexecuted instantiation: bulletsnumbering.cxx:VclPtr<InterimToolbarPopup> VclPtr<InterimToolbarPopup>::Create<com::sun::star::uno::Reference<com::sun::star::frame::XFrame>, vcl::Window*&, std::__1::unique_ptr<(anonymous namespace)::NumberingPopup, std::__1::default_delete<(anonymous namespace)::NumberingPopup> > >(com::sun::star::uno::Reference<com::sun::star::frame::XFrame>&&, vcl::Window*&, std::__1::unique_ptr<(anonymous namespace)::NumberingPopup, std::__1::default_delete<(anonymous namespace)::NumberingPopup> >&&)
Unexecuted instantiation: tbunocontroller.cxx:VclPtr<(anonymous namespace)::SvxFontSizeBox_Impl> VclPtr<(anonymous namespace)::SvxFontSizeBox_Impl>::Create<VclPtr<vcl::Window>&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame>&, (anonymous namespace)::FontHeightToolBoxControl&>(VclPtr<vcl::Window>&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame>&, (anonymous namespace)::FontHeightToolBoxControl&)
Unexecuted instantiation: VclPtr<svx::DialControlBmp> VclPtr<svx::DialControlBmp>::Create<OutputDevice&>(OutputDevice&)
Unexecuted instantiation: linectrl.cxx:VclPtr<InterimToolbarPopup> VclPtr<InterimToolbarPopup>::Create<com::sun::star::uno::Reference<com::sun::star::frame::XFrame>, vcl::Window*&, std::__1::unique_ptr<(anonymous namespace)::SvxLineEndWindow, std::__1::default_delete<(anonymous namespace)::SvxLineEndWindow> > >(com::sun::star::uno::Reference<com::sun::star::frame::XFrame>&&, vcl::Window*&, std::__1::unique_ptr<(anonymous namespace)::SvxLineEndWindow, std::__1::default_delete<(anonymous namespace)::SvxLineEndWindow> >&&)
Unexecuted instantiation: VclPtr<InterimToolbarPopup> VclPtr<InterimToolbarPopup>::Create<com::sun::star::uno::Reference<com::sun::star::frame::XFrame>, vcl::Window*&, std::__1::unique_ptr<SvxLineBox, std::__1::default_delete<SvxLineBox> > >(com::sun::star::uno::Reference<com::sun::star::frame::XFrame>&&, vcl::Window*&, std::__1::unique_ptr<SvxLineBox, std::__1::default_delete<SvxLineBox> >&&)
Unexecuted instantiation: VclPtr<StylesPreviewWindow_Impl> VclPtr<StylesPreviewWindow_Impl>::Create<VclPtr<vcl::Window>&, std::__1::vector<StylePreviewDescriptor, std::__1::allocator<StylePreviewDescriptor> >&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame>&>(VclPtr<vcl::Window>&, std::__1::vector<StylePreviewDescriptor, std::__1::allocator<StylePreviewDescriptor> >&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame>&)
Unexecuted instantiation: VclPtr<CancelButton> VclPtr<CancelButton>::Create<vcl::Window*&, long&>(vcl::Window*&, long&)
Unexecuted instantiation: VclPtr<ComboBox> VclPtr<ComboBox>::Create<vcl::Window*&, long>(vcl::Window*&, long&&)
Unexecuted instantiation: VclPtr<CurrencyBox> VclPtr<CurrencyBox>::Create<vcl::Window*&, long&>(vcl::Window*&, long&)
Unexecuted instantiation: VclPtr<CurrencyField> VclPtr<CurrencyField>::Create<vcl::Window*&, long&>(vcl::Window*&, long&)
Unexecuted instantiation: VclPtr<DateBox> VclPtr<DateBox>::Create<vcl::Window*&, long&>(vcl::Window*&, long&)
VclPtr<DockingAreaWindow> VclPtr<DockingAreaWindow>::Create<vcl::Window*&>(vcl::Window*&)
Line
Count
Source
152
48.6k
    {
153
48.6k
        return VclPtr( new reference_type(std::forward<Arg>(arg)...), SAL_NO_ACQUIRE );
154
48.6k
    }
Unexecuted instantiation: VclPtr<MultiLineEdit> VclPtr<MultiLineEdit>::Create<vcl::Window*&, long>(vcl::Window*&, long&&)
Unexecuted instantiation: vclxtoolkit.cxx:VclPtr<(anonymous namespace)::ErrorBox> VclPtr<(anonymous namespace)::ErrorBox>::Create<vcl::Window*&, MessBoxStyle&, long&, rtl::OUString>(vcl::Window*&, MessBoxStyle&, long&, rtl::OUString&&)
Unexecuted instantiation: VclPtr<FixedBitmap> VclPtr<FixedBitmap>::Create<vcl::Window*&, long&>(vcl::Window*&, long&)
Unexecuted instantiation: VclPtr<ImageControl> VclPtr<ImageControl>::Create<vcl::Window*&, long&>(vcl::Window*&, long&)
Unexecuted instantiation: VclPtr<FixedLine> VclPtr<FixedLine>::Create<vcl::Window*&, long&>(vcl::Window*&, long&)
Unexecuted instantiation: VclPtr<FloatingWindow> VclPtr<FloatingWindow>::Create<vcl::Window*&, long&>(vcl::Window*&, long&)
Unexecuted instantiation: VclPtr<GroupBox> VclPtr<GroupBox>::Create<vcl::Window*&, long&>(vcl::Window*&, long&)
Unexecuted instantiation: VclPtr<HelpButton> VclPtr<HelpButton>::Create<vcl::Window*&, long&>(vcl::Window*&, long&)
Unexecuted instantiation: VclPtr<ImageButton> VclPtr<ImageButton>::Create<vcl::Window*&, long&>(vcl::Window*&, long&)
Unexecuted instantiation: vclxtoolkit.cxx:VclPtr<(anonymous namespace)::InfoBox> VclPtr<(anonymous namespace)::InfoBox>::Create<vcl::Window*&, rtl::OUString>(vcl::Window*&, rtl::OUString&&)
Unexecuted instantiation: VclPtr<LongCurrencyBox> VclPtr<LongCurrencyBox>::Create<vcl::Window*&, long&>(vcl::Window*&, long&)
Unexecuted instantiation: VclPtr<MessBox> VclPtr<MessBox>::Create<vcl::Window*&, MessBoxStyle&, long&, rtl::OUString, rtl::OUString>(vcl::Window*&, MessBoxStyle&, long&, rtl::OUString&&, rtl::OUString&&)
Unexecuted instantiation: VclPtr<MetricBox> VclPtr<MetricBox>::Create<vcl::Window*&, long&>(vcl::Window*&, long&)
Unexecuted instantiation: VclPtr<MetricField> VclPtr<MetricField>::Create<vcl::Window*&, long&>(vcl::Window*&, long&)
Unexecuted instantiation: VclPtr<toolkit::ScrollableDialog> VclPtr<toolkit::ScrollableDialog>::Create<decltype(nullptr), long&, Dialog::InitFlag>(decltype(nullptr)&&, long&, Dialog::InitFlag&&)
Unexecuted instantiation: VclPtr<toolkit::ScrollableDialog> VclPtr<toolkit::ScrollableDialog>::Create<vcl::Window*&, long&>(vcl::Window*&, long&)
Unexecuted instantiation: VclPtr<MoreButton> VclPtr<MoreButton>::Create<vcl::Window*&, long&>(vcl::Window*&, long&)
Unexecuted instantiation: VclPtr<MultiListBox> VclPtr<MultiListBox>::Create<vcl::Window*&, long&>(vcl::Window*&, long&)
Unexecuted instantiation: VclPtr<NumericBox> VclPtr<NumericBox>::Create<vcl::Window*&, long&>(vcl::Window*&, long&)
Unexecuted instantiation: VclPtr<OKButton> VclPtr<OKButton>::Create<vcl::Window*&, long&>(vcl::Window*&, long&)
Unexecuted instantiation: VclPtr<PatternBox> VclPtr<PatternBox>::Create<vcl::Window*&, long&>(vcl::Window*&, long&)
Unexecuted instantiation: VclPtr<PatternField> VclPtr<PatternField>::Create<vcl::Window*&, long&>(vcl::Window*&, long&)
Unexecuted instantiation: vclxtoolkit.cxx:VclPtr<(anonymous namespace)::QueryBox> VclPtr<(anonymous namespace)::QueryBox>::Create<vcl::Window*&, MessBoxStyle&, long&, rtl::OUString>(vcl::Window*&, MessBoxStyle&, long&, rtl::OUString&&)
Unexecuted instantiation: VclPtr<ScrollBar> VclPtr<ScrollBar>::Create<vcl::Window*&, long&>(vcl::Window*&, long&)
Unexecuted instantiation: VclPtr<ScrollBarBox> VclPtr<ScrollBarBox>::Create<vcl::Window*&, long&>(vcl::Window*&, long&)
Unexecuted instantiation: VclPtr<SpinButton> VclPtr<SpinButton>::Create<vcl::Window*&, long&>(vcl::Window*&, long&)
Unexecuted instantiation: VclPtr<SpinField> VclPtr<SpinField>::Create<vcl::Window*&, long&>(vcl::Window*&, long&)
Unexecuted instantiation: VclPtr<Splitter> VclPtr<Splitter>::Create<vcl::Window*&, long&>(vcl::Window*&, long&)
Unexecuted instantiation: VclPtr<SplitWindow> VclPtr<SplitWindow>::Create<vcl::Window*&, long&>(vcl::Window*&, long&)
Unexecuted instantiation: VclPtr<StatusBar> VclPtr<StatusBar>::Create<vcl::Window*&, long&>(vcl::Window*&, long&)
Unexecuted instantiation: VclPtr<SystemChildWindow> VclPtr<SystemChildWindow>::Create<vcl::Window*&, long&>(vcl::Window*&, long&)
Unexecuted instantiation: VclPtr<TabControl> VclPtr<TabControl>::Create<vcl::Window*&, long&>(vcl::Window*&, long&)
Unexecuted instantiation: VclPtr<TabDialog> VclPtr<TabDialog>::Create<vcl::Window*&, long&>(vcl::Window*&, long&)
Unexecuted instantiation: VclPtr<TabPage> VclPtr<TabPage>::Create<vcl::Window*&, long&>(vcl::Window*&, long&)
Unexecuted instantiation: VclPtr<TimeBox> VclPtr<TimeBox>::Create<vcl::Window*&, long&>(vcl::Window*&, long&)
Unexecuted instantiation: VclPtr<TimeField> VclPtr<TimeField>::Create<vcl::Window*&, long&>(vcl::Window*&, long&)
Unexecuted instantiation: VclPtr<ToolBox> VclPtr<ToolBox>::Create<vcl::Window*&, long&>(vcl::Window*&, long&)
Unexecuted instantiation: vclxtoolkit.cxx:VclPtr<(anonymous namespace)::WarningBox> VclPtr<(anonymous namespace)::WarningBox>::Create<vcl::Window*&, MessBoxStyle&, long&, rtl::OUString>(vcl::Window*&, MessBoxStyle&, long&, rtl::OUString&&)
Unexecuted instantiation: VclPtr<DockingWindow> VclPtr<DockingWindow>::Create<vcl::Window*&, long&>(vcl::Window*&, long&)
Unexecuted instantiation: VclPtr<WorkWindow> VclPtr<WorkWindow>::Create<SystemParentData*>(SystemParentData*&&)
VclPtr<WorkWindow> VclPtr<WorkWindow>::Create<vcl::Window*&, long&>(vcl::Window*&, long&)
Line
Count
Source
152
8.22k
    {
153
8.22k
        return VclPtr( new reference_type(std::forward<Arg>(arg)...), SAL_NO_ACQUIRE );
154
8.22k
    }
Unexecuted instantiation: VclPtr<vcl::Window> VclPtr<vcl::Window>::Create<vcl::Window*&, long&>(vcl::Window*&, long&)
Unexecuted instantiation: VclPtr<Throbber> VclPtr<Throbber>::Create<vcl::Window*&, long&>(vcl::Window*&, long&)
Unexecuted instantiation: VclPtr<vcl::ORoadmap> VclPtr<vcl::ORoadmap>::Create<vcl::Window*&, long const&>(vcl::Window*&, long const&)
Unexecuted instantiation: VclPtr<FixedHyperlink> VclPtr<FixedHyperlink>::Create<vcl::Window*&, long&>(vcl::Window*&, long&)
Unexecuted instantiation: VclPtr<ProgressBar> VclPtr<ProgressBar>::Create<vcl::Window*&, long&, ProgressBar::BarStyle>(vcl::Window*&, long&, ProgressBar::BarStyle&&)
Unexecuted instantiation: VclPtr<FileControl> VclPtr<FileControl>::Create<vcl::Window*&, long&>(vcl::Window*&, long&)
Unexecuted instantiation: VclPtr<FormattedField> VclPtr<FormattedField>::Create<vcl::Window*&, long&>(vcl::Window*&, long&)
Unexecuted instantiation: VclPtr<DoubleNumericField> VclPtr<DoubleNumericField>::Create<vcl::Window*&, long&>(vcl::Window*&, long&)
Unexecuted instantiation: VclPtr<DoubleCurrencyField> VclPtr<DoubleCurrencyField>::Create<vcl::Window*&, long&>(vcl::Window*&, long&)
Unexecuted instantiation: VclPtr<CalendarField> VclPtr<CalendarField>::Create<vcl::Window*&, long&>(vcl::Window*&, long&)
Unexecuted instantiation: VclPtr<svt::table::TableControl> VclPtr<svt::table::TableControl>::Create<vcl::Window*&, long&>(vcl::Window*&, long&)
Unexecuted instantiation: VclPtr<WorkWindow> VclPtr<WorkWindow>::Create<decltype(nullptr), com::sun::star::uno::Any const&>(decltype(nullptr)&&, com::sun::star::uno::Any const&)
Unexecuted instantiation: VclPtr<FixedImage> VclPtr<FixedImage>::Create<MessBox*>(MessBox*&&)
Unexecuted instantiation: VclPtr<VclMultiLineEdit> VclPtr<VclMultiLineEdit>::Create<MessBox*, long&>(MessBox*&&, long&)
Unexecuted instantiation: VclPtr<ScrollBar> VclPtr<ScrollBar>::Create<vcl::Window*, long>(vcl::Window*&&, long&&)
Unexecuted instantiation: VclPtr<svt::table::TableDataWindow> VclPtr<svt::table::TableDataWindow>::Create<svt::table::TableControl_Impl&>(svt::table::TableControl_Impl&)
Unexecuted instantiation: VclPtr<ScrollBarBox> VclPtr<ScrollBarBox>::Create<svt::table::TableControl*>(svt::table::TableControl*&&)
Unexecuted instantiation: VclPtr<UnoTreeListBoxImpl> VclPtr<UnoTreeListBoxImpl>::Create<TreeControlPeer*, vcl::Window*&, long&>(TreeControlPeer*&&, vcl::Window*&, long&)
Unexecuted instantiation: VclPtr<CancelButton> VclPtr<CancelButton>::Create<ButtonDialog*, long&>(ButtonDialog*&&, long&)
Unexecuted instantiation: VclPtr<OKButton> VclPtr<OKButton>::Create<ButtonDialog*, long&>(ButtonDialog*&&, long&)
Unexecuted instantiation: VclPtr<HelpButton> VclPtr<HelpButton>::Create<ButtonDialog*, long&>(ButtonDialog*&&, long&)
Unexecuted instantiation: VclPtr<PushButton> VclPtr<PushButton>::Create<ButtonDialog*, long&>(ButtonDialog*&&, long&)
Unexecuted instantiation: VclPtr<SvResizeWindow> VclPtr<SvResizeWindow>::Create<VclPtr<vcl::Window>&, VCLXHatchWindow*>(VclPtr<vcl::Window>&, VCLXHatchWindow*&&)
Unexecuted instantiation: VclPtr<FixedLine> VclPtr<FixedLine>::Create<TabDialog*>(TabDialog*&&)
Unexecuted instantiation: VclPtr<InterimToolbarPopup> VclPtr<InterimToolbarPopup>::Create<com::sun::star::uno::Reference<com::sun::star::frame::XFrame>, vcl::Window*&, std::__1::unique_ptr<chart::sidebar::ChartColorPalettePopup, std::__1::default_delete<chart::sidebar::ChartColorPalettePopup> > >(com::sun::star::uno::Reference<com::sun::star::frame::XFrame>&&, vcl::Window*&, std::__1::unique_ptr<chart::sidebar::ChartColorPalettePopup, std::__1::default_delete<chart::sidebar::ChartColorPalettePopup> >&&)
Unexecuted instantiation: VclPtr<chart::ChartWindow> VclPtr<chart::ChartWindow>::Create<chart::ChartController*, vcl::Window*&, long>(chart::ChartController*&&, vcl::Window*&, long&&)
Unexecuted instantiation: VclPtr<chart::DataBrowser> VclPtr<chart::DataBrowser>::Create<com::sun::star::uno::Reference<com::sun::star::awt::XWindow>&, weld::Box*, weld::Box*>(com::sun::star::uno::Reference<com::sun::star::awt::XWindow>&, weld::Box*&&, weld::Box*&&)
Unexecuted instantiation: VclPtr<SmGraphicWindow> VclPtr<SmGraphicWindow>::Create<SmViewShell&>(SmViewShell&)
Unexecuted instantiation: VclPtr<SfxPrinter> VclPtr<SfxPrinter>::Create<std::__1::unique_ptr<SfxItemSetFixed<(unsigned short)30368, (unsigned short)30372, (unsigned short)30380, (unsigned short)30381, (unsigned short)30383, (unsigned short)30385, (unsigned short)30387, (unsigned short)30387>, std::__1::default_delete<SfxItemSetFixed<(unsigned short)30368, (unsigned short)30372, (unsigned short)30380, (unsigned short)30381, (unsigned short)30383, (unsigned short)30385, (unsigned short)30387, (unsigned short)30387> > > >(std::__1::unique_ptr<SfxItemSetFixed<(unsigned short)30368, (unsigned short)30372, (unsigned short)30380, (unsigned short)30381, (unsigned short)30383, (unsigned short)30385, (unsigned short)30387, (unsigned short)30387>, std::__1::default_delete<SfxItemSetFixed<(unsigned short)30368, (unsigned short)30372, (unsigned short)30380, (unsigned short)30381, (unsigned short)30383, (unsigned short)30385, (unsigned short)30387, (unsigned short)30387> > >&&)
Unexecuted instantiation: VclPtr<VirtualDevice> VclPtr<VirtualDevice>::Create<OutputDevice const&, DeviceFormat>(OutputDevice const&, DeviceFormat&&)
Unexecuted instantiation: VclPtr<VirtualDevice> VclPtr<VirtualDevice>::Create<OutputDevice const&>(OutputDevice const&)
Unexecuted instantiation: VclPtr<Svx3DWin> VclPtr<Svx3DWin>::Create<SfxBindings*&, Svx3DChildWindow*, vcl::Window*&>(SfxBindings*&, Svx3DChildWindow*&&, vcl::Window*&)
Unexecuted instantiation: VclPtr<SfxPrinter> VclPtr<SfxPrinter>::Create<std::__1::unique_ptr<SfxItemSet, std::__1::default_delete<SfxItemSet> >, JobSetup const&>(std::__1::unique_ptr<SfxItemSet, std::__1::default_delete<SfxItemSet> >&&, JobSetup const&)
Unexecuted instantiation: VclPtr<SfxPrinter> VclPtr<SfxPrinter>::Create<SfxPrinter&>(SfxPrinter&)
Unexecuted instantiation: VclPtr<SwHeaderFooterDashedLine> VclPtr<SwHeaderFooterDashedLine>::Create<VclPtr<SwEditWin>&, SwPageFrame const*&, bool const&>(VclPtr<SwEditWin>&, SwPageFrame const*&, bool const&)
Unexecuted instantiation: VclPtr<SwBreakDashedLine> VclPtr<SwBreakDashedLine>::Create<VclPtr<SwEditWin>&, SwPageFrame const*&>(VclPtr<SwEditWin>&, SwPageFrame const*&)
Unexecuted instantiation: VclPtr<UnfloatTableButton> VclPtr<UnfloatTableButton>::Create<VclPtr<SwEditWin>&, SwFlyFrame const*&>(VclPtr<SwEditWin>&, SwFlyFrame const*&)
Unexecuted instantiation: VclPtr<SwContentControlAliasButton> VclPtr<SwContentControlAliasButton>::Create<VclPtr<SwEditWin>&, SwContentControl*&>(VclPtr<SwEditWin>&, SwContentControl*&)
Unexecuted instantiation: VclPtr<SwOutlineContentVisibilityWin> VclPtr<SwOutlineContentVisibilityWin>::Create<VclPtr<SwEditWin>&, SwContentFrame const*&>(VclPtr<SwEditWin>&, SwContentFrame const*&)
Unexecuted instantiation: VclPtr<SwPageBreakWin> VclPtr<SwPageBreakWin>::Create<SwBreakDashedLine*, VclPtr<SwEditWin>&, SwFrame const*&>(SwBreakDashedLine*&&, VclPtr<SwEditWin>&, SwFrame const*&)
Unexecuted instantiation: VclPtr<SwHeaderFooterWin> VclPtr<SwHeaderFooterWin>::Create<VclPtr<SwEditWin>&, SwFrame const*&, bool&>(VclPtr<SwEditWin>&, SwFrame const*&, bool&)
Unexecuted instantiation: VclPtr<SfxPrinter> VclPtr<SfxPrinter>::Create<std::__1::unique_ptr<SfxItemSetFixed<(unsigned short)5320, (unsigned short)5320, (unsigned short)5324, (unsigned short)5324, (unsigned short)21118, (unsigned short)21118>, std::__1::default_delete<SfxItemSetFixed<(unsigned short)5320, (unsigned short)5320, (unsigned short)5324, (unsigned short)5324, (unsigned short)21118, (unsigned short)21118> > > >(std::__1::unique_ptr<SfxItemSetFixed<(unsigned short)5320, (unsigned short)5320, (unsigned short)5324, (unsigned short)5324, (unsigned short)21118, (unsigned short)21118>, std::__1::default_delete<SfxItemSetFixed<(unsigned short)5320, (unsigned short)5320, (unsigned short)5324, (unsigned short)5324, (unsigned short)21118, (unsigned short)21118> > >&&)
Unexecuted instantiation: VclPtr<PosEdit> VclPtr<PosEdit>::Create<SwInputWindow*>(SwInputWindow*&&)
Unexecuted instantiation: VclPtr<InputEdit> VclPtr<InputEdit>::Create<SwInputWindow*>(SwInputWindow*&&)
Unexecuted instantiation: VclPtr<SwInputWindow> VclPtr<SwInputWindow>::Create<vcl::Window*&, SfxDispatcher*&>(vcl::Window*&, SfxDispatcher*&)
Unexecuted instantiation: VclPtr<NavElementBox_Impl> VclPtr<NavElementBox_Impl>::Create<VclPtr<vcl::Window>&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame>&>(VclPtr<vcl::Window>&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame>&)
Unexecuted instantiation: VclPtr<sw::sidebar::QuickFindPanelWindow> VclPtr<sw::sidebar::QuickFindPanelWindow>::Create<SfxBindings*&, sw::sidebar::QuickFindPanelWrapper*, vcl::Window*&, SfxChildWinInfo*&>(SfxBindings*&, sw::sidebar::QuickFindPanelWrapper*&&, vcl::Window*&, SfxChildWinInfo*&)
Unexecuted instantiation: VclPtr<SwPagePreviewWin> VclPtr<SwPagePreviewWin>::Create<vcl::Window*, SwPagePreview&>(vcl::Window*&&, SwPagePreview&)
Unexecuted instantiation: VclPtr<SwScrollbar> VclPtr<SwScrollbar>::Create<vcl::Window*&, bool&>(vcl::Window*&, bool&)
Unexecuted instantiation: VclPtr<SwSrcEditWindow> VclPtr<SwSrcEditWindow>::Create<vcl::Window*, SwSrcView*>(vcl::Window*&&, SwSrcView*&&)
VclPtr<SwEditWin> VclPtr<SwEditWin>::Create<vcl::Window*, SwView&>(vcl::Window*&&, SwView&)
Line
Count
Source
152
3.93k
    {
153
3.93k
        return VclPtr( new reference_type(std::forward<Arg>(arg)...), SAL_NO_ACQUIRE );
154
3.93k
    }
VclPtr<SwCommentRuler> VclPtr<SwCommentRuler>::Create<SwWrtShell*, vcl::Window*, VclPtr<SwEditWin>&, o3tl::is_typed_flags<SvxRulerSupportFlags, 255>::Wrap, SfxBindings&, long>(SwWrtShell*&&, vcl::Window*&&, VclPtr<SwEditWin>&, o3tl::is_typed_flags<SvxRulerSupportFlags, 255>::Wrap&&, SfxBindings&, long&&)
Line
Count
Source
152
3.93k
    {
153
3.93k
        return VclPtr( new reference_type(std::forward<Arg>(arg)...), SAL_NO_ACQUIRE );
154
3.93k
    }
VclPtr<SvxRuler> VclPtr<SvxRuler>::Create<vcl::Window*, VclPtr<SwEditWin>&, o3tl::is_typed_flags<SvxRulerSupportFlags, 255>::Wrap, SfxBindings&, long>(vcl::Window*&&, VclPtr<SwEditWin>&, o3tl::is_typed_flags<SvxRulerSupportFlags, 255>::Wrap&&, SfxBindings&, long&&)
Line
Count
Source
152
3.93k
    {
153
3.93k
        return VclPtr( new reference_type(std::forward<Arg>(arg)...), SAL_NO_ACQUIRE );
154
3.93k
    }
Unexecuted instantiation: VclPtr<SwNavigatorWin> VclPtr<SwNavigatorWin>::Create<SfxBindings*&, SwNavigatorWrapper*, vcl::Window*&, SfxChildWinInfo*&>(SfxBindings*&, SwNavigatorWrapper*&&, vcl::Window*&, SfxChildWinInfo*&)
Unexecuted instantiation: VclPtr<DropDownFormFieldButton> VclPtr<DropDownFormFieldButton>::Create<SwEditWin*&, sw::mark::DropDownFieldmark&>(SwEditWin*&, sw::mark::DropDownFieldmark&)
Unexecuted instantiation: VclPtr<DateFormFieldButton> VclPtr<DateFormFieldButton>::Create<SwEditWin*&, sw::mark::DateFieldmark&, SvNumberFormatter*&>(SwEditWin*&, sw::mark::DateFieldmark&, SvNumberFormatter*&)
Unexecuted instantiation: VclPtr<SwDropDownContentControlButton> VclPtr<SwDropDownContentControlButton>::Create<SwEditWin*, std::__1::shared_ptr<SwContentControl>&>(SwEditWin*&&, std::__1::shared_ptr<SwContentControl>&)
Unexecuted instantiation: VclPtr<SwDateContentControlButton> VclPtr<SwDateContentControlButton>::Create<SwEditWin*, std::__1::shared_ptr<SwContentControl>&, SvNumberFormatter*>(SwEditWin*&&, std::__1::shared_ptr<SwContentControl>&, SvNumberFormatter*&&)
Unexecuted instantiation: VclPtr<sw::annotation::SwAnnotationWin> VclPtr<sw::annotation::SwAnnotationWin>::Create<SwEditWin&, SwPostItMgr&, SwAnnotationItem&, SwFormatField*>(SwEditWin&, SwPostItMgr&, SwAnnotationItem&, SwFormatField*&&)
Unexecuted instantiation: VclPtr<TextViewOutWin> VclPtr<TextViewOutWin>::Create<SwSrcEditWindow*, int>(SwSrcEditWindow*&&, int&&)
Unexecuted instantiation: VclPtr<ScrollAdaptor> VclPtr<ScrollAdaptor>::Create<SwSrcEditWindow*, bool>(SwSrcEditWindow*&&, bool&&)
Unexecuted instantiation: VclPtr<svx::ParaAboveSpacingWindow> VclPtr<svx::ParaAboveSpacingWindow>::Create<vcl::Window*&>(vcl::Window*&)
Unexecuted instantiation: VclPtr<svx::ParaBelowSpacingWindow> VclPtr<svx::ParaBelowSpacingWindow>::Create<vcl::Window*&>(vcl::Window*&)
Unexecuted instantiation: VclPtr<svx::ParaLeftSpacingWindow> VclPtr<svx::ParaLeftSpacingWindow>::Create<vcl::Window*&>(vcl::Window*&)
Unexecuted instantiation: VclPtr<svx::ParaRightSpacingWindow> VclPtr<svx::ParaRightSpacingWindow>::Create<vcl::Window*&>(vcl::Window*&)
Unexecuted instantiation: VclPtr<svx::ParaFirstLineSpacingWindow> VclPtr<svx::ParaFirstLineSpacingWindow>::Create<vcl::Window*&>(vcl::Window*&)
Unexecuted instantiation: ViewShellBase.cxx:VclPtr<sd::(anonymous namespace)::FocusForwardingWindow> VclPtr<sd::(anonymous namespace)::FocusForwardingWindow>::Create<vcl::Window&, sd::ViewShellBase&>(vcl::Window&, sd::ViewShellBase&)
Unexecuted instantiation: VclPtr<sd::TabBarControl> VclPtr<sd::TabBarControl>::Create<vcl::Window*, sd::ViewTabBar*>(vcl::Window*&&, sd::ViewTabBar*&&)
Unexecuted instantiation: VclPtr<sd::Ruler> VclPtr<sd::Ruler>::Create<sd::DrawViewShell&, vcl::Window*, sd::Window*&, SvxRulerSupportFlags&, SfxBindings&, long&>(sd::DrawViewShell&, vcl::Window*&&, sd::Window*&, SvxRulerSupportFlags&, SfxBindings&, long&)
Unexecuted instantiation: VclPtr<sd::TabControl> VclPtr<sd::TabControl>::Create<sd::DrawViewShell*, vcl::Window*&>(sd::DrawViewShell*&&, vcl::Window*&)
Unexecuted instantiation: VclPtr<sd::LayerTabBar> VclPtr<sd::LayerTabBar>::Create<sd::GraphicViewShell*, vcl::Window*>(sd::GraphicViewShell*&&, vcl::Window*&&)
Unexecuted instantiation: VclPtr<sd::Window> VclPtr<sd::Window>::Create<vcl::Window*>(vcl::Window*&&)
Unexecuted instantiation: VclPtr<ScrollAdaptor> VclPtr<ScrollAdaptor>::Create<vcl::Window*, bool>(vcl::Window*&&, bool&&)
Unexecuted instantiation: VclPtr<sd::AnimationWindow> VclPtr<sd::AnimationWindow>::Create<SfxBindings*&, sd::AnimationChildWindow*, vcl::Window*&>(SfxBindings*&, sd::AnimationChildWindow*&&, vcl::Window*&)
Unexecuted instantiation: VclPtr<sd::TitledDockingWindow> VclPtr<sd::TitledDockingWindow>::Create<SfxBindings*&, sd::PaneChildWindow*, vcl::Window*&, rtl::OUString>(SfxBindings*&, sd::PaneChildWindow*&&, vcl::Window*&, rtl::OUString&&)
Unexecuted instantiation: VclPtr<ToolBox> VclPtr<ToolBox>::Create<sd::TitledDockingWindow*>(sd::TitledDockingWindow*&&)
Unexecuted instantiation: VclPtr<vcl::Window> VclPtr<vcl::Window>::Create<sd::TitledDockingWindow*, long const&>(sd::TitledDockingWindow*&&, long const&)
VclPtr<SfxPrinter> VclPtr<SfxPrinter>::Create<std::__1::unique_ptr<SfxItemSetFixed<(unsigned short)5320, (unsigned short)5320, (unsigned short)5324, (unsigned short)5324, (unsigned short)28289, (unsigned short)28289>, std::__1::default_delete<SfxItemSetFixed<(unsigned short)5320, (unsigned short)5320, (unsigned short)5324, (unsigned short)5324, (unsigned short)28289, (unsigned short)28289> > > >(std::__1::unique_ptr<SfxItemSetFixed<(unsigned short)5320, (unsigned short)5320, (unsigned short)5324, (unsigned short)5324, (unsigned short)28289, (unsigned short)28289>, std::__1::default_delete<SfxItemSetFixed<(unsigned short)5320, (unsigned short)5320, (unsigned short)5324, (unsigned short)5324, (unsigned short)28289, (unsigned short)28289> > >&&)
Line
Count
Source
152
37.7k
    {
153
37.7k
        return VclPtr( new reference_type(std::forward<Arg>(arg)...), SAL_NO_ACQUIRE );
154
37.7k
    }
Unexecuted instantiation: slideshow.cxx:VclPtr<(anonymous namespace)::FullScreenWorkWindow> VclPtr<(anonymous namespace)::FullScreenWorkWindow>::Create<sd::SlideShow*, sd::ViewShellBase*&>(sd::SlideShow*&&, sd::ViewShellBase*&)
Unexecuted instantiation: VclPtr<sd::ShowWindow> VclPtr<sd::ShowWindow>::Create<sd::SlideshowImpl*, vcl::Window*>(sd::SlideshowImpl*&&, vcl::Window*&&)
Unexecuted instantiation: VclPtr<sd::ShowWindow> VclPtr<sd::ShowWindow>::Create<sd::SlideshowImpl*, VclPtr<vcl::Window>&>(sd::SlideshowImpl*&&, VclPtr<vcl::Window>&)
Unexecuted instantiation: VclPtr<sd::SdNavigatorFloat> VclPtr<sd::SdNavigatorFloat>::Create<SfxBindings*&, sd::SdNavigatorWrapper*, vcl::Window*&, SfxChildWinInfo*&>(SfxBindings*&, sd::SdNavigatorWrapper*&&, vcl::Window*&, SfxChildWinInfo*&)
Unexecuted instantiation: VclPtr<SdPagesField> VclPtr<SdPagesField>::Create<vcl::Window*&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame>&>(vcl::Window*&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame>&)
Unexecuted instantiation: VclPtr<GlueEscDirLB> VclPtr<GlueEscDirLB>::Create<vcl::Window*&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame>&>(vcl::Window*&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame>&)
Unexecuted instantiation: VclPtr<vcl::Window> VclPtr<vcl::Window>::Create<WorkWindow*>(WorkWindow*&&)
Unexecuted instantiation: VclPtr<SvxBmpMask> VclPtr<SvxBmpMask>::Create<SfxBindings*&, SvxBmpMaskChildWindow*, vcl::Window*&>(SfxBindings*&, SvxBmpMaskChildWindow*&&, vcl::Window*&)
Unexecuted instantiation: VclPtr<SvxColorDockingWindow> VclPtr<SvxColorDockingWindow>::Create<SfxBindings*&, SvxColorChildWindow*, vcl::Window*&>(SfxBindings*&, SvxColorChildWindow*&&, vcl::Window*&)
Unexecuted instantiation: slidelayoutcontroller.cxx:VclPtr<InterimToolbarPopup> VclPtr<InterimToolbarPopup>::Create<com::sun::star::uno::Reference<com::sun::star::frame::XFrame>, vcl::Window*&, std::__1::unique_ptr<sd::(anonymous namespace)::LayoutToolbarMenu, std::__1::default_delete<sd::(anonymous namespace)::LayoutToolbarMenu> > >(com::sun::star::uno::Reference<com::sun::star::frame::XFrame>&&, vcl::Window*&, std::__1::unique_ptr<sd::(anonymous namespace)::LayoutToolbarMenu, std::__1::default_delete<sd::(anonymous namespace)::LayoutToolbarMenu> >&&)
Unexecuted instantiation: displaymodecontroller.cxx:VclPtr<InterimToolbarPopup> VclPtr<InterimToolbarPopup>::Create<com::sun::star::uno::Reference<com::sun::star::frame::XFrame>, vcl::Window*&, std::__1::unique_ptr<sd::(anonymous namespace)::DisplayModeToolbarMenu, std::__1::default_delete<sd::(anonymous namespace)::DisplayModeToolbarMenu> > >(com::sun::star::uno::Reference<com::sun::star::frame::XFrame>&&, vcl::Window*&, std::__1::unique_ptr<sd::(anonymous namespace)::DisplayModeToolbarMenu, std::__1::default_delete<sd::(anonymous namespace)::DisplayModeToolbarMenu> >&&)
Unexecuted instantiation: VclPtr<SlideTransitionsPaneWrapper> VclPtr<SlideTransitionsPaneWrapper>::Create<VclPtr<vcl::Window>&, sd::ViewShellBase&>(VclPtr<vcl::Window>&, sd::ViewShellBase&)
Unexecuted instantiation: VclPtr<ThemeColorsPaneWrapper> VclPtr<ThemeColorsPaneWrapper>::Create<VclPtr<vcl::Window>&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame>&>(VclPtr<vcl::Window>&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame>&)
155
156
    /** Probably most common used: handle->someBodyOp().
157
     */
158
    reference_type * operator->() const
159
135M
    {
160
135M
        return m_rInnerRef.get();
161
135M
    }
VclPtr<OutputDevice>::operator->() const
Line
Count
Source
159
21.1M
    {
160
21.1M
        return m_rInnerRef.get();
161
21.1M
    }
VclPtr<VirtualDevice>::operator->() const
Line
Count
Source
159
17.4M
    {
160
17.4M
        return m_rInnerRef.get();
161
17.4M
    }
VclPtr<vcl::Window>::operator->() const
Line
Count
Source
159
5.36M
    {
160
5.36M
        return m_rInnerRef.get();
161
5.36M
    }
Unexecuted instantiation: VclPtr<VclEventBox::EventBoxHelper>::operator->() const
Unexecuted instantiation: VclPtr<DisclosureButton>::operator->() const
Unexecuted instantiation: VclPtr<ScrollBar>::operator->() const
Unexecuted instantiation: VclPtr<ScrollBarBox>::operator->() const
Unexecuted instantiation: VclPtr<VclGrid>::operator->() const
Unexecuted instantiation: VclPtr<VclVBox>::operator->() const
Unexecuted instantiation: VclPtr<FixedImage>::operator->() const
Unexecuted instantiation: VclPtr<VclMultiLineEdit>::operator->() const
Unexecuted instantiation: VclPtr<PushButton>::operator->() const
Unexecuted instantiation: VclPtr<VclBox>::operator->() const
Unexecuted instantiation: VclPtr<VclButtonBox>::operator->() const
Unexecuted instantiation: VclPtr<Splitter>::operator->() const
Unexecuted instantiation: VclPtr<NotebookBar>::operator->() const
Unexecuted instantiation: VclPtr<ImplWheelWindow>::operator->() const
VclPtr<vcl::WindowOutputDevice>::operator->() const
Line
Count
Source
159
1.16M
    {
160
1.16M
        return m_rInnerRef.get();
161
1.16M
    }
Unexecuted instantiation: VclPtr<HelpTextWindow>::operator->() const
VclPtr<ImplBorderWindow>::operator->() const
Line
Count
Source
159
51.9k
    {
160
51.9k
        return m_rInnerRef.get();
161
51.9k
    }
Unexecuted instantiation: VclPtr<FloatingWindow>::operator->() const
Unexecuted instantiation: VclPtr<Dialog>::operator->() const
Unexecuted instantiation: VclPtr<Button>::operator->() const
Unexecuted instantiation: VclPtr<RadioButton>::operator->() const
Unexecuted instantiation: VclPtr<Control>::operator->() const
Unexecuted instantiation: VclPtr<Control const>::operator->() const
Unexecuted instantiation: VclPtr<Edit>::operator->() const
Unexecuted instantiation: VclPtr<PopupMenu>::operator->() const
Unexecuted instantiation: VclPtr<SystemWindow>::operator->() const
Unexecuted instantiation: VclPtr<ListBox>::operator->() const
Unexecuted instantiation: VclPtr<TabPage>::operator->() const
Unexecuted instantiation: VclPtr<ToolBox>::operator->() const
Unexecuted instantiation: VclPtr<TextWindow>::operator->() const
VclPtr<OutputDevice const>::operator->() const
Line
Count
Source
159
80.3M
    {
160
80.3M
        return m_rInnerRef.get();
161
80.3M
    }
VclPtr<Printer>::operator->() const
Line
Count
Source
159
31.2k
    {
160
31.2k
        return m_rInnerRef.get();
161
31.2k
    }
VclPtr<WorkWindow>::operator->() const
Line
Count
Source
159
31
    {
160
31
        return m_rInnerRef.get();
161
31
    }
Unexecuted instantiation: VclPtr<SvtIconChoiceCtrl>::operator->() const
Unexecuted instantiation: VclPtr<FixedHyperlink>::operator->() const
Unexecuted instantiation: VclPtr<vcl::RoadmapWizard>::operator->() const
Unexecuted instantiation: VclPtr<VclBin>::operator->() const
Unexecuted instantiation: VclPtr<MessageDialog>::operator->() const
Unexecuted instantiation: VclPtr<VclFrame>::operator->() const
Unexecuted instantiation: VclPtr<VclScrolledWindow>::operator->() const
Unexecuted instantiation: VclPtr<TabControl>::operator->() const
Unexecuted instantiation: VclPtr<VerticalTabControl>::operator->() const
Unexecuted instantiation: VclPtr<MenuButton>::operator->() const
Unexecuted instantiation: VclPtr<CheckBox>::operator->() const
Unexecuted instantiation: VclPtr<SvTreeListBox>::operator->() const
Unexecuted instantiation: VclPtr<SvTabListBox>::operator->() const
Unexecuted instantiation: VclPtr<SvHeaderTabListBox>::operator->() const
Unexecuted instantiation: VclPtr<HeaderBar>::operator->() const
Unexecuted instantiation: VclPtr<IconView>::operator->() const
Unexecuted instantiation: VclPtr<FormattedField>::operator->() const
Unexecuted instantiation: VclPtr<VclExpander>::operator->() const
Unexecuted instantiation: VclPtr<VclDrawingArea>::operator->() const
Unexecuted instantiation: VclPtr<ComboBox>::operator->() const
Unexecuted instantiation: VclPtr<DockingWindow>::operator->() const
Unexecuted instantiation: VclPtr<VclPaned>::operator->() const
Unexecuted instantiation: VclPtr<Slider>::operator->() const
Unexecuted instantiation: VclPtr<ProgressBar>::operator->() const
Unexecuted instantiation: VclPtr<Throbber>::operator->() const
Unexecuted instantiation: VclPtr<Calendar>::operator->() const
Unexecuted instantiation: VclPtr<ImplListBoxWindow>::operator->() const
VclPtr<vcl::PDFWriterImpl>::operator->() const
Line
Count
Source
159
8.99M
    {
160
8.99M
        return m_rInnerRef.get();
161
8.99M
    }
Unexecuted instantiation: VclPtr<SpinButton>::operator->() const
Unexecuted instantiation: VclPtr<SpinField>::operator->() const
Unexecuted instantiation: VclPtr<MetricField>::operator->() const
Unexecuted instantiation: VclPtr<AbstractScreenshotAnnotationDlg>::operator->() const
Unexecuted instantiation: VclPtr<FixedText>::operator->() const
Unexecuted instantiation: VclPtr<ImplPopupFloatWin>::operator->() const
Unexecuted instantiation: dockmgr.cxx:VclPtr<(anonymous namespace)::ImplDockFloatWin2>::operator->() const
Unexecuted instantiation: dockwin.cxx:VclPtr<(anonymous namespace)::ImplDockFloatWin>::operator->() const
Unexecuted instantiation: VclPtr<Menu>::operator->() const
Unexecuted instantiation: VclPtr<MenuBarWindow>::operator->() const
Unexecuted instantiation: VclPtr<MenuFloatingWindow>::operator->() const
Unexecuted instantiation: VclPtr<DecoToolBox>::operator->() const
Unexecuted instantiation: VclPtr<MenuBar>::operator->() const
Unexecuted instantiation: VclPtr<ImplCFieldFloatWin>::operator->() const
Unexecuted instantiation: VclPtr<ImplListBoxFloatingWindow>::operator->() const
Unexecuted instantiation: VclPtr<ImplBtn>::operator->() const
Unexecuted instantiation: VclPtr<ImplListBox>::operator->() const
Unexecuted instantiation: VclPtr<NotebookbarPopup>::operator->() const
Unexecuted instantiation: VclPtr<ImplWin>::operator->() const
Unexecuted instantiation: VclPtr<VclHBox>::operator->() const
Unexecuted instantiation: VclPtr<vcl::ORoadmap>::operator->() const
Unexecuted instantiation: VclPtr<HelpButton>::operator->() const
Unexecuted instantiation: VclPtr<OKButton>::operator->() const
Unexecuted instantiation: VclPtr<CancelButton>::operator->() const
Unexecuted instantiation: VclPtr<StatusBar>::operator->() const
Unexecuted instantiation: roadmap.cxx:VclPtr<vcl::(anonymous namespace)::IDLabel>::operator->() const
Unexecuted instantiation: VclPtr<vcl::HyperLabel>::operator->() const
Unexecuted instantiation: VclPtr<ImageControl>::operator->() const
Unexecuted instantiation: VclPtr<MessBox>::operator->() const
Unexecuted instantiation: VclPtr<DateField>::operator->() const
Unexecuted instantiation: VclPtr<TimeField>::operator->() const
Unexecuted instantiation: VclPtr<PatternField>::operator->() const
Unexecuted instantiation: VclPtr<FileControl>::operator->() const
Unexecuted instantiation: VclPtr<DoubleCurrencyField>::operator->() const
Unexecuted instantiation: VclPtr<MultiLineEdit>::operator->() const
Unexecuted instantiation: VclPtr<SystemChildWindow>::operator->() const
VclPtr<SfxPrinter>::operator->() const
Line
Count
Source
159
266k
    {
160
266k
        return m_rInnerRef.get();
161
266k
    }
Unexecuted instantiation: VclPtr<SheetViewBox>::operator->() const
Unexecuted instantiation: VclPtr<TableStylesBox>::operator->() const
Unexecuted instantiation: VclPtr<AbstractScLinkedAreaDlg>::operator->() const
Unexecuted instantiation: VclPtr<SfxInfoBarWindow>::operator->() const
Unexecuted instantiation: VclPtr<AbstractScNewScenarioDlg>::operator->() const
Unexecuted instantiation: VclPtr<AbstractScColRowLabelDlg>::operator->() const
Unexecuted instantiation: VclPtr<SfxAbstractTabDialog>::operator->() const
Unexecuted instantiation: VclPtr<SfxAbstractDialog>::operator->() const
Unexecuted instantiation: VclPtr<AbstractSvxAreaTabDialog>::operator->() const
Unexecuted instantiation: VclPtr<VclAbstractDialog>::operator->() const
Unexecuted instantiation: VclPtr<AbstractSvxObjectNameDialog>::operator->() const
Unexecuted instantiation: VclPtr<AbstractSvxObjectTitleDescDialog>::operator->() const
Unexecuted instantiation: VclPtr<SfxAbstractPasteDialog>::operator->() const
Unexecuted instantiation: VclPtr<AbstractSvxPostItDialog>::operator->() const
Unexecuted instantiation: VclPtr<SfxNavigator>::operator->() const
Unexecuted instantiation: VclPtr<ScNumberFormat>::operator->() const
Unexecuted instantiation: VclPtr<AbstractScInsertCellDlg>::operator->() const
Unexecuted instantiation: VclPtr<AbstractScDeleteCellDlg>::operator->() const
Unexecuted instantiation: VclPtr<AbstractScDeleteContentsDlg>::operator->() const
Unexecuted instantiation: VclPtr<AbstractScInsertContentsDlg>::operator->() const
Unexecuted instantiation: VclPtr<AbstractScFillSeriesDlg>::operator->() const
Unexecuted instantiation: VclPtr<AbstractScDPShowDetailDlg>::operator->() const
Unexecuted instantiation: VclPtr<AbstractScDPDateGroupDlg>::operator->() const
Unexecuted instantiation: VclPtr<AbstractScDPNumGroupDlg>::operator->() const
Unexecuted instantiation: VclPtr<AbstractScGroupDlg>::operator->() const
Unexecuted instantiation: VclPtr<AbstractScImportAsciiDlg>::operator->() const
Unexecuted instantiation: VclPtr<AbstractScNameCreateDlg>::operator->() const
Unexecuted instantiation: VclPtr<AbstractScNamePasteDlg>::operator->() const
Unexecuted instantiation: VclPtr<AbstractScCondFormatManagerDlg>::operator->() const
Unexecuted instantiation: VclPtr<AbstractScDataPilotSourceTypeDlg>::operator->() const
Unexecuted instantiation: VclPtr<AbstractScDataPilotServiceDlg>::operator->() const
Unexecuted instantiation: VclPtr<AbstractScDataPilotDatabaseDlg>::operator->() const
Unexecuted instantiation: VclPtr<AbstractScSortWarningDlg>::operator->() const
Unexecuted instantiation: VclPtr<AbstractScDataFormDlg>::operator->() const
Unexecuted instantiation: VclPtr<AbstractScSelEntryDlg>::operator->() const
Unexecuted instantiation: VclPtr<AbstractScMetricInputDlg>::operator->() const
Unexecuted instantiation: VclPtr<ScGridWindow>::operator->() const
Unexecuted instantiation: VclPtr<AbstractScPivotFilterDlg>::operator->() const
Unexecuted instantiation: VclPtr<AbstractScPivotCalcFieldDlg>::operator->() const
Unexecuted instantiation: VclPtr<ScrollAdaptor>::operator->() const
Unexecuted instantiation: VclPtr<ScPreview>::operator->() const
Unexecuted instantiation: VclPtr<AbstractSvxZoomDialog>::operator->() const
Unexecuted instantiation: VclPtr<ScTabControl>::operator->() const
Unexecuted instantiation: VclPtr<ScTabSplitter>::operator->() const
Unexecuted instantiation: VclPtr<ScOutlineWindow>::operator->() const
Unexecuted instantiation: VclPtr<ScRowBar>::operator->() const
Unexecuted instantiation: VclPtr<ScColBar>::operator->() const
Unexecuted instantiation: VclPtr<ScCornerButton>::operator->() const
Unexecuted instantiation: VclPtr<AbstractScGoToTabDlg>::operator->() const
Unexecuted instantiation: VclPtr<AbstractScShowTabDlg>::operator->() const
Unexecuted instantiation: VclPtr<AbstractSignatureLineDialog>::operator->() const
Unexecuted instantiation: VclPtr<AbstractSignSignatureLineDialog>::operator->() const
Unexecuted instantiation: VclPtr<AbstractQrCodeGenDialog>::operator->() const
Unexecuted instantiation: VclPtr<SfxAbstractLinksDialog>::operator->() const
Unexecuted instantiation: VclPtr<AbstractScMoveTableDlg>::operator->() const
Unexecuted instantiation: VclPtr<AbstractScInsertTableDlg>::operator->() const
Unexecuted instantiation: VclPtr<AbstractScStringInputDlg>::operator->() const
Unexecuted instantiation: VclPtr<AbstractScTabBgColorDlg>::operator->() const
Unexecuted instantiation: VclPtr<AbstractScTextImportOptionsDlg>::operator->() const
Unexecuted instantiation: VclPtr<ScInputWindow>::operator->() const
Unexecuted instantiation: VclPtr<ScPosWnd>::operator->() const
Unexecuted instantiation: VclPtr<ScInputBarGroup>::operator->() const
Unexecuted instantiation: VclPtr<AbstractScDPFunctionDlg>::operator->() const
Unexecuted instantiation: VclPtr<AbstractScDPSubtotalDlg>::operator->() const
Unexecuted instantiation: VclPtr<SfxAbstractInsertObjectDialog>::operator->() const
Unexecuted instantiation: VclPtr<ScDataTableView>::operator->() const
Unexecuted instantiation: VclPtr<ScDataTableColView>::operator->() const
Unexecuted instantiation: VclPtr<ScDataTableRowView>::operator->() const
Unexecuted instantiation: VclPtr<avmedia::priv::MediaWindowImpl>::operator->() const
Unexecuted instantiation: VclPtr<avmedia::priv::MediaWindowControl>::operator->() const
Unexecuted instantiation: VclPtr<avmedia::priv::MediaChildWindow>::operator->() const
Unexecuted instantiation: VclPtr<AbstractThesaurusDialog>::operator->() const
Unexecuted instantiation: VclPtr<AbstractHangulHanjaConversionDialog>::operator->() const
Unexecuted instantiation: VclPtr<AbstractHyphenWordDialog>::operator->() const
Unexecuted instantiation: VclPtr<AbstractSecurityOptionsDialog>::operator->() const
Unexecuted instantiation: VclPtr<SfxHelpWindow_Impl>::operator->() const
Unexecuted instantiation: VclPtr<SfxHelpTextWindow_Impl>::operator->() const
VclPtr<SfxSplitWindow>::operator->() const
Line
Count
Source
159
78.7k
    {
160
78.7k
        return m_rInnerRef.get();
161
78.7k
    }
Unexecuted instantiation: VclPtr<DevelopmentToolDockingWindow>::operator->() const
Unexecuted instantiation: VclPtr<AbstractAdditionsDialog>::operator->() const
Unexecuted instantiation: VclPtr<AbstractPasswordToOpenModifyDialog>::operator->() const
Unexecuted instantiation: dockwin.cxx:VclPtr<(anonymous namespace)::SfxTitleDockingWindow>::operator->() const
VclPtr<SfxEmptySplitWin_Impl>::operator->() const
Line
Count
Source
159
62.9k
    {
160
62.9k
        return m_rInnerRef.get();
161
62.9k
    }
Unexecuted instantiation: VclPtr<SfxDockingWindow>::operator->() const
Unexecuted instantiation: VclPtr<URLBoxItemWindow>::operator->() const
Unexecuted instantiation: VclPtr<sfx2::sidebar::SidebarDockingWindow>::operator->() const
Unexecuted instantiation: VclPtr<sfx2::sidebar::TabBar>::operator->() const
Unexecuted instantiation: VclPtr<sfx2::sidebar::Deck>::operator->() const
Unexecuted instantiation: VclPtr<AbstractQueryDialog>::operator->() const
Unexecuted instantiation: VclPtr<ImplTabSizer>::operator->() const
Unexecuted instantiation: tabbar.cxx:VclPtr<(anonymous namespace)::TabButtons>::operator->() const
Unexecuted instantiation: tabbar.cxx:VclPtr<(anonymous namespace)::TabBarEdit>::operator->() const
Unexecuted instantiation: VclPtr<TabBar>::operator->() const
Unexecuted instantiation: VclPtr<SvxFontWorkDialog>::operator->() const
Unexecuted instantiation: VclPtr<AbstractGraphicFilterDialog>::operator->() const
Unexecuted instantiation: VclPtr<AbstractURLDlg>::operator->() const
Unexecuted instantiation: VclPtr<AbstractSpellDialog>::operator->() const
Unexecuted instantiation: VclPtr<AbstractSvxSearchSimilarityDialog>::operator->() const
Unexecuted instantiation: VclPtr<AbstractSvxJSearchOptionsDialog>::operator->() const
Unexecuted instantiation: VclPtr<LabelItemWindow>::operator->() const
Unexecuted instantiation: VclPtr<FillControl>::operator->() const
Unexecuted instantiation: VclPtr<SvxMetricField>::operator->() const
Unexecuted instantiation: VclPtr<FindTextFieldControl>::operator->() const
Unexecuted instantiation: tbunosearchcontrollers.cxx:VclPtr<(anonymous namespace)::CheckButtonItemWindow>::operator->() const
Unexecuted instantiation: VclPtr<AbstractFmInputRecordNoDialog>::operator->() const
Unexecuted instantiation: VclPtr<AbstractFmSearchDialog>::operator->() const
Unexecuted instantiation: VclPtr<SvxAbstractSplitTableDialog>::operator->() const
Unexecuted instantiation: VclPtr<InterimToolbarPopup>::operator->() const
Unexecuted instantiation: VclPtr<FmGridControl>::operator->() const
Unexecuted instantiation: VclPtr<svt::ControlBase>::operator->() const
Unexecuted instantiation: VclPtr<svt::MultiLineTextCell>::operator->() const
Unexecuted instantiation: VclPtr<svt::EditControl>::operator->() const
Unexecuted instantiation: VclPtr<svt::FormattedControl>::operator->() const
Unexecuted instantiation: VclPtr<svt::CheckBoxControl>::operator->() const
Unexecuted instantiation: VclPtr<svt::ListBoxControl>::operator->() const
Unexecuted instantiation: VclPtr<svt::ComboBoxControl>::operator->() const
Unexecuted instantiation: VclPtr<DbGridControl>::operator->() const
Unexecuted instantiation: VclPtr<NavigationBar>::operator->() const
Unexecuted instantiation: VclPtr<BrowserHeader>::operator->() const
Unexecuted instantiation: VclPtr<AbstractFmShowColsDialog>::operator->() const
VclPtr<DockingAreaWindow>::operator->() const
Line
Count
Source
159
48.6k
    {
160
48.6k
        return m_rInnerRef.get();
161
48.6k
    }
Unexecuted instantiation: VclPtr<framework::ComboBoxControl>::operator->() const
Unexecuted instantiation: VclPtr<framework::ListBoxControl>::operator->() const
Unexecuted instantiation: VclPtr<framework::EditControl>::operator->() const
Unexecuted instantiation: VclPtr<framework::FixedImageControl>::operator->() const
Unexecuted instantiation: VclPtr<framework::FixedTextControl>::operator->() const
Unexecuted instantiation: VclPtr<framework::SpinfieldControl>::operator->() const
Unexecuted instantiation: VclPtr<MeasureStatusBar>::operator->() const
Unexecuted instantiation: VclPtr<BrowserDataWin>::operator->() const
Unexecuted instantiation: VclPtr<BrowseBox>::operator->() const
Unexecuted instantiation: tbunocontroller.cxx:VclPtr<(anonymous namespace)::SvxFontSizeBox_Impl>::operator->() const
Unexecuted instantiation: VclPtr<svx::DialControlBmp>::operator->() const
Unexecuted instantiation: VclPtr<AbstractTitleDialog>::operator->() const
Unexecuted instantiation: VclPtr<AbstractGalleryIdDialog>::operator->() const
Unexecuted instantiation: VclPtr<svt::table::TableControl>::operator->() const
Unexecuted instantiation: VclPtr<svt::table::TableDataWindow>::operator->() const
Unexecuted instantiation: VclPtr<UnoTreeListBoxImpl>::operator->() const
Unexecuted instantiation: VclPtr<SvResizeWindow>::operator->() const
Unexecuted instantiation: VclPtr<FixedLine>::operator->() const
Unexecuted instantiation: VclPtr<chart::ChartWindow>::operator->() const
Unexecuted instantiation: VclPtr<chart::DataBrowser>::operator->() const
Unexecuted instantiation: VclPtr<SmGraphicWindow>::operator->() const
Unexecuted instantiation: VclPtr<SmCmdBoxWindow>::operator->() const
Unexecuted instantiation: VclPtr<Svx3DWin>::operator->() const
VclPtr<SvxRuler>::operator->() const
Line
Count
Source
159
53.1k
    {
160
53.1k
        return m_rInnerRef.get();
161
53.1k
    }
Unexecuted instantiation: VclPtr<SwPagePreviewWin>::operator->() const
Unexecuted instantiation: VclPtr<SwSrcEditWindow>::operator->() const
Unexecuted instantiation: VclPtr<AbstractSwLabDlg>::operator->() const
Unexecuted instantiation: VclPtr<AbstractSwInsertAbstractDlg>::operator->() const
Unexecuted instantiation: VclPtr<SfxAbstractApplyTabDialog>::operator->() const
Unexecuted instantiation: VclPtr<AbstractMailMergeDlg>::operator->() const
Unexecuted instantiation: VclPtr<AbstractSwInsertDBColAutoPilot>::operator->() const
Unexecuted instantiation: VclPtr<AbstractGlossaryDlg>::operator->() const
Unexecuted instantiation: VclPtr<AbstractSwSelGlossaryDlg>::operator->() const
VclPtr<SwEditWin>::operator->() const
Line
Count
Source
159
5.92k
    {
160
5.92k
        return m_rInnerRef.get();
161
5.92k
    }
Unexecuted instantiation: VclPtr<SwPageBreakWin>::operator->() const
Unexecuted instantiation: VclPtr<SwBreakDashedLine>::operator->() const
Unexecuted instantiation: VclPtr<sw::annotation::SwAnnotationWin>::operator->() const
Unexecuted instantiation: VclPtr<SwHeaderFooterWin>::operator->() const
Unexecuted instantiation: VclPtr<SwContentControlButton>::operator->() const
Unexecuted instantiation: VclPtr<AbstractSwFieldDlg>::operator->() const
Unexecuted instantiation: VclPtr<AbstractMarkFloatDlg>::operator->() const
Unexecuted instantiation: VclPtr<AbstractSwWordCountFloatDlg>::operator->() const
Unexecuted instantiation: VclPtr<PosEdit>::operator->() const
Unexecuted instantiation: VclPtr<InputEdit>::operator->() const
Unexecuted instantiation: VclPtr<AbstractSwConvertTableDlg>::operator->() const
Unexecuted instantiation: VclPtr<AbstractSvxCaptionDialog>::operator->() const
Unexecuted instantiation: VclPtr<AbstractSvxTransformTabDialog>::operator->() const
Unexecuted instantiation: VclPtr<AbstractSwTableHeightDlg>::operator->() const
Unexecuted instantiation: VclPtr<SvxAbstractInsRowColDlg>::operator->() const
Unexecuted instantiation: VclPtr<AbstractSplitTableDialog>::operator->() const
Unexecuted instantiation: VclPtr<AbstractSwTableWidthDlg>::operator->() const
Unexecuted instantiation: VclPtr<AbstractInsFootNoteDlg>::operator->() const
Unexecuted instantiation: VclPtr<AbstractSwModalRedlineAcceptDlg>::operator->() const
Unexecuted instantiation: VclPtr<AbstractSwSortDlg>::operator->() const
Unexecuted instantiation: VclPtr<AbstractDropDownFormFieldDialog>::operator->() const
Unexecuted instantiation: VclPtr<AbstractDateFormFieldDialog>::operator->() const
Unexecuted instantiation: VclPtr<AbstractNumBulletDialog>::operator->() const
Unexecuted instantiation: VclPtr<SwScrollbar>::operator->() const
Unexecuted instantiation: VclPtr<AbstractMailMergeCreateFromDlg>::operator->() const
Unexecuted instantiation: VclPtr<AbstractFieldInputDlg>::operator->() const
Unexecuted instantiation: VclPtr<AbstractDropDownFieldDialog>::operator->() const
Unexecuted instantiation: VclPtr<FormFieldButton>::operator->() const
Unexecuted instantiation: VclPtr<AbstractInsertSectionTabDialog>::operator->() const
Unexecuted instantiation: VclPtr<AbstractEditRegionDlg>::operator->() const
Unexecuted instantiation: VclPtr<TextViewOutWin>::operator->() const
Unexecuted instantiation: VclPtr<AbstractCopyFieldDlg>::operator->() const
Unexecuted instantiation: VclPtr<AbstractJavaEditDialog>::operator->() const
Unexecuted instantiation: VclPtr<AbstractSwPageNumberDlg>::operator->() const
Unexecuted instantiation: VclPtr<AbstractMultiTOXTabDialog>::operator->() const
Unexecuted instantiation: VclPtr<Ruler>::operator->() const
Unexecuted instantiation: VclPtr<svx::ParaAboveSpacingWindow>::operator->() const
Unexecuted instantiation: VclPtr<svx::ParaBelowSpacingWindow>::operator->() const
Unexecuted instantiation: VclPtr<svx::ParaLeftSpacingWindow>::operator->() const
Unexecuted instantiation: VclPtr<svx::ParaRightSpacingWindow>::operator->() const
Unexecuted instantiation: VclPtr<svx::ParaFirstLineSpacingWindow>::operator->() const
Unexecuted instantiation: VclPtr<sd::TabControl>::operator->() const
Unexecuted instantiation: VclPtr<sd::TabBarControl>::operator->() const
Unexecuted instantiation: VclPtr<sd::Ruler>::operator->() const
Unexecuted instantiation: VclPtr<sd::Window>::operator->() const
Unexecuted instantiation: VclPtr<sd::LayerTabBar>::operator->() const
Unexecuted instantiation: VclPtr<AbstractSdModifyFieldDlg>::operator->() const
Unexecuted instantiation: VclPtr<sd::AnimationWindow>::operator->() const
Unexecuted instantiation: VclPtr<AbstractSdCustomShowDlg>::operator->() const
Unexecuted instantiation: VclPtr<AbstractSdInsertPagesObjsDlg>::operator->() const
Unexecuted instantiation: VclPtr<AbstractSvxBulletAndPositionDlg>::operator->() const
Unexecuted instantiation: VclPtr<AbstractSdStartPresDlg>::operator->() const
Unexecuted instantiation: VclPtr<sd::ShowWindow>::operator->() const
Unexecuted instantiation: VclPtr<AbstractSdInsertLayerDlg>::operator->() const
Unexecuted instantiation: VclPtr<AbstractHeaderFooterDialog>::operator->() const
Unexecuted instantiation: VclPtr<SdPagesField>::operator->() const
Unexecuted instantiation: VclPtr<AbstractCopyDlg>::operator->() const
Unexecuted instantiation: VclPtr<AbstractMorphDlg>::operator->() const
Unexecuted instantiation: VclPtr<AbstractSdPresLayoutDlg>::operator->() const
Unexecuted instantiation: VclPtr<AbstractSdSnapLineDlg>::operator->() const
Unexecuted instantiation: VclPtr<AbstractSdVectorizeDlg>::operator->() const
Unexecuted instantiation: VclPtr<SvxBmpMask>::operator->() const
Unexecuted instantiation: VclPtr<SvxColorDockingWindow>::operator->() const
Unexecuted instantiation: VclPtr<ThemeColorsPaneWrapper>::operator->() const
162
163
    /** Get the body. Can be used instead of operator->().
164
         I.e. handle->someBodyOp() and handle.get()->someBodyOp()
165
         are the same.
166
      */
167
    reference_type * get() const
168
95.3M
    {
169
95.3M
        return m_rInnerRef.get();
170
95.3M
    }
VclPtr<vcl::Window>::get() const
Line
Count
Source
168
3.64M
    {
169
3.64M
        return m_rInnerRef.get();
170
3.64M
    }
VclPtr<OutputDevice>::get() const
Line
Count
Source
168
71.1M
    {
169
71.1M
        return m_rInnerRef.get();
170
71.1M
    }
VclPtr<VirtualDevice>::get() const
Line
Count
Source
168
5.41M
    {
169
5.41M
        return m_rInnerRef.get();
170
5.41M
    }
Unexecuted instantiation: VclPtr<VclMultiLineEdit>::get() const
Unexecuted instantiation: VclPtr<VclVBox>::get() const
VclPtr<MenuBar>::get() const
Line
Count
Source
168
7.87k
    {
169
7.87k
        return m_rInnerRef.get();
170
7.87k
    }
Unexecuted instantiation: VclPtr<FixedText>::get() const
VclPtr<vcl::WindowOutputDevice>::get() const
Line
Count
Source
168
4.77M
    {
169
4.77M
        return m_rInnerRef.get();
170
4.77M
    }
VclPtr<ImplBorderWindow>::get() const
Line
Count
Source
168
12.1k
    {
169
12.1k
        return m_rInnerRef.get();
170
12.1k
    }
VclPtr<WorkWindow>::get() const
Line
Count
Source
168
12.1k
    {
169
12.1k
        return m_rInnerRef.get();
170
12.1k
    }
Unexecuted instantiation: VclPtr<RadioButton>::get() const
Unexecuted instantiation: VclPtr<TabPage>::get() const
Unexecuted instantiation: VclPtr<ScrollBar>::get() const
VclPtr<OutputDevice const>::get() const
Line
Count
Source
168
10.2M
    {
169
10.2M
        return m_rInnerRef.get();
170
10.2M
    }
Unexecuted instantiation: VclPtr<Printer>::get() const
Unexecuted instantiation: VclPtr<HelpTextWindow>::get() const
Unexecuted instantiation: VclPtr<PopupMenu>::get() const
Unexecuted instantiation: VclPtr<Dialog>::get() const
Unexecuted instantiation: VclPtr<SvTabListBox>::get() const
Unexecuted instantiation: VclPtr<Control>::get() const
Unexecuted instantiation: VclPtr<VclDrawingArea>::get() const
Unexecuted instantiation: VclPtr<DockingWindow>::get() const
Unexecuted instantiation: VclPtr<MenuButton>::get() const
Unexecuted instantiation: VclPtr<ImplListBoxWindow>::get() const
VclPtr<vcl::PDFWriterImpl>::get() const
Line
Count
Source
168
7.87k
    {
169
7.87k
        return m_rInnerRef.get();
170
7.87k
    }
Unexecuted instantiation: VclPtr<Button>::get() const
Unexecuted instantiation: VclPtr<vcl::RoadmapWizard>::get() const
Unexecuted instantiation: VclPtr<MessageDialog>::get() const
Unexecuted instantiation: VclPtr<VclHBox>::get() const
Unexecuted instantiation: VclPtr<VclVPaned>::get() const
Unexecuted instantiation: VclPtr<VclHPaned>::get() const
Unexecuted instantiation: VclPtr<VclVButtonBox>::get() const
Unexecuted instantiation: VclPtr<VclHButtonBox>::get() const
Unexecuted instantiation: VclPtr<VclGrid>::get() const
Unexecuted instantiation: VclPtr<VclFrame>::get() const
Unexecuted instantiation: VclPtr<VclExpander>::get() const
Unexecuted instantiation: VclPtr<CheckBox>::get() const
Unexecuted instantiation: VclPtr<FormattedField>::get() const
Unexecuted instantiation: VclPtr<FixedHyperlink>::get() const
Unexecuted instantiation: VclPtr<ComboBox>::get() const
Unexecuted instantiation: VclPtr<ListBox>::get() const
Unexecuted instantiation: VclPtr<OptionalBox>::get() const
Unexecuted instantiation: VclPtr<ManagedMenuButton>::get() const
Unexecuted instantiation: VclPtr<PriorityMergedHBox>::get() const
Unexecuted instantiation: VclPtr<PriorityHBox>::get() const
Unexecuted instantiation: VclPtr<DropdownBox>::get() const
Unexecuted instantiation: VclPtr<ContextVBox>::get() const
Unexecuted instantiation: VclPtr<IconView>::get() const
Unexecuted instantiation: VclPtr<SvHeaderTabListBox>::get() const
Unexecuted instantiation: VclPtr<LclTabListBox>::get() const
Unexecuted instantiation: VclPtr<SelectableFixedText>::get() const
Unexecuted instantiation: VclPtr<FixedImage>::get() const
Unexecuted instantiation: VclPtr<FixedLine>::get() const
Unexecuted instantiation: VclPtr<ProgressBar>::get() const
Unexecuted instantiation: VclPtr<VclScrolledWindow>::get() const
Unexecuted instantiation: VclPtr<VclViewport>::get() const
Unexecuted instantiation: VclPtr<VclEventBox>::get() const
Unexecuted instantiation: VclPtr<Edit>::get() const
Unexecuted instantiation: VclPtr<TabControl>::get() const
Unexecuted instantiation: VclPtr<VerticalTabControl>::get() const
Unexecuted instantiation: VclPtr<Throbber>::get() const
Unexecuted instantiation: VclPtr<Slider>::get() const
Unexecuted instantiation: VclPtr<ToolBox>::get() const
Unexecuted instantiation: VclPtr<FloatingWindow>::get() const
Unexecuted instantiation: VclPtr<Calendar>::get() const
Unexecuted instantiation: VclPtr<PushButton>::get() const
Unexecuted instantiation: dockmgr.cxx:VclPtr<(anonymous namespace)::ImplDockFloatWin2>::get() const
Unexecuted instantiation: VclPtr<ImplPopupFloatWin>::get() const
Unexecuted instantiation: dockwin.cxx:VclPtr<(anonymous namespace)::ImplDockFloatWin>::get() const
Unexecuted instantiation: VclPtr<Menu>::get() const
Unexecuted instantiation: VclPtr<MenuBarWindow>::get() const
Unexecuted instantiation: VclPtr<MenuFloatingWindow>::get() const
Unexecuted instantiation: VclPtr<Menu const>::get() const
Unexecuted instantiation: treelistbox.cxx:VclPtr<(anonymous namespace)::MyEdit_Impl>::get() const
Unexecuted instantiation: VclPtr<SvTreeListBox>::get() const
VclPtr<SfxPrinter>::get() const
Line
Count
Source
168
128k
    {
169
128k
        return m_rInnerRef.get();
170
128k
    }
Unexecuted instantiation: VclPtr<SfxNavigator>::get() const
Unexecuted instantiation: VclPtr<SfxAbstractTabDialog>::get() const
Unexecuted instantiation: VclPtr<ScrollAdaptor>::get() const
Unexecuted instantiation: VclPtr<ScGridWindow>::get() const
Unexecuted instantiation: VclPtr<AbstractSvxZoomDialog>::get() const
Unexecuted instantiation: VclPtr<ScPosWnd>::get() const
Unexecuted instantiation: VclPtr<ScInputBarGroup>::get() const
Unexecuted instantiation: VclPtr<avmedia::priv::MediaWindowImpl>::get() const
Unexecuted instantiation: VclPtr<avmedia::priv::MediaChildWindow>::get() const
Unexecuted instantiation: VclPtr<SfxSplitWindow>::get() const
Unexecuted instantiation: VclPtr<SfxInfoBarWindow>::get() const
Unexecuted instantiation: VclPtr<sfx2::sidebar::Deck>::get() const
Unexecuted instantiation: VclPtr<sfx2::sidebar::SidebarDockingWindow>::get() const
VclPtr<SfxFrameWindow_Impl>::get() const
Line
Count
Source
168
3.93k
    {
169
3.93k
        return m_rInnerRef.get();
170
3.93k
    }
VclPtr<SfxFrameViewWindow_Impl>::get() const
Line
Count
Source
168
3.93k
    {
169
3.93k
        return m_rInnerRef.get();
170
3.93k
    }
Unexecuted instantiation: VclPtr<ImplTabSizer>::get() const
Unexecuted instantiation: tabbar.cxx:VclPtr<(anonymous namespace)::TabButtons>::get() const
Unexecuted instantiation: tabbar.cxx:VclPtr<(anonymous namespace)::TabBarEdit>::get() const
Unexecuted instantiation: VclPtr<AbstractSvxJSearchOptionsDialog>::get() const
Unexecuted instantiation: VclPtr<VclAbstractDialog>::get() const
Unexecuted instantiation: grafctrl.cxx:VclPtr<(anonymous namespace)::ImplGrafControl>::get() const
Unexecuted instantiation: grafctrl.cxx:VclPtr<(anonymous namespace)::ImplGrafModeControl>::get() const
Unexecuted instantiation: tbcontrl.cxx:VclPtr<(anonymous namespace)::SvxFontNameBox_Impl>::get() const
Unexecuted instantiation: tbcontrl.cxx:VclPtr<(anonymous namespace)::SvxStyleBox_Impl>::get() const
Unexecuted instantiation: VclPtr<svt::MultiLineTextCell>::get() const
Unexecuted instantiation: VclPtr<svt::EditControl>::get() const
Unexecuted instantiation: VclPtr<svt::FormattedControl>::get() const
Unexecuted instantiation: VclPtr<svt::ControlBase>::get() const
Unexecuted instantiation: VclPtr<svt::CheckBoxControl>::get() const
Unexecuted instantiation: VclPtr<svt::PatternControl>::get() const
Unexecuted instantiation: VclPtr<svt::ComboBoxControl>::get() const
Unexecuted instantiation: VclPtr<svt::ListBoxControl>::get() const
Unexecuted instantiation: VclPtr<BrowserDataWin>::get() const
Unexecuted instantiation: tbunocontroller.cxx:VclPtr<(anonymous namespace)::SvxFontSizeBox_Impl>::get() const
Unexecuted instantiation: VclPtr<CancelButton>::get() const
Unexecuted instantiation: VclPtr<CurrencyBox>::get() const
Unexecuted instantiation: VclPtr<CurrencyField>::get() const
Unexecuted instantiation: VclPtr<DateBox>::get() const
VclPtr<DockingAreaWindow>::get() const
Line
Count
Source
168
48.6k
    {
169
48.6k
        return m_rInnerRef.get();
170
48.6k
    }
Unexecuted instantiation: VclPtr<MultiLineEdit>::get() const
Unexecuted instantiation: vclxtoolkit.cxx:VclPtr<(anonymous namespace)::ErrorBox>::get() const
Unexecuted instantiation: VclPtr<FixedBitmap>::get() const
Unexecuted instantiation: VclPtr<ImageControl>::get() const
Unexecuted instantiation: VclPtr<GroupBox>::get() const
Unexecuted instantiation: VclPtr<HelpButton>::get() const
Unexecuted instantiation: VclPtr<ImageButton>::get() const
Unexecuted instantiation: vclxtoolkit.cxx:VclPtr<(anonymous namespace)::InfoBox>::get() const
Unexecuted instantiation: VclPtr<LongCurrencyBox>::get() const
Unexecuted instantiation: VclPtr<MessBox>::get() const
Unexecuted instantiation: VclPtr<MetricBox>::get() const
Unexecuted instantiation: VclPtr<MetricField>::get() const
Unexecuted instantiation: VclPtr<toolkit::ScrollableDialog>::get() const
Unexecuted instantiation: VclPtr<MoreButton>::get() const
Unexecuted instantiation: VclPtr<MultiListBox>::get() const
Unexecuted instantiation: VclPtr<NumericBox>::get() const
Unexecuted instantiation: VclPtr<OKButton>::get() const
Unexecuted instantiation: VclPtr<PatternBox>::get() const
Unexecuted instantiation: VclPtr<PatternField>::get() const
Unexecuted instantiation: vclxtoolkit.cxx:VclPtr<(anonymous namespace)::QueryBox>::get() const
Unexecuted instantiation: VclPtr<ScrollBarBox>::get() const
Unexecuted instantiation: VclPtr<SpinButton>::get() const
Unexecuted instantiation: VclPtr<SpinField>::get() const
Unexecuted instantiation: VclPtr<Splitter>::get() const
Unexecuted instantiation: VclPtr<SplitWindow>::get() const
Unexecuted instantiation: VclPtr<StatusBar>::get() const
Unexecuted instantiation: VclPtr<SystemChildWindow>::get() const
Unexecuted instantiation: VclPtr<TabDialog>::get() const
Unexecuted instantiation: VclPtr<TimeBox>::get() const
Unexecuted instantiation: VclPtr<TimeField>::get() const
Unexecuted instantiation: vclxtoolkit.cxx:VclPtr<(anonymous namespace)::WarningBox>::get() const
Unexecuted instantiation: VclPtr<vcl::ORoadmap>::get() const
Unexecuted instantiation: VclPtr<FileControl>::get() const
Unexecuted instantiation: VclPtr<DoubleNumericField>::get() const
Unexecuted instantiation: VclPtr<DoubleCurrencyField>::get() const
Unexecuted instantiation: VclPtr<CalendarField>::get() const
Unexecuted instantiation: VclPtr<svt::table::TableControl>::get() const
Unexecuted instantiation: VclPtr<svt::table::TableDataWindow>::get() const
Unexecuted instantiation: VclPtr<chart::ChartWindow>::get() const
Unexecuted instantiation: VclPtr<SmGraphicWindow>::get() const
Unexecuted instantiation: VclPtr<SfxAbstractApplyTabDialog>::get() const
Unexecuted instantiation: VclPtr<SwHeaderFooterDashedLine>::get() const
Unexecuted instantiation: VclPtr<SwBreakDashedLine>::get() const
Unexecuted instantiation: VclPtr<UnfloatTableButton>::get() const
Unexecuted instantiation: VclPtr<SwContentControlAliasButton>::get() const
Unexecuted instantiation: VclPtr<SwOutlineContentVisibilityWin>::get() const
VclPtr<sw::annotation::SwAnnotationWin>::get() const
Line
Count
Source
168
31
    {
169
31
        return m_rInnerRef.get();
170
31
    }
Unexecuted instantiation: VclPtr<AbstractSwFieldDlg>::get() const
Unexecuted instantiation: VclPtr<AbstractMarkFloatDlg>::get() const
Unexecuted instantiation: VclPtr<PosEdit>::get() const
Unexecuted instantiation: VclPtr<InputEdit>::get() const
Unexecuted instantiation: workctrl.cxx:VclPtr<(anonymous namespace)::SwZoomBox_Impl>::get() const
Unexecuted instantiation: workctrl.cxx:VclPtr<(anonymous namespace)::SwJumpToSpecificBox_Impl>::get() const
Unexecuted instantiation: VclPtr<NavElementBox_Impl>::get() const
Unexecuted instantiation: VclPtr<SfxAbstractDialog>::get() const
Unexecuted instantiation: VclPtr<AbstractSvxSearchSimilarityDialog>::get() const
Unexecuted instantiation: VclPtr<SwSrcEditWindow>::get() const
VclPtr<SwCommentRuler>::get() const
Line
Count
Source
168
3.93k
    {
169
3.93k
        return m_rInnerRef.get();
170
3.93k
    }
Unexecuted instantiation: VclPtr<AbstractFieldInputDlg>::get() const
Unexecuted instantiation: VclPtr<DropDownFormFieldButton>::get() const
Unexecuted instantiation: VclPtr<DateFormFieldButton>::get() const
Unexecuted instantiation: VclPtr<SwDropDownContentControlButton>::get() const
Unexecuted instantiation: VclPtr<SwDateContentControlButton>::get() const
Unexecuted instantiation: ViewShellBase.cxx:VclPtr<sd::(anonymous namespace)::FocusForwardingWindow>::get() const
Unexecuted instantiation: VclPtr<sd::Ruler>::get() const
Unexecuted instantiation: VclPtr<sd::LayerTabBar>::get() const
Unexecuted instantiation: VclPtr<sd::Window>::get() const
Unexecuted instantiation: VclPtr<GlueEscDirLB>::get() const
Unexecuted instantiation: VclPtr<SlideTransitionsPaneWrapper>::get() const
Unexecuted instantiation: VclPtr<ThemeColorsPaneWrapper>::get() const
171
172
    void reset(reference_type *pBody)
173
52.0k
    {
174
52.0k
        m_rInnerRef.set(pBody);
175
52.0k
    }
Unexecuted instantiation: VclPtr<VclGrid>::reset(VclGrid*)
Unexecuted instantiation: VclPtr<VclVBox>::reset(VclVBox*)
Unexecuted instantiation: VclPtr<PushButton>::reset(PushButton*)
Unexecuted instantiation: VclPtr<VclBox>::reset(VclBox*)
Unexecuted instantiation: VclPtr<VclButtonBox>::reset(VclButtonBox*)
Unexecuted instantiation: VclPtr<Edit>::reset(Edit*)
Unexecuted instantiation: VclPtr<ToolBox>::reset(ToolBox*)
Unexecuted instantiation: VclPtr<vcl::Window>::reset(vcl::Window*)
Unexecuted instantiation: VclPtr<MenuButton>::reset(MenuButton*)
VclPtr<VirtualDevice>::reset(VirtualDevice*)
Line
Count
Source
173
52.0k
    {
174
52.0k
        m_rInnerRef.set(pBody);
175
52.0k
    }
Unexecuted instantiation: VclPtr<ScrollBar>::reset(ScrollBar*)
Unexecuted instantiation: VclPtr<SfxAbstractTabDialog>::reset(SfxAbstractTabDialog*)
Unexecuted instantiation: VclPtr<OutputDevice>::reset(OutputDevice*)
Unexecuted instantiation: VclPtr<AbstractSvxZoomDialog>::reset(AbstractSvxZoomDialog*)
Unexecuted instantiation: VclPtr<avmedia::priv::MediaChildWindow>::reset(avmedia::priv::MediaChildWindow*)
Unexecuted instantiation: VclPtr<sfx2::sidebar::Deck>::reset(sfx2::sidebar::Deck*)
Unexecuted instantiation: VclPtr<Printer>::reset(Printer*)
Unexecuted instantiation: VclPtr<ImplTabSizer>::reset(ImplTabSizer*)
Unexecuted instantiation: tabbar.cxx:VclPtr<(anonymous namespace)::TabButtons>::reset((anonymous namespace)::TabButtons*)
Unexecuted instantiation: tabbar.cxx:VclPtr<(anonymous namespace)::TabBarEdit>::reset((anonymous namespace)::TabBarEdit*)
Unexecuted instantiation: VclPtr<LabelItemWindow>::reset(LabelItemWindow*)
Unexecuted instantiation: VclPtr<FillControl>::reset(FillControl*)
Unexecuted instantiation: VclPtr<AbstractSwFieldDlg>::reset(AbstractSwFieldDlg*)
Unexecuted instantiation: VclPtr<AbstractMarkFloatDlg>::reset(AbstractMarkFloatDlg*)
Unexecuted instantiation: VclPtr<AbstractSwWordCountFloatDlg>::reset(AbstractSwWordCountFloatDlg*)
Unexecuted instantiation: VclPtr<SfxAbstractDialog>::reset(SfxAbstractDialog*)
Unexecuted instantiation: VclPtr<AbstractThesaurusDialog>::reset(AbstractThesaurusDialog*)
Unexecuted instantiation: VclPtr<sd::LayerTabBar>::reset(sd::LayerTabBar*)
Unexecuted instantiation: VclPtr<sd::Window>::reset(sd::Window*)
Unexecuted instantiation: VclPtr<ScrollAdaptor>::reset(ScrollAdaptor*)
Unexecuted instantiation: VclPtr<SvxRuler>::reset(SvxRuler*)
Unexecuted instantiation: VclPtr<WorkWindow>::reset(WorkWindow*)
176
177
    /** Up-casting copy assignment operator.
178
179
        Does not work for up-casts to ambiguous bases.
180
181
        @param rRef another reference
182
    */
183
    template<typename derived_type>
184
        requires std::is_base_of_v<reference_type, derived_type>
185
    VclPtr & operator =(VclPtr<derived_type> const& rRef)
186
2.76M
    {
187
2.76M
        return operator=(rRef.get());
188
2.76M
    }
_ZN6VclPtrIN3vcl6WindowEEaSI16ImplBorderWindowQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Line
Count
Source
186
12.1k
    {
187
12.1k
        return operator=(rRef.get());
188
12.1k
    }
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI7VclVBoxQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
_ZN6VclPtrI12OutputDeviceEaSI13VirtualDeviceQsr3stdE12is_base_of_vIT_TL0__EEERS1_RKS_IS4_E
Line
Count
Source
186
2.68M
    {
187
2.68M
        return operator=(rRef.get());
188
2.68M
    }
Unexecuted instantiation: _ZN6VclPtrI12OutputDeviceEaSI7PrinterQsr3stdE12is_base_of_vIT_TL0__EEERS1_RKS_IS4_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSINS0_13RoadmapWizardEQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI6DialogQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI13MessageDialogQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI7VclHBoxQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI9VclVPanedQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI9VclHPanedQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI13VclVButtonBoxQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI13VclHButtonBoxQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI7VclGridQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI8VclFrameQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI11VclExpanderQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrI6ButtonEaSI10MenuButtonQsr3stdE12is_base_of_vIT_TL0__EEERS1_RKS_IS4_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI6ButtonQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI10MenuButtonQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI11RadioButtonQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI8CheckBoxQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI14FormattedFieldQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI14FixedHyperlinkQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI8ComboBoxQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI7ListBoxQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI11OptionalBoxQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI17ManagedMenuButtonQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI18PriorityMergedHBoxQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI12PriorityHBoxQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI11DropdownBoxQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI11ContextVBoxQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI8IconViewQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrI12SvTabListBoxEaSI18SvHeaderTabListBoxQsr3stdE12is_base_of_vIT_TL0__EEERS1_RKS_IS4_E
Unexecuted instantiation: _ZN6VclPtrI12SvTabListBoxEaSI13LclTabListBoxQsr3stdE12is_base_of_vIT_TL0__EEERS1_RKS_IS4_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI12SvTabListBoxQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI19SelectableFixedTextQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI9FixedTextQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI10FixedImageQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI9FixedLineQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI9ScrollBarQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI11ProgressBarQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI17VclScrolledWindowQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI11VclViewportQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI11VclEventBoxQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI4EditQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI10TabControlQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI18VerticalTabControlQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI14VclDrawingAreaQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI16VclMultiLineEditQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI8ThrobberQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI6SliderQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI7ToolBoxQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI13DockingWindowQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI14FloatingWindowQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI8CalendarQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: dockmgr.cxx:_ZN6VclPtrI14FloatingWindowEaSIN12_GLOBAL__N_117ImplDockFloatWin2EQsr3stdE12is_base_of_vIT_TL0__EEERS1_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI17ImplPopupFloatWinQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrI14FloatingWindowEaSI17ImplPopupFloatWinQsr3stdE12is_base_of_vIT_TL0__EEERS1_RKS_IS4_E
Unexecuted instantiation: dockmgr.cxx:_ZN6VclPtrIN3vcl6WindowEEaSIN12_GLOBAL__N_117ImplDockFloatWin2EQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS6_E
Unexecuted instantiation: dockwin.cxx:_ZN6VclPtrI14FloatingWindowEaSIN12_GLOBAL__N_116ImplDockFloatWinEQsr3stdE12is_base_of_vIT_TL0__EEERS1_RKS_IS5_E
Unexecuted instantiation: dockwin.cxx:_ZN6VclPtrIN3vcl6WindowEEaSIN12_GLOBAL__N_116ImplDockFloatWinEQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS6_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI13MenuBarWindowQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI18MenuFloatingWindowQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: treelistbox.cxx:_ZN6VclPtrI4EditEaSIN12_GLOBAL__N_111MyEdit_ImplEQsr3stdE12is_base_of_vIT_TL0__EEERS1_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrI4MenuEaSI9PopupMenuQsr3stdE12is_base_of_vIT_TL0__EEERS1_RKS_IS4_E
Unexecuted instantiation: _ZN6VclPtrI4MenuEaSI7MenuBarQsr3stdE12is_base_of_vIT_TL0__EEERS1_RKS_IS4_E
_ZN6VclPtrIN3vcl6WindowEEaSI19SfxFrameWindow_ImplQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Line
Count
Source
186
3.93k
    {
187
3.93k
        return operator=(rRef.get());
188
3.93k
    }
_ZN6VclPtrIN3vcl6WindowEEaSI23SfxFrameViewWindow_ImplQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Line
Count
Source
186
3.93k
    {
187
3.93k
        return operator=(rRef.get());
188
3.93k
    }
Unexecuted instantiation: _ZN6VclPtrIN3svt11ControlBaseEEaSINS0_17MultiLineTextCellEQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3svt11ControlBaseEEaSINS0_11EditControlEQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3svt11ControlBaseEEaSINS0_15CheckBoxControlEQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3svt11ControlBaseEEaSINS0_14PatternControlEQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3svt11ControlBaseEEaSINS0_15ComboBoxControlEQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3svt11ControlBaseEEaSINS0_14ListBoxControlEQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI12CancelButtonQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI11CurrencyBoxQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI13CurrencyFieldQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI7DateBoxQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
_ZN6VclPtrIN3vcl6WindowEEaSI17DockingAreaWindowQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Line
Count
Source
186
48.6k
    {
187
48.6k
        return operator=(rRef.get());
188
48.6k
    }
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI13MultiLineEditQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: vclxtoolkit.cxx:_ZN6VclPtrIN3vcl6WindowEEaSIN12_GLOBAL__N_18ErrorBoxEQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS6_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI11FixedBitmapQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI12ImageControlQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI8GroupBoxQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI10HelpButtonQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI11ImageButtonQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: vclxtoolkit.cxx:_ZN6VclPtrIN3vcl6WindowEEaSIN12_GLOBAL__N_17InfoBoxEQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS6_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI15LongCurrencyBoxQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI7MessBoxQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI9MetricBoxQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI11MetricFieldQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSIN7toolkit16ScrollableDialogEQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS6_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI10MoreButtonQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI12MultiListBoxQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI10NumericBoxQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI8OKButtonQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI10PatternBoxQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI12PatternFieldQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI10PushButtonQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: vclxtoolkit.cxx:_ZN6VclPtrIN3vcl6WindowEEaSIN12_GLOBAL__N_18QueryBoxEQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS6_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI12ScrollBarBoxQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI10SpinButtonQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI9SpinFieldQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI8SplitterQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI11SplitWindowQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI9StatusBarQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI17SystemChildWindowQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI9TabDialogQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI7TabPageQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI7TimeBoxQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI9TimeFieldQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: vclxtoolkit.cxx:_ZN6VclPtrIN3vcl6WindowEEaSIN12_GLOBAL__N_110WarningBoxEQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS6_E
_ZN6VclPtrIN3vcl6WindowEEaSI10WorkWindowQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Line
Count
Source
186
8.22k
    {
187
8.22k
        return operator=(rRef.get());
188
8.22k
    }
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSINS0_8ORoadmapEQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI11FileControlQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI18DoubleNumericFieldQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI19DoubleCurrencyFieldQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSI13CalendarFieldQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS5_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSIN3svt5table12TableControlEQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS7_E
Unexecuted instantiation: _ZN6VclPtrI10PushButtonEaSI12CancelButtonQsr3stdE12is_base_of_vIT_TL0__EEERS1_RKS_IS4_E
Unexecuted instantiation: _ZN6VclPtrI10PushButtonEaSI8OKButtonQsr3stdE12is_base_of_vIT_TL0__EEERS1_RKS_IS4_E
Unexecuted instantiation: _ZN6VclPtrI10PushButtonEaSI10HelpButtonQsr3stdE12is_base_of_vIT_TL0__EEERS1_RKS_IS4_E
Unexecuted instantiation: _ZN6VclPtrIN3vcl6WindowEEaSIN5chart11ChartWindowEQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS6_E
_ZN6VclPtrI8SvxRulerEaSI14SwCommentRulerQsr3stdE12is_base_of_vIT_TL0__EEERS1_RKS_IS4_E
Line
Count
Source
186
3.93k
    {
187
3.93k
        return operator=(rRef.get());
188
3.93k
    }
Unexecuted instantiation: _ZN6VclPtrI15FormFieldButtonEaSI23DropDownFormFieldButtonQsr3stdE12is_base_of_vIT_TL0__EEERS1_RKS_IS4_E
Unexecuted instantiation: _ZN6VclPtrI15FormFieldButtonEaSI19DateFormFieldButtonQsr3stdE12is_base_of_vIT_TL0__EEERS1_RKS_IS4_E
Unexecuted instantiation: _ZN6VclPtrI22SwContentControlButtonEaSI30SwDropDownContentControlButtonQsr3stdE12is_base_of_vIT_TL0__EEERS1_RKS_IS4_E
Unexecuted instantiation: _ZN6VclPtrI22SwContentControlButtonEaSI26SwDateContentControlButtonQsr3stdE12is_base_of_vIT_TL0__EEERS1_RKS_IS4_E
Unexecuted instantiation: ViewShellBase.cxx:_ZN6VclPtrIN3vcl6WindowEEaSIN2sd12_GLOBAL__N_121FocusForwardingWindowEQsr3stdE12is_base_of_vIT_TL0__EEERS2_RKS_IS7_E
Unexecuted instantiation: _ZN6VclPtrI8SvxRulerEaSIN2sd5RulerEQsr3stdE12is_base_of_vIT_TL0__EEERS1_RKS_IS5_E
189
190
    VclPtr & operator =(reference_type * pBody)
191
25.0M
    {
192
25.0M
        m_rInnerRef.set(pBody);
193
25.0M
        return *this;
194
25.0M
    }
VclPtr<OutputDevice>::operator=(OutputDevice*)
Line
Count
Source
191
13.1M
    {
192
13.1M
        m_rInnerRef.set(pBody);
193
13.1M
        return *this;
194
13.1M
    }
VclPtr<VirtualDevice>::operator=(VirtualDevice*)
Line
Count
Source
191
5.97M
    {
192
5.97M
        m_rInnerRef.set(pBody);
193
5.97M
        return *this;
194
5.97M
    }
Unexecuted instantiation: VclPtr<SystemChildWindow>::operator=(SystemChildWindow*)
VclPtr<vcl::Window>::operator=(vcl::Window*)
Line
Count
Source
191
4.62M
    {
192
4.62M
        m_rInnerRef.set(pBody);
193
4.62M
        return *this;
194
4.62M
    }
Unexecuted instantiation: VclPtr<VclReferenceBase>::operator=(VclReferenceBase*)
Unexecuted instantiation: VclPtr<MenuBar>::operator=(MenuBar*)
Unexecuted instantiation: VclPtr<MenuBarWindow>::operator=(MenuBarWindow*)
VclPtr<PushButton>::operator=(PushButton*)
Line
Count
Source
191
128k
    {
192
128k
        m_rInnerRef.set(pBody);
193
128k
        return *this;
194
128k
    }
VclPtr<vcl::WindowOutputDevice>::operator=(vcl::WindowOutputDevice*)
Line
Count
Source
191
87.3k
    {
192
87.3k
        m_rInnerRef.set(pBody);
193
87.3k
        return *this;
194
87.3k
    }
Unexecuted instantiation: VclPtr<WorkWindow>::operator=(WorkWindow*)
Unexecuted instantiation: VclPtr<Control const>::operator=(Control const*)
Unexecuted instantiation: VclPtr<SystemWindow>::operator=(SystemWindow*)
Unexecuted instantiation: VclPtr<ListBox>::operator=(ListBox*)
Unexecuted instantiation: VclPtr<TabPage>::operator=(TabPage*)
VclPtr<Printer>::operator=(Printer*)
Line
Count
Source
191
129k
    {
192
129k
        m_rInnerRef.set(pBody);
193
129k
        return *this;
194
129k
    }
Unexecuted instantiation: VclPtr<HelpTextWindow>::operator=(HelpTextWindow*)
Unexecuted instantiation: VclPtr<PopupMenu>::operator=(PopupMenu*)
Unexecuted instantiation: VclPtr<ImplListBox>::operator=(ImplListBox*)
Unexecuted instantiation: VclPtr<ImplWheelWindow>::operator=(ImplWheelWindow*)
VclPtr<FloatingWindow>::operator=(FloatingWindow*)
Line
Count
Source
191
31.4k
    {
192
31.4k
        m_rInnerRef.set(pBody);
193
31.4k
        return *this;
194
31.4k
    }
Unexecuted instantiation: VclPtr<ImplBorderWindow>::operator=(ImplBorderWindow*)
Unexecuted instantiation: VclPtr<NotebookBar>::operator=(NotebookBar*)
Unexecuted instantiation: VclPtr<Button>::operator=(Button*)
Unexecuted instantiation: VclPtr<SvTabListBox>::operator=(SvTabListBox*)
Unexecuted instantiation: VclPtr<ToolBox>::operator=(ToolBox*)
Unexecuted instantiation: VclPtr<Menu const>::operator=(Menu const*)
Unexecuted instantiation: VclPtr<Menu>::operator=(Menu*)
Unexecuted instantiation: VclPtr<ImplBtn>::operator=(ImplBtn*)
Unexecuted instantiation: VclPtr<ImplListBoxFloatingWindow>::operator=(ImplListBoxFloatingWindow*)
Unexecuted instantiation: VclPtr<Edit>::operator=(Edit*)
Unexecuted instantiation: VclPtr<ImplWin>::operator=(ImplWin*)
Unexecuted instantiation: VclPtr<VclHBox>::operator=(VclHBox*)
Unexecuted instantiation: VclPtr<HeaderBar>::operator=(HeaderBar*)
Unexecuted instantiation: VclPtr<SvTreeListBox>::operator=(SvTreeListBox*)
Unexecuted instantiation: VclPtr<SvtIconChoiceCtrl>::operator=(SvtIconChoiceCtrl*)
Unexecuted instantiation: VclPtr<SvHeaderTabListBox>::operator=(SvHeaderTabListBox*)
Unexecuted instantiation: VclPtr<StatusBar>::operator=(StatusBar*)
Unexecuted instantiation: VclPtr<TabControl>::operator=(TabControl*)
Unexecuted instantiation: VclPtr<ScGridWindow>::operator=(ScGridWindow*)
Unexecuted instantiation: VclPtr<ScColBar>::operator=(ScColBar*)
Unexecuted instantiation: VclPtr<ScRowBar>::operator=(ScRowBar*)
Unexecuted instantiation: VclPtr<ScOutlineWindow>::operator=(ScOutlineWindow*)
Unexecuted instantiation: VclPtr<ScInputWindow>::operator=(ScInputWindow*)
VclPtr<SfxSplitWindow>::operator=(SfxSplitWindow*)
Line
Count
Source
191
15.7k
    {
192
15.7k
        m_rInnerRef.set(pBody);
193
15.7k
        return *this;
194
15.7k
    }
Unexecuted instantiation: VclPtr<SfxDockingWindow>::operator=(SfxDockingWindow*)
Unexecuted instantiation: VclPtr<sfx2::sidebar::SidebarDockingWindow>::operator=(sfx2::sidebar::SidebarDockingWindow*)
Unexecuted instantiation: VclPtr<sfx2::sidebar::Deck>::operator=(sfx2::sidebar::Deck*)
Unexecuted instantiation: VclPtr<SfxHelpWindow_Impl>::operator=(SfxHelpWindow_Impl*)
VclPtr<SfxPrinter>::operator=(SfxPrinter*)
Line
Count
Source
191
411k
    {
192
411k
        m_rInnerRef.set(pBody);
193
411k
        return *this;
194
411k
    }
Unexecuted instantiation: VclPtr<TabBar>::operator=(TabBar*)
VclPtr<OutputDevice const>::operator=(OutputDevice const*)
Line
Count
Source
191
503k
    {
192
503k
        m_rInnerRef.set(pBody);
193
503k
        return *this;
194
503k
    }
Unexecuted instantiation: VclPtr<svt::ControlBase>::operator=(svt::ControlBase*)
Unexecuted instantiation: VclPtr<svt::CheckBoxControl>::operator=(svt::CheckBoxControl*)
Unexecuted instantiation: VclPtr<svt::ListBoxControl>::operator=(svt::ListBoxControl*)
Unexecuted instantiation: VclPtr<svt::ComboBoxControl>::operator=(svt::ComboBoxControl*)
VclPtr<DockingAreaWindow>::operator=(DockingAreaWindow*)
Line
Count
Source
191
36.4k
    {
192
36.4k
        m_rInnerRef.set(pBody);
193
36.4k
        return *this;
194
36.4k
    }
Unexecuted instantiation: VclPtr<ScrollAdaptor>::operator=(ScrollAdaptor*)
Unexecuted instantiation: VclPtr<BrowserDataWin>::operator=(BrowserDataWin*)
Unexecuted instantiation: VclPtr<BrowserHeader>::operator=(BrowserHeader*)
Unexecuted instantiation: VclPtr<UnoTreeListBoxImpl>::operator=(UnoTreeListBoxImpl*)
Unexecuted instantiation: VclPtr<FixedLine>::operator=(FixedLine*)
Unexecuted instantiation: VclPtr<chart::ChartWindow>::operator=(chart::ChartWindow*)
Unexecuted instantiation: VclPtr<sw::annotation::SwAnnotationWin>::operator=(sw::annotation::SwAnnotationWin*)
VclPtr<SvxRuler>::operator=(SvxRuler*)
Line
Count
Source
191
3.93k
    {
192
3.93k
        m_rInnerRef.set(pBody);
193
3.93k
        return *this;
194
3.93k
    }
Unexecuted instantiation: VclPtr<FormFieldButton>::operator=(FormFieldButton*)
Unexecuted instantiation: VclPtr<SwContentControlButton>::operator=(SwContentControlButton*)
Unexecuted instantiation: VclPtr<Ruler>::operator=(Ruler*)
Unexecuted instantiation: VclPtr<sd::Window>::operator=(sd::Window*)
195
196
    /** Prevent auto-conversion of ScopedVclPtr to VclPtr, which defeats the purpose of
197
        ScopedVclPtr.
198
    */
199
    VclPtr& operator=(const ScopedVclPtr<reference_type> &) = delete;
200
    VclPtr& operator=(ScopedVclPtr<reference_type> &&) = delete;
201
202
    operator reference_type * () const
203
109M
    {
204
109M
        return m_rInnerRef.get();
205
109M
    }
VclPtr<VirtualDevice>::operator VirtualDevice*() const
Line
Count
Source
203
22.2M
    {
204
22.2M
        return m_rInnerRef.get();
205
22.2M
    }
VclPtr<OutputDevice>::operator OutputDevice*() const
Line
Count
Source
203
43.2M
    {
204
43.2M
        return m_rInnerRef.get();
205
43.2M
    }
VclPtr<vcl::Window>::operator vcl::Window*() const
Line
Count
Source
203
39.7M
    {
204
39.7M
        return m_rInnerRef.get();
205
39.7M
    }
VclPtr<MenuBar>::operator MenuBar*() const
Line
Count
Source
203
7.87k
    {
204
7.87k
        return m_rInnerRef.get();
205
7.87k
    }
Unexecuted instantiation: VclPtr<SystemChildWindow>::operator SystemChildWindow*() const
Unexecuted instantiation: VclPtr<ScrollBar>::operator ScrollBar*() const
Unexecuted instantiation: VclPtr<VclButtonBox>::operator VclButtonBox*() const
Unexecuted instantiation: VclPtr<VclBox>::operator VclBox*() const
Unexecuted instantiation: VclPtr<DisclosureButton>::operator DisclosureButton*() const
Unexecuted instantiation: VclPtr<VclGrid>::operator VclGrid*() const
Unexecuted instantiation: VclPtr<VclVBox>::operator VclVBox*() const
Unexecuted instantiation: VclPtr<VclMultiLineEdit>::operator VclMultiLineEdit*() const
Unexecuted instantiation: VclPtr<OKButton>::operator OKButton*() const
Unexecuted instantiation: VclPtr<PushButton>::operator PushButton*() const
Unexecuted instantiation: VclPtr<CloseButton>::operator CloseButton*() const
Unexecuted instantiation: VclPtr<CancelButton>::operator CancelButton*() const
Unexecuted instantiation: VclPtr<VclHButtonBox>::operator VclHButtonBox*() const
Unexecuted instantiation: VclPtr<Splitter>::operator Splitter*() const
Unexecuted instantiation: VclPtr<Menu const>::operator Menu const*() const
Unexecuted instantiation: VclPtr<Edit>::operator Edit*() const
Unexecuted instantiation: VclPtr<MenuBarWindow>::operator MenuBarWindow*() const
Unexecuted instantiation: VclPtr<ToolBox>::operator ToolBox*() const
Unexecuted instantiation: VclPtr<FixedText>::operator FixedText*() const
VclPtr<ImplBorderWindow>::operator ImplBorderWindow*() const
Line
Count
Source
203
12.1k
    {
204
12.1k
        return m_rInnerRef.get();
205
12.1k
    }
VclPtr<FloatingWindow>::operator FloatingWindow*() const
Line
Count
Source
203
31.4k
    {
204
31.4k
        return m_rInnerRef.get();
205
31.4k
    }
Unexecuted instantiation: VclPtr<HelpTextWindow>::operator HelpTextWindow*() const
Unexecuted instantiation: VclPtr<PopupMenu>::operator PopupMenu*() const
Unexecuted instantiation: VclPtr<ListBox>::operator ListBox*() const
Unexecuted instantiation: VclPtr<TabPage>::operator TabPage*() const
Unexecuted instantiation: VclPtr<ImplListBoxFloatingWindow>::operator ImplListBoxFloatingWindow*() const
Unexecuted instantiation: VclPtr<TextWindow>::operator TextWindow*() const
Unexecuted instantiation: VclPtr<Printer>::operator Printer*() const
VclPtr<WorkWindow>::operator WorkWindow*() const
Line
Count
Source
203
1.83M
    {
204
1.83M
        return m_rInnerRef.get();
205
1.83M
    }
VclPtr<OutputDevice const>::operator OutputDevice const*() const
Line
Count
Source
203
1.06M
    {
204
1.06M
        return m_rInnerRef.get();
205
1.06M
    }
Unexecuted instantiation: VclPtr<Dialog>::operator Dialog*() const
Unexecuted instantiation: VclPtr<vcl::RoadmapWizard>::operator vcl::RoadmapWizard*() const
Unexecuted instantiation: VclPtr<TabControl>::operator TabControl*() const
Unexecuted instantiation: VclPtr<HelpButton>::operator HelpButton*() const
Unexecuted instantiation: VclPtr<FixedHyperlink>::operator FixedHyperlink*() const
Unexecuted instantiation: VclPtr<RadioButton>::operator RadioButton*() const
Unexecuted instantiation: VclPtr<CheckBox>::operator CheckBox*() const
Unexecuted instantiation: VclPtr<SvTabListBox>::operator SvTabListBox*() const
Unexecuted instantiation: VclPtr<DockingWindow>::operator DockingWindow*() const
Unexecuted instantiation: VclPtr<ComboBox>::operator ComboBox*() const
Unexecuted instantiation: VclPtr<Menu>::operator Menu*() const
Unexecuted instantiation: VclPtr<Control>::operator Control*() const
Unexecuted instantiation: VclPtr<Button>::operator Button*() const
Unexecuted instantiation: VclPtr<VclExpander>::operator VclExpander*() const
Unexecuted instantiation: VclPtr<SpinButton>::operator SpinButton*() const
Unexecuted instantiation: VclPtr<SpinField>::operator SpinField*() const
Unexecuted instantiation: VclPtr<MetricField>::operator MetricField*() const
Unexecuted instantiation: VclPtr<FormattedField>::operator FormattedField*() const
Unexecuted instantiation: VclPtr<VerticalTabControl>::operator VerticalTabControl*() const
Unexecuted instantiation: VclPtr<MenuButton>::operator MenuButton*() const
Unexecuted instantiation: VclPtr<MenuToggleButton>::operator MenuToggleButton*() const
Unexecuted instantiation: VclPtr<HeaderBar>::operator HeaderBar*() const
Unexecuted instantiation: VclPtr<ImplPopupFloatWin>::operator ImplPopupFloatWin*() const
Unexecuted instantiation: dockmgr.cxx:VclPtr<(anonymous namespace)::ImplDockFloatWin2>::operator (anonymous namespace)::ImplDockFloatWin2*() const
Unexecuted instantiation: dockwin.cxx:VclPtr<(anonymous namespace)::ImplDockFloatWin>::operator (anonymous namespace)::ImplDockFloatWin*() const
Unexecuted instantiation: VclPtr<MenuFloatingWindow>::operator MenuFloatingWindow*() const
Unexecuted instantiation: VclPtr<ImplCFieldFloatWin>::operator ImplCFieldFloatWin*() const
Unexecuted instantiation: VclPtr<ImplBtn>::operator ImplBtn*() const
Unexecuted instantiation: VclPtr<ImplListBox>::operator ImplListBox*() const
Unexecuted instantiation: VclPtr<ImplWin>::operator ImplWin*() const
Unexecuted instantiation: VclPtr<VclHBox>::operator VclHBox*() const
Unexecuted instantiation: VclPtr<vcl::ORoadmap>::operator vcl::ORoadmap*() const
Unexecuted instantiation: VclPtr<SvTreeListBox>::operator SvTreeListBox*() const
Unexecuted instantiation: VclPtr<MessageDialog>::operator MessageDialog*() const
VclPtr<vcl::PDFWriterImpl>::operator vcl::PDFWriterImpl*() const
Line
Count
Source
203
879k
    {
204
879k
        return m_rInnerRef.get();
205
879k
    }
Unexecuted instantiation: VclPtr<SvtIconChoiceCtrl>::operator SvtIconChoiceCtrl*() const
Unexecuted instantiation: VclPtr<SvHeaderTabListBox>::operator SvHeaderTabListBox*() const
VclPtr<StatusBar>::operator StatusBar*() const
Line
Count
Source
203
8.22k
    {
204
8.22k
        return m_rInnerRef.get();
205
8.22k
    }
Unexecuted instantiation: roadmap.cxx:VclPtr<vcl::(anonymous namespace)::IDLabel>::operator vcl::(anonymous namespace)::IDLabel*() const
Unexecuted instantiation: VclPtr<vcl::HyperLabel>::operator vcl::HyperLabel*() const
Unexecuted instantiation: VclPtr<FileControl>::operator FileControl*() const
Unexecuted instantiation: VclPtr<MultiLineEdit>::operator MultiLineEdit*() const
Unexecuted instantiation: VclPtr<ScGridWindow>::operator ScGridWindow*() const
VclPtr<SfxPrinter>::operator SfxPrinter*() const
Line
Count
Source
203
740k
    {
204
740k
        return m_rInnerRef.get();
205
740k
    }
Unexecuted instantiation: VclPtr<ScPreview>::operator ScPreview*() const
Unexecuted instantiation: VclPtr<ScInputWindow>::operator ScInputWindow*() const
Unexecuted instantiation: VclPtr<ScZoomSliderWnd>::operator ScZoomSliderWnd*() const
Unexecuted instantiation: VclPtr<SheetViewBox>::operator SheetViewBox*() const
Unexecuted instantiation: VclPtr<TableStylesBox>::operator TableStylesBox*() const
Unexecuted instantiation: VclPtr<AbstractSvxCaptionDialog>::operator AbstractSvxCaptionDialog*() const
Unexecuted instantiation: VclPtr<AbstractSvxTransformTabDialog>::operator AbstractSvxTransformTabDialog*() const
Unexecuted instantiation: VclPtr<AbstractDiagramDialog>::operator AbstractDiagramDialog*() const
Unexecuted instantiation: VclPtr<SfxNavigator>::operator SfxNavigator*() const
Unexecuted instantiation: VclPtr<ScNavigatorWin>::operator ScNavigatorWin*() const
Unexecuted instantiation: VclPtr<ScNumberFormat>::operator ScNumberFormat*() const
Unexecuted instantiation: VclPtr<SfxAbstractTabDialog>::operator SfxAbstractTabDialog*() const
Unexecuted instantiation: VclPtr<ScrollAdaptor>::operator ScrollAdaptor*() const
Unexecuted instantiation: VclPtr<ScTabControl>::operator ScTabControl*() const
Unexecuted instantiation: VclPtr<ScTabSplitter>::operator ScTabSplitter*() const
Unexecuted instantiation: VclPtr<ScOutlineWindow>::operator ScOutlineWindow*() const
Unexecuted instantiation: VclPtr<ScCornerButton>::operator ScCornerButton*() const
Unexecuted instantiation: VclPtr<ScColBar>::operator ScColBar*() const
Unexecuted instantiation: VclPtr<ScRowBar>::operator ScRowBar*() const
Unexecuted instantiation: VclPtr<AbstractSvxZoomDialog>::operator AbstractSvxZoomDialog*() const
Unexecuted instantiation: VclPtr<AbstractScInsertTableDlg>::operator AbstractScInsertTableDlg*() const
Unexecuted instantiation: VclPtr<ScInputBarGroup>::operator ScInputBarGroup*() const
Unexecuted instantiation: VclPtr<avmedia::MediaToolBoxControl_Impl>::operator avmedia::MediaToolBoxControl_Impl*() const
Unexecuted instantiation: VclPtr<avmedia::priv::MediaChildWindow>::operator avmedia::priv::MediaChildWindow*() const
Unexecuted instantiation: VclPtr<avmedia::MediaFloater>::operator avmedia::MediaFloater*() const
Unexecuted instantiation: VclPtr<SfxHelpWindow_Impl>::operator SfxHelpWindow_Impl*() const
VclPtr<SfxSplitWindow>::operator SfxSplitWindow*() const
Line
Count
Source
203
15.7k
    {
204
15.7k
        return m_rInnerRef.get();
205
15.7k
    }
Unexecuted instantiation: VclPtr<DevelopmentToolDockingWindow>::operator DevelopmentToolDockingWindow*() const
Unexecuted instantiation: dockwin.cxx:VclPtr<(anonymous namespace)::SfxTitleDockingWindow>::operator (anonymous namespace)::SfxTitleDockingWindow*() const
Unexecuted instantiation: VclPtr<SfxInfoBarWindow>::operator SfxInfoBarWindow*() const
Unexecuted instantiation: VclPtr<SfxInfoBarContainerWindow>::operator SfxInfoBarContainerWindow*() const
Unexecuted instantiation: VclPtr<SfxPartDockWnd_Impl>::operator SfxPartDockWnd_Impl*() const
Unexecuted instantiation: VclPtr<SfxDockingWindow>::operator SfxDockingWindow*() const
Unexecuted instantiation: VclPtr<SfxEmptySplitWin_Impl>::operator SfxEmptySplitWin_Impl*() const
Unexecuted instantiation: VclPtr<URLBoxItemWindow>::operator URLBoxItemWindow*() const
Unexecuted instantiation: VclPtr<sfx2::sidebar::SidebarDockingWindow>::operator sfx2::sidebar::SidebarDockingWindow*() const
Unexecuted instantiation: VclPtr<sfx2::sidebar::Deck>::operator sfx2::sidebar::Deck*() const
Unexecuted instantiation: SidebarController.cxx:VclPtr<sfx2::sidebar::(anonymous namespace)::CloseIndicator>::operator sfx2::sidebar::(anonymous namespace)::CloseIndicator*() const
Unexecuted instantiation: VclPtr<sfx2::sidebar::TabBar>::operator sfx2::sidebar::TabBar*() const
Unexecuted instantiation: VclPtr<InterimItemWindow>::operator InterimItemWindow*() const
Unexecuted instantiation: VclPtr<TextWin_Impl>::operator TextWin_Impl*() const
Unexecuted instantiation: VclPtr<ImplTabSizer>::operator ImplTabSizer*() const
Unexecuted instantiation: tabbar.cxx:VclPtr<(anonymous namespace)::TabButtons>::operator (anonymous namespace)::TabButtons*() const
Unexecuted instantiation: tabbar.cxx:VclPtr<(anonymous namespace)::TabBarEdit>::operator (anonymous namespace)::TabBarEdit*() const
Unexecuted instantiation: VclPtr<TabBar>::operator TabBar*() const
Unexecuted instantiation: VclPtr<SvxFontWorkDialog>::operator SvxFontWorkDialog*() const
Unexecuted instantiation: VclPtr<AbstractSvxSearchSimilarityDialog>::operator AbstractSvxSearchSimilarityDialog*() const
Unexecuted instantiation: VclPtr<SvxFmAbsRecWin>::operator SvxFmAbsRecWin*() const
Unexecuted instantiation: VclPtr<LabelItemWindow>::operator LabelItemWindow*() const
Unexecuted instantiation: VclPtr<FillControl>::operator FillControl*() const
Unexecuted instantiation: VclPtr<SvxMetricField>::operator SvxMetricField*() const
Unexecuted instantiation: VclPtr<FindTextFieldControl>::operator FindTextFieldControl*() const
Unexecuted instantiation: tbunosearchcontrollers.cxx:VclPtr<(anonymous namespace)::CheckButtonItemWindow>::operator (anonymous namespace)::CheckButtonItemWindow*() const
Unexecuted instantiation: VclPtr<svxform::DataNavigator>::operator svxform::DataNavigator*() const
Unexecuted instantiation: VclPtr<svxform::NavigatorFrame>::operator svxform::NavigatorFrame*() const
Unexecuted instantiation: tbcontrl.cxx:VclPtr<(anonymous namespace)::SvxFontNameBox_Impl>::operator (anonymous namespace)::SvxFontNameBox_Impl*() const
Unexecuted instantiation: tbcontrl.cxx:VclPtr<(anonymous namespace)::SvxStyleBox_Impl>::operator (anonymous namespace)::SvxStyleBox_Impl*() const
Unexecuted instantiation: VclPtr<InterimToolbarPopup>::operator InterimToolbarPopup*() const
Unexecuted instantiation: VclPtr<NavigationBar>::operator NavigationBar*() const
Unexecuted instantiation: VclPtr<svt::ControlBase>::operator svt::ControlBase*() const
Unexecuted instantiation: VclPtr<BrowserHeader>::operator BrowserHeader*() const
Unexecuted instantiation: VclPtr<FmGridControl>::operator FmGridControl*() const
Unexecuted instantiation: VclPtr<svt::MultiLineTextCell>::operator svt::MultiLineTextCell*() const
Unexecuted instantiation: VclPtr<svt::EditControl>::operator svt::EditControl*() const
Unexecuted instantiation: VclPtr<svt::DoubleNumericControl>::operator svt::DoubleNumericControl*() const
Unexecuted instantiation: VclPtr<svt::LongCurrencyControl>::operator svt::LongCurrencyControl*() const
Unexecuted instantiation: VclPtr<svt::DateControl>::operator svt::DateControl*() const
Unexecuted instantiation: VclPtr<svt::TimeControl>::operator svt::TimeControl*() const
Unexecuted instantiation: VclPtr<FmGridHeader>::operator FmGridHeader*() const
Unexecuted instantiation: VclPtr<framework::ComboBoxControl>::operator framework::ComboBoxControl*() const
Unexecuted instantiation: VclPtr<framework::ListBoxControl>::operator framework::ListBoxControl*() const
Unexecuted instantiation: VclPtr<framework::EditControl>::operator framework::EditControl*() const
Unexecuted instantiation: VclPtr<framework::FixedImageControl>::operator framework::FixedImageControl*() const
Unexecuted instantiation: VclPtr<framework::FixedTextControl>::operator framework::FixedTextControl*() const
Unexecuted instantiation: VclPtr<framework::SpinfieldControl>::operator framework::SpinfieldControl*() const
Unexecuted instantiation: VclPtr<SystemWindow>::operator SystemWindow*() const
Unexecuted instantiation: VclPtr<BrowserDataWin>::operator BrowserDataWin*() const
Unexecuted instantiation: VclPtr<svt::EditBrowserHeader>::operator svt::EditBrowserHeader*() const
Unexecuted instantiation: tbunocontroller.cxx:VclPtr<(anonymous namespace)::SvxFontSizeBox_Impl>::operator (anonymous namespace)::SvxFontSizeBox_Impl*() const
Unexecuted instantiation: VclPtr<svx::DialControlBmp>::operator svx::DialControlBmp*() const
Unexecuted instantiation: VclPtr<StylesPreviewWindow_Impl>::operator StylesPreviewWindow_Impl*() const
Unexecuted instantiation: VclPtr<svt::table::TableControl>::operator svt::table::TableControl*() const
Unexecuted instantiation: VclPtr<svt::table::TableDataWindow>::operator svt::table::TableDataWindow*() const
Unexecuted instantiation: VclPtr<ScrollBarBox>::operator ScrollBarBox*() const
Unexecuted instantiation: VclPtr<UnoTreeListBoxImpl>::operator UnoTreeListBoxImpl*() const
Unexecuted instantiation: VclPtr<SvResizeWindow>::operator SvResizeWindow*() const
Unexecuted instantiation: VclPtr<chart::ChartWindow>::operator chart::ChartWindow*() const
Unexecuted instantiation: VclPtr<SmGraphicWindow>::operator SmGraphicWindow*() const
Unexecuted instantiation: VclPtr<SmCmdBoxWindow>::operator SmCmdBoxWindow*() const
Unexecuted instantiation: VclPtr<Svx3DWin>::operator Svx3DWin*() const
VclPtr<SwEditWin>::operator SwEditWin*() const
Line
Count
Source
203
134k
    {
204
134k
        return m_rInnerRef.get();
205
134k
    }
Unexecuted instantiation: VclPtr<SvxRuler>::operator SvxRuler*() const
VclPtr<sw::annotation::SwAnnotationWin>::operator sw::annotation::SwAnnotationWin*() const
Line
Count
Source
203
14.3k
    {
204
14.3k
        return m_rInnerRef.get();
205
14.3k
    }
Unexecuted instantiation: VclPtr<TextViewOutWin>::operator TextViewOutWin*() const
Unexecuted instantiation: VclPtr<SwPageBreakWin>::operator SwPageBreakWin*() const
Unexecuted instantiation: VclPtr<AbstractSwWordCountFloatDlg>::operator AbstractSwWordCountFloatDlg*() const
Unexecuted instantiation: VclPtr<SwInputWindow>::operator SwInputWindow*() const
Unexecuted instantiation: VclPtr<NavElementBox_Impl>::operator NavElementBox_Impl*() const
Unexecuted instantiation: VclPtr<SfxAbstractDialog>::operator SfxAbstractDialog*() const
Unexecuted instantiation: VclPtr<sw::sidebar::QuickFindPanelWindow>::operator sw::sidebar::QuickFindPanelWindow*() const
Unexecuted instantiation: VclPtr<SwBreakDashedLine>::operator SwBreakDashedLine*() const
Unexecuted instantiation: VclPtr<SwPagePreviewWin>::operator SwPagePreviewWin*() const
Unexecuted instantiation: VclPtr<SwScrollbar>::operator SwScrollbar*() const
Unexecuted instantiation: VclPtr<AbstractThesaurusDialog>::operator AbstractThesaurusDialog*() const
Unexecuted instantiation: VclPtr<SwNavigatorWin>::operator SwNavigatorWin*() const
Unexecuted instantiation: VclPtr<svx::ParaAboveSpacingWindow>::operator svx::ParaAboveSpacingWindow*() const
Unexecuted instantiation: VclPtr<svx::ParaBelowSpacingWindow>::operator svx::ParaBelowSpacingWindow*() const
Unexecuted instantiation: VclPtr<svx::ParaLeftSpacingWindow>::operator svx::ParaLeftSpacingWindow*() const
Unexecuted instantiation: VclPtr<svx::ParaRightSpacingWindow>::operator svx::ParaRightSpacingWindow*() const
Unexecuted instantiation: VclPtr<svx::ParaFirstLineSpacingWindow>::operator svx::ParaFirstLineSpacingWindow*() const
Unexecuted instantiation: VclPtr<sd::Window>::operator sd::Window*() const
Unexecuted instantiation: VclPtr<sd::TabControl>::operator sd::TabControl*() const
Unexecuted instantiation: VclPtr<sd::Ruler>::operator sd::Ruler*() const
Unexecuted instantiation: VclPtr<sd::LayerTabBar>::operator sd::LayerTabBar*() const
Unexecuted instantiation: VclPtr<sd::AnimationWindow>::operator sd::AnimationWindow*() const
Unexecuted instantiation: VclPtr<sd::TitledDockingWindow>::operator sd::TitledDockingWindow*() const
Unexecuted instantiation: slideshow.cxx:VclPtr<(anonymous namespace)::FullScreenWorkWindow>::operator (anonymous namespace)::FullScreenWorkWindow*() const
Unexecuted instantiation: VclPtr<sd::ShowWindow>::operator sd::ShowWindow*() const
Unexecuted instantiation: VclPtr<sd::SdNavigatorFloat>::operator sd::SdNavigatorFloat*() const
Unexecuted instantiation: VclPtr<SdPagesField>::operator SdPagesField*() const
Unexecuted instantiation: VclPtr<SvxBmpMask>::operator SvxBmpMask*() const
Unexecuted instantiation: VclPtr<SvxColorDockingWindow>::operator SvxColorDockingWindow*() const
206
207
    explicit operator bool () const
208
40.9M
    {
209
40.9M
        return m_rInnerRef.get() != nullptr;
210
40.9M
    }
VclPtr<VirtualDevice>::operator bool() const
Line
Count
Source
208
26.3M
    {
209
26.3M
        return m_rInnerRef.get() != nullptr;
210
26.3M
    }
VclPtr<vcl::Window>::operator bool() const
Line
Count
Source
208
3.97M
    {
209
3.97M
        return m_rInnerRef.get() != nullptr;
210
3.97M
    }
Unexecuted instantiation: VclPtr<VclGrid>::operator bool() const
Unexecuted instantiation: VclPtr<VclMultiLineEdit>::operator bool() const
Unexecuted instantiation: VclPtr<MenuBarWindow>::operator bool() const
VclPtr<NotebookBar>::operator bool() const
Line
Count
Source
208
32.6k
    {
209
32.6k
        return m_rInnerRef.get() != nullptr;
210
32.6k
    }
VclPtr<HelpTextWindow>::operator bool() const
Line
Count
Source
208
98.4k
    {
209
98.4k
        return m_rInnerRef.get() != nullptr;
210
98.4k
    }
VclPtr<vcl::WindowOutputDevice>::operator bool() const
Line
Count
Source
208
75.5k
    {
209
75.5k
        return m_rInnerRef.get() != nullptr;
210
75.5k
    }
VclPtr<OutputDevice>::operator bool() const
Line
Count
Source
208
6.13M
    {
209
6.13M
        return m_rInnerRef.get() != nullptr;
210
6.13M
    }
VclPtr<FloatingWindow>::operator bool() const
Line
Count
Source
208
31.4k
    {
209
31.4k
        return m_rInnerRef.get() != nullptr;
210
31.4k
    }
Unexecuted instantiation: VclPtr<PopupMenu>::operator bool() const
VclPtr<WorkWindow>::operator bool() const
Line
Count
Source
208
3.66M
    {
209
3.66M
        return m_rInnerRef.get() != nullptr;
210
3.66M
    }
Unexecuted instantiation: VclPtr<Control const>::operator bool() const
Unexecuted instantiation: VclPtr<Edit>::operator bool() const
Unexecuted instantiation: VclPtr<SystemWindow>::operator bool() const
Unexecuted instantiation: VclPtr<TabPage>::operator bool() const
Unexecuted instantiation: VclPtr<ListBox>::operator bool() const
Unexecuted instantiation: VclPtr<PushButton>::operator bool() const
Unexecuted instantiation: VclPtr<ToolBox>::operator bool() const
VclPtr<Printer>::operator bool() const
Line
Count
Source
208
173k
    {
209
173k
        return m_rInnerRef.get() != nullptr;
210
173k
    }
Unexecuted instantiation: VclPtr<SvHeaderTabListBox>::operator bool() const
Unexecuted instantiation: VclPtr<HeaderBar>::operator bool() const
Unexecuted instantiation: VclPtr<MenuButton>::operator bool() const
Unexecuted instantiation: VclPtr<vcl::RoadmapWizard>::operator bool() const
Unexecuted instantiation: VclPtr<CheckBox>::operator bool() const
Unexecuted instantiation: VclPtr<Control>::operator bool() const
Unexecuted instantiation: VclPtr<RadioButton>::operator bool() const
Unexecuted instantiation: VclPtr<ScrollBar>::operator bool() const
Unexecuted instantiation: VclPtr<Dialog>::operator bool() const
Unexecuted instantiation: VclPtr<VclButtonBox>::operator bool() const
Unexecuted instantiation: VclPtr<Menu>::operator bool() const
Unexecuted instantiation: VclPtr<Menu const>::operator bool() const
Unexecuted instantiation: VclPtr<MenuBar>::operator bool() const
Unexecuted instantiation: VclPtr<ImplBorderWindow>::operator bool() const
Unexecuted instantiation: VclPtr<ImplCFieldFloatWin>::operator bool() const
Unexecuted instantiation: VclPtr<ImplListBoxFloatingWindow>::operator bool() const
Unexecuted instantiation: VclPtr<ImplListBox>::operator bool() const
Unexecuted instantiation: VclPtr<ImplBtn>::operator bool() const
Unexecuted instantiation: VclPtr<NotebookbarPopup>::operator bool() const
Unexecuted instantiation: VclPtr<ImplListBoxWindow>::operator bool() const
Unexecuted instantiation: VclPtr<ImplWin>::operator bool() const
Unexecuted instantiation: VclPtr<VclHBox>::operator bool() const
Unexecuted instantiation: VclPtr<vcl::ORoadmap>::operator bool() const
Unexecuted instantiation: VclPtr<SvTreeListBox>::operator bool() const
Unexecuted instantiation: VclPtr<HelpButton>::operator bool() const
Unexecuted instantiation: VclPtr<FormattedField>::operator bool() const
Unexecuted instantiation: VclPtr<SvtIconChoiceCtrl>::operator bool() const
Unexecuted instantiation: VclPtr<StatusBar>::operator bool() const
Unexecuted instantiation: VclPtr<TabControl>::operator bool() const
Unexecuted instantiation: VclPtr<vcl::HyperLabel>::operator bool() const
Unexecuted instantiation: VclPtr<ComboBox>::operator bool() const
Unexecuted instantiation: VclPtr<Button>::operator bool() const
Unexecuted instantiation: VclPtr<ImageControl>::operator bool() const
Unexecuted instantiation: VclPtr<SpinField>::operator bool() const
Unexecuted instantiation: VclPtr<MessBox>::operator bool() const
Unexecuted instantiation: VclPtr<FixedHyperlink>::operator bool() const
Unexecuted instantiation: VclPtr<FixedText>::operator bool() const
Unexecuted instantiation: VclPtr<DateField>::operator bool() const
Unexecuted instantiation: VclPtr<TimeField>::operator bool() const
Unexecuted instantiation: VclPtr<MetricField>::operator bool() const
Unexecuted instantiation: VclPtr<PatternField>::operator bool() const
Unexecuted instantiation: VclPtr<ProgressBar>::operator bool() const
Unexecuted instantiation: VclPtr<FileControl>::operator bool() const
Unexecuted instantiation: VclPtr<DoubleCurrencyField>::operator bool() const
Unexecuted instantiation: VclPtr<MultiLineEdit>::operator bool() const
VclPtr<SfxPrinter>::operator bool() const
Line
Count
Source
208
340k
    {
209
340k
        return m_rInnerRef.get() != nullptr;
210
340k
    }
Unexecuted instantiation: VclPtr<SfxInfoBarWindow>::operator bool() const
Unexecuted instantiation: VclPtr<SfxNavigator>::operator bool() const
Unexecuted instantiation: VclPtr<ScrollAdaptor>::operator bool() const
Unexecuted instantiation: VclPtr<ScGridWindow>::operator bool() const
Unexecuted instantiation: VclPtr<ScOutlineWindow>::operator bool() const
Unexecuted instantiation: VclPtr<ScTabControl>::operator bool() const
Unexecuted instantiation: VclPtr<ScColBar>::operator bool() const
Unexecuted instantiation: VclPtr<ScRowBar>::operator bool() const
Unexecuted instantiation: VclPtr<ScInputWindow>::operator bool() const
Unexecuted instantiation: VclPtr<AbstractScDPFunctionDlg>::operator bool() const
Unexecuted instantiation: VclPtr<AbstractScDPSubtotalDlg>::operator bool() const
Unexecuted instantiation: VclPtr<SfxAbstractInsertObjectDialog>::operator bool() const
Unexecuted instantiation: VclPtr<avmedia::priv::MediaWindowControl>::operator bool() const
Unexecuted instantiation: VclPtr<avmedia::priv::MediaChildWindow>::operator bool() const
Unexecuted instantiation: VclPtr<AbstractHangulHanjaConversionDialog>::operator bool() const
Unexecuted instantiation: VclPtr<SfxSplitWindow>::operator bool() const
Unexecuted instantiation: VclPtr<AbstractPasswordToOpenModifyDialog>::operator bool() const
VclPtr<SfxEmptySplitWin_Impl>::operator bool() const
Line
Count
Source
208
15.7k
    {
209
15.7k
        return m_rInnerRef.get() != nullptr;
210
15.7k
    }
Unexecuted instantiation: VclPtr<SfxDockingWindow>::operator bool() const
Unexecuted instantiation: VclPtr<sfx2::sidebar::SidebarDockingWindow>::operator bool() const
Unexecuted instantiation: VclPtr<sfx2::sidebar::Deck>::operator bool() const
Unexecuted instantiation: VclPtr<sfx2::sidebar::TabBar>::operator bool() const
Unexecuted instantiation: VclPtr<SfxHelpTextWindow_Impl>::operator bool() const
Unexecuted instantiation: VclPtr<ImplTabSizer>::operator bool() const
Unexecuted instantiation: tabbar.cxx:VclPtr<(anonymous namespace)::TabButtons>::operator bool() const
Unexecuted instantiation: tabbar.cxx:VclPtr<(anonymous namespace)::TabBarEdit>::operator bool() const
Unexecuted instantiation: VclPtr<TabBar>::operator bool() const
Unexecuted instantiation: VclPtr<AbstractSpellDialog>::operator bool() const
Unexecuted instantiation: VclPtr<FindTextFieldControl>::operator bool() const
Unexecuted instantiation: tbunosearchcontrollers.cxx:VclPtr<(anonymous namespace)::CheckButtonItemWindow>::operator bool() const
Unexecuted instantiation: VclPtr<LabelItemWindow>::operator bool() const
Unexecuted instantiation: VclPtr<OutputDevice const>::operator bool() const
Unexecuted instantiation: VclPtr<FmGridControl>::operator bool() const
Unexecuted instantiation: VclPtr<svt::ControlBase>::operator bool() const
Unexecuted instantiation: VclPtr<svt::CheckBoxControl>::operator bool() const
Unexecuted instantiation: VclPtr<svt::ListBoxControl>::operator bool() const
Unexecuted instantiation: VclPtr<svt::ComboBoxControl>::operator bool() const
Unexecuted instantiation: VclPtr<DbGridControl>::operator bool() const
VclPtr<DockingAreaWindow>::operator bool() const
Line
Count
Source
208
48.6k
    {
209
48.6k
        return m_rInnerRef.get() != nullptr;
210
48.6k
    }
Unexecuted instantiation: VclPtr<BrowserDataWin>::operator bool() const
Unexecuted instantiation: VclPtr<BrowserHeader>::operator bool() const
Unexecuted instantiation: VclPtr<InterimToolbarPopup>::operator bool() const
Unexecuted instantiation: VclPtr<svt::table::TableControl>::operator bool() const
Unexecuted instantiation: VclPtr<svt::table::TableDataWindow>::operator bool() const
Unexecuted instantiation: VclPtr<UnoTreeListBoxImpl>::operator bool() const
Unexecuted instantiation: VclPtr<SpinButton>::operator bool() const
Unexecuted instantiation: VclPtr<Throbber>::operator bool() const
Unexecuted instantiation: VclPtr<SvResizeWindow>::operator bool() const
Unexecuted instantiation: VclPtr<FixedLine>::operator bool() const
Unexecuted instantiation: VclPtr<AbstractMailMergeDlg>::operator bool() const
Unexecuted instantiation: VclPtr<SwPageBreakWin>::operator bool() const
Unexecuted instantiation: VclPtr<sw::annotation::SwAnnotationWin>::operator bool() const
Unexecuted instantiation: VclPtr<SwHeaderFooterWin>::operator bool() const
Unexecuted instantiation: VclPtr<SwContentControlButton>::operator bool() const
Unexecuted instantiation: VclPtr<SfxAbstractTabDialog>::operator bool() const
VclPtr<SwScrollbar>::operator bool() const
Line
Count
Source
208
4.38k
    {
209
4.38k
        return m_rInnerRef.get() != nullptr;
210
4.38k
    }
Unexecuted instantiation: VclPtr<AbstractThesaurusDialog>::operator bool() const
Unexecuted instantiation: VclPtr<SvxRuler>::operator bool() const
Unexecuted instantiation: VclPtr<FormFieldButton>::operator bool() const
Unexecuted instantiation: VclPtr<TextViewOutWin>::operator bool() const
Unexecuted instantiation: VclPtr<SfxAbstractDialog>::operator bool() const
Unexecuted instantiation: VclPtr<Ruler>::operator bool() const
Unexecuted instantiation: VclPtr<sd::LayerTabBar>::operator bool() const
Unexecuted instantiation: VclPtr<sd::Window>::operator bool() const
Unexecuted instantiation: VclPtr<sd::ShowWindow>::operator bool() const
Unexecuted instantiation: VclPtr<ThemeColorsPaneWrapper>::operator bool() const
211
212
    void reset()
213
3.78M
    {
214
3.78M
        m_rInnerRef.clear();
215
3.78M
    }
VclPtr<vcl::Window>::reset()
Line
Count
Source
213
308k
    {
214
308k
        m_rInnerRef.clear();
215
308k
    }
VclPtr<MenuBar>::reset()
Line
Count
Source
213
3.93k
    {
214
3.93k
        m_rInnerRef.clear();
215
3.93k
    }
Unexecuted instantiation: VclPtr<VirtualDevice>::reset()
Unexecuted instantiation: VclPtr<Button>::reset()
VclPtr<OutputDevice>::reset()
Line
Count
Source
213
3.30M
    {
214
3.30M
        m_rInnerRef.clear();
215
3.30M
    }
Unexecuted instantiation: VclPtr<PopupMenu>::reset()
Unexecuted instantiation: VclPtr<SystemWindow>::reset()
Unexecuted instantiation: VclPtr<NotebookBar>::reset()
Unexecuted instantiation: VclPtr<Edit>::reset()
VclPtr<Printer>::reset()
Line
Count
Source
213
103k
    {
214
103k
        m_rInnerRef.clear();
215
103k
    }
Unexecuted instantiation: VclPtr<HelpTextWindow>::reset()
Unexecuted instantiation: VclPtr<VclBox>::reset()
Unexecuted instantiation: VclPtr<VclButtonBox>::reset()
Unexecuted instantiation: VclPtr<DockingWindow>::reset()
VclPtr<FloatingWindow>::reset()
Line
Count
Source
213
31.4k
    {
214
31.4k
        m_rInnerRef.clear();
215
31.4k
    }
Unexecuted instantiation: VclPtr<Menu>::reset()
Unexecuted instantiation: VclPtr<ImplListBox>::reset()
Unexecuted instantiation: VclPtr<VclHBox>::reset()
Unexecuted instantiation: VclPtr<TabPage>::reset()
Unexecuted instantiation: VclPtr<PushButton>::reset()
Unexecuted instantiation: VclPtr<HeaderBar>::reset()
Unexecuted instantiation: VclPtr<TabControl>::reset()
Unexecuted instantiation: VclPtr<AbstractScDPFunctionDlg>::reset()
Unexecuted instantiation: VclPtr<AbstractScDPSubtotalDlg>::reset()
Unexecuted instantiation: VclPtr<AbstractPasswordToOpenModifyDialog>::reset()
VclPtr<SfxSplitWindow>::reset()
Line
Count
Source
213
15.7k
    {
214
15.7k
        m_rInnerRef.clear();
215
15.7k
    }
VclPtr<SfxDockingWindow>::reset()
Line
Count
Source
213
15.7k
    {
214
15.7k
        m_rInnerRef.clear();
215
15.7k
    }
Unexecuted instantiation: VclPtr<sfx2::sidebar::Deck>::reset()
Unexecuted instantiation: VclPtr<sfx2::sidebar::SidebarDockingWindow>::reset()
Unexecuted instantiation: VclPtr<SfxHelpWindow_Impl>::reset()
Unexecuted instantiation: VclPtr<SfxPrinter>::reset()
Unexecuted instantiation: VclPtr<ToolBox>::reset()
Unexecuted instantiation: VclPtr<BrowseBox>::reset()
Unexecuted instantiation: VclPtr<BrowserHeader>::reset()
Unexecuted instantiation: VclPtr<InterimToolbarPopup>::reset()
Unexecuted instantiation: VclPtr<SvResizeWindow>::reset()
Unexecuted instantiation: VclPtr<chart::ChartWindow>::reset()
VclPtr<SwEditWin>::reset()
Line
Count
Source
213
3.93k
    {
214
3.93k
        m_rInnerRef.clear();
215
3.93k
    }
Unexecuted instantiation: VclPtr<SwBreakDashedLine>::reset()
Unexecuted instantiation: VclPtr<ScrollAdaptor>::reset()
Unexecuted instantiation: VclPtr<sd::Window>::reset()
216
217
    void disposeAndClear()
218
6.44M
    {
219
        // hold it alive for the lifetime of this method
220
6.44M
        ::rtl::Reference<reference_type> aTmp(std::move(m_rInnerRef));
221
        // coverity[use_after_move : SUPPRESS] - the move ctor above must take care of it
222
6.44M
        assert(!m_rInnerRef);
223
6.44M
        if (aTmp.get()) {
224
1.72M
            aTmp->disposeOnce();
225
1.72M
        }
226
6.44M
    }
VclPtr<VirtualDevice>::disposeAndClear()
Line
Count
Source
218
5.78M
    {
219
        // hold it alive for the lifetime of this method
220
5.78M
        ::rtl::Reference<reference_type> aTmp(std::move(m_rInnerRef));
221
        // coverity[use_after_move : SUPPRESS] - the move ctor above must take care of it
222
5.78M
        assert(!m_rInnerRef);
223
5.78M
        if (aTmp.get()) {
224
1.45M
            aTmp->disposeOnce();
225
1.45M
        }
226
5.78M
    }
Unexecuted instantiation: VclPtr<DisclosureButton>::disposeAndClear()
Unexecuted instantiation: VclPtr<ScrollBar>::disposeAndClear()
Unexecuted instantiation: VclPtr<ScrollBarBox>::disposeAndClear()
Unexecuted instantiation: VclPtr<VclEventBox::EventBoxHelper>::disposeAndClear()
Unexecuted instantiation: VclPtr<VclMultiLineEdit>::disposeAndClear()
Unexecuted instantiation: VclPtr<FixedImage>::disposeAndClear()
Unexecuted instantiation: VclPtr<VclVBox>::disposeAndClear()
Unexecuted instantiation: VclPtr<VclGrid>::disposeAndClear()
Unexecuted instantiation: VclPtr<VclButtonBox>::disposeAndClear()
Unexecuted instantiation: VclPtr<VclBox>::disposeAndClear()
Unexecuted instantiation: VclPtr<Splitter>::disposeAndClear()
Unexecuted instantiation: VclPtr<ImplWheelWindow>::disposeAndClear()
VclPtr<vcl::Window>::disposeAndClear()
Line
Count
Source
218
145k
    {
219
        // hold it alive for the lifetime of this method
220
145k
        ::rtl::Reference<reference_type> aTmp(std::move(m_rInnerRef));
221
        // coverity[use_after_move : SUPPRESS] - the move ctor above must take care of it
222
145k
        assert(!m_rInnerRef);
223
145k
        if (aTmp.get()) {
224
55.1k
            aTmp->disposeOnce();
225
55.1k
        }
226
145k
    }
VclPtr<OutputDevice>::disposeAndClear()
Line
Count
Source
218
111k
    {
219
        // hold it alive for the lifetime of this method
220
111k
        ::rtl::Reference<reference_type> aTmp(std::move(m_rInnerRef));
221
        // coverity[use_after_move : SUPPRESS] - the move ctor above must take care of it
222
111k
        assert(!m_rInnerRef);
223
111k
        if (aTmp.get()) {
224
111k
            aTmp->disposeOnce();
225
111k
        }
226
111k
    }
Unexecuted instantiation: VclPtr<Edit>::disposeAndClear()
Unexecuted instantiation: VclPtr<PopupMenu>::disposeAndClear()
Unexecuted instantiation: VclPtr<ListBox>::disposeAndClear()
Unexecuted instantiation: VclPtr<ToolBox>::disposeAndClear()
Unexecuted instantiation: VclPtr<PushButton>::disposeAndClear()
Unexecuted instantiation: VclPtr<TextWindow>::disposeAndClear()
Unexecuted instantiation: VclPtr<WorkWindow>::disposeAndClear()
Unexecuted instantiation: VclPtr<HelpTextWindow>::disposeAndClear()
Unexecuted instantiation: VclPtr<MenuButton>::disposeAndClear()
Unexecuted instantiation: VclPtr<TabPage>::disposeAndClear()
VclPtr<vcl::PDFWriterImpl>::disposeAndClear()
Line
Count
Source
218
7.87k
    {
219
        // hold it alive for the lifetime of this method
220
7.87k
        ::rtl::Reference<reference_type> aTmp(std::move(m_rInnerRef));
221
        // coverity[use_after_move : SUPPRESS] - the move ctor above must take care of it
222
7.87k
        assert(!m_rInnerRef);
223
7.87k
        if (aTmp.get()) {
224
3.93k
            aTmp->disposeOnce();
225
3.93k
        }
226
7.87k
    }
Unexecuted instantiation: VclPtr<AbstractScreenshotAnnotationDlg>::disposeAndClear()
VclPtr<NotebookBar>::disposeAndClear()
Line
Count
Source
218
7.87k
    {
219
        // hold it alive for the lifetime of this method
220
7.87k
        ::rtl::Reference<reference_type> aTmp(std::move(m_rInnerRef));
221
        // coverity[use_after_move : SUPPRESS] - the move ctor above must take care of it
222
7.87k
        assert(!m_rInnerRef);
223
7.87k
        if (aTmp.get()) {
224
0
            aTmp->disposeOnce();
225
0
        }
226
7.87k
    }
Unexecuted instantiation: VclPtr<ImplBorderWindow>::disposeAndClear()
Unexecuted instantiation: VclPtr<VclReferenceBase>::disposeAndClear()
Unexecuted instantiation: VclPtr<FloatingWindow>::disposeAndClear()
Unexecuted instantiation: VclPtr<DecoToolBox>::disposeAndClear()
Unexecuted instantiation: VclPtr<ImplCFieldFloatWin>::disposeAndClear()
Unexecuted instantiation: VclPtr<ImplListBox>::disposeAndClear()
Unexecuted instantiation: VclPtr<ImplListBoxFloatingWindow>::disposeAndClear()
Unexecuted instantiation: VclPtr<ImplBtn>::disposeAndClear()
Unexecuted instantiation: VclPtr<NotebookbarPopup>::disposeAndClear()
Unexecuted instantiation: VclPtr<ImplListBoxWindow>::disposeAndClear()
Unexecuted instantiation: VclPtr<ImplWin>::disposeAndClear()
Unexecuted instantiation: VclPtr<VclHBox>::disposeAndClear()
Unexecuted instantiation: VclPtr<OKButton>::disposeAndClear()
Unexecuted instantiation: VclPtr<CancelButton>::disposeAndClear()
Unexecuted instantiation: VclPtr<HelpButton>::disposeAndClear()
Unexecuted instantiation: VclPtr<vcl::ORoadmap>::disposeAndClear()
Unexecuted instantiation: VclPtr<SvtIconChoiceCtrl>::disposeAndClear()
Unexecuted instantiation: roadmap.cxx:VclPtr<vcl::(anonymous namespace)::IDLabel>::disposeAndClear()
Unexecuted instantiation: VclPtr<vcl::HyperLabel>::disposeAndClear()
VclPtr<Menu>::disposeAndClear()
Line
Count
Source
218
7.87k
    {
219
        // hold it alive for the lifetime of this method
220
7.87k
        ::rtl::Reference<reference_type> aTmp(std::move(m_rInnerRef));
221
        // coverity[use_after_move : SUPPRESS] - the move ctor above must take care of it
222
7.87k
        assert(!m_rInnerRef);
223
7.87k
        if (aTmp.get()) {
224
0
            aTmp->disposeOnce();
225
0
        }
226
7.87k
    }
VclPtr<SfxPrinter>::disposeAndClear()
Line
Count
Source
218
315k
    {
219
        // hold it alive for the lifetime of this method
220
315k
        ::rtl::Reference<reference_type> aTmp(std::move(m_rInnerRef));
221
        // coverity[use_after_move : SUPPRESS] - the move ctor above must take care of it
222
315k
        assert(!m_rInnerRef);
223
315k
        if (aTmp.get()) {
224
51.5k
            aTmp->disposeOnce();
225
51.5k
        }
226
315k
    }
Unexecuted instantiation: VclPtr<AbstractScLinkedAreaDlg>::disposeAndClear()
Unexecuted instantiation: VclPtr<AbstractScNewScenarioDlg>::disposeAndClear()
Unexecuted instantiation: VclPtr<SfxAbstractDialog>::disposeAndClear()
Unexecuted instantiation: VclPtr<SfxAbstractTabDialog>::disposeAndClear()
Unexecuted instantiation: VclPtr<SfxAbstractPasteDialog>::disposeAndClear()
Unexecuted instantiation: VclPtr<AbstractSvxPostItDialog>::disposeAndClear()
Unexecuted instantiation: VclPtr<AbstractScInsertContentsDlg>::disposeAndClear()
Unexecuted instantiation: VclPtr<AbstractScFillSeriesDlg>::disposeAndClear()
Unexecuted instantiation: VclPtr<AbstractScDPShowDetailDlg>::disposeAndClear()
Unexecuted instantiation: VclPtr<AbstractScDPDateGroupDlg>::disposeAndClear()
Unexecuted instantiation: VclPtr<AbstractScDPNumGroupDlg>::disposeAndClear()
Unexecuted instantiation: VclPtr<AbstractScNameCreateDlg>::disposeAndClear()
Unexecuted instantiation: VclPtr<AbstractScNamePasteDlg>::disposeAndClear()
Unexecuted instantiation: VclPtr<AbstractScSortWarningDlg>::disposeAndClear()
Unexecuted instantiation: VclPtr<AbstractScDataFormDlg>::disposeAndClear()
Unexecuted instantiation: VclPtr<AbstractScImportAsciiDlg>::disposeAndClear()
Unexecuted instantiation: VclPtr<AbstractScPivotFilterDlg>::disposeAndClear()
Unexecuted instantiation: VclPtr<ScPreview>::disposeAndClear()
Unexecuted instantiation: VclPtr<ScrollAdaptor>::disposeAndClear()
Unexecuted instantiation: VclPtr<AbstractSvxZoomDialog>::disposeAndClear()
Unexecuted instantiation: VclPtr<ScGridWindow>::disposeAndClear()
Unexecuted instantiation: VclPtr<ScColBar>::disposeAndClear()
Unexecuted instantiation: VclPtr<ScRowBar>::disposeAndClear()
Unexecuted instantiation: VclPtr<ScOutlineWindow>::disposeAndClear()
Unexecuted instantiation: VclPtr<ScCornerButton>::disposeAndClear()
Unexecuted instantiation: VclPtr<ScTabSplitter>::disposeAndClear()
Unexecuted instantiation: VclPtr<ScTabControl>::disposeAndClear()
Unexecuted instantiation: VclPtr<AbstractScShowTabDlg>::disposeAndClear()
Unexecuted instantiation: VclPtr<AbstractScTextImportOptionsDlg>::disposeAndClear()
Unexecuted instantiation: VclPtr<ScInputBarGroup>::disposeAndClear()
Unexecuted instantiation: VclPtr<ScPosWnd>::disposeAndClear()
Unexecuted instantiation: VclPtr<AbstractScDPSubtotalDlg>::disposeAndClear()
Unexecuted instantiation: VclPtr<SfxAbstractInsertObjectDialog>::disposeAndClear()
Unexecuted instantiation: VclPtr<ScDataTableView>::disposeAndClear()
Unexecuted instantiation: VclPtr<ScDataTableColView>::disposeAndClear()
Unexecuted instantiation: VclPtr<ScDataTableRowView>::disposeAndClear()
Unexecuted instantiation: VclPtr<avmedia::priv::MediaWindowImpl>::disposeAndClear()
Unexecuted instantiation: VclPtr<avmedia::priv::MediaWindowControl>::disposeAndClear()
Unexecuted instantiation: VclPtr<avmedia::priv::MediaChildWindow>::disposeAndClear()
Unexecuted instantiation: VclPtr<AbstractThesaurusDialog>::disposeAndClear()
Unexecuted instantiation: VclPtr<AbstractHangulHanjaConversionDialog>::disposeAndClear()
Unexecuted instantiation: VclPtr<AbstractHyphenWordDialog>::disposeAndClear()
Unexecuted instantiation: VclPtr<VclAbstractDialog>::disposeAndClear()
Unexecuted instantiation: VclPtr<AbstractSecurityOptionsDialog>::disposeAndClear()
Unexecuted instantiation: VclPtr<SfxHelpWindow_Impl>::disposeAndClear()
VclPtr<SfxSplitWindow>::disposeAndClear()
Line
Count
Source
218
15.7k
    {
219
        // hold it alive for the lifetime of this method
220
15.7k
        ::rtl::Reference<reference_type> aTmp(std::move(m_rInnerRef));
221
        // coverity[use_after_move : SUPPRESS] - the move ctor above must take care of it
222
15.7k
        assert(!m_rInnerRef);
223
15.7k
        if (aTmp.get()) {
224
15.7k
            aTmp->disposeOnce();
225
15.7k
        }
226
15.7k
    }
Unexecuted instantiation: VclPtr<DevelopmentToolDockingWindow>::disposeAndClear()
Unexecuted instantiation: VclPtr<SfxInfoBarWindow>::disposeAndClear()
VclPtr<SfxEmptySplitWin_Impl>::disposeAndClear()
Line
Count
Source
218
15.7k
    {
219
        // hold it alive for the lifetime of this method
220
15.7k
        ::rtl::Reference<reference_type> aTmp(std::move(m_rInnerRef));
221
        // coverity[use_after_move : SUPPRESS] - the move ctor above must take care of it
222
15.7k
        assert(!m_rInnerRef);
223
15.7k
        if (aTmp.get()) {
224
15.7k
            aTmp->disposeOnce();
225
15.7k
        }
226
15.7k
    }
Unexecuted instantiation: doctemplates.cxx:VclPtr<(anonymous namespace)::WaitWindow_Impl>::disposeAndClear()
Unexecuted instantiation: VclPtr<sfx2::sidebar::TabBar>::disposeAndClear()
Unexecuted instantiation: VclPtr<sfx2::sidebar::Deck>::disposeAndClear()
Unexecuted instantiation: VclPtr<SfxHelpTextWindow_Impl>::disposeAndClear()
Unexecuted instantiation: tabbar.cxx:VclPtr<(anonymous namespace)::TabButtons>::disposeAndClear()
Unexecuted instantiation: VclPtr<ImplTabSizer>::disposeAndClear()
Unexecuted instantiation: tabbar.cxx:VclPtr<(anonymous namespace)::TabBarEdit>::disposeAndClear()
Unexecuted instantiation: VclPtr<Printer>::disposeAndClear()
Unexecuted instantiation: VclPtr<AbstractURLDlg>::disposeAndClear()
Unexecuted instantiation: VclPtr<AbstractSpellDialog>::disposeAndClear()
Unexecuted instantiation: VclPtr<AbstractSvxJSearchOptionsDialog>::disposeAndClear()
Unexecuted instantiation: VclPtr<FindTextFieldControl>::disposeAndClear()
Unexecuted instantiation: tbunosearchcontrollers.cxx:VclPtr<(anonymous namespace)::CheckButtonItemWindow>::disposeAndClear()
Unexecuted instantiation: VclPtr<LabelItemWindow>::disposeAndClear()
Unexecuted instantiation: VclPtr<AbstractFmInputRecordNoDialog>::disposeAndClear()
Unexecuted instantiation: VclPtr<AbstractFmSearchDialog>::disposeAndClear()
Unexecuted instantiation: tbcontrl.cxx:VclPtr<(anonymous namespace)::SvxFontNameBox_Impl>::disposeAndClear()
Unexecuted instantiation: tbcontrl.cxx:VclPtr<(anonymous namespace)::SvxStyleBox_Impl>::disposeAndClear()
Unexecuted instantiation: VclPtr<svt::ControlBase>::disposeAndClear()
Unexecuted instantiation: VclPtr<NavigationBar>::disposeAndClear()
Unexecuted instantiation: VclPtr<AbstractFmShowColsDialog>::disposeAndClear()
Unexecuted instantiation: VclPtr<StatusBar>::disposeAndClear()
Unexecuted instantiation: VclPtr<framework::ComboBoxControl>::disposeAndClear()
Unexecuted instantiation: VclPtr<framework::ListBoxControl>::disposeAndClear()
Unexecuted instantiation: VclPtr<framework::EditControl>::disposeAndClear()
Unexecuted instantiation: VclPtr<framework::FixedImageControl>::disposeAndClear()
Unexecuted instantiation: VclPtr<framework::FixedTextControl>::disposeAndClear()
Unexecuted instantiation: VclPtr<framework::SpinfieldControl>::disposeAndClear()
Unexecuted instantiation: VclPtr<BrowserHeader>::disposeAndClear()
Unexecuted instantiation: VclPtr<BrowserDataWin>::disposeAndClear()
Unexecuted instantiation: VclPtr<MeasureStatusBar>::disposeAndClear()
Unexecuted instantiation: VclPtr<svt::CheckBoxControl>::disposeAndClear()
Unexecuted instantiation: VclPtr<svx::DialControlBmp>::disposeAndClear()
Unexecuted instantiation: tbunocontroller.cxx:VclPtr<(anonymous namespace)::SvxFontSizeBox_Impl>::disposeAndClear()
Unexecuted instantiation: VclPtr<StylesPreviewWindow_Impl>::disposeAndClear()
Unexecuted instantiation: VclPtr<AbstractTitleDialog>::disposeAndClear()
Unexecuted instantiation: VclPtr<AbstractGalleryIdDialog>::disposeAndClear()
Unexecuted instantiation: VclPtr<svt::table::TableDataWindow>::disposeAndClear()
Unexecuted instantiation: VclPtr<AbstractPasswordToOpenModifyDialog>::disposeAndClear()
Unexecuted instantiation: VclPtr<FixedLine>::disposeAndClear()
Unexecuted instantiation: VclPtr<AbstractSvxAreaTabDialog>::disposeAndClear()
Unexecuted instantiation: VclPtr<chart::DataBrowser>::disposeAndClear()
Unexecuted instantiation: VclPtr<svt::FormattedControl>::disposeAndClear()
Unexecuted instantiation: VclPtr<svt::EditControl>::disposeAndClear()
Unexecuted instantiation: VclPtr<SmGraphicWindow>::disposeAndClear()
Unexecuted instantiation: VclPtr<AbstractSwLabDlg>::disposeAndClear()
Unexecuted instantiation: VclPtr<SfxAbstractApplyTabDialog>::disposeAndClear()
Unexecuted instantiation: VclPtr<AbstractMailMergeDlg>::disposeAndClear()
Unexecuted instantiation: VclPtr<AbstractSwSelGlossaryDlg>::disposeAndClear()
Unexecuted instantiation: VclPtr<SwHeaderFooterWin>::disposeAndClear()
Unexecuted instantiation: VclPtr<SwPageBreakWin>::disposeAndClear()
VclPtr<sw::annotation::SwAnnotationWin>::disposeAndClear()
Line
Count
Source
218
30
    {
219
        // hold it alive for the lifetime of this method
220
30
        ::rtl::Reference<reference_type> aTmp(std::move(m_rInnerRef));
221
        // coverity[use_after_move : SUPPRESS] - the move ctor above must take care of it
222
30
        assert(!m_rInnerRef);
223
30
        if (aTmp.get()) {
224
0
            aTmp->disposeOnce();
225
0
        }
226
30
    }
Unexecuted instantiation: VclPtr<AbstractSwFieldDlg>::disposeAndClear()
Unexecuted instantiation: VclPtr<AbstractMarkFloatDlg>::disposeAndClear()
Unexecuted instantiation: VclPtr<AbstractSwWordCountFloatDlg>::disposeAndClear()
Unexecuted instantiation: VclPtr<PosEdit>::disposeAndClear()
Unexecuted instantiation: VclPtr<InputEdit>::disposeAndClear()
Unexecuted instantiation: VclPtr<NavElementBox_Impl>::disposeAndClear()
Unexecuted instantiation: VclPtr<AbstractSwConvertTableDlg>::disposeAndClear()
Unexecuted instantiation: VclPtr<AbstractSvxSearchSimilarityDialog>::disposeAndClear()
Unexecuted instantiation: VclPtr<SwPagePreviewWin>::disposeAndClear()
VclPtr<SwScrollbar>::disposeAndClear()
Line
Count
Source
218
7.87k
    {
219
        // hold it alive for the lifetime of this method
220
7.87k
        ::rtl::Reference<reference_type> aTmp(std::move(m_rInnerRef));
221
        // coverity[use_after_move : SUPPRESS] - the move ctor above must take care of it
222
7.87k
        assert(!m_rInnerRef);
223
7.87k
        if (aTmp.get()) {
224
0
            aTmp->disposeOnce();
225
0
        }
226
7.87k
    }
Unexecuted instantiation: VclPtr<SwSrcEditWindow>::disposeAndClear()
VclPtr<SvxRuler>::disposeAndClear()
Line
Count
Source
218
7.87k
    {
219
        // hold it alive for the lifetime of this method
220
7.87k
        ::rtl::Reference<reference_type> aTmp(std::move(m_rInnerRef));
221
        // coverity[use_after_move : SUPPRESS] - the move ctor above must take care of it
222
7.87k
        assert(!m_rInnerRef);
223
7.87k
        if (aTmp.get()) {
224
7.87k
            aTmp->disposeOnce();
225
7.87k
        }
226
7.87k
    }
VclPtr<SwEditWin>::disposeAndClear()
Line
Count
Source
218
3.93k
    {
219
        // hold it alive for the lifetime of this method
220
3.93k
        ::rtl::Reference<reference_type> aTmp(std::move(m_rInnerRef));
221
        // coverity[use_after_move : SUPPRESS] - the move ctor above must take care of it
222
3.93k
        assert(!m_rInnerRef);
223
3.93k
        if (aTmp.get()) {
224
3.93k
            aTmp->disposeOnce();
225
3.93k
        }
226
3.93k
    }
Unexecuted instantiation: VclPtr<AbstractMailMergeCreateFromDlg>::disposeAndClear()
Unexecuted instantiation: VclPtr<AbstractFieldInputDlg>::disposeAndClear()
Unexecuted instantiation: VclPtr<AbstractDropDownFieldDialog>::disposeAndClear()
VclPtr<FormFieldButton>::disposeAndClear()
Line
Count
Source
218
1.59k
    {
219
        // hold it alive for the lifetime of this method
220
1.59k
        ::rtl::Reference<reference_type> aTmp(std::move(m_rInnerRef));
221
        // coverity[use_after_move : SUPPRESS] - the move ctor above must take care of it
222
1.59k
        assert(!m_rInnerRef);
223
1.59k
        if (aTmp.get()) {
224
0
            aTmp->disposeOnce();
225
0
        }
226
1.59k
    }
VclPtr<SwContentControlButton>::disposeAndClear()
Line
Count
Source
218
11.8k
    {
219
        // hold it alive for the lifetime of this method
220
11.8k
        ::rtl::Reference<reference_type> aTmp(std::move(m_rInnerRef));
221
        // coverity[use_after_move : SUPPRESS] - the move ctor above must take care of it
222
11.8k
        assert(!m_rInnerRef);
223
11.8k
        if (aTmp.get()) {
224
0
            aTmp->disposeOnce();
225
0
        }
226
11.8k
    }
Unexecuted instantiation: VclPtr<TextViewOutWin>::disposeAndClear()
Unexecuted instantiation: VclPtr<AbstractJavaEditDialog>::disposeAndClear()
Unexecuted instantiation: VclPtr<AbstractMultiTOXTabDialog>::disposeAndClear()
Unexecuted instantiation: VclPtr<sd::TabBarControl>::disposeAndClear()
Unexecuted instantiation: VclPtr<sd::TabControl>::disposeAndClear()
Unexecuted instantiation: VclPtr<sd::LayerTabBar>::disposeAndClear()
Unexecuted instantiation: VclPtr<sd::Window>::disposeAndClear()
Unexecuted instantiation: VclPtr<AbstractSdModifyFieldDlg>::disposeAndClear()
Unexecuted instantiation: VclPtr<AbstractSdCustomShowDlg>::disposeAndClear()
Unexecuted instantiation: VclPtr<AbstractSdInsertPagesObjsDlg>::disposeAndClear()
Unexecuted instantiation: VclPtr<AbstractSvxBulletAndPositionDlg>::disposeAndClear()
Unexecuted instantiation: VclPtr<AbstractSdStartPresDlg>::disposeAndClear()
Unexecuted instantiation: VclPtr<sd::ShowWindow>::disposeAndClear()
Unexecuted instantiation: VclPtr<AbstractSdInsertLayerDlg>::disposeAndClear()
Unexecuted instantiation: VclPtr<AbstractQrCodeGenDialog>::disposeAndClear()
Unexecuted instantiation: VclPtr<AbstractCopyDlg>::disposeAndClear()
Unexecuted instantiation: VclPtr<AbstractMorphDlg>::disposeAndClear()
Unexecuted instantiation: VclPtr<AbstractSdPresLayoutDlg>::disposeAndClear()
Unexecuted instantiation: VclPtr<AbstractSdSnapLineDlg>::disposeAndClear()
Unexecuted instantiation: VclPtr<AbstractSdVectorizeDlg>::disposeAndClear()
Unexecuted instantiation: VclPtr<SlideTransitionsPaneWrapper>::disposeAndClear()
Unexecuted instantiation: VclPtr<ThemeColorsPaneWrapper>::disposeAndClear()
227
228
    /** Needed to place VclPtr's into STL collection.
229
     */
230
    bool operator< (const VclPtr & handle) const
231
0
    {
232
0
        return (m_rInnerRef < handle.m_rInnerRef);
233
0
    }
Unexecuted instantiation: VclPtr<vcl::Window>::operator<(VclPtr<vcl::Window> const&) const
Unexecuted instantiation: VclPtr<VirtualDevice>::operator<(VclPtr<VirtualDevice> const&) const
Unexecuted instantiation: VclPtr<sw::annotation::SwAnnotationWin>::operator<(VclPtr<sw::annotation::SwAnnotationWin> const&) const
234
}; // class VclPtr
235
236
template<typename T1, typename T2>
237
0
inline bool operator ==(VclPtr<T1> const & p1, VclPtr<T2> const & p2) {
238
0
    return p1.get() == p2.get();
239
0
}
Unexecuted instantiation: bool operator==<vcl::Window, vcl::Window>(VclPtr<vcl::Window> const&, VclPtr<vcl::Window> const&)
Unexecuted instantiation: bool operator==<FixedText, FixedText>(VclPtr<FixedText> const&, VclPtr<FixedText> const&)
Unexecuted instantiation: bool operator==<RadioButton, RadioButton>(VclPtr<RadioButton> const&, VclPtr<RadioButton> const&)
Unexecuted instantiation: bool operator==<PopupMenu, PopupMenu>(VclPtr<PopupMenu> const&, VclPtr<PopupMenu> const&)
Unexecuted instantiation: bool operator==<TabPage, TabPage>(VclPtr<TabPage> const&, VclPtr<TabPage> const&)
Unexecuted instantiation: bool operator==<Printer, Printer>(VclPtr<Printer> const&, VclPtr<Printer> const&)
Unexecuted instantiation: bool operator==<ToolBox, ToolBox>(VclPtr<ToolBox> const&, VclPtr<ToolBox> const&)
Unexecuted instantiation: bool operator==<OutputDevice, OutputDevice>(VclPtr<OutputDevice> const&, VclPtr<OutputDevice> const&)
Unexecuted instantiation: bool operator==<SfxInfoBarWindow, SfxInfoBarWindow>(VclPtr<SfxInfoBarWindow> const&, VclPtr<SfxInfoBarWindow> const&)
Unexecuted instantiation: bool operator==<sfx2::sidebar::Deck, sfx2::sidebar::Deck>(VclPtr<sfx2::sidebar::Deck> const&, VclPtr<sfx2::sidebar::Deck> const&)
Unexecuted instantiation: bool operator==<OutputDevice, Printer>(VclPtr<OutputDevice> const&, VclPtr<Printer> const&)
Unexecuted instantiation: bool operator==<sw::annotation::SwAnnotationWin, sw::annotation::SwAnnotationWin>(VclPtr<sw::annotation::SwAnnotationWin> const&, VclPtr<sw::annotation::SwAnnotationWin> const&)
240
241
template<typename T> inline bool operator ==(VclPtr<T> const & p1, T const * p2)
242
36
{
243
36
    return p1.get() == p2;
244
36
}
Unexecuted instantiation: bool operator==<vcl::Window>(VclPtr<vcl::Window> const&, vcl::Window const*)
Unexecuted instantiation: bool operator==<RadioButton>(VclPtr<RadioButton> const&, RadioButton const*)
bool operator==<OutputDevice>(VclPtr<OutputDevice> const&, OutputDevice const*)
Line
Count
Source
242
36
{
243
36
    return p1.get() == p2;
244
36
}
Unexecuted instantiation: bool operator==<sw::annotation::SwAnnotationWin>(VclPtr<sw::annotation::SwAnnotationWin> const&, sw::annotation::SwAnnotationWin const*)
245
246
8.07M
template<typename T> inline bool operator ==(VclPtr<T> const & p1, T * p2) {
247
8.07M
    return p1.get() == p2;
248
8.07M
}
bool operator==<MenuBar>(VclPtr<MenuBar> const&, MenuBar*)
Line
Count
Source
246
7.87k
template<typename T> inline bool operator ==(VclPtr<T> const & p1, T * p2) {
247
7.87k
    return p1.get() == p2;
248
7.87k
}
bool operator==<vcl::Window>(VclPtr<vcl::Window> const&, vcl::Window*)
Line
Count
Source
246
995k
template<typename T> inline bool operator ==(VclPtr<T> const & p1, T * p2) {
247
995k
    return p1.get() == p2;
248
995k
}
bool operator==<WorkWindow>(VclPtr<WorkWindow> const&, WorkWindow*)
Line
Count
Source
246
3.93k
template<typename T> inline bool operator ==(VclPtr<T> const & p1, T * p2) {
247
3.93k
    return p1.get() == p2;
248
3.93k
}
bool operator==<OutputDevice>(VclPtr<OutputDevice> const&, OutputDevice*)
Line
Count
Source
246
7.06M
template<typename T> inline bool operator ==(VclPtr<T> const & p1, T * p2) {
247
7.06M
    return p1.get() == p2;
248
7.06M
}
Unexecuted instantiation: bool operator==<FloatingWindow>(VclPtr<FloatingWindow> const&, FloatingWindow*)
Unexecuted instantiation: bool operator==<Menu>(VclPtr<Menu> const&, Menu*)
Unexecuted instantiation: bool operator==<TabPage>(VclPtr<TabPage> const&, TabPage*)
Unexecuted instantiation: bool operator==<Button>(VclPtr<Button> const&, Button*)
bool operator==<SfxPrinter>(VclPtr<SfxPrinter> const&, SfxPrinter*)
Line
Count
Source
246
695
template<typename T> inline bool operator ==(VclPtr<T> const & p1, T * p2) {
247
695
    return p1.get() == p2;
248
695
}
Unexecuted instantiation: bool operator==<ScGridWindow>(VclPtr<ScGridWindow> const&, ScGridWindow*)
Unexecuted instantiation: bool operator==<VirtualDevice>(VclPtr<VirtualDevice> const&, VirtualDevice*)
Unexecuted instantiation: bool operator==<sw::annotation::SwAnnotationWin>(VclPtr<sw::annotation::SwAnnotationWin> const&, sw::annotation::SwAnnotationWin*)
249
250
template<typename T> inline bool operator ==(T const * p1, VclPtr<T> const & p2)
251
118k
{
252
118k
    return p1 == p2.get();
253
118k
}
Unexecuted instantiation: bool operator==<OutputDevice>(OutputDevice const*, VclPtr<OutputDevice> const&)
bool operator==<vcl::Window>(vcl::Window const*, VclPtr<vcl::Window> const&)
Line
Count
Source
251
118k
{
252
118k
    return p1 == p2.get();
253
118k
}
254
255
319k
template<typename T> inline bool operator ==(T * p1, VclPtr<T> const & p2) {
256
319k
    return p1 == p2.get();
257
319k
}
Unexecuted instantiation: bool operator==<vcl::Window>(vcl::Window*, VclPtr<vcl::Window> const&)
Unexecuted instantiation: bool operator==<ScrollBar>(ScrollBar*, VclPtr<ScrollBar> const&)
Unexecuted instantiation: bool operator==<HelpTextWindow>(HelpTextWindow*, VclPtr<HelpTextWindow> const&)
Unexecuted instantiation: bool operator==<PopupMenu>(PopupMenu*, VclPtr<PopupMenu> const&)
Unexecuted instantiation: bool operator==<TabPage>(TabPage*, VclPtr<TabPage> const&)
Unexecuted instantiation: bool operator==<SvTreeListBox>(SvTreeListBox*, VclPtr<SvTreeListBox> const&)
Unexecuted instantiation: bool operator==<Menu>(Menu*, VclPtr<Menu> const&)
bool operator==<SfxPrinter>(SfxPrinter*, VclPtr<SfxPrinter> const&)
Line
Count
Source
255
5.75k
template<typename T> inline bool operator ==(T * p1, VclPtr<T> const & p2) {
256
5.75k
    return p1 == p2.get();
257
5.75k
}
Unexecuted instantiation: bool operator==<ScrollAdaptor>(ScrollAdaptor*, VclPtr<ScrollAdaptor> const&)
Unexecuted instantiation: bool operator==<SfxSplitWindow>(SfxSplitWindow*, VclPtr<SfxSplitWindow> const&)
Unexecuted instantiation: bool operator==<Printer>(Printer*, VclPtr<Printer> const&)
Unexecuted instantiation: bool operator==<chart::ChartWindow>(chart::ChartWindow*, VclPtr<chart::ChartWindow> const&)
bool operator==<OutputDevice>(OutputDevice*, VclPtr<OutputDevice> const&)
Line
Count
Source
255
314k
template<typename T> inline bool operator ==(T * p1, VclPtr<T> const & p2) {
256
314k
    return p1 == p2.get();
257
314k
}
Unexecuted instantiation: bool operator==<sw::annotation::SwAnnotationWin>(sw::annotation::SwAnnotationWin*, VclPtr<sw::annotation::SwAnnotationWin> const&)
258
259
/**
260
 * A construction helper for a temporary VclPtr. Since VclPtr types
261
 * are created with a reference-count of one - to help fit into
262
 * the existing code-flow; this helps us to construct them easily.
263
 * see also VclPtr::Create and ScopedVclPtr
264
 *
265
 * For more details on the design please see vcl/README.lifecycle
266
 *
267
 * @param reference_type must be a subclass of vcl::Window
268
 */
269
template <class reference_type>
270
class SAL_WARN_UNUSED VclPtrInstance final : public VclPtr<reference_type>
271
{
272
public:
273
    template<typename... Arg> VclPtrInstance(Arg &&... arg)
274
20.7k
        : VclPtr<reference_type>( new reference_type(std::forward<Arg>(arg)...), SAL_NO_ACQUIRE )
275
20.7k
    {
276
20.7k
    }
Unexecuted instantiation: VclPtrInstance<VirtualDevice>::VclPtrInstance<OutputDevice&>(OutputDevice&)
Unexecuted instantiation: VclPtrInstance<VirtualDevice>::VclPtrInstance<OutputDevice&, DeviceFormat>(OutputDevice&, DeviceFormat&&)
VclPtrInstance<ImplBorderWindow>::VclPtrInstance<vcl::Window*&, long, BorderWindowStyle&>(vcl::Window*&, long&&, BorderWindowStyle&)
Line
Count
Source
274
3.93k
        : VclPtr<reference_type>( new reference_type(std::forward<Arg>(arg)...), SAL_NO_ACQUIRE )
275
3.93k
    {
276
3.93k
    }
Unexecuted instantiation: VclPtrInstance<VirtualDevice>::VclPtrInstance<>()
VclPtrInstance<ImplBorderWindow>::VclPtrInstance<vcl::Window*&, SystemParentData*&, long&, BorderWindowStyle&>(vcl::Window*&, SystemParentData*&, long&, BorderWindowStyle&)
Line
Count
Source
274
8.25k
        : VclPtr<reference_type>( new reference_type(std::forward<Arg>(arg)...), SAL_NO_ACQUIRE )
275
8.25k
    {
276
8.25k
    }
Unexecuted instantiation: VclPtrInstance<HelpTextWindow>::VclPtrInstance<vcl::Window*&, rtl::OUString const&, HelpWinStyle&, QuickHelpFlags&>(vcl::Window*&, rtl::OUString const&, HelpWinStyle&, QuickHelpFlags&)
Unexecuted instantiation: VclPtrInstance<TabPage>::VclPtrInstance<VclPtr<vcl::RoadmapWizard>&>(VclPtr<vcl::RoadmapWizard>&)
Unexecuted instantiation: VclPtrInstance<VclGrid>::VclPtrInstance<VclPtrInstance<TabPage>&>(VclPtrInstance<TabPage>&)
Unexecuted instantiation: VclPtrInstance<TabPage>::VclPtrInstance<VclPtr<TabControl>&>(VclPtr<TabControl>&)
Unexecuted instantiation: VclPtrInstance<VclGrid>::VclPtrInstance<vcl::Window*>(vcl::Window*&&)
Unexecuted instantiation: VclPtrInstance<Dialog>::VclPtrInstance<decltype(nullptr), long, Dialog::InitFlag>(decltype(nullptr)&&, long&&, Dialog::InitFlag&&)
Unexecuted instantiation: VclPtrInstance<TabPage>::VclPtrInstance<TabControl*&>(TabControl*&)
Unexecuted instantiation: VclPtrInstance<VclExpander>::VclPtrInstance<vcl::Window*&>(vcl::Window*&)
Unexecuted instantiation: VclPtrInstance<FormattedField>::VclPtrInstance<vcl::Window*&, long&>(vcl::Window*&, long&)
Unexecuted instantiation: VclPtrInstance<ComboBox>::VclPtrInstance<vcl::Window*&, long&>(vcl::Window*&, long&)
Unexecuted instantiation: VclPtrInstance<ListBox>::VclPtrInstance<vcl::Window*&, long>(vcl::Window*&, long&&)
Unexecuted instantiation: VclPtrInstance<HeaderBar>::VclPtrInstance<VclPtr<VclVBox>&, long>(VclPtr<VclVBox>&, long&&)
Unexecuted instantiation: VclPtrInstance<ImplBorderWindow>::VclPtrInstance<vcl::Window*&, long&, BorderWindowStyle>(vcl::Window*&, long&, BorderWindowStyle&&)
Unexecuted instantiation: VclPtrInstance<ImplPopupFloatWin>::VclPtrInstance<VclPtr<vcl::Window>&, bool>(VclPtr<vcl::Window>&, bool&&)
Unexecuted instantiation: dockmgr.cxx:VclPtrInstance<(anonymous namespace)::ImplDockFloatWin2>::VclPtrInstance<VclPtr<vcl::Window>&, long, ImplDockingWindowWrapper*>(VclPtr<vcl::Window>&, long&&, ImplDockingWindowWrapper*&&)
Unexecuted instantiation: dockwin.cxx:VclPtrInstance<(anonymous namespace)::ImplDockFloatWin>::VclPtrInstance<VclPtr<vcl::Window>&, long, DockingWindow*>(VclPtr<vcl::Window>&, long&&, DockingWindow*&&)
Unexecuted instantiation: VclPtrInstance<MenuFloatingWindow>::VclPtrInstance<PopupMenu*, VclPtr<vcl::Window> const&, long>(PopupMenu*&&, VclPtr<vcl::Window> const&, long&&)
Unexecuted instantiation: VclPtrInstance<ToolBox>::VclPtrInstance<vcl::Window*, long>(vcl::Window*&&, long&&)
Unexecuted instantiation: VclPtrInstance<PopupMenu>::VclPtrInstance<>()
Unexecuted instantiation: VclPtrInstance<MessageDialog>::VclPtrInstance<SystemWindow*&, rtl::OUString const&, VclMessageType&, VclButtonsType&>(SystemWindow*&, rtl::OUString const&, VclMessageType&, VclButtonsType&)
Unexecuted instantiation: VclPtrInstance<Printer>::VclPtrInstance<rtl::OUString&>(rtl::OUString&)
Unexecuted instantiation: VclPtrInstance<Printer>::VclPtrInstance<rtl::OUString>(rtl::OUString&&)
Unexecuted instantiation: VclPtrInstance<ScZoomSliderWnd>::VclPtrInstance<vcl::Window*&, com::sun::star::uno::Reference<com::sun::star::frame::XDispatchProvider>, int>(vcl::Window*&, com::sun::star::uno::Reference<com::sun::star::frame::XDispatchProvider>&&, int&&)
VclPtrInstance<SfxPrinter>::VclPtrInstance<std::__1::unique_ptr<SfxItemSet, std::__1::default_delete<SfxItemSet> >, rtl::OUString&>(std::__1::unique_ptr<SfxItemSet, std::__1::default_delete<SfxItemSet> >&&, rtl::OUString&)
Line
Count
Source
274
319
        : VclPtr<reference_type>( new reference_type(std::forward<Arg>(arg)...), SAL_NO_ACQUIRE )
275
319
    {
276
319
    }
Unexecuted instantiation: VclPtrInstance<SfxHelpWindow_Impl>::VclPtrInstance<com::sun::star::uno::Reference<com::sun::star::frame::XFrame2>&, VclPtr<vcl::Window>&>(com::sun::star::uno::Reference<com::sun::star::frame::XFrame2>&, VclPtr<vcl::Window>&)
Unexecuted instantiation: VclPtrInstance<URLBoxItemWindow>::VclPtrInstance<vcl::Window*&>(vcl::Window*&)
Unexecuted instantiation: VclPtrInstance<SvxFontWorkDialog>::VclPtrInstance<SfxBindings*&, SvxFontWorkChildWindow*, vcl::Window*&>(SfxBindings*&, SvxFontWorkChildWindow*&&, vcl::Window*&)
Unexecuted instantiation: VclPtrInstance<SvxFmAbsRecWin>::VclPtrInstance<vcl::Window*&, SvxFmTbxCtlAbsRec*>(vcl::Window*&, SvxFmTbxCtlAbsRec*&&)
Unexecuted instantiation: VclPtrInstance<LabelItemWindow>::VclPtrInstance<vcl::Window*&, rtl::OUString&>(vcl::Window*&, rtl::OUString&)
VclPtrInstance<StatusBar>::VclPtrInstance<VclPtr<vcl::Window>&, long>(VclPtr<vcl::Window>&, long&&)
Line
Count
Source
274
8.22k
        : VclPtr<reference_type>( new reference_type(std::forward<Arg>(arg)...), SAL_NO_ACQUIRE )
275
8.22k
    {
276
8.22k
    }
Unexecuted instantiation: VclPtrInstance<ToolBox>::VclPtrInstance<ToolBox*&, long>(ToolBox*&, long&&)
Unexecuted instantiation: VclPtrInstance<SmCmdBoxWindow>::VclPtrInstance<SfxBindings*&, SmCmdBoxWrapper*, vcl::Window*&>(SfxBindings*&, SmCmdBoxWrapper*&&, vcl::Window*&)
Unexecuted instantiation: workctrl.cxx:VclPtrInstance<(anonymous namespace)::SwZoomBox_Impl>::VclPtrInstance<vcl::Window*&, unsigned short>(vcl::Window*&, unsigned short&&)
Unexecuted instantiation: workctrl.cxx:VclPtrInstance<(anonymous namespace)::SwJumpToSpecificBox_Impl>::VclPtrInstance<vcl::Window*&, unsigned short>(vcl::Window*&, unsigned short&&)
277
278
    /**
279
     * Override and disallow this, to prevent people accidentally calling it and actually
280
     * getting VclPtr::Create and getting a naked VclPtr<> instance
281
     */
282
    template<typename... Arg> static VclPtrInstance< reference_type > Create(Arg &&... ) = delete;
283
};
284
285
template <class reference_type>
286
class ScopedVclPtr : public VclPtr<reference_type>
287
{
288
public:
289
    /** Constructor...
290
     */
291
    using VclPtr<reference_type>::VclPtr;
292
293
    /** Copy constructor...
294
     */
295
    ScopedVclPtr (const VclPtr<reference_type> & handle)
296
18.5k
        : VclPtr<reference_type>(handle)
297
18.5k
    {}
ScopedVclPtr<VirtualDevice>::ScopedVclPtr(VclPtr<VirtualDevice> const&)
Line
Count
Source
296
13.9k
        : VclPtr<reference_type>(handle)
297
13.9k
    {}
ScopedVclPtr<vcl::PDFWriterImpl>::ScopedVclPtr(VclPtr<vcl::PDFWriterImpl> const&)
Line
Count
Source
296
3.93k
        : VclPtr<reference_type>(handle)
297
3.93k
    {}
Unexecuted instantiation: ScopedVclPtr<AbstractScreenshotAnnotationDlg>::ScopedVclPtr(VclPtr<AbstractScreenshotAnnotationDlg> const&)
ScopedVclPtr<SfxPrinter>::ScopedVclPtr(VclPtr<SfxPrinter> const&)
Line
Count
Source
296
695
        : VclPtr<reference_type>(handle)
297
695
    {}
Unexecuted instantiation: ScopedVclPtr<AbstractScLinkedAreaDlg>::ScopedVclPtr(VclPtr<AbstractScLinkedAreaDlg> const&)
Unexecuted instantiation: ScopedVclPtr<AbstractScNewScenarioDlg>::ScopedVclPtr(VclPtr<AbstractScNewScenarioDlg> const&)
Unexecuted instantiation: ScopedVclPtr<SfxAbstractDialog>::ScopedVclPtr(VclPtr<SfxAbstractDialog> const&)
Unexecuted instantiation: ScopedVclPtr<SfxAbstractTabDialog>::ScopedVclPtr(VclPtr<SfxAbstractTabDialog> const&)
Unexecuted instantiation: ScopedVclPtr<SfxAbstractPasteDialog>::ScopedVclPtr(VclPtr<SfxAbstractPasteDialog> const&)
Unexecuted instantiation: ScopedVclPtr<AbstractScInsertContentsDlg>::ScopedVclPtr(VclPtr<AbstractScInsertContentsDlg> const&)
Unexecuted instantiation: ScopedVclPtr<AbstractScFillSeriesDlg>::ScopedVclPtr(VclPtr<AbstractScFillSeriesDlg> const&)
Unexecuted instantiation: ScopedVclPtr<AbstractScDPShowDetailDlg>::ScopedVclPtr(VclPtr<AbstractScDPShowDetailDlg> const&)
Unexecuted instantiation: ScopedVclPtr<AbstractScDPDateGroupDlg>::ScopedVclPtr(VclPtr<AbstractScDPDateGroupDlg> const&)
Unexecuted instantiation: ScopedVclPtr<AbstractScDPNumGroupDlg>::ScopedVclPtr(VclPtr<AbstractScDPNumGroupDlg> const&)
Unexecuted instantiation: ScopedVclPtr<AbstractScNameCreateDlg>::ScopedVclPtr(VclPtr<AbstractScNameCreateDlg> const&)
Unexecuted instantiation: ScopedVclPtr<AbstractScNamePasteDlg>::ScopedVclPtr(VclPtr<AbstractScNamePasteDlg> const&)
Unexecuted instantiation: ScopedVclPtr<AbstractScSortWarningDlg>::ScopedVclPtr(VclPtr<AbstractScSortWarningDlg> const&)
Unexecuted instantiation: ScopedVclPtr<AbstractScDataFormDlg>::ScopedVclPtr(VclPtr<AbstractScDataFormDlg> const&)
Unexecuted instantiation: ScopedVclPtr<AbstractScImportAsciiDlg>::ScopedVclPtr(VclPtr<AbstractScImportAsciiDlg> const&)
Unexecuted instantiation: ScopedVclPtr<AbstractScPivotFilterDlg>::ScopedVclPtr(VclPtr<AbstractScPivotFilterDlg> const&)
Unexecuted instantiation: ScopedVclPtr<AbstractSvxZoomDialog>::ScopedVclPtr(VclPtr<AbstractSvxZoomDialog> const&)
Unexecuted instantiation: ScopedVclPtr<AbstractScShowTabDlg>::ScopedVclPtr(VclPtr<AbstractScShowTabDlg> const&)
Unexecuted instantiation: ScopedVclPtr<AbstractScTextImportOptionsDlg>::ScopedVclPtr(VclPtr<AbstractScTextImportOptionsDlg> const&)
Unexecuted instantiation: ScopedVclPtr<SfxAbstractInsertObjectDialog>::ScopedVclPtr(VclPtr<SfxAbstractInsertObjectDialog> const&)
Unexecuted instantiation: ScopedVclPtr<AbstractThesaurusDialog>::ScopedVclPtr(VclPtr<AbstractThesaurusDialog> const&)
Unexecuted instantiation: ScopedVclPtr<AbstractHyphenWordDialog>::ScopedVclPtr(VclPtr<AbstractHyphenWordDialog> const&)
Unexecuted instantiation: ScopedVclPtr<VclAbstractDialog>::ScopedVclPtr(VclPtr<VclAbstractDialog> const&)
Unexecuted instantiation: ScopedVclPtr<AbstractURLDlg>::ScopedVclPtr(VclPtr<AbstractURLDlg> const&)
Unexecuted instantiation: ScopedVclPtr<AbstractSvxJSearchOptionsDialog>::ScopedVclPtr(VclPtr<AbstractSvxJSearchOptionsDialog> const&)
Unexecuted instantiation: ScopedVclPtr<AbstractFmInputRecordNoDialog>::ScopedVclPtr(VclPtr<AbstractFmInputRecordNoDialog> const&)
Unexecuted instantiation: ScopedVclPtr<AbstractFmSearchDialog>::ScopedVclPtr(VclPtr<AbstractFmSearchDialog> const&)
Unexecuted instantiation: ScopedVclPtr<AbstractFmShowColsDialog>::ScopedVclPtr(VclPtr<AbstractFmShowColsDialog> const&)
Unexecuted instantiation: ScopedVclPtr<svx::DialControlBmp>::ScopedVclPtr(VclPtr<svx::DialControlBmp> const&)
Unexecuted instantiation: ScopedVclPtr<AbstractTitleDialog>::ScopedVclPtr(VclPtr<AbstractTitleDialog> const&)
Unexecuted instantiation: ScopedVclPtr<AbstractGalleryIdDialog>::ScopedVclPtr(VclPtr<AbstractGalleryIdDialog> const&)
Unexecuted instantiation: ScopedVclPtr<AbstractPasswordToOpenModifyDialog>::ScopedVclPtr(VclPtr<AbstractPasswordToOpenModifyDialog> const&)
Unexecuted instantiation: ScopedVclPtr<AbstractSvxAreaTabDialog>::ScopedVclPtr(VclPtr<AbstractSvxAreaTabDialog> const&)
Unexecuted instantiation: ScopedVclPtr<AbstractSwLabDlg>::ScopedVclPtr(VclPtr<AbstractSwLabDlg> const&)
Unexecuted instantiation: ScopedVclPtr<AbstractSwSelGlossaryDlg>::ScopedVclPtr(VclPtr<AbstractSwSelGlossaryDlg> const&)
Unexecuted instantiation: ScopedVclPtr<AbstractSvxPostItDialog>::ScopedVclPtr(VclPtr<AbstractSvxPostItDialog> const&)
Unexecuted instantiation: ScopedVclPtr<AbstractSwConvertTableDlg>::ScopedVclPtr(VclPtr<AbstractSwConvertTableDlg> const&)
Unexecuted instantiation: ScopedVclPtr<AbstractSvxSearchSimilarityDialog>::ScopedVclPtr(VclPtr<AbstractSvxSearchSimilarityDialog> const&)
Unexecuted instantiation: ScopedVclPtr<AbstractMailMergeCreateFromDlg>::ScopedVclPtr(VclPtr<AbstractMailMergeCreateFromDlg> const&)
Unexecuted instantiation: ScopedVclPtr<AbstractFieldInputDlg>::ScopedVclPtr(VclPtr<AbstractFieldInputDlg> const&)
Unexecuted instantiation: ScopedVclPtr<AbstractDropDownFieldDialog>::ScopedVclPtr(VclPtr<AbstractDropDownFieldDialog> const&)
Unexecuted instantiation: ScopedVclPtr<AbstractJavaEditDialog>::ScopedVclPtr(VclPtr<AbstractJavaEditDialog> const&)
Unexecuted instantiation: ScopedVclPtr<AbstractMultiTOXTabDialog>::ScopedVclPtr(VclPtr<AbstractMultiTOXTabDialog> const&)
Unexecuted instantiation: ScopedVclPtr<AbstractSdModifyFieldDlg>::ScopedVclPtr(VclPtr<AbstractSdModifyFieldDlg> const&)
Unexecuted instantiation: ScopedVclPtr<AbstractSdCustomShowDlg>::ScopedVclPtr(VclPtr<AbstractSdCustomShowDlg> const&)
Unexecuted instantiation: ScopedVclPtr<AbstractSdInsertPagesObjsDlg>::ScopedVclPtr(VclPtr<AbstractSdInsertPagesObjsDlg> const&)
Unexecuted instantiation: ScopedVclPtr<AbstractSvxBulletAndPositionDlg>::ScopedVclPtr(VclPtr<AbstractSvxBulletAndPositionDlg> const&)
Unexecuted instantiation: ScopedVclPtr<AbstractSdStartPresDlg>::ScopedVclPtr(VclPtr<AbstractSdStartPresDlg> const&)
Unexecuted instantiation: ScopedVclPtr<AbstractSdInsertLayerDlg>::ScopedVclPtr(VclPtr<AbstractSdInsertLayerDlg> const&)
Unexecuted instantiation: ScopedVclPtr<AbstractQrCodeGenDialog>::ScopedVclPtr(VclPtr<AbstractQrCodeGenDialog> const&)
Unexecuted instantiation: ScopedVclPtr<AbstractCopyDlg>::ScopedVclPtr(VclPtr<AbstractCopyDlg> const&)
Unexecuted instantiation: ScopedVclPtr<AbstractMorphDlg>::ScopedVclPtr(VclPtr<AbstractMorphDlg> const&)
Unexecuted instantiation: ScopedVclPtr<AbstractSdPresLayoutDlg>::ScopedVclPtr(VclPtr<AbstractSdPresLayoutDlg> const&)
Unexecuted instantiation: ScopedVclPtr<AbstractSdSnapLineDlg>::ScopedVclPtr(VclPtr<AbstractSdSnapLineDlg> const&)
Unexecuted instantiation: ScopedVclPtr<AbstractSdVectorizeDlg>::ScopedVclPtr(VclPtr<AbstractSdVectorizeDlg> const&)
298
299
    /** Move constructor */
300
    ScopedVclPtr(ScopedVclPtr<reference_type> &&) = default;
301
302
    /**
303
       Assignment that releases the last reference.
304
     */
305
    void disposeAndReset(reference_type *pBody)
306
52.0k
    {
307
52.0k
        if (pBody != this->get()) {
308
52.0k
            VclPtr<reference_type>::disposeAndClear();
309
52.0k
            VclPtr<reference_type>::reset(pBody);
310
52.0k
        }
311
52.0k
    }
Unexecuted instantiation: ScopedVclPtr<MenuButton>::disposeAndReset(MenuButton*)
ScopedVclPtr<VirtualDevice>::disposeAndReset(VirtualDevice*)
Line
Count
Source
306
52.0k
    {
307
52.0k
        if (pBody != this->get()) {
308
52.0k
            VclPtr<reference_type>::disposeAndClear();
309
52.0k
            VclPtr<reference_type>::reset(pBody);
310
52.0k
        }
311
52.0k
    }
Unexecuted instantiation: ScopedVclPtr<SfxAbstractTabDialog>::disposeAndReset(SfxAbstractTabDialog*)
Unexecuted instantiation: ScopedVclPtr<AbstractSvxZoomDialog>::disposeAndReset(AbstractSvxZoomDialog*)
Unexecuted instantiation: ScopedVclPtr<ImplTabSizer>::disposeAndReset(ImplTabSizer*)
Unexecuted instantiation: tabbar.cxx:ScopedVclPtr<(anonymous namespace)::TabButtons>::disposeAndReset((anonymous namespace)::TabButtons*)
Unexecuted instantiation: tabbar.cxx:ScopedVclPtr<(anonymous namespace)::TabBarEdit>::disposeAndReset((anonymous namespace)::TabBarEdit*)
Unexecuted instantiation: ScopedVclPtr<AbstractSwFieldDlg>::disposeAndReset(AbstractSwFieldDlg*)
Unexecuted instantiation: ScopedVclPtr<AbstractMarkFloatDlg>::disposeAndReset(AbstractMarkFloatDlg*)
Unexecuted instantiation: ScopedVclPtr<SfxAbstractDialog>::disposeAndReset(SfxAbstractDialog*)
312
313
    /**
314
       Assignment that releases the last reference.
315
     */
316
    ScopedVclPtr& operator = (reference_type * pBody)
317
28
    {
318
28
        disposeAndReset(pBody);
319
28
        return *this;
320
28
    }
Unexecuted instantiation: ScopedVclPtr<MenuButton>::operator=(MenuButton*)
ScopedVclPtr<VirtualDevice>::operator=(VirtualDevice*)
Line
Count
Source
317
28
    {
318
28
        disposeAndReset(pBody);
319
28
        return *this;
320
28
    }
Unexecuted instantiation: ScopedVclPtr<AbstractSwFieldDlg>::operator=(AbstractSwFieldDlg*)
Unexecuted instantiation: ScopedVclPtr<AbstractMarkFloatDlg>::operator=(AbstractMarkFloatDlg*)
321
322
    /** Up-casting assignment operator.
323
324
        Does not work for up-casts to ambiguous bases.
325
326
        @param rRef another VclPtr
327
    */
328
    template<typename derived_type>
329
        requires std::is_base_of_v<reference_type, derived_type>
330
    ScopedVclPtr& operator =(VclPtr<derived_type> const& rRef)
331
28
    {
332
28
        return operator=(rRef.get());
333
28
    }
Unexecuted instantiation: _ZN12ScopedVclPtrI10MenuButtonEaSIS0_Qsr3stdE12is_base_of_vIT_TL0__EEERS1_RK6VclPtrIS3_E
_ZN12ScopedVclPtrI13VirtualDeviceEaSIS0_Qsr3stdE12is_base_of_vIT_TL0__EEERS1_RK6VclPtrIS3_E
Line
Count
Source
331
28
    {
332
28
        return operator=(rRef.get());
333
28
    }
Unexecuted instantiation: _ZN12ScopedVclPtrI18AbstractSwFieldDlgEaSIS0_Qsr3stdE12is_base_of_vIT_TL0__EEERS1_RK6VclPtrIS3_E
Unexecuted instantiation: _ZN12ScopedVclPtrI20AbstractMarkFloatDlgEaSIS0_Qsr3stdE12is_base_of_vIT_TL0__EEERS1_RK6VclPtrIS3_E
334
335
    ScopedVclPtr& operator = (ScopedVclPtr<reference_type> && rRef)
336
0
    {
337
0
        assert(!VclPtr<reference_type>::m_rInnerRef);
338
0
        VclPtr<reference_type>::m_rInnerRef = std::move(rRef.m_rInnerRef);
339
0
        return *this;
340
0
    }
341
342
    /**
343
     * Override and disallow this, to prevent people accidentally calling it and actually
344
     * getting VclPtr::Create and getting a naked VclPtr<> instance
345
     */
346
    template<typename... Arg> static ScopedVclPtr< reference_type > Create(Arg &&... ) = delete;
347
348
    ~ScopedVclPtr()
349
161k
    {
350
161k
        VclPtr<reference_type>::disposeAndClear();
351
161k
        assert(VclPtr<reference_type>::get() == nullptr); // make sure there are no lingering references
352
161k
    }
ScopedVclPtr<VirtualDevice>::~ScopedVclPtr()
Line
Count
Source
349
156k
    {
350
156k
        VclPtr<reference_type>::disposeAndClear();
351
        assert(VclPtr<reference_type>::get() == nullptr); // make sure there are no lingering references
352
156k
    }
Unexecuted instantiation: ScopedVclPtr<PopupMenu>::~ScopedVclPtr()
Unexecuted instantiation: ScopedVclPtr<WorkWindow>::~ScopedVclPtr()
Unexecuted instantiation: ScopedVclPtr<MenuButton>::~ScopedVclPtr()
ScopedVclPtr<vcl::PDFWriterImpl>::~ScopedVclPtr()
Line
Count
Source
349
3.93k
    {
350
3.93k
        VclPtr<reference_type>::disposeAndClear();
351
        assert(VclPtr<reference_type>::get() == nullptr); // make sure there are no lingering references
352
3.93k
    }
Unexecuted instantiation: ScopedVclPtr<AbstractScreenshotAnnotationDlg>::~ScopedVclPtr()
Unexecuted instantiation: ScopedVclPtr<ImplBorderWindow>::~ScopedVclPtr()
Unexecuted instantiation: ScopedVclPtr<ToolBox>::~ScopedVclPtr()
ScopedVclPtr<SfxPrinter>::~ScopedVclPtr()
Line
Count
Source
349
695
    {
350
695
        VclPtr<reference_type>::disposeAndClear();
351
        assert(VclPtr<reference_type>::get() == nullptr); // make sure there are no lingering references
352
695
    }
Unexecuted instantiation: ScopedVclPtr<AbstractScLinkedAreaDlg>::~ScopedVclPtr()
Unexecuted instantiation: ScopedVclPtr<AbstractScNewScenarioDlg>::~ScopedVclPtr()
Unexecuted instantiation: ScopedVclPtr<SfxAbstractDialog>::~ScopedVclPtr()
Unexecuted instantiation: ScopedVclPtr<SfxAbstractTabDialog>::~ScopedVclPtr()
Unexecuted instantiation: ScopedVclPtr<SfxAbstractPasteDialog>::~ScopedVclPtr()
Unexecuted instantiation: ScopedVclPtr<AbstractScInsertContentsDlg>::~ScopedVclPtr()
Unexecuted instantiation: ScopedVclPtr<AbstractScFillSeriesDlg>::~ScopedVclPtr()
Unexecuted instantiation: ScopedVclPtr<AbstractScDPShowDetailDlg>::~ScopedVclPtr()
Unexecuted instantiation: ScopedVclPtr<AbstractScDPDateGroupDlg>::~ScopedVclPtr()
Unexecuted instantiation: ScopedVclPtr<AbstractScDPNumGroupDlg>::~ScopedVclPtr()
Unexecuted instantiation: ScopedVclPtr<AbstractScNameCreateDlg>::~ScopedVclPtr()
Unexecuted instantiation: ScopedVclPtr<AbstractScNamePasteDlg>::~ScopedVclPtr()
Unexecuted instantiation: ScopedVclPtr<AbstractScSortWarningDlg>::~ScopedVclPtr()
Unexecuted instantiation: ScopedVclPtr<AbstractScDataFormDlg>::~ScopedVclPtr()
Unexecuted instantiation: ScopedVclPtr<AbstractScImportAsciiDlg>::~ScopedVclPtr()
Unexecuted instantiation: ScopedVclPtr<AbstractScPivotFilterDlg>::~ScopedVclPtr()
Unexecuted instantiation: ScopedVclPtr<AbstractSvxZoomDialog>::~ScopedVclPtr()
Unexecuted instantiation: ScopedVclPtr<AbstractScShowTabDlg>::~ScopedVclPtr()
Unexecuted instantiation: ScopedVclPtr<vcl::Window>::~ScopedVclPtr()
Unexecuted instantiation: ScopedVclPtr<AbstractScTextImportOptionsDlg>::~ScopedVclPtr()
Unexecuted instantiation: ScopedVclPtr<SfxAbstractInsertObjectDialog>::~ScopedVclPtr()
Unexecuted instantiation: ScopedVclPtr<AbstractThesaurusDialog>::~ScopedVclPtr()
Unexecuted instantiation: ScopedVclPtr<AbstractHyphenWordDialog>::~ScopedVclPtr()
Unexecuted instantiation: ScopedVclPtr<VclAbstractDialog>::~ScopedVclPtr()
Unexecuted instantiation: doctemplates.cxx:ScopedVclPtr<(anonymous namespace)::WaitWindow_Impl>::~ScopedVclPtr()
Unexecuted instantiation: tabbar.cxx:ScopedVclPtr<(anonymous namespace)::TabButtons>::~ScopedVclPtr()
Unexecuted instantiation: ScopedVclPtr<ImplTabSizer>::~ScopedVclPtr()
Unexecuted instantiation: tabbar.cxx:ScopedVclPtr<(anonymous namespace)::TabBarEdit>::~ScopedVclPtr()
Unexecuted instantiation: ScopedVclPtr<AbstractURLDlg>::~ScopedVclPtr()
Unexecuted instantiation: ScopedVclPtr<AbstractSvxJSearchOptionsDialog>::~ScopedVclPtr()
Unexecuted instantiation: ScopedVclPtr<AbstractFmInputRecordNoDialog>::~ScopedVclPtr()
Unexecuted instantiation: ScopedVclPtr<AbstractFmSearchDialog>::~ScopedVclPtr()
Unexecuted instantiation: ScopedVclPtr<AbstractFmShowColsDialog>::~ScopedVclPtr()
Unexecuted instantiation: ScopedVclPtr<svx::DialControlBmp>::~ScopedVclPtr()
Unexecuted instantiation: ScopedVclPtr<AbstractTitleDialog>::~ScopedVclPtr()
Unexecuted instantiation: ScopedVclPtr<AbstractGalleryIdDialog>::~ScopedVclPtr()
Unexecuted instantiation: ScopedVclPtr<AbstractPasswordToOpenModifyDialog>::~ScopedVclPtr()
Unexecuted instantiation: ScopedVclPtr<AbstractSvxAreaTabDialog>::~ScopedVclPtr()
Unexecuted instantiation: ScopedVclPtr<AbstractSwLabDlg>::~ScopedVclPtr()
Unexecuted instantiation: ScopedVclPtr<AbstractSwSelGlossaryDlg>::~ScopedVclPtr()
Unexecuted instantiation: ScopedVclPtr<AbstractSwFieldDlg>::~ScopedVclPtr()
Unexecuted instantiation: ScopedVclPtr<AbstractMarkFloatDlg>::~ScopedVclPtr()
Unexecuted instantiation: ScopedVclPtr<AbstractSvxPostItDialog>::~ScopedVclPtr()
Unexecuted instantiation: ScopedVclPtr<AbstractSwConvertTableDlg>::~ScopedVclPtr()
Unexecuted instantiation: ScopedVclPtr<AbstractSvxSearchSimilarityDialog>::~ScopedVclPtr()
Unexecuted instantiation: ScopedVclPtr<AbstractMailMergeCreateFromDlg>::~ScopedVclPtr()
Unexecuted instantiation: ScopedVclPtr<AbstractFieldInputDlg>::~ScopedVclPtr()
Unexecuted instantiation: ScopedVclPtr<AbstractDropDownFieldDialog>::~ScopedVclPtr()
Unexecuted instantiation: ScopedVclPtr<AbstractJavaEditDialog>::~ScopedVclPtr()
Unexecuted instantiation: ScopedVclPtr<AbstractMultiTOXTabDialog>::~ScopedVclPtr()
Unexecuted instantiation: ScopedVclPtr<AbstractSdModifyFieldDlg>::~ScopedVclPtr()
Unexecuted instantiation: ScopedVclPtr<AbstractSdCustomShowDlg>::~ScopedVclPtr()
Unexecuted instantiation: ScopedVclPtr<AbstractSdInsertPagesObjsDlg>::~ScopedVclPtr()
Unexecuted instantiation: ScopedVclPtr<AbstractSvxBulletAndPositionDlg>::~ScopedVclPtr()
Unexecuted instantiation: ScopedVclPtr<AbstractSdStartPresDlg>::~ScopedVclPtr()
Unexecuted instantiation: ScopedVclPtr<AbstractSdInsertLayerDlg>::~ScopedVclPtr()
Unexecuted instantiation: ScopedVclPtr<AbstractQrCodeGenDialog>::~ScopedVclPtr()
Unexecuted instantiation: ScopedVclPtr<sd::Window>::~ScopedVclPtr()
Unexecuted instantiation: ScopedVclPtr<AbstractCopyDlg>::~ScopedVclPtr()
Unexecuted instantiation: ScopedVclPtr<AbstractMorphDlg>::~ScopedVclPtr()
Unexecuted instantiation: ScopedVclPtr<AbstractSdPresLayoutDlg>::~ScopedVclPtr()
Unexecuted instantiation: ScopedVclPtr<AbstractSdSnapLineDlg>::~ScopedVclPtr()
Unexecuted instantiation: ScopedVclPtr<AbstractSdVectorizeDlg>::~ScopedVclPtr()
Unexecuted instantiation: ScopedVclPtr<Printer>::~ScopedVclPtr()
353
354
private:
355
    // Most likely we don't want this default copy-constructor.
356
    ScopedVclPtr (const ScopedVclPtr<reference_type> &) = delete;
357
    // And certainly we don't want a default assignment operator.
358
    ScopedVclPtr<reference_type>& operator = (const ScopedVclPtr<reference_type> &) = delete;
359
    // And disallow reset as that doesn't call disposeAndClear on the original reference
360
    void reset() = delete;
361
    void reset(reference_type *pBody) = delete;
362
363
protected:
364
    ScopedVclPtr (reference_type * pBody, __sal_NoAcquire)
365
90.7k
        : VclPtr<reference_type>(pBody, SAL_NO_ACQUIRE)
366
90.7k
    {}
ScopedVclPtr<VirtualDevice>::ScopedVclPtr(VirtualDevice*, __sal_NoAcquire)
Line
Count
Source
365
90.7k
        : VclPtr<reference_type>(pBody, SAL_NO_ACQUIRE)
366
90.7k
    {}
Unexecuted instantiation: ScopedVclPtr<PopupMenu>::ScopedVclPtr(PopupMenu*, __sal_NoAcquire)
Unexecuted instantiation: ScopedVclPtr<WorkWindow>::ScopedVclPtr(WorkWindow*, __sal_NoAcquire)
Unexecuted instantiation: ScopedVclPtr<ImplBorderWindow>::ScopedVclPtr(ImplBorderWindow*, __sal_NoAcquire)
Unexecuted instantiation: ScopedVclPtr<ToolBox>::ScopedVclPtr(ToolBox*, __sal_NoAcquire)
Unexecuted instantiation: ScopedVclPtr<vcl::Window>::ScopedVclPtr(vcl::Window*, __sal_NoAcquire)
Unexecuted instantiation: doctemplates.cxx:ScopedVclPtr<(anonymous namespace)::WaitWindow_Impl>::ScopedVclPtr((anonymous namespace)::WaitWindow_Impl*, __sal_NoAcquire)
Unexecuted instantiation: ScopedVclPtr<sd::Window>::ScopedVclPtr(sd::Window*, __sal_NoAcquire)
Unexecuted instantiation: ScopedVclPtr<Printer>::ScopedVclPtr(Printer*, __sal_NoAcquire)
367
};
368
369
/**
370
 * A construction helper for ScopedVclPtr. Since VclPtr types are created
371
 * with a reference-count of one - to help fit into the existing
372
 * code-flow; this helps us to construct them easily.
373
 *
374
 * For more details on the design please see vcl/README.lifecycle
375
 *
376
 * @param reference_type must be a subclass of vcl::Window
377
 */
378
#if defined _MSC_VER
379
#pragma warning(push)
380
#pragma warning(disable: 4521) // " multiple copy constructors specified"
381
#endif
382
template <class reference_type>
383
class SAL_WARN_UNUSED ScopedVclPtrInstance final : public ScopedVclPtr<reference_type>
384
{
385
public:
386
    template<typename... Arg> ScopedVclPtrInstance(Arg &&... arg)
387
91.2k
        : ScopedVclPtr<reference_type>( new reference_type(std::forward<Arg>(arg)...), SAL_NO_ACQUIRE )
388
91.2k
    {
389
91.2k
    }
ScopedVclPtrInstance<VirtualDevice>::ScopedVclPtrInstance<>()
Line
Count
Source
387
87.8k
        : ScopedVclPtr<reference_type>( new reference_type(std::forward<Arg>(arg)...), SAL_NO_ACQUIRE )
388
87.8k
    {
389
87.8k
    }
Unexecuted instantiation: ScopedVclPtrInstance<PopupMenu>::ScopedVclPtrInstance<>()
ScopedVclPtrInstance<VirtualDevice>::ScopedVclPtrInstance<OutputDevice&>(OutputDevice&)
Line
Count
Source
387
11
        : ScopedVclPtr<reference_type>( new reference_type(std::forward<Arg>(arg)...), SAL_NO_ACQUIRE )
388
11
    {
389
11
    }
ScopedVclPtrInstance<VirtualDevice>::ScopedVclPtrInstance<DeviceFormat>(DeviceFormat&&)
Line
Count
Source
387
3.38k
        : ScopedVclPtr<reference_type>( new reference_type(std::forward<Arg>(arg)...), SAL_NO_ACQUIRE )
388
3.38k
    {
389
3.38k
    }
Unexecuted instantiation: ScopedVclPtrInstance<VirtualDevice>::ScopedVclPtrInstance<OutputDevice const&>(OutputDevice const&)
Unexecuted instantiation: ScopedVclPtrInstance<VirtualDevice>::ScopedVclPtrInstance<OutputDevice&, DeviceFormat>(OutputDevice&, DeviceFormat&&)
Unexecuted instantiation: ScopedVclPtrInstance<WorkWindow>::ScopedVclPtrInstance<decltype(nullptr), int>(decltype(nullptr)&&, int&&)
Unexecuted instantiation: ScopedVclPtrInstance<VirtualDevice>::ScopedVclPtrInstance<OutputDevice const&, DeviceFormat>(OutputDevice const&, DeviceFormat&&)
Unexecuted instantiation: ScopedVclPtrInstance<ImplBorderWindow>::ScopedVclPtrInstance<vcl::Window*, long, BorderWindowStyle>(vcl::Window*&&, long&&, BorderWindowStyle&&)
Unexecuted instantiation: ScopedVclPtrInstance<ImplBorderWindow>::ScopedVclPtrInstance<Dialog*, long, BorderWindowStyle>(Dialog*&&, long&&, BorderWindowStyle&&)
Unexecuted instantiation: ScopedVclPtrInstance<ToolBox>::ScopedVclPtrInstance<vcl::Window*>(vcl::Window*&&)
Unexecuted instantiation: ScopedVclPtrInstance<vcl::Window>::ScopedVclPtrInstance<vcl::Window*&>(vcl::Window*&)
Unexecuted instantiation: doctemplates.cxx:ScopedVclPtrInstance<(anonymous namespace)::WaitWindow_Impl>::ScopedVclPtrInstance<>()
Unexecuted instantiation: ScopedVclPtrInstance<sd::Window>::ScopedVclPtrInstance<sd::Window*>(sd::Window*&&)
ScopedVclPtrInstance<Printer>::ScopedVclPtrInstance<>()
Line
Count
Source
387
56
        : ScopedVclPtr<reference_type>( new reference_type(std::forward<Arg>(arg)...), SAL_NO_ACQUIRE )
388
56
    {
389
56
    }
390
391
    /**
392
     * Override and disallow this, to prevent people accidentally calling it and actually
393
     * getting VclPtr::Create and getting a naked VclPtr<> instance
394
     */
395
    template<typename... Arg> static ScopedVclPtrInstance< reference_type > Create(Arg &&...) = delete;
396
397
private:
398
    // Prevent the above perfect forwarding ctor from hijacking (accidental)
399
    // attempts at ScopedVclPtrInstance copy construction (where the hijacking
400
    // would typically lead to somewhat obscure error messages); both non-const
401
    // and const variants are needed here, as the ScopedVclPtr base class has a
402
    // const--variant copy ctor, so the implicitly declared copy ctor for
403
    // ScopedVclPtrInstance would also be the const variant, so non-const copy
404
    // construction attempts would be hijacked by the perfect forwarding ctor;
405
    // but if we only declared a non-const variant here, the const variant would
406
    // no longer be implicitly declared (as there would already be an explicitly
407
    // declared copy ctor), so const copy construction attempts would then be
408
    // hijacked by the perfect forwarding ctor:
409
    ScopedVclPtrInstance(ScopedVclPtrInstance &) = delete;
410
    ScopedVclPtrInstance(ScopedVclPtrInstance const &) = delete;
411
};
412
#if defined _MSC_VER
413
#pragma warning(pop)
414
#endif
415
416
#endif // INCLUDED_VCL_PTR_HXX
417
418
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */