Lines Matching defs:ImplFrameData

154 struct ImplFrameData  struct
156 Timer maPaintTimer; // paint timer
157 Timer maResizeTimer; // resize timer
158 InputContext maOldInputContext; // Last set Input Context
159 Window* mpNextFrame; // next frame window
160 Window* mpFirstOverlap; // first overlap window
161 …Window* mpFocusWin; // focus window (is also set, when frame doesn't have the …
162 Window* mpMouseMoveWin; // last window, where MouseMove() called
163 Window* mpMouseDownWin; // last window, where MouseButtonDown() called
164 Window* mpFirstBackWin; // Erstes Overlap-Window mit Hintergrund-Sicherung
166 ImplDevFontList* mpFontList; // Font-List for this frame
167 ImplFontCache* mpFontCache; // Font-Cache for this frame
168 sal_Int32 mnDPIX; // Original Screen Resolution
169 sal_Int32 mnDPIY; // Original Screen Resolution
170 ImplMapRes maMapUnitRes; // for LogicUnitToPixel
171 … sal_uIntPtr mnAllSaveBackSize; // Groesse aller Bitmaps fuer Hintergrund-Sicherung
172 sal_uIntPtr mnFocusId; // FocusId for PostUserLink
173 sal_uIntPtr mnMouseMoveId; // MoveId for PostUserLink
174 long mnLastMouseX; // last x mouse position
175 long mnLastMouseY; // last y mouse position
176 long mnBeforeLastMouseX; // last but one x mouse position
177 long mnBeforeLastMouseY; // last but one y mouse position
178 long mnFirstMouseX; // first x mouse position by mousebuttondown
179 long mnFirstMouseY; // first y mouse position by mousebuttondown
180 long mnLastMouseWinX; // last x mouse position, rel. to pMouseMoveWin
181 long mnLastMouseWinY; // last y mouse position, rel. to pMouseMoveWin
182 …sal_uInt16 mnModalMode; // frame based modal count (app based makes no sense a…
183 sal_uIntPtr mnMouseDownTime; // mouse button down time for double click
184 sal_uInt16 mnClickCount; // mouse click count
185 sal_uInt16 mnFirstMouseCode; // mouse code by mousebuttondown
186 sal_uInt16 mnMouseCode; // mouse code
187 sal_uInt16 mnMouseMode; // mouse mode
188 MapUnit meMapUnit; // last MapUnit for LogicUnitToPixel
189 sal_Bool mbHasFocus; // focus
190 sal_Bool mbInMouseMove; // is MouseMove on stack
191 sal_Bool mbMouseIn; // is Mouse inside the frame
192 sal_Bool mbStartDragCalled; // is command startdrag called
193 sal_Bool mbNeedSysWindow; // set, when FrameSize <= IMPL_MIN_NEEDSYSWIN
194 sal_Bool mbMinimized; // set, when FrameSize <= 0
195 sal_Bool mbStartFocusState; // FocusState, beim abschicken des Events
196 sal_Bool mbInSysObjFocusHdl; // Innerhalb vom GetFocus-Handler eines SysChilds
197 sal_Bool mbInSysObjToTopHdl; // Innerhalb vom ToTop-Handler eines SysChilds
198 sal_Bool mbSysObjFocus; // Hat ein SysChild den Focus
206 sal_Bool mbInternalDragGestureRecognizer;