/trunk/main/sfx2/source/sidebar/ |
H A D | FocusManager.cxx | 180 void FocusManager::RegisterWindow (Window& rWindow) in RegisterWindow() argument 188 void FocusManager::UnregisterWindow (Window& rWindow) in UnregisterWindow() argument 201 if (mpDeckTitleBar == &rWindow) in GetFocusLocation() 203 else if (&mpDeckTitleBar->GetToolBox() == &rWindow) in GetFocusLocation() 210 if (maPanels[nIndex] == &rWindow) in GetFocusLocation() 213 if (pTitleBar == &rWindow) in GetFocusLocation() 221 if (maButtons[nIndex] == &rWindow) in GetFocusLocation() 383 void FocusManager::RemoveWindow (Window& rWindow) in RemoveWindow() argument 388 UnregisterWindow(rWindow); in RemoveWindow() 401 UnregisterWindow(rWindow); in RemoveWindow() [all …]
|
H A D | FocusManager.hxx | 112 void RegisterWindow (Window& rWindow); 113 void UnregisterWindow (Window& rWindow); 117 void RemoveWindow (Window& rWindow); 151 const Window& rWindow); 153 FocusLocation GetFocusLocation (const Window& rWindow) const;
|
/trunk/main/svx/source/sdr/overlay/ |
H A D | overlaymanagerbuffered.cxx | 200 Window& rWindow = (Window&)rSource; in ImpSaveBackground() local 201 Region aPaintRegionPixel = rWindow.LogicToPixel(rWindow.GetPaintRegion()); in ImpSaveBackground() 206 rWindow.Flush(); in ImpSaveBackground() 324 Window& rWindow = static_cast< Window& >(rmOutputDevice); variable 325 Cursor* pCursor = rWindow.GetCursor(); 441 Window& rWindow = static_cast< Window& >(rmOutputDevice); variable 443 if(rWindow.IsChildTransparentModeEnabled() && rWindow.GetChildCount()) 449 for(sal_uInt16 a(0); a < rWindow.GetChildCount(); a++) 451 Window* pCandidate = rWindow.GetChild(a); 470 Window& rWindow = static_cast< Window& >(rmOutputDevice); variable [all …]
|
/trunk/main/svx/source/dialog/ |
H A D | orienthelper.cxx | 53 void AddDependentWindow( Window& rWindow, TriState eDisableIfStacked ); 56 void EnableWindow( Window& rWindow, TriState eDisableIfStacked ); 76 void OrientationHelper_Impl::AddDependentWindow( Window& rWindow, TriState eDisableIfStacked ) in AddDependentWindow() argument 78 maWinVec.push_back( std::make_pair( &rWindow, eDisableIfStacked ) ); in AddDependentWindow() 79 EnableWindow( rWindow, eDisableIfStacked ); in AddDependentWindow() 88 void OrientationHelper_Impl::EnableWindow( Window& rWindow, TriState eDisableIfStacked ) in EnableWindow() argument 99 rWindow.Enable( mbEnabled && !bDisableOnStacked ); in EnableWindow() 135 void OrientationHelper::AddDependentWindow( Window& rWindow, TriState eDisableIfStacked ) in AddDependentWindow() argument 137 mpImpl->AddDependentWindow( rWindow, eDisableIfStacked ); in AddDependentWindow()
|
/trunk/main/sd/source/ui/framework/factories/ |
H A D | BasicViewFactory.cxx | 347 ::Window& rWindow, in CreateView() argument 357 rWindow, in CreateView() 383 ::Window& rWindow, in CreateViewShell() argument 395 &rWindow, in CreateViewShell() 405 &rWindow, in CreateViewShell() 414 &rWindow, in CreateViewShell() 423 &rWindow, in CreateViewShell() 433 &rWindow, in CreateViewShell() 443 &rWindow, in CreateViewShell() 451 &rWindow, in CreateViewShell()
|
H A D | BasicViewFactory.hxx | 126 ::Window& rWindow, 134 ::Window& rWindow,
|
/trunk/main/sc/source/ui/miscdlgs/ |
H A D | conflictsdlg.cxx | 769 void lcl_MoveControlX( Window& rWindow, long nDelta ) in lcl_MoveControlX() argument 771 Point aPos( rWindow.GetPosPixel() ); in lcl_MoveControlX() 773 rWindow.SetPosPixel( aPos ); in lcl_MoveControlX() 776 void lcl_MoveControlY( Window& rWindow, long nDelta ) in lcl_MoveControlY() argument 778 Point aPos( rWindow.GetPosPixel() ); in lcl_MoveControlY() 780 rWindow.SetPosPixel( aPos ); in lcl_MoveControlY() 783 void lcl_ChangeControlWidth( Window& rWindow, long nDelta ) in lcl_ChangeControlWidth() argument 785 Size aSize( rWindow.GetSizePixel() ); in lcl_ChangeControlWidth() 787 rWindow.SetSizePixel( aSize ); in lcl_ChangeControlWidth() 792 Size aSize( rWindow.GetSizePixel() ); in lcl_ChangeControlHeight() [all …]
|
/trunk/main/framework/source/services/ |
H A D | modelwinservice.cxx | 78 …void registerModelForXWindow( const uno::Reference< awt::XWindow >& rWindow, const uno::Reference<… 80 void deregisterModelForXWindow( const uno::Reference< awt::XWindow >& rWindow ); 117 void Impl_ModelWinService::registerModelForXWindow( const uno::Reference< awt::XWindow >& rWindow, … in registerModelForXWindow() argument 121 …::rtl::OUString sName = rtl::OUString::valueOf( reinterpret_cast< sal_Int64 >((void*)rWindow.get()… in registerModelForXWindow() 229 void ModelWinService::registerModelForXWindow( const uno::Reference< awt::XWindow >& rWindow, const… in registerModelForXWindow() argument 231 …Impl_ModelWinService::getSingleInstance(m_xServiceManager)->registerModelForXWindow( rWindow, rMod… in registerModelForXWindow() 234 void ModelWinService::deregisterModelForXWindow( const uno::Reference< awt::XWindow >& rWindow ) in deregisterModelForXWindow() argument 236 … Impl_ModelWinService::getSingleInstance(m_xServiceManager)->deregisterModelForXWindow( rWindow ); in deregisterModelForXWindow()
|
/trunk/main/svx/source/svdraw/ |
H A D | sdrpagewindow.cxx | 61 Window& rWindow = dynamic_cast< Window& >( rPaintWindow.GetOutputDevice() ); in GetControlContainer() local 62 …t< SdrPageWindow* >( this )->mxControlContainer = VCLUnoHelper::CreateControlContainer( &rWindow ); in GetControlContainer() 407 Window& rWindow(static_cast< Window& >(GetPaintWindow().GetOutputDevice())); in InvalidatePageWindow() local 409 aDiscreteRange.transform(rWindow.GetViewTransformation()); in InvalidatePageWindow() 421 const bool bWasMapModeEnabled(rWindow.IsMapModeEnabled()); in InvalidatePageWindow() 423 rWindow.EnableMapMode(false); in InvalidatePageWindow() 424 rWindow.Invalidate(aVCLDiscreteRectangle, INVALIDATE_NOERASE); in InvalidatePageWindow() 425 rWindow.EnableMapMode(bWasMapModeEnabled); in InvalidatePageWindow()
|
/trunk/main/chart2/source/controller/dialogs/ |
H A D | res_TextSeparator.cxx | 75 void TextSeparatorResources::PositionBelowControl( const Window& rWindow ) in PositionBelowControl() argument 77 Point aPoint( rWindow.GetPosPixel() ); in PositionBelowControl() 78 Size aSize( rWindow.GetSizePixel() ); in PositionBelowControl() 80 Size aBigDistanceSize( rWindow.LogicToPixel( Size(0,RSC_SP_CTRL_Y), MapMode(MAP_APPFONT) ) ); in PositionBelowControl() 83 …Size aDistanceSize( rWindow.LogicToPixel( Size(RSC_SP_CTRL_DESC_X, (RSC_CD_DROPDOWN_HEIGHT-RSC_CD_… in PositionBelowControl()
|
/trunk/main/framework/inc/services/ |
H A D | modelwinservice.hxx | 66 …registerModelForXWindow( const css::uno::Reference< css::awt::XWindow >& rWindow, const css::uno::… 67 …tual void deregisterModelForXWindow( const css::uno::Reference< css::awt::XWindow >& rWindow ) = 0; 91 …registerModelForXWindow( const css::uno::Reference< css::awt::XWindow >& rWindow, const css::uno::… 92 … virtual void deregisterModelForXWindow( const css::uno::Reference< css::awt::XWindow >& rWindow );
|
/trunk/main/canvas/source/directx/ |
H A D | dx_spritedevicehelper.cxx | 63 void SpriteDeviceHelper::init( Window& rWindow, in init() argument 74 VCLUnoHelper::GetInterface(&rWindow), in init() 77 const SystemEnvData *pData = rWindow.GetSystemData(); in init() 90 mpRenderModule = createRenderModule( rWindow ); in init()
|
H A D | dx_9rm.cxx | 190 explicit DXRenderModule( const ::Window& rWindow ); 220 bool create( const ::Window& rWindow ); 572 DXRenderModule::DXRenderModule( const ::Window& rWindow ) : in DXRenderModule() argument 595 if(!(create(rWindow))) in DXRenderModule() 674 bool DXRenderModule::create( const ::Window& rWindow ) in create() argument 683 const_cast<Window *>(&rWindow), 0) ); in create() 709 const ::Size &rSizePixel(rWindow.GetSizePixel()); in create()
|
H A D | dx_5rm.cxx | 553 explicit DXRenderModule( const ::Window& rWindow ); 634 bool create( const ::Window& rWindow ); 1028 DXRenderModule::DXRenderModule( const ::Window& rWindow ) : in DXRenderModule() argument 1055 if(!(create(rWindow))) in DXRenderModule() 1095 bool DXRenderModule::create( const ::Window& rWindow ) in create() argument 1104 const_cast<Window *>(&rWindow), 0) ); in create() 1130 const ::Size &rSizePixel(rWindow.GetSizePixel()); in create()
|
/trunk/main/svx/source/table/ |
H A D | celleditsource.cxx | 132 CellEditSourceImpl( const CellRef& xCell, SdrView& rView, const Window& rWindow ); 187 CellEditSourceImpl::CellEditSourceImpl( const CellRef& xCell, SdrView& rView, const Window& rWindow… in CellEditSourceImpl() argument 190 mpWindow ( &rWindow ), in CellEditSourceImpl() 920 CellEditSource::CellEditSource( const CellRef& xCell, SdrView& rView, const Window& rWindow ) in CellEditSource() argument 922 mpImpl = new CellEditSourceImpl( xCell, rView, rWindow ); in CellEditSource()
|
/trunk/main/sfx2/source/dialog/ |
H A D | itemconnect.cxx | 91 DummyWindowWrapper::DummyWindowWrapper( Window& rWindow ) : in DummyWindowWrapper() argument 92 SingleControlWrapperType( rWindow ) in DummyWindowWrapper() 301 DummyItemConnection::DummyItemConnection( sal_uInt16 nSlot, Window& rWindow, ItemConnFlags nFlags )… in DummyItemConnection() argument 303 DummyWindowWrapper( rWindow ), in DummyItemConnection()
|
/trunk/main/sfx2/source/appl/ |
H A D | workwin.cxx | 1040 SfxChild_Impl* SfxWorkWindow::RegisterChild_Impl( Window& rWindow, in RegisterChild_Impl() argument 1046 DBG_ASSERT( !FindChild_Impl(rWindow), "child registered more than once" ); in RegisterChild_Impl() 1049 if ( rWindow.GetParent() != pWorkWin ) in RegisterChild_Impl() 1050 rWindow.SetParent( pWorkWin ); in RegisterChild_Impl() 1052 SfxChild_Impl *pChild = new SfxChild_Impl(rWindow, rWindow.GetSizePixel(), in RegisterChild_Impl() 1053 eAlign, rWindow.IsVisible()); in RegisterChild_Impl() 1064 void SfxWorkWindow::AlignChild_Impl( Window& rWindow, in AlignChild_Impl() argument 1072 SfxChild_Impl *pChild = FindChild_Impl(rWindow); in AlignChild_Impl() 1089 void SfxWorkWindow::ReleaseChild_Impl( Window& rWindow ) in ReleaseChild_Impl() argument 1100 if ( pChild->pWin == &rWindow ) in ReleaseChild_Impl() [all …]
|
/trunk/main/sw/source/ui/utlui/ |
H A D | unotools.cxx | 81 rWindow(rWin), in SwOneExampleFrame() 144 uno::Reference< awt::XWindowPeer > xParent( rWindow.GetComponentInterface() ); in CreateControl() 153 Size aWinSize(rWindow.GetOutputSizePixel()); in CreateControl() 327 rWindow.Enable(sal_False, sal_True); in IMPL_LINK() 339 rWindow.Show(); in IMPL_LINK()
|
/trunk/main/sfx2/source/inc/ |
H A D | workwin.hxx | 277 void AlignChild_Impl( Window& rWindow, const Size& rNewSize, 279 SfxChild_Impl* FindChild_Impl( const Window& rWindow ) const; 309 void ReleaseChild_Impl( Window& rWindow ); 310 …SfxChild_Impl* RegisterChild_Impl( Window& rWindow, SfxChildAlignment eAlign, sal_Bool bC…
|
/trunk/main/svx/source/unodraw/ |
H A D | unoshtxt.cxx | 137 SvxTextEditSourceImpl( SdrObject& rObject, SdrText* pText, SdrView& rView, const Window& rWindow ); 214 …:SvxTextEditSourceImpl( SdrObject& rObject, SdrText* pText, SdrView& rView, const Window& rWindow ) in SvxTextEditSourceImpl() argument 219 mpWindow ( &rWindow ), in SvxTextEditSourceImpl() 1062 …Source::SvxTextEditSource( SdrObject& rObj, SdrText* pText, SdrView& rView, const Window& rWindow ) in SvxTextEditSource() argument 1064 mpImpl = new SvxTextEditSourceImpl( rObj, pText, rView, rWindow ); in SvxTextEditSource()
|
/trunk/main/sd/source/ui/inc/ |
H A D | View.hxx | 114 CreateClipboardDataObject (::sd::View*, ::Window& rWindow); 117 CreateDragDataObject (::sd::View*, ::Window& rWindow, 121 CreateSelectionDataObject (::sd::View*, ::Window& rWindow);
|
/trunk/main/svtools/source/brwbox/ |
H A D | editbrowsebox.cxx | 944 Window& rWindow = GetDataWindow(); in IsCursorMoveAllowed() local 955 rWindow.Paint(aRect); in IsCursorMoveAllowed() 960 rWindow.EnablePaint(sal_False); in IsCursorMoveAllowed() 966 rWindow.EnablePaint(sal_True); in IsCursorMoveAllowed() 971 rWindow.EnablePaint(sal_True); in IsCursorMoveAllowed()
|
/trunk/main/sd/source/ui/tools/ |
H A D | IdleDetection.cxx | 115 sal_Int32 IdleDetection::CheckWindowPainting (const ::Window& rWindow) in CheckWindowPainting() argument 117 if (rWindow.IsInPaint()) in CheckWindowPainting()
|
/trunk/main/canvas/source/cairo/ |
H A D | cairo_win32_cairo.cxx | 242 const Window &rWindow = (const Window &) rRefDevice; in createSurface() local 243 const SystemEnvData* pSysData = GetSysData(&rWindow); in createSurface()
|
H A D | cairo_quartz_cairo.cxx | 297 const Window &rWindow = (const Window &) rRefDevice; in createSurface() local 298 const SystemEnvData* pSysData = GetSysData(&rWindow); in createSurface()
|