Home
last modified time | relevance | path

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

12

/trunk/main/forms/source/richtext/
H A Dspecialdispatchers.cxx50 OSelectAllDispatcher::OSelectAllDispatcher( EditView& _rView, const URL& _rURL ) in OSelectAllDispatcher() argument
51 :ORichTextFeatureDispatcher( _rView, _rURL ) in OSelectAllDispatcher()
100 …OParagraphDirectionDispatcher::OParagraphDirectionDispatcher( EditView& _rView, AttributeId _nAttr… in OParagraphDirectionDispatcher() argument
102 :OAttributeDispatcher( _rView, _nAttributeId, _rURL, _pMasterDispatcher ) in OParagraphDirectionDispatcher()
123 OTextDirectionDispatcher::OTextDirectionDispatcher( EditView& _rView, const URL& _rURL ) in OTextDirectionDispatcher() argument
124 :ORichTextFeatureDispatcher( _rView, _rURL ) in OTextDirectionDispatcher()
163 …OAsianFontLayoutDispatcher::OAsianFontLayoutDispatcher( EditView& _rView, AttributeId _nAttributeI… in OAsianFontLayoutDispatcher() argument
164 :OParametrizedAttributeDispatcher( _rView, _nAttributeId, _rURL, _pMasterDispatcher ) in OAsianFontLayoutDispatcher()
H A Dclipboarddispatcher.cxx72 OClipboardDispatcher::OClipboardDispatcher( EditView& _rView, ClipboardFunc _eFunc ) in OClipboardDispatcher() argument
73 :ORichTextFeatureDispatcher( _rView, createClipboardURL( _eFunc ) ) in OClipboardDispatcher()
147 OPasteClipboardDispatcher::OPasteClipboardDispatcher( EditView& _rView ) in OPasteClipboardDispatcher() argument
148 :OClipboardDispatcher( _rView, ePaste ) in OPasteClipboardDispatcher()
154 m_pClipListener->AddRemoveListener( _rView.GetWindow(), sal_True ); in OPasteClipboardDispatcher()
157 …TransferableDataHelper aDataHelper( TransferableDataHelper::CreateFromSystemClipboard( _rView.GetW… in OPasteClipboardDispatcher()
H A Dspecialdispatchers.hxx40 OSelectAllDispatcher( EditView& _rView, const ::com::sun::star::util::URL& _rURL );
59 EditView& _rView,
76 OTextDirectionDispatcher( EditView& _rView, const ::com::sun::star::util::URL& _rURL );
93 EditView& _rView,
H A Drichtextviewport.cxx45 void RichTextViewPort::setView( EditView& _rView ) in setView() argument
47 m_pView = &_rView; in setView()
48 SetPointer( _rView.GetPointer() ); in setView()
H A Dclipboarddispatcher.hxx55 OClipboardDispatcher( EditView& _rView, ClipboardFunc _eFunc );
83 OPasteClipboardDispatcher( EditView& _rView );
H A Dfeaturedispatcher.cxx45 ORichTextFeatureDispatcher::ORichTextFeatureDispatcher( EditView& _rView, const URL& _rURL ) in ORichTextFeatureDispatcher() argument
48 ,m_pEditView( &_rView ) in ORichTextFeatureDispatcher()
H A Dparametrizedattributedispatcher.cxx53 …OParametrizedAttributeDispatcher::OParametrizedAttributeDispatcher( EditView& _rView, AttributeId … in OParametrizedAttributeDispatcher() argument
54 :OAttributeDispatcher( _rView, _nAttributeId, _rURL, _pMasterDispatcher ) in OParametrizedAttributeDispatcher()
H A Dattributedispatcher.cxx47 …OAttributeDispatcher::OAttributeDispatcher( EditView& _rView, AttributeId _nAttributeId, const URL… in OAttributeDispatcher() argument
49 :ORichTextFeatureDispatcher( _rView, _rURL ) in OAttributeDispatcher()
/trunk/main/svx/source/engine3d/
H A Ddragmt3d.cxx53 SdrDragView &_rView, in E3dDragMethod() argument
57 : SdrDragMethod(_rView), in E3dDragMethod()
318 E3dDragRotate::E3dDragRotate(SdrDragView &_rView, in E3dDragRotate() argument
322 : E3dDragMethod(_rView, rMark, eConstr, bFull) in E3dDragRotate()
510 E3dDragMove::E3dDragMove(SdrDragView &_rView, in E3dDragMove() argument
515 : E3dDragMethod(_rView, rMark, eConstr, bFull), in E3dDragMove()
/trunk/main/sw/source/ui/wrtsh/
H A Dwrtsh1.cxx1497 SwView &_rView = ((SwView&)GetView()); in GetSelectionType() local
1498 if (_rView.GetPostItMgr() && _rView.GetPostItMgr()->HasActiveSidebarWin() ) in GetSelectionType()
1503 if ( !_rView.GetEditWin().IsFrmAction() && in GetSelectionType()
1504 (IsObjSelected() || (_rView.IsDrawMode() && !IsFrmSelected()) )) in GetSelectionType()
1515 if (_rView.IsBezierEditMode()) in GetSelectionType()
1541 if (_rView.IsDrawMode()) in GetSelectionType()
1542 _rView.LeaveDrawCreate(); // Aufraeumen (Bug #45639) in GetSelectionType()
/trunk/main/reportdesign/source/ui/inc/
H A DUITools.hxx144 …SdrObject* isOver(const Rectangle& _rRect,SdrPage& _rPage,SdrView& _rView,bool _bAllObjects = fals…
146 …SdrObject* isOver(const Rectangle& _rRect,SdrPage& _rPage,SdrView& _rView,bool _bAllObjects, SdrUn…
156 SdrObject* isOver(SdrObject* _pObj,SdrPage& _rPage,SdrView& _rView,bool _bAllObjects = false);
/trunk/main/svtools/source/table/
H A Dgridtablerenderer.cxx577 void GridTableRenderer::ShowCellCursor( Window& _rView, const Rectangle& _rCursorRect) in ShowCellCursor() argument
579 _rView.ShowFocus( _rCursorRect ); in ShowCellCursor()
583 void GridTableRenderer::HideCellCursor( Window& _rView, const Rectangle& _rCursorRect) in HideCellCursor() argument
586 _rView.HideFocus(); in HideCellCursor()
/trunk/main/sw/source/ui/web/
H A Dwfrmsh.cxx70 SwWebFrameShell::SwWebFrameShell(SwView &_rView) : in TYPEINIT1()
71 SwFrameShell(_rView) in TYPEINIT1()
H A Dwlistsh.cxx52 SwWebListShell::SwWebListShell(SwView &_rView) : in TYPEINIT1()
53 SwListShell(_rView) in TYPEINIT1()
H A Dwolesh.cxx52 SwWebOleShell::SwWebOleShell(SwView &_rView) : in SwWebOleShell() argument
53 SwOleShell(_rView) in SwWebOleShell()
H A Dwgrfsh.cxx57 SwWebGrfShell::SwWebGrfShell(SwView &_rView) : in TYPEINIT1()
58 SwGrfShell(_rView) in TYPEINIT1()
H A Dwtabsh.cxx59 SwWebTableShell::SwWebTableShell(SwView &_rView) : in TYPEINIT1()
60 SwTableShell(_rView) in TYPEINIT1()
H A Dwtextsh.cxx79 SwWebTextShell::SwWebTextShell(SwView &_rView) : in TYPEINIT1()
80 SwTextShell(_rView) in TYPEINIT1()
/trunk/main/sw/source/ui/shells/
H A Dolesh.cxx69 SwOleShell::SwOleShell(SwView &_rView) : in SwOleShell() argument
70 SwFrameShell(_rView) in SwOleShell()
H A Dmediash.cxx213 SwMediaShell::SwMediaShell(SwView &_rView) : in SwMediaShell() argument
214 SwBaseShell(_rView) in SwMediaShell()
/trunk/main/svtools/inc/svtools/table/
H A Dtablerenderer.hxx215 virtual void ShowCellCursor( Window& _rView, const Rectangle& _rCursorRect) = 0;
222 virtual void HideCellCursor( Window& _rView, const Rectangle& _rCursorRect) = 0;
H A Dgridtablerenderer.hxx101 virtual void ShowCellCursor( Window& _rView, const Rectangle& _rCursorRect);
102 virtual void HideCellCursor( Window& _rView, const Rectangle& _rCursorRect);
/trunk/main/svx/source/form/
H A Dfmshell.cxx1439 …tFormControl( const Reference< XControlModel >& _rxModel, const SdrView& _rView, const OutputDevic… in GetFormControl() argument
1445 SdrPageView* pPageView = _rView.GetSdrPageView(); in GetFormControl()
1454 _out_rxControl = pUnoObject->GetUnoControl( _rView, _rDevice ); in GetFormControl()
1482 …ll::GetFormController( const Reference< XForm >& _rxForm, const SdrView& _rView, const OutputDevic… in GetFormController() argument
1484 const FmFormView* pFormView = dynamic_cast< const FmFormView* >( &_rView ); in GetFormController()
/trunk/main/reportdesign/source/ui/misc/
H A DUITools.cxx860 SdrObject* isOver(const Rectangle& _rRect, SdrPage& _rPage, SdrView& _rView, bool _bAllObjects, Sdr… in isOver() argument
869 && (_bAllObjects || !_rView.IsObjMarked(pObjIter)) in isOver()
901 SdrObject* isOver(const Rectangle& _rRect,SdrPage& _rPage,SdrView& _rView,bool _bAllObjects, SdrUno… in isOver() argument
914 if ( (_bAllObjects || !_rView.IsObjMarked(pObjIter)) in isOver()
926 SdrObject* isOver(SdrObject* _pObj,SdrPage& _rPage,SdrView& _rView,bool _bUnMarkedObjects) in isOver() argument
932 pOverlappedObj = isOver(aRect,_rPage,_rView,_bUnMarkedObjects,_pObj); in isOver()
/trunk/main/svx/inc/svx/
H A Dfmshell.hxx146 const SdrView& _rView,
153 const SdrView& _rView,

Completed in 69 milliseconds

12