/trunk/main/vcl/source/window/ |
H A D | dockwin.cxx | 832 if( pWrapper ) in SetFloatingMode() 940 if( pWrapper ) in SetFloatStyle() 954 if( pWrapper ) in GetFloatStyle() 967 if( pWrapper ) in SetTabStop() 983 if( pWrapper ) in SetPosSizePixel() 1003 if( pWrapper ) in GetPosPixel() 1022 if( pWrapper ) in GetSizePixel() 1041 if( pWrapper ) in SetOutputSizePixel() 1061 if( pWrapper ) in GetOutputSizePixel() 1078 if( pWrapper ) in GetFloatingPos() [all …]
|
H A D | dockmgr.cxx | 388 if( pWrapper ) in IsFloating() 397 if( pWrapper && pWrapper->IsLocked() ) in IsLocked() 406 if( pWrapper ) in Lock() 413 if( pWrapper ) in Unlock() 420 if( pWrapper ) in SetFloatingMode() 427 if( pWrapper ) in StartPopupMode() 442 if( pWrapper && pWrapper->IsInPopupMode() ) in IsInPopupMode() 453 if( pWrapper && pWrapper->GetFloatingWindow() && pWrapper->GetFloatingWindow()->IsInPopupMode() ) in EndPopupMode() 462 if( pWrapper ) in AddWindow() 492 if( pWrapper ) in SetPosSizePixel() [all …]
|
H A D | toolbox.cxx | 246 if( pWrapper ) in ImplUpdateDragArea() 249 pWrapper->SetDragArea( Rectangle() ); in ImplUpdateDragArea() 275 …int dragwidth = ( pWrapper && !pWrapper->IsLocked() ) ? ImplGetDragWidth( (ToolBox*)pThis ) : 0; in ImplCalcBorder() 278 int borderwidth = pWrapper ? 0: 2; in ImplCalcBorder() 329 if( pWrapper && !pWrapper->GetDragArea().IsEmpty() ) in ImplDrawGrip() 599 if( !pWrapper /*|| bIsInPopupMode*/ ) in ImplDrawBackground() 669 if( pWrapper ) in ImplDrawBorder() 998 if( pWrapper ) in ImplSetMinMaxFloatSize() 2417 if( pWrapper ) in ImplFormat() 2860 if ( pWrapper && aOldDragRect != pWrapper->GetDragArea() ) in ImplFormat() [all …]
|
H A D | toolbox2.cxx | 541 ImplDockingWindowWrapper *pWrapper = ImplGetDockingManager()->GetDockingWindowWrapper( this ); in Select() local 542 … if( pWrapper && pWrapper->GetFloatingWindow() && pWrapper->GetFloatingWindow()->IsInPopupMode() ) in Select() 543 pWrapper->GetFloatingWindow()->EndPopupMode(); in Select() 2124 … ImplDockingWindowWrapper *pWrapper = ImplGetDockingManager()->GetDockingWindowWrapper( this ); in SetMenuType() local 2125 if( pWrapper ) in SetMenuType() 2126 …pWrapper->ShowTitleButton( TITLE_BUTTON_MENU, ( aType & TOOLBOX_MENUTYPE_CUSTOMIZE) ? sal_True : s… in SetMenuType() 2331 … ImplDockingWindowWrapper *pWrapper = ImplGetDockingManager()->GetDockingWindowWrapper( this ); in ImplIsInPopupMode() local 2332 …return ( pWrapper && pWrapper->GetFloatingWindow() && pWrapper->GetFloatingWindow()->IsInPopupMode… in ImplIsInPopupMode() 2340 ImplDockingWindowWrapper *pWrapper = ImplGetDockingManager()->GetDockingWindowWrapper( this ); in Lock() local 2341 if( !pWrapper ) in Lock()
|
H A D | window.cxx | 4490 if ( pWrapper ) in ~Window() 4491 pWrapper->WindowDestroyed( this ); in ~Window() 5072 if( pWrapper ) in Tracking() 5073 pWrapper->Tracking( rTEvt ); in Tracking() 5300 if( pWrapper && !( !pWrapper->IsFloatingMode() && pWrapper->IsLocked() ) ) in Notify() 5311 pWrapper->SetFloatingMode( !pWrapper->IsFloatingMode() ); in Notify() 5330 if( pWrapper->ImplStartDockingEnabled() && !pWrapper->IsFloatingMode() && in Notify() 5351 pWrapper->SetFloatingMode( !pWrapper->IsFloatingMode() ); in Notify() 5358 if( pWrapper->IsFloatingMode() ) in Notify() 8441 if ( pWrapper ) in GetComponentInterface() [all …]
|
/trunk/main/vcl/unx/generic/app/ |
H A D | randrwrapper.cxx | 178 static RandRWrapper* pWrapper = NULL; variable 182 if( ! pWrapper ) in get() 184 return *pWrapper; in get() 189 delete pWrapper; in releaseWrapper() 190 pWrapper = NULL; in releaseWrapper() 259 static RandRWrapper* pWrapper = NULL; 263 if( ! pWrapper ) 265 return *pWrapper; 270 delete pWrapper; 271 pWrapper = NULL; [all …]
|
/trunk/main/framework/source/layoutmanager/ |
H A D | layoutmanager.cxx | 892 ProgressBarWrapper* pWrapper = 0; in implts_createProgressBar() local 898 pWrapper = new ProgressBarWrapper(); in implts_createProgressBar() 903 pWrapper->setStatusBar( xWindow ); in implts_createProgressBar() 953 if ( pWrapper ) in implts_backupProgressBarWrapper() 991 if ( pWrapper ) in implts_setStatusBarPosSize() 992 xWindow = pWrapper->getStatusBar(); in implts_setStatusBarPosSize() 1034 if ( pWrapper ) in implts_showProgressBar() 1072 if ( pWrapper ) in implts_hideProgressBar() 1073 xWindow = pWrapper->getStatusBar(); in implts_hideProgressBar() 2538 if ( pWrapper ) in implts_getStatusBarSize() [all …]
|
/trunk/main/sfx2/source/dialog/ |
H A D | navigat.cxx | 65 , pWrapper( pChildWin ) in SfxNavigator() 73 if ( pWrapper->GetContextWindow() ) in Resize() 74 pWrapper->GetContextWindow()->SetSizePixel( GetOutputSizePixel() ); in Resize()
|
/trunk/main/cui/source/dialogs/ |
H A D | hyphen.cxx | 154 SvxSpellWrapper* pWrapper ); 164 SvxSpellWrapper* pWrapper ) : in SvxHyphenWordDialog_Impl() argument 193 pHyphWrapper = pWrapper; in SvxHyphenWordDialog_Impl() 609 SvxSpellWrapper* pWrapper ) : in SvxHyphenWordDialog() argument 614 new SvxHyphenWordDialog_Impl( this, rWord, nLang, xHyphen, pWrapper ) ); in SvxHyphenWordDialog()
|
/trunk/main/writerfilter/source/ooxml/ |
H A D | OOXMLFastContextHandler.cxx | 1980 OOXMLFastContextHandlerWrapper * pWrapper = in lcl_createFastChildContext() local 1983 pWrapper->addNamespace(NS_wordprocessingml); in lcl_createFastChildContext() 1984 pWrapper->addNamespace(NS_vml_wordprocessingDrawing); in lcl_createFastChildContext() 1985 pWrapper->addNamespace(NS_office); in lcl_createFastChildContext() 1986 pWrapper->addToken( NS_vml|OOXML_textbox ); in lcl_createFastChildContext() 1988 xContextHandler.set(pWrapper); in lcl_createFastChildContext() 2159 OOXMLFastContextHandlerWrapper * pWrapper = in lcl_createFastChildContext() local 2162 pWrapper->mMyNamespaces = mMyNamespaces; in lcl_createFastChildContext() 2163 pWrapper->setPropertySet(getPropertySet()); in lcl_createFastChildContext() 2164 xResult.set(pWrapper); in lcl_createFastChildContext()
|
/trunk/main/vcl/unx/generic/printer/ |
H A D | cupsmgr.cxx | 367 CUPSWrapper* pWrapper = new CUPSWrapper(); in tryLoadCUPS() local 368 if( pWrapper->isValid() ) in tryLoadCUPS() 369 pManager = new CUPSManager( pWrapper ); in tryLoadCUPS() 371 delete pWrapper; in tryLoadCUPS() 385 CUPSManager::CUPSManager( CUPSWrapper* pWrapper ) : in CUPSManager() argument 387 m_pCUPSWrapper( pWrapper ), in CUPSManager()
|
/trunk/main/framework/source/uifactory/ |
H A D | toolboxfactory.cxx | 92 ToolBarWrapper* pWrapper = new ToolBarWrapper( m_xServiceManager ); in createUIElement() local 93 Reference< ::com::sun::star::ui::XUIElement > xMenuBar( (OWeakObject *)pWrapper, UNO_QUERY ); in createUIElement()
|
H A D | statusbarfactory.cxx | 96 StatusBarWrapper* pWrapper = new StatusBarWrapper( m_xServiceManager ); in createUIElement() local 97 Reference< ::com::sun::star::ui::XUIElement > xMenuBar( (OWeakObject *)pWrapper, UNO_QUERY ); in createUIElement()
|
/trunk/main/svtools/source/hatchwindow/ |
H A D | ipwin.cxx | 457 VCLXHatchWindow* pWrapper in SvResizeWindow() argument 462 , m_pWrapper( pWrapper ) in SvResizeWindow() 464 OSL_ENSURE( pParent != NULL && pWrapper != NULL, "Wrong initialization of hatch window!\n" ); in SvResizeWindow()
|
H A D | ipwin.hxx | 87 SvResizeWindow( Window* pParent, VCLXHatchWindow* pWrapper );
|
/trunk/main/vcl/source/gdi/ |
H A D | outdev.cxx | 424 UnoWrapperBase* pWrapper = Application::GetUnoWrapper( sal_False ); in ~OutputDevice() local 425 if ( pWrapper ) in ~OutputDevice() 426 pWrapper->ReleaseAllGraphics( this ); in ~OutputDevice() 2739 UnoWrapperBase* pWrapper = Application::GetUnoWrapper(); in CreateUnoGraphics() local 2740 …return pWrapper ? pWrapper->CreateGraphics( this ) : ::com::sun::star::uno::Reference< ::com::sun:… in CreateUnoGraphics()
|
/trunk/main/framework/source/uielement/ |
H A D | progressbarwrapper.cxx | 346 StatusIndicatorInterfaceWrapper* pWrapper = in getRealInterface() local 352 static_cast< cppu::OWeakObject* >( pWrapper ), in getRealInterface()
|
/trunk/main/vcl/source/app/ |
H A D | svapp.cxx | 1719 UnoWrapperBase* pWrapper = Application::GetUnoWrapper( sal_True ); in GetVCLToolkit() local 1720 if ( pWrapper ) in GetVCLToolkit() 1721 xT = pWrapper->GetVCLToolkit(); in GetVCLToolkit() 1755 void Application::SetUnoWrapper( UnoWrapperBase* pWrapper ) in SetUnoWrapper() argument 1759 pSVData->mpUnoWrapper = pWrapper; in SetUnoWrapper()
|
/trunk/main/vcl/unx/gtk/a11y/ |
H A D | atklistener.cxx | 45 AtkListener::AtkListener( AtkObjectWrapper* pWrapper ) : mpWrapper( pWrapper ) in AtkListener() argument
|
H A D | atklistener.hxx | 39 AtkListener(AtkObjectWrapper * pWrapper);
|
/trunk/main/sfx2/inc/sfx2/ |
H A D | navigat.hxx | 46 SfxChildWindow* pWrapper; member in SfxNavigator
|
/trunk/main/cui/source/inc/ |
H A D | hyphen.hxx | 58 SvxSpellWrapper* pWrapper );
|
/trunk/main/sfx2/source/inc/ |
H A D | recfloat.hxx | 48 SfxChildWindow* pWrapper; member in SfxRecordingFloat_Impl
|
/trunk/main/editeng/inc/editeng/ |
H A D | edtdlg.hxx | 101 SvxSpellWrapper* pWrapper ) = 0;
|
/trunk/main/starmath/source/ |
H A D | view.cxx | 1256 SmCmdBoxWrapper *pWrapper = (SmCmdBoxWrapper *) GetViewFrame()-> in GetEditWindow() local 1259 if (pWrapper != NULL) in GetEditWindow() 1261 SmEditWindow *pEditWin = pWrapper->GetEditWindow(); in GetEditWindow()
|