Lines Matching defs:ImplSVAppData
130 struct ImplSVAppData struct
132 enum ImeStatusWindowMode
140 String* mpMSFTempFileName;
141 AllSettings* mpSettings; // Application settings
142 LocaleConfigurationListener* mpCfgListener;
143 VclEventListeners* mpEventListeners; // listeners for vcl events (eg, extended toolkit)
144 …VclEventListeners* mpKeyListeners; // listeners for key events only (eg, extended toolkit)
145 ImplAccelManager* mpAccelMgr; // Accelerator Manager
146 XubString* mpAppName; // Application name
147 XubString* mpAppFileName; // Abs. Application FileName
148 XubString* mpDisplayName; // Application Display Name
149 String* mpFontPath; // Additional Fontpath
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
186 DECL_STATIC_LINK( ImplSVAppData, ImplQuitMsg, void* ); argument