Lines Matching refs:SystemWindow

46 class SystemWindow::ImplData
57 SystemWindow::ImplData::ImplData() in ImplData()
63 SystemWindow::ImplData::~ImplData() in ~ImplData()
71 SystemWindow::SystemWindow( WindowType nType ) : in SystemWindow() function in SystemWindow
89 SystemWindow::~SystemWindow() in ~SystemWindow()
97 long SystemWindow::Notify( NotifyEvent& rNEvt ) in Notify()
107 pMBar = ((SystemWindow*)pWin)->GetMenuBar(); in Notify()
118 long SystemWindow::PreNotify( NotifyEvent& rNEvt ) in PreNotify()
138 pTList = ((SystemWindow*)pWin)->mpImplData->mpTaskPaneList; in PreNotify()
143 SystemWindow *pSysWin = this; in PreNotify()
149 pSysWin = (SystemWindow*) pWin; in PreNotify()
162 TaskPaneList* SystemWindow::GetTaskPaneList() in GetTaskPaneList()
174 pMBar = ((SystemWindow*)pWin)->GetMenuBar(); in GetTaskPaneList()
184 sal_Bool SystemWindow::Close() in Close()
216 void SystemWindow::TitleButtonClick( sal_uInt16 ) in TitleButtonClick()
222 void SystemWindow::Pin() in Pin()
228 void SystemWindow::Roll() in Roll()
234 void SystemWindow::Resizing( Size& ) in Resizing()
240 void SystemWindow::SetZLevel( sal_uInt8 nLevel ) in SetZLevel()
270 void SystemWindow::SetRepresentedURL( const rtl::OUString& i_rURL ) in SetRepresentedURL()
286 const rtl::OUString& SystemWindow::GetRepresentedURL() const in GetRepresentedURL()
293 void SystemWindow::SetIcon( sal_uInt16 nIcon ) in SetIcon()
313 sal_uInt8 SystemWindow::GetZLevel() const in GetZLevel()
326 void SystemWindow::EnableSaveBackground( sal_Bool bSave ) in EnableSaveBackground()
344 sal_Bool SystemWindow::IsSaveBackgroundEnabled() const in IsSaveBackgroundEnabled()
357 void SystemWindow::ShowTitleButton( sal_uInt16 nButton, sal_Bool bVisible ) in ShowTitleButton()
388 sal_Bool SystemWindow::IsTitleButtonVisible( sal_uInt16 nButton ) const in IsTitleButtonVisible()
398 void SystemWindow::SetPin( sal_Bool bPin ) in SetPin()
410 void SystemWindow::RollUp() in RollUp()
430 void SystemWindow::RollDown() in RollDown()
444 void SystemWindow::SetMinOutputSizePixel( const Size& rSize ) in SetMinOutputSizePixel()
459 void SystemWindow::SetMaxOutputSizePixel( const Size& rSize ) in SetMaxOutputSizePixel()
478 const Size& SystemWindow::GetMaxOutputSizePixel() const in GetMaxOutputSizePixel()
484 Size SystemWindow::GetResizeOutputSizePixel() const in GetResizeOutputSizePixel()
654 void SystemWindow::ImplMoveToScreen( long& io_rX, long& io_rY, long i_nWidth, long i_nHeight, Windo… in ImplMoveToScreen()
711 void SystemWindow::SetWindowStateData( const WindowStateData& rData ) in SetWindowStateData()
866 void SystemWindow::GetWindowStateData( WindowStateData& rData ) const in GetWindowStateData()
953 void SystemWindow::SetWindowState( const ByteString& rStr ) in SetWindowState()
965 ByteString SystemWindow::GetWindowState( sal_uLong nMask ) const in GetWindowState()
978 void SystemWindow::SetMenuBar( MenuBar* pMenuBar ) in SetMenuBar()
1042 void SystemWindow::SetMenuBarMode( sal_uInt16 nMode ) in SetMenuBarMode()
1059 sal_Bool SystemWindow::ImplIsInTaskPaneList( Window* pWin ) in ImplIsInTaskPaneList()
1068 unsigned int SystemWindow::GetScreenNumber() const in GetScreenNumber()
1075 void SystemWindow::SetScreenNumber( unsigned int nScreen) in SetScreenNumber()