svdata.hxx (ebfcd9af) svdata.hxx (85c309d6)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 141 unchanged lines hidden (view full) ---

150 Help* mpHelp; // Application help
151 PopupMenu* mpActivePopupMenu; // Actives Popup-Menu (in Execute)
152 UniqueIdContainer* mpUniqueIdCont; // Fuer Eindeutige Id's
153 ImplIdleMgr* mpIdleMgr; // Idle-Manager
154 ImplWheelWindow* mpWheelWindow; // WheelWindow
155 ImplHotKey* mpFirstHotKey; // HotKey-Verwaltung
156 ImplEventHook* mpFirstEventHook; // Event-Hooks
157 VclEventListeners2* mpPostYieldListeners; // post yield listeners
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 141 unchanged lines hidden (view full) ---

150 Help* mpHelp; // Application help
151 PopupMenu* mpActivePopupMenu; // Actives Popup-Menu (in Execute)
152 UniqueIdContainer* mpUniqueIdCont; // Fuer Eindeutige Id's
153 ImplIdleMgr* mpIdleMgr; // Idle-Manager
154 ImplWheelWindow* mpWheelWindow; // WheelWindow
155 ImplHotKey* mpFirstHotKey; // HotKey-Verwaltung
156 ImplEventHook* mpFirstEventHook; // Event-Hooks
157 VclEventListeners2* mpPostYieldListeners; // post yield listeners
158 sal_uLong mnLastInputTime; // GetLastInputTime()
159 sal_uInt16 mnDispatchLevel; // DispatchLevel
160 sal_uInt16 mnModalMode; // ModalMode Count
161 sal_uInt16 mnModalDialog; // ModalDialog Count
162 sal_uInt16 mnAccessCount; // AccessHdl Count
163 sal_uInt16 mnSysWinMode; // Modus, wann SystemWindows erzeugt werden sollen
164 sal_uInt16 mnLayout; // --- RTL-Flags --- currently not used, only for testing
158 sal_uLong mnLastInputTime; // GetLastInputTime()
159 sal_uInt16 mnDispatchLevel; // DispatchLevel
160 sal_uInt16 mnModalMode; // ModalMode Count
161 sal_uInt16 mnModalDialog; // ModalDialog Count
162 sal_uInt16 mnAccessCount; // AccessHdl Count
163 sal_uInt16 mnSysWinMode; // Modus, wann SystemWindows erzeugt werden sollen
164 sal_uInt16 mnLayout; // --- RTL-Flags --- currently not used, only for testing
165 short mnDialogScaleX; // Scale X-Positions and sizes in Dialogs
165 short mnDialogScaleX; // Scale X-Positions and sizes in Dialogs
166 sal_Bool mbInAppMain; // is Application::Main() on stack
167 sal_Bool mbInAppExecute; // is Application::Execute() on stack
168 sal_Bool mbAppQuit; // is Application::Quit() called
169 sal_Bool mbSettingsInit; // sal_True: Settings are initialized
170 sal_Bool mbDialogCancel; // sal_True: Alle Dialog::Execute()-Aufrufe werden mit return sal_False sofort beendet
171 sal_Bool mbNoYield; // Application::Yield will not wait for events if the queue is empty
166 sal_Bool mbInAppMain; // is Application::Main() on stack
167 sal_Bool mbInAppExecute; // is Application::Execute() on stack
168 sal_Bool mbAppQuit; // is Application::Quit() called
169 sal_Bool mbSettingsInit; // sal_True: Settings are initialized
170 sal_Bool mbDialogCancel; // sal_True: Alle Dialog::Execute()-Aufrufe werden mit return sal_False sofort beendet
171 sal_Bool mbNoYield; // Application::Yield will not wait for events if the queue is empty
172 // essentially that makes it the same as Application::Reschedule
173 long mnDefaultLayoutBorder; // default value in pixel for layout distances used
174 // in window arrangers
175
172 // essentially that makes it the same as Application::Reschedule
173 long mnDefaultLayoutBorder; // default value in pixel for layout distances used
174 // in window arrangers
175
176 bool mbConversionMode; // true allows further optimizations during document conversion in different code areas.
177
176 /** Controls whether showing any IME status window is toggled on or off.
177
178 Only meaningful if showing IME status windows can be toggled on and off
179 externally (see Application::CanToggleImeStatusWindow).
180 */
181 ImeStatusWindowMode meShowImeStatusWindow;
182
183 DECL_STATIC_LINK( ImplSVAppData, ImplQuitMsg, void* );

--- 283 unchanged lines hidden ---
178 /** Controls whether showing any IME status window is toggled on or off.
179
180 Only meaningful if showing IME status windows can be toggled on and off
181 externally (see Application::CanToggleImeStatusWindow).
182 */
183 ImeStatusWindowMode meShowImeStatusWindow;
184
185 DECL_STATIC_LINK( ImplSVAppData, ImplQuitMsg, void* );

--- 283 unchanged lines hidden ---