Home
last modified time | relevance | path

Searched refs:rWindow (Results 1 – 25 of 49) sorted by relevance

12

/trunk/main/sfx2/source/sidebar/
H A DFocusManager.cxx180 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 DFocusManager.hxx112 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 Doverlaymanagerbuffered.cxx200 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 Dorienthelper.cxx53 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 DBasicViewFactory.cxx347 ::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 DBasicViewFactory.hxx126 ::Window& rWindow,
134 ::Window& rWindow,
/trunk/main/sc/source/ui/miscdlgs/
H A Dconflictsdlg.cxx769 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 Dmodelwinservice.cxx78 …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 Dsdrpagewindow.cxx61 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 Dres_TextSeparator.cxx75 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 Dmodelwinservice.hxx66 …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 Ddx_spritedevicehelper.cxx63 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 Ddx_9rm.cxx190 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 Ddx_5rm.cxx553 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 Dcelleditsource.cxx132 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 Ditemconnect.cxx91 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 Dworkwin.cxx1040 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 Dunotools.cxx81 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 Dworkwin.hxx277 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 Dunoshtxt.cxx137 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 DView.hxx114 CreateClipboardDataObject (::sd::View*, ::Window& rWindow);
117 CreateDragDataObject (::sd::View*, ::Window& rWindow,
121 CreateSelectionDataObject (::sd::View*, ::Window& rWindow);
/trunk/main/svtools/source/brwbox/
H A Deditbrowsebox.cxx944 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 DIdleDetection.cxx115 sal_Int32 IdleDetection::CheckWindowPainting (const ::Window& rWindow) in CheckWindowPainting() argument
117 if (rWindow.IsInPaint()) in CheckWindowPainting()
/trunk/main/canvas/source/cairo/
H A Dcairo_win32_cairo.cxx242 const Window &rWindow = (const Window &) rRefDevice; in createSurface() local
243 const SystemEnvData* pSysData = GetSysData(&rWindow); in createSurface()
H A Dcairo_quartz_cairo.cxx297 const Window &rWindow = (const Window &) rRefDevice; in createSurface() local
298 const SystemEnvData* pSysData = GetSysData(&rWindow); in createSurface()

Completed in 119 milliseconds

12