Lines Matching defs:WindowStateInfo
215 struct WindowStateInfo struct in framework::ConfigurationAccess_WindowState
217 WindowStateInfo() : aDockingArea( ::com::sun::star::ui::DockingArea_DOCKINGAREA_TOP ), in WindowStateInfo() argument
225 bool bLocked : 1,
226 bDocked : 1,
227 bVisible : 1,
228 bContext : 1,
229 bHideFromMenu : 1,
230 bNoClose : 1,
231 bSoftClose : 1,
232 bContextActive : 1;
234 com::sun::star::awt::Point aDockPos;
235 com::sun::star::awt::Size aDockSize;
236 com::sun::star::awt::Point aPos;
237 com::sun::star::awt::Size aSize;
238 rtl::OUString aUIName;
239 sal_uInt32 nInternalState;
240 sal_uInt16 nStyle;
241 sal_uInt32 nMask; // see WindowStateMask