Home
last modified time | relevance | path

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

12

/trunk/main/forms/source/richtext/
H A Dattributedispatcher.cxx47 …OAttributeDispatcher::OAttributeDispatcher( EditView& _rView, AttributeId _nAttributeId, const URL… in OAttributeDispatcher() argument
49 :ORichTextFeatureDispatcher( _rView, _rURL ) in OAttributeDispatcher()
H A Dattributedispatcher.hxx59 EditView& _rView,
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 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 Dfeaturedispatcher.hxx67 ORichTextFeatureDispatcher( EditView& _rView, const ::com::sun::star::util::URL& _rURL );
H A Dparametrizedattributedispatcher.cxx53 …OParametrizedAttributeDispatcher::OParametrizedAttributeDispatcher( EditView& _rView, AttributeId … in OParametrizedAttributeDispatcher() argument
54 :OAttributeDispatcher( _rView, _nAttributeId, _rURL, _pMasterDispatcher ) in OParametrizedAttributeDispatcher()
H A Dparametrizedattributedispatcher.hxx42 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 Drichtextviewport.hxx47 void setView( EditView& _rView );
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 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,
/trunk/main/reportdesign/source/ui/inc/
H A DDesignView.hxx169 void UpdatePropertyBrowserDelayed(OSectionView& _rView);
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/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/reportdesign/source/ui/report/
H A DDesignView.cxx417 void ODesignView::UpdatePropertyBrowserDelayed(OSectionView& _rView) in UpdatePropertyBrowserDelayed() argument
419 if ( m_pCurrentView != &_rView ) in UpdatePropertyBrowserDelayed()
423 m_pCurrentView = &_rView; in UpdatePropertyBrowserDelayed()
/trunk/main/svtools/inc/svtools/table/
H A Dgridtablerenderer.hxx101 virtual void ShowCellCursor( Window& _rView, const Rectangle& _rCursorRect);
102 virtual void HideCellCursor( Window& _rView, const Rectangle& _rCursorRect);
H A Dtablerenderer.hxx215 virtual void ShowCellCursor( Window& _rView, const Rectangle& _rCursorRect) = 0;
222 virtual void HideCellCursor( Window& _rView, const Rectangle& _rCursorRect) = 0;
/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/svx/inc/svx/
H A Dfmshell.hxx146 const SdrView& _rView,
153 const SdrView& _rView,
H A Dsvdouno.hxx104 …:Reference< com::sun::star::awt::XControl > GetUnoControl(const SdrView& _rView, const OutputDevic…
/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/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()
H A Dfmvwimp.cxx868 …void lcl_ensureControlsOfFormExist_nothrow( const SdrPage& _rPage, const SdrView& _rView, const Wi… in lcl_ensureControlsOfFormExist_nothrow() argument
887 pFormObject->GetUnoControl( _rView, _rWindow ); in lcl_ensureControlsOfFormExist_nothrow()
1106 …void lcl_insertIntoFormComponentHierarchy_throw( const FmFormView& _rView, const SdrUnoObj& _rSdrO… in lcl_insertIntoFormComponentHierarchy_throw() argument
1110 FmFormPage& rPage = static_cast< FmFormPage& >( *_rView.GetSdrPageView()->GetPage() ); in lcl_insertIntoFormComponentHierarchy_throw()
/trunk/main/svx/source/svdraw/
H A Dsvdouno.cxx566 uno::Reference< awt::XControl > SdrUnoObj::GetUnoControl(const SdrView& _rView, const OutputDevice&… in GetUnoControl() argument
570 SdrPageView* pPageView = _rView.GetSdrPageView(); in GetUnoControl()

Completed in 190 milliseconds

12