Lines Matching defs:ImplSVWinData
227 struct ImplSVWinData struct
229 Window* mpFirstFrame; // First FrameWindow
230 Window* mpDefDialogParent; // Default Dialog Parent
231 WorkWindow* mpAppWin; // Application-Window
232 Window* mpFocusWin; // window, that has the focus
233 …Window* mpActiveApplicationFrame; // the last active application frame, can be use…
234 Window* mpCaptureWin; // window, that has the mouse capture
235 …Window* mpLastDeacWin; // Window, that need a deactivate (FloatingWindow-Hand…
236 DbgWindow* mpDbgWin; // debug window
237 FloatingWindow* mpFirstFloat; // First FloatingWindow in PopupMode
238 Dialog* mpLastExecuteDlg; // Erster Dialog, der sich in Execute befindet
239 Window* mpExtTextInputWin; // Window, which is in ExtTextInput
240 Window* mpTrackWin; // window, that is in tracking mode
241 AutoTimer* mpTrackTimer; // tracking timer
242 ImageList* mpMsgBoxImgList; // ImageList for MessageBox
243 ImageList* mpMsgBoxHCImgList; // ImageList for MessageBox (high contrast mode)
244 Window* mpAutoScrollWin; // window, that is in AutoScrollMode mode
245 sal_uInt16 mnTrackFlags; // tracking flags
246 sal_uInt16 mnAutoScrollFlags; // auto scroll flags
247 sal_Bool mbNoDeactivate; // sal_True: keine Deactivate durchfuehren
248 sal_Bool mbNoSaveFocus; // sal_True: menues must not save/restore focus
249 …sal_Bool mbNoSaveBackground; // sal_True: save background is unnecessary or eve…