Home
last modified time | relevance | path

Searched refs:pSystemWindow (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sd/source/ui/framework/factories/
H A DFullScreenPane.cxx88 const SystemWindow* pSystemWindow = pViewShellWindow->GetSystemWindow(); in FullScreenPane() local
89 mpWorkWindow->SetText(pSystemWindow->GetText()); in FullScreenPane()
90 mpWorkWindow->SetIcon(pSystemWindow->GetIcon()); in FullScreenPane()
/trunk/main/framework/source/helper/
H A Dpersistentwindowstate.cxx336 SystemWindow* pSystemWindow = (SystemWindow*)pWindow; in implst_setWindowStateOnWindow() local
343 …::rtl::OUString sOldWindowState = ::rtl::OStringToOUString( pSystemWindow->GetWindowState(), RTL_T… in implst_setWindowStateOnWindow()
345 pSystemWindow->SetWindowState(U2B_ENC(sWindowState,RTL_TEXTENCODING_UTF8)); in implst_setWindowStateOnWindow()
/trunk/main/chart2/source/controller/dialogs/
H A Ddlg_DataEditor.cxx354 SystemWindow* pSystemWindow = static_cast< SystemWindow* >( pParent ); in notifySystemWindow() local
355 rMemFunc( pSystemWindow->GetTaskPaneList(),( pToRegister )); in notifySystemWindow()
/trunk/main/dbaccess/source/ui/app/
H A DAppControllerGen.cxx757 SystemWindow* pSystemWindow = getContainer()->GetSystemWindow(); in onLoadedMenu() local
758 MenuBar* pMenu = pSystemWindow ? pSystemWindow->GetMenuBar() : NULL; in onLoadedMenu()
/trunk/main/reportdesign/source/ui/misc/
H A DUITools.cxx853 SystemWindow* pSystemWindow = _pWindow ? _pWindow->GetSystemWindow() : NULL; in notifySystemWindow() local
854 if ( pSystemWindow ) in notifySystemWindow()
856 _rMemFunc( pSystemWindow->GetTaskPaneList(), _pToRegister ); in notifySystemWindow()
/trunk/main/dbaccess/source/ui/misc/
H A DUITools.cxx1291 SystemWindow* pSystemWindow = _pWindow ? _pWindow->GetSystemWindow() : NULL; in notifySystemWindow() local
1292 if ( pSystemWindow ) in notifySystemWindow()
1294 _rMemFunc( pSystemWindow->GetTaskPaneList(), _pToRegister ); in notifySystemWindow()
/trunk/main/framework/source/loadenv/
H A Dloadenv.cxx1889 SystemWindow* pSystemWindow = (SystemWindow*)pWindowCheck; in impl_applyPersistentWindowState() local
1890 pSystemWindow->SetWindowState(U2B_ENC(sWindowState,RTL_TEXTENCODING_UTF8)); in impl_applyPersistentWindowState()
/trunk/main/vcl/source/window/
H A Dwindow.cxx7370 SystemWindow *pSystemWindow = dynamic_cast< SystemWindow* >( pWindow ); in SetPosSizePixel() local
7371 if( pSystemWindow ) in SetPosSizePixel()
7373 Size aMinSize = pSystemWindow->GetMinOutputSizePixel(); in SetPosSizePixel()
7374 Size aMaxSize = pSystemWindow->GetMaxOutputSizePixel(); in SetPosSizePixel()

Completed in 110 milliseconds