LibreOffice Module vcl (master)
1
|
#include <config_version.h>
#include <o3tl/lru_map.hxx>
#include <tools/fldunit.hxx>
#include <unotools/options.hxx>
#include <vcl/bitmapex.hxx>
#include <vcl/svapp.hxx>
#include <vcl/window.hxx>
#include <vcl/task.hxx>
#include <LibreOfficeKit/LibreOfficeKitTypes.h>
#include <com/sun/star/lang/XComponent.hpp>
#include <com/sun/star/i18n/XCharacterClassification.hpp>
#include "vcleventlisteners.hxx"
#include "salwtype.hxx"
#include "displayconnectiondispatch.hxx"
#include <mutex>
#include <vector>
#include <unordered_map>
#include <boost/functional/hash.hpp>
#include "ControlCacheKey.hxx"
#include "schedulerimpl.hxx"
#include <basegfx/DrawCommands.hxx>
Go to the source code of this file.
Classes | |
class | LocaleConfigurationListener |
struct | ImplSVAppData |
struct | ScaleCacheKey |
Cache multiple scalings for the same bitmap. More... | |
struct | std::hash< ScaleCacheKey > |
struct | ImplSVGDIData |
struct | ImplSVFrameData |
struct | ImplSVWinData |
struct | ImplSVCtrlData |
struct | ImplSVHelpData |
struct | ImplSVNWFData |
struct | BlendFrameCache |
struct | ImplSchedulerContext |
struct | ImplSVData |
struct | ImplSVEvent |
Namespaces | |
com::sun::star::datatransfer::clipboard | |
vcl | |
basegfx | |
std | |
Macros | |
#define | SV_ICON_ID_OFFICE 1 |
#define | SV_ICON_ID_TEXT 2 |
#define | SV_ICON_ID_TEXT_TEMPLATE 3 |
#define | SV_ICON_ID_SPREADSHEET 4 |
#define | SV_ICON_ID_SPREADSHEET_TEMPLATE 5 |
#define | SV_ICON_ID_DRAWING 6 |
#define | SV_ICON_ID_PRESENTATION 8 |
#define | SV_ICON_ID_MASTER_DOCUMENT 10 |
#define | SV_ICON_ID_TEMPLATE 11 |
#define | SV_ICON_ID_DATABASE 12 |
#define | SV_ICON_ID_FORMULA 13 |
Typedefs | |
typedef std::pair< VclPtr< vcl::Window >, ImplPostEventData * > | ImplPostEventPair |
typedef o3tl::lru_map< ScaleCacheKey, BitmapEx > | lru_scale_cache |
typedef std::vector< std::pair< OUString, FieldUnit > > | FieldUnitStringList |
Functions | |
css::uno::Reference< css::i18n::XCharacterClassification > const & | ImplGetCharClass () |
void | ImplDeInitSVData () |
VCL_PLUGIN_PUBLIC basegfx::SystemDependentDataManager & | ImplGetSystemDependentDataManager () |
VCL_PLUGIN_PUBLIC vcl::Window * | ImplGetDefaultWindow () |
Returns either the application window, or the default GL context window. More... | |
vcl::Window * | ImplGetDefaultContextWindow () |
returns the default window created to hold the persistent VCL GL context. More... | |
const std::locale & | ImplGetResLocale () |
VCL_PLUGIN_PUBLIC OUString | VclResId (const char *pId) |
DockingManager * | ImplGetDockingManager () |
BlendFrameCache * | ImplGetBlendFrameCache () |
VCL_PLUGIN_PUBLIC ImplSVHelpData & | ImplGetSVHelpData () |
VCL_DLLPUBLIC bool | ImplCallPreNotify (NotifyEvent &rEvt) |
VCL_PLUGIN_PUBLIC ImplSVData * | ImplGetSVData () |
VCL_PLUGIN_PUBLIC void | ImplHideSplash () |
const FieldUnitStringList & | ImplGetFieldUnits () |
const FieldUnitStringList & | ImplGetCleanedFieldUnits () |
Variables | |
int | nImplSysDialog |
#define SV_ICON_ID_DATABASE 12 |
Definition at line 103 of file svdata.hxx.
#define SV_ICON_ID_DRAWING 6 |
Definition at line 99 of file svdata.hxx.
#define SV_ICON_ID_FORMULA 13 |
Definition at line 104 of file svdata.hxx.
#define SV_ICON_ID_MASTER_DOCUMENT 10 |
Definition at line 101 of file svdata.hxx.
#define SV_ICON_ID_OFFICE 1 |
Definition at line 94 of file svdata.hxx.
#define SV_ICON_ID_PRESENTATION 8 |
Definition at line 100 of file svdata.hxx.
#define SV_ICON_ID_SPREADSHEET 4 |
Definition at line 97 of file svdata.hxx.
#define SV_ICON_ID_SPREADSHEET_TEMPLATE 5 |
Definition at line 98 of file svdata.hxx.
#define SV_ICON_ID_TEMPLATE 11 |
Definition at line 102 of file svdata.hxx.
#define SV_ICON_ID_TEXT 2 |
Definition at line 95 of file svdata.hxx.
#define SV_ICON_ID_TEXT_TEMPLATE 3 |
Definition at line 96 of file svdata.hxx.
typedef std::vector< std::pair< OUString, FieldUnit > > FieldUnitStringList |
Definition at line 267 of file svdata.hxx.
typedef std::pair<VclPtr<vcl::Window>, ImplPostEventData *> ImplPostEventPair |
Definition at line 127 of file svdata.hxx.
typedef o3tl::lru_map<ScaleCacheKey, BitmapEx> lru_scale_cache |
Definition at line 206 of file svdata.hxx.
VCL_DLLPUBLIC bool ImplCallPreNotify | ( | NotifyEvent & | rEvt | ) |
Definition at line 63 of file winproc.cxx.
References vcl::Window::CompatPreNotify(), and NotifyEvent::GetWindow().
Referenced by IMPL_LINK_NOARG(), ImplCallCommand(), ImplCallWheelCommand(), vcl::Window::ImplDlgCtrl(), vcl::Window::ImplGrabFocus(), ImplHandleKey(), and ImplHandleMouseEvent().
void ImplDeInitSVData | ( | ) |
Definition at line 86 of file svdata.cxx.
References ImplGetSVData(), ImplSVCtrlData::maCleanUnitStrings, ImplSVData::maCtrlData, ImplSVCtrlData::maFieldUnitStrings, ImplSVData::maPaperNames, ImplSVData::mpDockingManager, and ImplSVData::mpSettingsConfigItem.
Referenced by Application::~Application().
BlendFrameCache* ImplGetBlendFrameCache | ( | ) |
Definition at line 308 of file svdata.cxx.
References ImplGetSVData(), and ImplSVData::mpBlendFrameCache.
Referenced by createBlendFrame().
css::uno::Reference<css::i18n::XCharacterClassification> const& ImplGetCharClass | ( | ) |
Definition at line 57 of file field2.cxx.
References assert(), vcl::unohelper::CreateCharacterClassification(), ImplGetSVData(), and ImplSVData::m_xCharClass.
Referenced by ImplFindAccelWindow(), ImplIsPatternChar(), and ImplPatternChar().
const FieldUnitStringList& ImplGetCleanedFieldUnits | ( | ) |
Definition at line 279 of file svdata.cxx.
References first, i, ImplGetFieldUnits(), ImplGetSVData(), ImplSVCtrlData::maCleanUnitStrings, and ImplSVData::maCtrlData.
Referenced by vcl::StringToMetric().
vcl::Window* ImplGetDefaultContextWindow | ( | ) |
returns the default window created to hold the persistent VCL GL context.
Definition at line 219 of file svdata.cxx.
References VclPtr< reference_type >::Create(), ImplGetSVData(), ImplSVData::mbDeInit, ImplSVData::mpDefaultWin, SAL_INFO, SystemWindow::SetText(), TOOLS_WARN_EXCEPTION, and WB_DEFAULTWIN.
Referenced by ImplGetDefaultWindow().
VCL_PLUGIN_PUBLIC vcl::Window* ImplGetDefaultWindow | ( | ) |
Returns either the application window, or the default GL context window.
Definition at line 209 of file svdata.cxx.
References ImplGetDefaultContextWindow(), ImplGetSVData(), ImplSVData::maFrameData, and ImplSVFrameData::mpAppWin.
Referenced by Sound::Beep(), Application::GetDefaultDevice(), MenuItemList::GetItemCount(), vcl::KeyCode::GetName(), VirtualDevice::ImplInitVirDev(), Application::MergeSystemSettings(), vcl::Window::PaintToDevice(), Application::PostUserEvent(), MenuItemList::SearchItem(), vcl::Window::SetParentToDefaultWindow(), and Printer::Setup().
DockingManager* ImplGetDockingManager | ( | ) |
Definition at line 299 of file svdata.cxx.
References ImplGetSVData(), and ImplSVData::mpDockingManager.
Referenced by ToolBox::CalcMinimumWindowSizePixel(), vcl::Window::dispose(), vcl::Window::EnableDocking(), vcl::Window::EventNotify(), vcl::Window::GetDockingManager(), DockingWindow::GetFloatingPos(), DockingWindow::GetFloatStyle(), DockingWindow::GetOutputSizePixel(), DockingWindow::GetPosPixel(), DockingWindow::GetSizePixel(), ToolBox::ImplCalcBorder(), ToolBox::ImplDrawBackground(), ToolBox::ImplDrawBorder(), ToolBox::ImplDrawGrip(), ToolBox::ImplFormat(), ToolBox::ImplIsInPopupMode(), ToolBox::ImplSetMinMaxFloatSize(), ToolBox::ImplUpdateDragArea(), DockingWindow::IsFloatingMode(), ToolBox::Lock(), ToolBox::MouseMove(), ToolBox::Select(), DockingWindow::SetFloatingMode(), DockingWindow::SetFloatStyle(), ToolBox::SetMenuType(), DockingWindow::SetOutputSizePixel(), DockingWindow::setPosSizePixel(), and vcl::Window::Tracking().
const FieldUnitStringList& ImplGetFieldUnits | ( | ) |
Definition at line 263 of file svdata.cxx.
References first, i, ImplGetSVData(), ImplSVData::maCtrlData, ImplSVCtrlData::maFieldUnitStrings, SAL_N_ELEMENTS, and VclResId().
Referenced by ImplGetCleanedFieldUnits(), ImplMetricToString(), and weld::MetricSpinButton::MetricToString().
const std::locale& ImplGetResLocale | ( | ) |
Definition at line 247 of file svdata.cxx.
References Translate::Create(), ImplGetSVData(), comphelper::LibreOfficeKit::isActive(), ImplSVData::maResLocale, and ImplSVData::mbResLocaleSet.
Referenced by VclResId().
VCL_PLUGIN_PUBLIC ImplSVData* ImplGetSVData | ( | ) |
Definition at line 74 of file svdata.cxx.
Referenced by VirtualDevice::AcquireGraphics(), Printer::AcquireGraphics(), vcl::Window::AcquireGraphics(), Application::AcquireSolarMutex(), vcl::DeleteOnDeinitBase::addDeinitContainer(), Application::AddEventListener(), OutputDevice::AddFontSubstitute(), Application::AddKeyListener(), Application::AddToRecentDocumentList(), Application::AnyInput(), Application::Application(), MenuFloatingWindow::ApplySettings(), OutputDevice::BeginFontSubstitution(), Bitmap::Bitmap(), Bitmap32IsPreMultipled(), BitmapInfoAccess::BitmapInfoAccess(), AlphaMask::BlendWith(), vcl::Window::CaptureMouse(), MenuBarWindow::ChangeHighlightItem(), WorkWindow::Close(), Bitmap::Convert(), OpenGLContext::Create(), BitmapEx::Create(), Application::CreateBuilder(), Bitmap::CreateDisplayBitmap(), Application::createFilePicker(), Application::createFolderPicker(), SystemChildWindow::CreateGStreamerSink(), Application::CreateInterimBuilder(), Application::CreateMessageDialog(), CreateSVWinData(), ImplBorderWindow::Deactivate(), DeInitVCL(), DestroySVHelpData(), vcl::DisplayConnectionDispatch::DisplayConnectionDispatch(), SystemChildWindow::dispose(), WorkWindow::dispose(), VirtualDevice::dispose(), Printer::dispose(), ToolBox::dispose(), vcl::Window::dispose(), vcl::DragSource_createInstance(), Control::DrawControlText(), OutputDevice::DrawCtrlText(), DrawProgress(), ImplSmallBorderWindowView::DrawWindow(), SalBitmap::DropScaledCache(), vcl::DropTarget_createInstance(), vcl::Window::Enable(), Application::EnableBitmapRendering(), vcl::Window::EnableInput(), MenuFloatingWindow::End(), vcl::EndAllDialogs(), vcl::Window::EndAutoScroll(), Dialog::EndDialog(), Help::EndExtHelp(), OutputDevice::EndFontSubstitution(), vcl::Window::EndTracking(), Bitmap::Erase(), BitmapScaleSuperFilter::execute(), MenuFloatingWindow::Execute(), Application::Execute(), GraphicConverter::Export(), vcl::FileDefinitionWidgetDraw::FileDefinitionWidgetDraw(), vcl::SettingsConfigItem::get(), PopupMenu::GetActivePopupMenu(), Application::GetActiveTopWindow(), Application::GetAppFileName(), Application::GetAppName(), CheckBox::GetCheckImage(), Bitmap::GetChecksum(), Control::GetControlTextRect(), Dialog::GetDefaultParent(), Printer::GetDefaultPrinterName(), Application::GetDefDialogParent(), Application::GetDialogCancelMode(), Application::GetDispatchLevel(), Application::GetDisplayConnection(), Application::GetDisplayName(), StyleSettings::GetDockingFloatsSupported(), ImplListBoxWindow::GetEntryHeightWithMargin(), Application::GetFirstTopLevelWindow(), UITest::getFloatWindow(), Edit::GetFocus(), ImplWin::GetFocus(), UITest::getFocusTopWindow(), Application::GetFocusWindow(), Application::GetFrameWeld(), GetGenericUnixSalData(), GetGtkSalData(), ImplEntryType::getHeightWithMargin(), Application::GetHelp(), Application::GetHWOSConfInfo(), MenuFloatingWindow::GetInitialItemY(), UITestLogger::getInstance(), Application::GetLastInputInterval(), Printer::GetPaperName(), GetpApp(), Printer::GetPrinterQueues(), Printer::GetQueueInfo(), RadioButton::GetRadioImage(), GetSalData(), Application::GetSettings(), Application::GetSolarMutex(), GetStandardErrorBoxImage(), GetStandardInfoBoxImage(), GetStandardQueryBoxImage(), GetStandardWarningBoxImage(), GetSystemClipboard(), Application::GetSystemWindowMode(), Application::GetToolkitName(), Application::GetTopWindow(), Application::GetTopWindowCount(), Application::HandleKey(), TaskPaneList::HandleKeyEvent(), MenuBarWindow::HandleKeyEvent(), vcl::Window::HasActiveChildFrame(), vcl::Window::HasChildPathFocus(), OpenGLContext::hasCurrent(), vcl::Window::HasFocus(), Application::hasNativeFileSelection(), SalInstanceWindow::help(), MenuBarWindow::HighlightItem(), vcl::IMPL_LINK(), vcl::IMPL_LINK_NOARG(), IMPL_LINK_NOARG(), IMPL_STATIC_LINK(), IMPL_STATIC_LINK_NOARG(), ImplAddNWFSeparator(), ImplCalcMapResolution(), Menu::ImplCalcSize(), vcl::Window::ImplCallActivateListeners(), Application::ImplCallEventListeners(), Application::ImplCallEventListenersApplicationDataChanged(), vcl::Window::ImplCallFocusChangeActivate(), vcl::Window::ImplCallMouseMove(), OutputDevice::ImplClearAllFontData(), OutputDevice::ImplClearFontData(), ImplCloseLastPopup(), ImplDbgTestSolarMutex(), Scheduler::ImplDeInitScheduler(), ImplDeInitSVData(), vcl::DeleteOnDeinitBase::ImplDeleteOnDeInit(), ImplDeletePrnQueueList(), ImplWin::ImplDraw(), DisclosureButton::ImplDrawCheckBoxState(), TabControl::ImplDrawItem(), Dialog::ImplEndExecuteModal(), FloatingWindow::ImplEndPopupMode(), PopupMenu::ImplExecute(), ImplFontSubstitute(), StatusBar::ImplFormat(), ImplFrameData::ImplFrameData(), ImplGetBlendFrameCache(), ImplGetCharClass(), ImplGetCleanedFieldUnits(), ImplGetDefaultContextWindow(), ImplGetDefaultWindow(), ImplGetDockingManager(), ImplGetFieldUnits(), ImplGetKeyInputWindow(), ImplWheelWindow::ImplGetMousePointer(), Printer::ImplGetQueueInfo(), ImplGetResLocale(), ImplGetSalSystem(), ImplGetSVHelpData(), ImplGetTBDragMgr(), vcl::Window::ImplGrabFocus(), ImplHandleClose(), MenuBar::ImplHandleCmdEvent(), ImplHandleEndExtTextInput(), ImplHandleExtTextInput(), ImplHandleExtTextInputPos(), ImplHandleKey(), ImplHandleLoseFocus(), ImplHandleMouseEvent(), ImplHandleMouseFloatMode(), ImplHandleSalKeyMod(), ImplHandleSalQueryCharPosition(), ImplHideSplash(), WorkWindow::ImplInit(), Printer::ImplInit(), vcl::Window::ImplInit(), vcl::Window::ImplInitAppFontData(), Printer::ImplInitData(), Printer::ImplInitDisplay(), FloatingWindow::ImplInitFloating(), ImplInitMsgBoxImageList(), ImplInitPrnQueueList(), TabControl::ImplInitSettings(), CheckBox::ImplInitSettings(), PushButton::ImplInitSettings(), RadioButton::ImplInitSettings(), MenuBarWindow::ImplInitStyleSettings(), SystemChildWindow::ImplInitSysChild(), VirtualDevice::ImplInitVirDev(), ImplInvalidateMenubar(), Edit::ImplInvalidateOrRepaint(), Bitmap::ImplMakeUnique(), OutputDevice::ImplNewFont(), vcl::Window::ImplNewInputContext(), Menu::ImplPaint(), Menu::ImplPaintMenuTitle(), Menu::ImplSelect(), vcl::Window::ImplSetFrameParent(), Dialog::ImplSetModalInputMode(), VirtualDevice::ImplSetReferenceDevice(), Dialog::ImplStartExecute(), Scheduler::ImplStartTimer(), ImplSVMain(), OutputDevice::ImplUpdateFontDataForAllFrames(), ImplWheelWindow::ImplWheelWindow(), ImplWin::ImplWin(), ImplYield(), GraphicConverter::Import(), ImplSmallBorderWindowView::Init(), InitVCL(), VirtualDevice::InnerImplSetOutputSizePixel(), MenuItemList::Insert(), Application::InsertAccel(), MenuItemList::InsertSeparator(), vclmain::isAlive(), Application::IsBitmapRendering(), Application::IsDialogCancelEnabled(), Application::IsInExecute(), Application::IsInMain(), Application::IsInModalMode(), Application::IsMainThread(), vcl::Window::IsMouseCaptured(), vcl::Window::IsTracking(), Application::IsUICaptured(), vcl::lok::isUnipoll(), IsVCLInit(), MenuFloatingWindow::KeyInput(), vcl::Window::KeyInput(), KillOwnPopups(), lcl_AdjustSingleLineTabs(), Scheduler::Lock(), Edit::LoseFocus(), ImplWin::LoseFocus(), MenuBar::MenuBar(), Application::MergeSystemSettings(), Edit::Modify(), ImplWheelWindow::MouseMove(), Application::NotifyAllWindows(), OpenGLContext::OpenGLContext(), PopupMenu::PopupMenu(), Application::PostGestureEvent(), Application::PostKeyEvent(), Application::PostMouseEvent(), SpinField::PreNotify(), OpenGLContext::prepareForYield(), Scheduler::ProcessEventsToIdle(), Scheduler::ProcessTaskScheduling(), Application::QueryExit(), Application::Quit(), vcl::PngImageReader::read(), OpenGLContext::registerAsCurrent(), vcl::lok::registerPollCallbacks(), VirtualDevice::ReleaseGraphics(), Printer::ReleaseGraphics(), vcl::Window::ReleaseGraphics(), vcl::Window::ReleaseMouse(), Application::ReleaseSolarMutex(), Application::RemoveAccel(), Application::RemoveEventListener(), OutputDevice::RemoveFontsSubstitute(), Dialog::RemoveFromDlgList(), Application::RemoveKeyListener(), Application::RemoveMouseAndKeyEvents(), MenuFloatingWindow::RenderHighlightItem(), Bitmap::Replace(), StatusBar::Resize(), ListBox::Resize(), vcl::Window::SaveFocus(), Bitmap::Scale(), Application::SetAppName(), Application::setDeInitHook(), Application::SetDialogCancelMode(), Application::SetDisplayName(), Application::SetFilterHdl(), OutputDevice::SetFontCollectionFromSVData(), Application::SetHelp(), Printer::SetPrinterProps(), SetSalData(), Application::SetSettings(), SetSVHelpData(), SetSVWinData(), Application::SetSystemWindowMode(), Printer::Setup(), SystemWindow::SetWindowStateData(), vcl::Window::Show(), vcl::DisplayConnectionDispatch::start(), Task::Start(), vcl::Window::StartAutoScroll(), Help::StartExtHelp(), ImplListBoxFloatingWindow::StartFloat(), Printer::StartJob(), FloatingWindow::StartPopupMode(), vcl::Window::StartTracking(), vcl::DisplayConnectionDispatch::terminate(), Scheduler::Unlock(), vcl::lok::unregisterPollCallbacks(), Application::UpdateMainThread(), Printer::updatePrinters(), vcl::vcl_SystemClipboard_get_implementation(), VCLExceptionSignal_impl(), Application::~Application(), vcl::DeleteOnDeinitBase::~DeleteOnDeinitBase(), and OpenGLContext::~OpenGLContext().
VCL_PLUGIN_PUBLIC ImplSVHelpData& ImplGetSVHelpData | ( | ) |
Definition at line 463 of file svdata.cxx.
References ImplGetSVData(), and ImplSVData::mpHelpData.
Referenced by Help::DisableBalloonHelp(), Help::DisableContextHelp(), Help::DisableExtHelp(), Help::DisableQuickHelp(), HelpTextWindow::dispose(), vcl::Window::dispose(), Help::EnableBalloonHelp(), Help::EnableContextHelp(), Help::EnableExtHelp(), Help::EnableQuickHelp(), Help::EndExtHelp(), HelpTextWindow::HelpTextWindow(), Help::HideBalloonAndQuickHelp(), Help::HidePopover(), IMPL_LINK(), ImplDestroyHelpWindow(), ImplHandleClose(), ImplHandleKey(), ImplHandleMouseEvent(), ImplHandleMouseFloatMode(), ImplHandleMouseHelpRequest(), ImplHandleMove(), ImplHandleResize(), ImplSetMousePointer(), ImplShowHelpWindow(), Help::IsBalloonHelpEnabled(), Help::IsContextHelpEnabled(), Help::IsExtHelpEnabled(), Help::IsQuickHelpEnabled(), HelpTextWindow::ShowHelp(), and Help::StartExtHelp().
VCL_PLUGIN_PUBLIC basegfx::SystemDependentDataManager& ImplGetSystemDependentDataManager | ( | ) |
Definition at line 201 of file svdata.cxx.
Referenced by DeInitVCL().
VCL_PLUGIN_PUBLIC void ImplHideSplash | ( | ) |
Definition at line 125 of file dialog.cxx.
References vcl::Window::Hide(), ImplGetSVData(), and ImplSVData::mpIntroWindow.
VCL_PLUGIN_PUBLIC OUString VclResId | ( | const char * | pId | ) |
Definition at line 258 of file svdata.cxx.
References Translate::get(), and ImplGetResLocale().
Referenced by SvHeaderTabListBox::GetAccessibleObjectDescription(), TextUndoDelPara::GetComment(), TextUndoConnectParas::GetComment(), TextUndoSplitPara::GetComment(), TextUndoInsertChars::GetComment(), TextUndoRemoveChars::GetComment(), vcl::font::FeatureParameter::getDescription(), vcl::font::FeatureDefinition::getDescription(), Printer::GetPaperName(), GetStandardErrorBoxText(), GetStandardInfoBoxText(), GetStandardQueryBoxText(), GetStandardText(), GetStandardWarningBoxText(), SvTabListBox::GetTabEntryText(), IMPL_LINK(), vcl::RoadmapWizard::implConstruct(), PopupMenu::ImplExecute(), ImplGetFieldUnits(), Calendar::ImplInit(), OutputDevice::ImplInitFontList(), ImplBorderWindowView::ImplRequestHelp(), SalInstanceTreeView::insert_separator(), Localize(), MenuBarWindow::MenuBarWindow(), queryFile(), SplitWindow::RequestHelp(), vcl::RoadmapWizard::RoadmapWizard(), ShowServiceNotAvailableError(), and Edit::ShowTruncationWarning().
int nImplSysDialog |
Definition at line 51 of file print.cxx.
Referenced by Application::IsUICaptured(), and Printer::Setup().