Home
last modified time | relevance | path

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

1234

/dports/editors/libreoffice/libreoffice-7.2.6.2/forms/source/richtext/
H A Dspecialdispatchers.cxx38 OSelectAllDispatcher::OSelectAllDispatcher( EditView& _rView, const URL& _rURL ) in OSelectAllDispatcher() argument
39 :ORichTextFeatureDispatcher( _rView, _rURL ) in OSelectAllDispatcher()
83 …OParagraphDirectionDispatcher::OParagraphDirectionDispatcher( EditView& _rView, AttributeId _nAttr… in OParagraphDirectionDispatcher() argument
85 :OAttributeDispatcher( _rView, _nAttributeId, _rURL, _pMasterDispatcher ) in OParagraphDirectionDispatcher()
102 OTextDirectionDispatcher::OTextDirectionDispatcher( EditView& _rView, const URL& _rURL ) in OTextDirectionDispatcher() argument
103 :ORichTextFeatureDispatcher( _rView, _rURL ) in OTextDirectionDispatcher()
137 …OAsianFontLayoutDispatcher::OAsianFontLayoutDispatcher( EditView& _rView, AttributeId _nAttributeI… in OAsianFontLayoutDispatcher() argument
138 :OParametrizedAttributeDispatcher( _rView, _nAttributeId, _rURL, _pMasterDispatcher ) in OAsianFontLayoutDispatcher()
H A Dclipboarddispatcher.cxx61 OClipboardDispatcher::OClipboardDispatcher( EditView& _rView, ClipboardFunc _eFunc ) in OClipboardDispatcher() argument
62 :ORichTextFeatureDispatcher( _rView, createClipboardURL( _eFunc ) ) in OClipboardDispatcher()
132 OPasteClipboardDispatcher::OPasteClipboardDispatcher( EditView& _rView ) in OPasteClipboardDispatcher() argument
133 :OClipboardDispatcher( _rView, ePaste ) in OPasteClipboardDispatcher()
137 m_pClipListener->AddListener( _rView.GetWindow() ); in OPasteClipboardDispatcher()
140 …eDataHelper aDataHelper( TransferableDataHelper::CreateFromSystemClipboard( _rView.GetWindow() ) ); in OPasteClipboardDispatcher()
H A Dspecialdispatchers.hxx31 OSelectAllDispatcher( EditView& _rView, const css::util::URL& _rURL );
47 EditView& _rView,
61 OTextDirectionDispatcher( EditView& _rView, const css::util::URL& _rURL );
75 EditView& _rView,
H A Drichtextviewport.cxx32 void RichTextViewPort::setView( EditView& _rView ) in setView() argument
34 m_pView = &_rView; in setView()
35 SetPointer( _rView.GetPointer() ); in setView()
H A Dclipboarddispatcher.hxx47 OClipboardDispatcher( EditView& _rView, ClipboardFunc _eFunc );
72 explicit OPasteClipboardDispatcher( EditView& _rView );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/forms/source/richtext/
H A Dspecialdispatchers.cxx38 OSelectAllDispatcher::OSelectAllDispatcher( EditView& _rView, const URL& _rURL ) in OSelectAllDispatcher() argument
39 :ORichTextFeatureDispatcher( _rView, _rURL ) in OSelectAllDispatcher()
83 …OParagraphDirectionDispatcher::OParagraphDirectionDispatcher( EditView& _rView, AttributeId _nAttr… in OParagraphDirectionDispatcher() argument
85 :OAttributeDispatcher( _rView, _nAttributeId, _rURL, _pMasterDispatcher ) in OParagraphDirectionDispatcher()
102 OTextDirectionDispatcher::OTextDirectionDispatcher( EditView& _rView, const URL& _rURL ) in OTextDirectionDispatcher() argument
103 :ORichTextFeatureDispatcher( _rView, _rURL ) in OTextDirectionDispatcher()
137 …OAsianFontLayoutDispatcher::OAsianFontLayoutDispatcher( EditView& _rView, AttributeId _nAttributeI… in OAsianFontLayoutDispatcher() argument
138 :OParametrizedAttributeDispatcher( _rView, _nAttributeId, _rURL, _pMasterDispatcher ) in OAsianFontLayoutDispatcher()
H A Dclipboarddispatcher.cxx61 OClipboardDispatcher::OClipboardDispatcher( EditView& _rView, ClipboardFunc _eFunc ) in OClipboardDispatcher() argument
62 :ORichTextFeatureDispatcher( _rView, createClipboardURL( _eFunc ) ) in OClipboardDispatcher()
132 OPasteClipboardDispatcher::OPasteClipboardDispatcher( EditView& _rView ) in OPasteClipboardDispatcher() argument
133 :OClipboardDispatcher( _rView, ePaste ) in OPasteClipboardDispatcher()
137 m_pClipListener->AddListener( _rView.GetWindow() ); in OPasteClipboardDispatcher()
140 …eDataHelper aDataHelper( TransferableDataHelper::CreateFromSystemClipboard( _rView.GetWindow() ) ); in OPasteClipboardDispatcher()
H A Dspecialdispatchers.hxx32 OSelectAllDispatcher( EditView& _rView, const css::util::URL& _rURL );
48 EditView& _rView,
62 OTextDirectionDispatcher( EditView& _rView, const css::util::URL& _rURL );
76 EditView& _rView,
H A Drichtextviewport.cxx32 void RichTextViewPort::setView( EditView& _rView ) in setView() argument
34 m_pView = &_rView; in setView()
35 SetPointer( _rView.GetPointer() ); in setView()
H A Dclipboarddispatcher.hxx48 OClipboardDispatcher( EditView& _rView, ClipboardFunc _eFunc );
73 explicit OPasteClipboardDispatcher( EditView& _rView );
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/web/
H A Dwlistsh.cxx39 SwWebListShell::SwWebListShell(SwView &_rView) : in SwWebListShell() argument
40 SwListShell(_rView) in SwWebListShell()
H A Dwfrmsh.cxx41 SwWebFrameShell::SwWebFrameShell(SwView &_rView) : in SwWebFrameShell() argument
42 SwFrameShell(_rView) in SwWebFrameShell()
H A Dwgrfsh.cxx43 SwWebGrfShell::SwWebGrfShell(SwView &_rView) : in SwWebGrfShell() argument
44 SwGrfShell(_rView) in SwWebGrfShell()
H A Dwolesh.cxx38 SwWebOleShell::SwWebOleShell(SwView &_rView) : in SwWebOleShell() argument
39 SwOleShell(_rView) in SwWebOleShell()
H A Dwtabsh.cxx41 SwWebTableShell::SwWebTableShell(SwView &_rView) : in SwWebTableShell() argument
42 SwTableShell(_rView) in SwWebTableShell()
H A Dwtextsh.cxx47 SwWebTextShell::SwWebTextShell(SwView &_rView) : in SwWebTextShell() argument
48 SwTextShell(_rView) in SwWebTextShell()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/web/
H A Dwlistsh.cxx47 SwWebListShell::SwWebListShell(SwView &_rView) : in SwWebListShell() argument
48 SwListShell(_rView) in SwWebListShell()
H A Dwfrmsh.cxx48 SwWebFrameShell::SwWebFrameShell(SwView &_rView) : in SwWebFrameShell() argument
49 SwFrameShell(_rView) in SwWebFrameShell()
H A Dwgrfsh.cxx52 SwWebGrfShell::SwWebGrfShell(SwView &_rView) : in SwWebGrfShell() argument
53 SwGrfShell(_rView) in SwWebGrfShell()
H A Dwolesh.cxx43 SwWebOleShell::SwWebOleShell(SwView &_rView) : in SwWebOleShell() argument
44 SwOleShell(_rView) in SwWebOleShell()
H A Dwtabsh.cxx49 SwWebTableShell::SwWebTableShell(SwView &_rView) : in SwWebTableShell() argument
50 SwTableShell(_rView) in SwWebTableShell()
H A Dwtextsh.cxx56 SwWebTextShell::SwWebTextShell(SwView &_rView) : in SwWebTextShell() argument
57 SwTextShell(_rView) in SwWebTextShell()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/shells/
H A Dolesh.cxx46 SwOleShell::SwOleShell(SwView &_rView) : in SwOleShell() argument
47 SwFrameShell(_rView) in SwOleShell()
/dports/editors/libreoffice/libreoffice-7.2.6.2/reportdesign/source/ui/inc/
H A DUITools.hxx140 …SdrObject* isOver(const tools::Rectangle& _rRect,SdrPage const & _rPage,SdrView const & _rView,boo…
142 …SdrObject* isOver(const tools::Rectangle& _rRect,SdrPage const & _rPage,SdrView const & _rView,boo…
151 SdrObject* isOver(SdrObject const * _pObj,SdrPage const & _rPage,SdrView const & _rView);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/reportdesign/source/ui/inc/
H A DUITools.hxx141 …SdrObject* isOver(const tools::Rectangle& _rRect,SdrPage const & _rPage,SdrView const & _rView,boo…
143 …SdrObject* isOver(const tools::Rectangle& _rRect,SdrPage const & _rPage,SdrView const & _rView,boo…
152 SdrObject* isOver(SdrObject const * _pObj,SdrPage const & _rPage,SdrView const & _rView);

1234