Home
last modified time | relevance | path

Searched refs:rView (Results 26 – 50 of 169) sorted by relevance

1234567

/trunk/main/slideshow/source/engine/
H A Deventmultiplexer.cxx1175 bool EventMultiplexer::notifyViewAdded( const UnoViewSharedPtr& rView ) in notifyViewAdded() argument
1177 ENSURE_OR_THROW( rView, "EventMultiplexer::notifyViewAdded(): Invalid view"); in notifyViewAdded()
1181 rView->getUnoView() ); in notifyViewAdded()
1194 boost::cref(rView) )); in notifyViewAdded()
1197 bool EventMultiplexer::notifyViewRemoved( const UnoViewSharedPtr& rView ) in notifyViewRemoved() argument
1199 ENSURE_OR_THROW( rView, in notifyViewRemoved()
1204 rView->getUnoView() ); in notifyViewRemoved()
1217 boost::cref(rView) )); in notifyViewRemoved()
1220 bool EventMultiplexer::notifyViewChanged( const UnoViewSharedPtr& rView ) in notifyViewChanged() argument
1225 boost::cref(rView) )); in notifyViewChanged()
H A Dwaitsymbol.hxx71 virtual void viewAdded( const UnoViewSharedPtr& rView );
72 virtual void viewRemoved( const UnoViewSharedPtr& rView );
73 virtual void viewChanged( const UnoViewSharedPtr& rView );
77 ::basegfx::B2DPoint calcSpritePos( UnoViewSharedPtr const & rView ) const;
H A Drehearsetimingsactivity.hxx79 virtual void viewAdded( const UnoViewSharedPtr& rView );
80 virtual void viewRemoved( const UnoViewSharedPtr& rView );
81 virtual void viewChanged( const UnoViewSharedPtr& rView );
118 UnoViewSharedPtr const & rView ) const;
/trunk/main/svtools/source/edit/
H A Dtextwindowpeer.cxx37 TextWindowPeer::TextWindowPeer(::TextView & rView, bool bCompoundControlChild): in TextWindowPeer() argument
38 … m_rEngine(*rView.GetTextEngine()), m_rView(rView), m_bCompoundControlChild(bCompoundControlChild) in TextWindowPeer()
40 SetWindow(rView.GetWindow()); in TextWindowPeer()
/trunk/main/svx/source/svdraw/
H A Dsvdsnpv.cxx53 ImplPageOriginOverlay(const SdrPaintView& rView, const basegfx::B2DPoint& rStartPos);
59 ImplPageOriginOverlay::ImplPageOriginOverlay(const SdrPaintView& rView, const basegfx::B2DPoint& rS… in ImplPageOriginOverlay() argument
62 for(sal_uInt32 a(0L); a < rView.PaintWindowCount(); a++) in ImplPageOriginOverlay()
64 SdrPaintWindow* pCandidate = rView.GetPaintWindow(a); in ImplPageOriginOverlay()
121 ImplHelpLineOverlay(const SdrPaintView& rView, const basegfx::B2DPoint& rStartPos,
134 const SdrPaintView& rView, const basegfx::B2DPoint& rStartPos, in ImplHelpLineOverlay() argument
141 for(sal_uInt32 a(0L); a < rView.PaintWindowCount(); a++) in ImplHelpLineOverlay()
143 SdrPaintWindow* pCandidate = rView.GetPaintWindow(a); in ImplHelpLineOverlay()
/trunk/main/svx/source/accessibility/
H A DAccessibleEmptyEditSource.cxx64 SdrView& rView,
187 SdrView& rView, in AccessibleProxyEditSource_Impl() argument
189 maEditSource( rObj, 0, rView, rViewWindow ) in AccessibleProxyEditSource_Impl()
233 SdrView& rView, in AccessibleEmptyEditSource() argument
237 mrView(rView), in AccessibleEmptyEditSource()
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsInsertAnimator.cxx444 view::SlideSorterView& rView (mrAnimatorAccess.GetView()); in ResetOffsets() local
456 rView.RequestRepaint(aOldBoundingBox); in ResetOffsets()
457 rView.RequestRepaint(pDescriptor); in ResetOffsets()
505 view::SlideSorterView& rView (mrAnimatorAccess.GetView()); in operator ()() local
519 rView.RequestRepaint(aOldBoundingBox); in operator ()()
520 rView.RequestRepaint(pDescriptor); in operator ()()
/trunk/main/sw/source/ui/dialog/
H A Dswdlgfact.cxx833 SwView& rView,int nResId, bool bToTable ) in CreateSwConvertTableDlg() argument
839 pDlg = new SwConvertTableDlg( rView, bToTable ); in CreateSwConvertTableDlg()
874 …ilot* SwAbstractDialogFactory_Impl::CreateSwInsertDBColAutoPilot( SwView& rView, // add for SwInse… in CreateSwInsertDBColAutoPilot() argument
883 pDlg = new SwInsertDBColAutoPilot( rView, rxSource, xColSupp, rData ); in CreateSwInsertDBColAutoPilot()
1372 SwView& rView, sal_Bool /*bCol*/ ) //add for SwInsRowColDlg, SwLineNumberingDlg in CreateVclSwViewDialog() argument
1378 pDlg = new SwLineNumberingDlg( &rView ); in CreateVclSwViewDialog()
1408 SwView& rView ) //add for SwInsTableDlg in CreateInsTableDlg() argument
1414 pDlg = new SwInsTableDlg( rView ); in CreateInsTableDlg()
1650 SwView& rView, SwMailMergeConfigItem& rConfigItem) in CreateMailMergeWizard() argument
1652 return new AbstractMailMergeWizard_Impl( new SwMailMergeWizard(rView, rConfigItem)); in CreateMailMergeWizard()
/trunk/main/sw/source/ui/inc/
H A Duivwimp.hxx61 SwScannerEventListener( SwView& rView ) : pView( &rView ) {} in SwScannerEventListener() argument
87 SwClipboardChangeListener( SwView& rView ) : pView( &rView ) {} in SwClipboardChangeListener() argument
H A Ddrwtxtsh.hxx36 SwView &rView; member in SwDrawTextShell
50 SwView &GetView() { return rView; } in GetView()
53 SwDrawTextShell(SwView &rView);
/trunk/main/svx/inc/
H A Dsvdibrow.hxx125 static Window* ImpGetViewWin(SdrView& rView);
130 SdrItemBrowser(SdrView& rView);
132 void SetView(SdrView& rView) { pView=&rView; ForceParent(); SetDirty(); } in SetView() argument
H A Ddragmt3d.hxx83 SdrDragView &rView,
114 SdrDragView &rView,
138 SdrDragView &rView,
/trunk/main/sw/source/ui/shells/
H A Ddrwtxtsh.cxx149 rView(rV) in SwDrawTextShell()
171 rView.ResetSubShell(); in ~SwDrawTextShell()
176 return rView.GetWrtShell(); in GetShell()
807 SwViewOption aOpt(*rView.GetWrtShell().GetViewOptions()); in InsertSymbol()
816 SfxAbstractDialog* pDlg = pFact->CreateSfxDialog( rView.GetWindow(), aAllSet, in InsertSymbol()
817 rView.GetViewFrame()->GetFrame().GetFrameInterface(), RID_SVXDLG_CHARMAP ); in InsertSymbol()
835 SW_MOD()->ApplyUsrPref(aOpt, &rView); in InsertSymbol()
/trunk/main/svx/inc/svx/
H A Dsvdview.hxx161 const SdrView& rView,
165 SdrDropMarkerOverlay(const SdrView& rView, const SdrObject& rObject);
166 SdrDropMarkerOverlay(const SdrView& rView, const Rectangle& rRectangle);
167 SdrDropMarkerOverlay(const SdrView& rView, const Point& rStart, const Point& rEnd);
/trunk/main/sw/source/ui/docvw/
H A Dedtwin3.cxx129 SvxRuler& rRuler = bVerticalMode ? rView.GetVLineal() : rView.GetHLineal(); in RulerColumnDrag()
141 SvxRuler& rRuler = bVerticalMode ? rView.GetVLineal() : rView.GetHLineal(); in RulerMarginDrag()
H A Dromenu.cxx115 rView ( rV ), in SwReadOnlyPopup()
121 SwWrtShell &rSh = rView.GetWrtShell(); in SwReadOnlyPopup()
239 (rSh.IsGlobalDoc() && rView.GetDocShell()->IsReadOnlyUI()) in SwReadOnlyPopup()
270 SwWrtShell &rSh = rView.GetWrtShell(); in Execute()
271 SfxDispatcher &rDis = *rView.GetViewFrame()->GetDispatcher(); in Execute()
/trunk/main/sw/source/ui/table/
H A Dinstable.cxx87 SwInsTableDlg::SwInsTableDlg( SwView& rView ) in SwInsTableDlg() argument
88 : SfxModalDialog( rView.GetWindow(), SW_RES(DLG_INSERT_TABLE) ), in SwInsTableDlg()
115 pShell(&rView.GetWrtShell()), in SwInsTableDlg()
129 sal_Bool bHTMLMode = 0 != (::GetHtmlMode(rView.GetDocShell())&HTMLMODE_ON); in SwInsTableDlg()
H A Dconvert.cxx114 SwConvertTableDlg::SwConvertTableDlg( SwView& rView, bool bToTable ) in SwConvertTableDlg() argument
116 : SfxModalDialog( &rView.GetViewFrame()->GetWindow(), SW_RES(DLG_CONV_TEXT_TABLE)), in SwConvertTableDlg()
150 pShell( &rView.GetWrtShell() ) in SwConvertTableDlg()
208 sal_Bool bHTMLMode = 0 != (::GetHtmlMode(rView.GetDocShell())&HTMLMODE_ON); in SwConvertTableDlg()
/trunk/main/slideshow/source/inc/
H A Dvieweventhandler.hxx56 virtual void viewAdded( const UnoViewSharedPtr& rView ) = 0;
63 virtual void viewRemoved( const UnoViewSharedPtr& rView ) = 0;
74 virtual void viewChanged( const UnoViewSharedPtr& rView ) = 0;
/trunk/main/sd/source/ui/view/
H A DToolBarManager.cxx231 const SdrView& rView);
581 const SdrView& rView) in SelectionHasChanged() argument
584 mpImpl->GetToolBarRules().SelectionHasChanged(rViewShell,rView); in SelectionHasChanged()
1274 const SdrView& rView) in SelectionHasChanged() argument
1278 bool bTextEdit = rView.IsTextEdit(); in SelectionHasChanged()
1282 switch (rView.GetContext()) in SelectionHasChanged()
1323 SdrView* pView = &const_cast<SdrView&>(rView); in SelectionHasChanged()
1333 if (rView.GetContext() == SDRCONTEXT_POINTEDIT) in SelectionHasChanged()
/trunk/main/slideshow/source/engine/slide/
H A Dlayer.cxx105 ViewLayerSharedPtr Layer::removeView( const ViewSharedPtr& rView ) in removeView() argument
107 OSL_ASSERT( rView ); in removeView()
116 boost::cref( rView )))) == aEnd ) in removeView()
127 boost::cref( rView ))) == 1, in removeView()
/trunk/main/sd/source/ui/func/
H A Dsmarttag.cxx37 SmartTag::SmartTag( ::sd::View& rView ) in SmartTag() argument
38 : mrView( rView ) in SmartTag()
154 SmartTagSet::SmartTagSet( View& rView ) in SmartTagSet() argument
155 : mrView( rView ) in SmartTagSet()
/trunk/main/svx/source/table/
H A Dcelleditsource.cxx132 CellEditSourceImpl( const CellRef& xCell, SdrView& rView, const Window& rWindow );
187 CellEditSourceImpl::CellEditSourceImpl( const CellRef& xCell, SdrView& rView, const Window& rWindow… in CellEditSourceImpl() argument
189 mpView ( &rView ), in CellEditSourceImpl()
920 CellEditSource::CellEditSource( const CellRef& xCell, SdrView& rView, const Window& rWindow ) in CellEditSource() argument
922 mpImpl = new CellEditSourceImpl( xCell, rView, rWindow ); in CellEditSource()
/trunk/main/sd/source/ui/slidesorter/inc/controller/
H A DSlsAnimationFunction.hxx90 view::SlideSorterView& rView,
98 view::SlideSorterView& rView,
106 view::SlideSorterView& rView,
/trunk/main/sw/inc/
H A Dswabstdlg.hxx363 …virtual AbstractSwConvertTableDlg* CreateSwConvertTableDlg ( SwView& rView , int nResId, bool bToT…
366 …virtual AbstractSwInsertDBColAutoPilot* CreateSwInsertDBColAutoPilot( SwView& rView, // add for Sw…
443 … SwView& rView, sal_Bool bCol = sal_False ) = 0; //add for SwInsRowColDlg, SwLineNumberingDlg
447 SwView& rView ) = 0; //add for SwInsTableDlg
491 …virtual AbstractMailMergeWizard* CreateMailMergeWizard(SwView& rView, SwMailMergeConfigItem& rC…

Completed in 110 milliseconds

1234567