/aoo41x/main/forms/source/richtext/ |
H A D | specialdispatchers.cxx | 50 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 D | clipboarddispatcher.cxx | 72 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 D | specialdispatchers.hxx | 40 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 D | richtextviewport.cxx | 45 void RichTextViewPort::setView( EditView& _rView ) in setView() argument 47 m_pView = &_rView; in setView() 48 SetPointer( _rView.GetPointer() ); in setView()
|
H A D | clipboarddispatcher.hxx | 55 OClipboardDispatcher( EditView& _rView, ClipboardFunc _eFunc ); 83 OPasteClipboardDispatcher( EditView& _rView );
|
H A D | featuredispatcher.cxx | 45 ORichTextFeatureDispatcher::ORichTextFeatureDispatcher( EditView& _rView, const URL& _rURL ) in ORichTextFeatureDispatcher() argument 48 ,m_pEditView( &_rView ) in ORichTextFeatureDispatcher()
|
H A D | parametrizedattributedispatcher.cxx | 53 …OParametrizedAttributeDispatcher::OParametrizedAttributeDispatcher( EditView& _rView, AttributeId … in OParametrizedAttributeDispatcher() argument 54 :OAttributeDispatcher( _rView, _nAttributeId, _rURL, _pMasterDispatcher ) in OParametrizedAttributeDispatcher()
|
H A D | attributedispatcher.cxx | 47 …OAttributeDispatcher::OAttributeDispatcher( EditView& _rView, AttributeId _nAttributeId, const URL… in OAttributeDispatcher() argument 49 :ORichTextFeatureDispatcher( _rView, _rURL ) in OAttributeDispatcher()
|
/aoo41x/main/svx/source/engine3d/ |
H A D | dragmt3d.cxx | 53 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()
|
/aoo41x/main/sw/source/ui/wrtsh/ |
H A D | wrtsh1.cxx | 1497 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()
|
/aoo41x/main/reportdesign/source/ui/inc/ |
H A D | UITools.hxx | 144 …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);
|
/aoo41x/main/sw/source/ui/web/ |
H A D | wfrmsh.cxx | 70 SwWebFrameShell::SwWebFrameShell(SwView &_rView) : in TYPEINIT1() 71 SwFrameShell(_rView) in TYPEINIT1()
|
H A D | wlistsh.cxx | 52 SwWebListShell::SwWebListShell(SwView &_rView) : in TYPEINIT1() 53 SwListShell(_rView) in TYPEINIT1()
|
H A D | wolesh.cxx | 52 SwWebOleShell::SwWebOleShell(SwView &_rView) : in SwWebOleShell() argument 53 SwOleShell(_rView) in SwWebOleShell()
|
H A D | wgrfsh.cxx | 57 SwWebGrfShell::SwWebGrfShell(SwView &_rView) : in TYPEINIT1() 58 SwGrfShell(_rView) in TYPEINIT1()
|
H A D | wtabsh.cxx | 59 SwWebTableShell::SwWebTableShell(SwView &_rView) : in TYPEINIT1() 60 SwTableShell(_rView) in TYPEINIT1()
|
H A D | wtextsh.cxx | 79 SwWebTextShell::SwWebTextShell(SwView &_rView) : in TYPEINIT1() 80 SwTextShell(_rView) in TYPEINIT1()
|
/aoo41x/main/svtools/source/table/ |
H A D | gridtablerenderer.cxx | 577 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()
|
/aoo41x/main/sw/source/ui/shells/ |
H A D | olesh.cxx | 69 SwOleShell::SwOleShell(SwView &_rView) : in SwOleShell() argument 70 SwFrameShell(_rView) in SwOleShell()
|
H A D | mediash.cxx | 213 SwMediaShell::SwMediaShell(SwView &_rView) : in SwMediaShell() argument 214 SwBaseShell(_rView) in SwMediaShell()
|
/aoo41x/main/svtools/inc/svtools/table/ |
H A D | tablerenderer.hxx | 215 virtual void ShowCellCursor( Window& _rView, const Rectangle& _rCursorRect) = 0; 222 virtual void HideCellCursor( Window& _rView, const Rectangle& _rCursorRect) = 0;
|
H A D | gridtablerenderer.hxx | 101 virtual void ShowCellCursor( Window& _rView, const Rectangle& _rCursorRect); 102 virtual void HideCellCursor( Window& _rView, const Rectangle& _rCursorRect);
|
/aoo41x/main/svx/source/form/ |
H A D | fmshell.cxx | 1439 …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()
|
/aoo41x/main/reportdesign/source/ui/misc/ |
H A D | UITools.cxx | 860 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()
|
/aoo41x/main/svx/inc/svx/ |
H A D | fmshell.hxx | 146 const SdrView& _rView, 153 const SdrView& _rView,
|