Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/svtools/inc/table/
H A Dtablerenderer.hxx94 vcl::RenderContext& _rDevice, const tools::Rectangle& _rArea,
110 vcl::RenderContext& _rDevice, const tools::Rectangle& _rArea,
145 vcl::RenderContext& _rDevice, const tools::Rectangle& _rRowArea,
161 vcl::RenderContext& _rDevice, tools::Rectangle const & _rArea,
192 vcl::RenderContext& _rDevice, const tools::Rectangle& _rArea,
H A Dgridtablerenderer.hxx69 vcl::RenderContext& _rDevice, const tools::Rectangle& _rArea,
73 vcl::RenderContext& _rDevice, const tools::Rectangle& _rArea,
76 vcl::RenderContext& _rDevice, const tools::Rectangle& _rRowArea,
79 vcl::RenderContext& _rDevice, const tools::Rectangle& _rArea,
83 vcl::RenderContext& _rDevice, const tools::Rectangle& _rArea,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svtools/table/
H A Dtablerenderer.hxx95 vcl::RenderContext& _rDevice, const tools::Rectangle& _rArea,
111 vcl::RenderContext& _rDevice, const tools::Rectangle& _rArea,
146 vcl::RenderContext& _rDevice, const tools::Rectangle& _rRowArea,
162 vcl::RenderContext& _rDevice, tools::Rectangle const & _rArea,
193 vcl::RenderContext& _rDevice, const tools::Rectangle& _rArea,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svtools/inc/table/
H A Dgridtablerenderer.hxx70 vcl::RenderContext& _rDevice, const tools::Rectangle& _rArea,
74 vcl::RenderContext& _rDevice, const tools::Rectangle& _rArea,
77 vcl::RenderContext& _rDevice, const tools::Rectangle& _rRowArea,
80 vcl::RenderContext& _rDevice, const tools::Rectangle& _rArea,
84 vcl::RenderContext& _rDevice, const tools::Rectangle& _rArea,
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/sdr/contact/
H A Dviewobjectcontactofunocontrol.cxx352 getControlContainer( const OutputDevice& _rDevice ) const = 0;
374 getControlContainer( const OutputDevice& _rDevice ) const override;
389 DBG_ASSERT( xControlContainer.is() || nullptr == m_rPageView.FindPageWindow( _rDevice ), in getControlContainer()
419 getControlContainer( const OutputDevice& _rDevice ) const override;
435 const vcl::Window* pWindow = _rDevice.GetOwnerWindow(); in getControlContainer()
471 getControlContainer( const OutputDevice& _rDevice ) const override;
613 const OutputDevice& _rDevice,
776 const OutputDevice& _rDevice,
1028 if ( m_pOutputDeviceForWindow.get() == &_rDevice ) in impl_ensureControl_nothrow()
1051 m_pOutputDeviceForWindow = const_cast< OutputDevice * >( &_rDevice ); in impl_ensureControl_nothrow()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/sdr/contact/
H A Dviewobjectcontactofunocontrol.cxx349 getControlContainer( const OutputDevice& _rDevice ) const = 0;
371 getControlContainer( const OutputDevice& _rDevice ) const override;
385 DBG_ASSERT( xControlContainer.is() || nullptr == m_rPageView.FindPageWindow( _rDevice ), in getControlContainer()
413 getControlContainer( const OutputDevice& _rDevice ) const override;
428 const vcl::Window* pWindow = dynamic_cast< const vcl::Window* >( &_rDevice ); in getControlContainer()
463 getControlContainer( const OutputDevice& _rDevice ) const override;
604 const OutputDevice& _rDevice,
767 const OutputDevice& _rDevice,
1015 if ( m_pOutputDeviceForWindow.get() == &_rDevice ) in impl_ensureControl_nothrow()
1038 m_pOutputDeviceForWindow = const_cast< OutputDevice * >( &_rDevice ); in impl_ensureControl_nothrow()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svx/
H A Dfmshell.hxx133 const OutputDevice& _rDevice,
140 const OutputDevice& _rDevice
H A Dfmview.hxx118 …ller( const css::uno::Reference< css::form::XForm >& _rxForm, const OutputDevice& _rDevice ) const;
H A Dsvdpagv.hxx148 GetControlContainer( const OutputDevice& _rDevice ) const;
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svx/
H A Dfmshell.hxx133 const OutputDevice& _rDevice,
140 const OutputDevice& _rDevice
H A Dfmview.hxx118 …ller( const css::uno::Reference< css::form::XForm >& _rxForm, const OutputDevice& _rDevice ) const;
H A Dsvdpagv.hxx146 GetControlContainer( const OutputDevice& _rDevice ) const;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/form/
H A Dfmview.cxx583 …ormView::GetFormController( const Reference< XForm >& _rxForm, const OutputDevice& _rDevice ) const in GetFormController()
585 return pImpl->getFormController( _rxForm, _rDevice ); in GetFormController()
H A Dfmshell.cxx1359 …< XControlModel >& _rxModel, const SdrView& _rView, const OutputDevice& _rDevice, Reference< XCont… in GetFormControl() argument
1374 _out_rxControl = pUnoObject->GetUnoControl( _rView, _rDevice ); in GetFormControl()
1404 …ontroller( const Reference< XForm >& _rxForm, const SdrView& _rView, const OutputDevice& _rDevice ) in GetFormController() argument
1410 return pFormView->GetFormController( _rxForm, _rDevice ); in GetFormController()
H A Dfmvwimp.cxx888 …ormView::getFormController( const Reference< XForm >& _rxForm, const OutputDevice& _rDevice ) const in getFormController()
900 if ( pAdapter->getWindow() != &_rDevice ) in getFormController()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/form/
H A Dfmshell.cxx1340 …< XControlModel >& _rxModel, const SdrView& _rView, const OutputDevice& _rDevice, Reference< XCont… in GetFormControl() argument
1355 _out_rxControl = pUnoObject->GetUnoControl( _rView, _rDevice ); in GetFormControl()
1385 …ontroller( const Reference< XForm >& _rxForm, const SdrView& _rView, const OutputDevice& _rDevice ) in GetFormController() argument
1391 return pFormView->GetFormController( _rxForm, _rDevice ); in GetFormController()
H A Dfmview.cxx596 …ormView::GetFormController( const Reference< XForm >& _rxForm, const OutputDevice& _rDevice ) const in GetFormController()
598 return pImpl->getFormController( _rxForm, _rDevice ); in GetFormController()
H A Dfmvwimp.cxx875 …ormView::getFormController( const Reference< XForm >& _rxForm, const OutputDevice& _rDevice ) const in getFormController()
887 if ( pAdapter->getWindow() != _rDevice.GetOwnerWindow() ) in getFormController()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/inc/
H A Dfmvwimp.hxx210 …ller( const css::uno::Reference< css::form::XForm >& _rxForm, const OutputDevice& _rDevice ) const;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/inc/
H A Dfmvwimp.hxx211 …ller( const css::uno::Reference< css::form::XForm >& _rxForm, const OutputDevice& _rDevice ) const;
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/svdraw/
H A Dsvdpagv.cxx142 …ss::awt::XControlContainer > SdrPageView::GetControlContainer( const OutputDevice& _rDevice ) const in GetControlContainer()
145 const SdrPageWindow* pCandidate = FindPatchedPageWindow( _rDevice ); in GetControlContainer()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/svdraw/
H A Dsvdpagv.cxx157 …ss::awt::XControlContainer > SdrPageView::GetControlContainer( const OutputDevice& _rDevice ) const in GetControlContainer()
160 const SdrPageWindow* pCandidate = FindPatchedPageWindow( _rDevice ); in GetControlContainer()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/dialogs/
H A Dhangulhanjadlg.cxx104 void Paint( vcl::RenderContext& _rDevice, const ::tools::Rectangle& _rRect,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/dialogs/
H A Dhangulhanjadlg.cxx104 void Paint( vcl::RenderContext& _rDevice, const ::tools::Rectangle& _rRect,
/dports/editors/libreoffice/libreoffice-7.2.6.2/
H A DChangeLog19410 … > //m_pImpl->bUseGridLines ? _rDevice.SetLineColor( lineColor ) : _rDevice.SetLineColor();