Home
last modified time | relevance | path

Searched refs:rView (Results 1 – 25 of 169) sorted by relevance

1234567

/trunk/main/sw/source/ui/docvw/
H A Dedtwin.cxx663 rView.SetDrawFuncPtr(new DrawSelection( &rView.GetWrtShell(), this, &rView )); in StdDrawMode()
665 rView.SetDrawFuncPtr(new SwDrawBase( &rView.GetWrtShell(), this, &rView )); in StdDrawMode()
667 rView.SetSelDrawSlot(); in StdDrawMode()
681 if (rView.GetDrawFuncPtr()) in StopInsFrm()
4562 rView( rMyView ), in SwEditWin()
4650 rView.NoRotate(); in EnterDrawTextMode()
4651 rView.AttrChangedNotify( &rView.GetWrtShell() ); in EnterDrawTextMode()
4723 rView.GotFocus(); in GetFocus()
4741 rView.LostFocus(); in LoseFocus()
4754 if ( !rView.GetViewFrame() ) in Command()
[all …]
H A Dedtdd.cxx88 SwWrtShell &rSh = rView.GetWrtShell(); in StartDrag()
116 else if( !bFrmDrag && rView.GetDocShell()->IsReadOnly() && in StartDrag()
176 SwWrtShell &rSh = rView.GetWrtShell(); in DropCleanup()
204 void lcl_SelectShellForDrop( SwView &rView ) in lcl_SelectShellForDrop() argument
206 if ( !rView.GetCurShell() ) in lcl_SelectShellForDrop()
207 rView.SelectShell(); in lcl_SelectShellForDrop()
217 SwWrtShell &rSh = rView.GetWrtShell(); in ExecuteDrop()
273 SwWrtShell &rSh = rView.GetWrtShell(); in GetDropDestination()
356 if( rView.GetDocShell()->IsReadOnly() ) in AcceptDrop()
359 SwWrtShell &rSh = rView.GetWrtShell(); in AcceptDrop()
[all …]
/trunk/main/svx/source/svdraw/
H A Dsvdundo.cxx70 SdrView* pV=PTR_CAST(SdrView,&rView); in CanRepeat()
77 SdrView* pV=PTR_CAST(SdrView,&rView); in Repeat()
84 SdrView* pV=PTR_CAST(SdrView,&rView); in GetRepeatComment()
194 void SdrUndoGroup::SdrRepeat(SdrView& rView) in SdrRepeat() argument
660 rView.MoveMarkedObj(aDistance); in SdrRepeat()
665 return rView.AreObjectsMarked(); in CanSdrRepeat()
948 rView.DeleteMarked(); in SdrRepeat()
953 return rView.AreObjectsMarked(); in CanSdrRepeat()
1304 const bool bUndo = rView.IsUndoEnabled(); in SdrRepeat()
1309 rView.BegUndo(aStr); in SdrRepeat()
[all …]
H A Dsdrpagewindow.cxx56 SdrView& rView = GetPageView().GetView(); in GetControlContainer() local
59 if ( rPaintWindow.OutputToWindow() && !rView.IsPrintPreview() ) in GetControlContainer()
119 FmFormView* pViewAsFormView = dynamic_cast< FmFormView* >( &rView ); in GetControlContainer()
141 SdrView& rView = GetPageView().GetView(); in ~SdrPageWindow() local
144 FmFormView* pViewAsFormView = dynamic_cast< FmFormView* >( &rView ); in ~SdrPageWindow()
304 const SdrView& rView = mrPageView.GetView(); in RedrawAll() local
305 SdrModel& rModel = *((SdrModel*)rView.GetModel()); in RedrawAll()
332 aDisplayInfo.SetPageProcessingActive(rView.IsPagePaintingAllowed()); // #i72889# in RedrawAll()
356 const SdrView& rView = mrPageView.GetView(); in RedrawLayer() local
357 SdrModel& rModel = *((SdrModel*)rView.GetModel()); in RedrawLayer()
H A Dsvdcrtv.cxx62 ImplConnectMarkerOverlay(const SdrCreateView& rView, SdrObject& rObject);
68 ImplConnectMarkerOverlay::ImplConnectMarkerOverlay(const SdrCreateView& rView, SdrObject& rObject) in ImplConnectMarkerOverlay() argument
73 for(sal_uInt32 a(0L); a < rView.PaintWindowCount(); a++) in ImplConnectMarkerOverlay()
75 SdrPaintWindow* pCandidate = rView.GetPaintWindow(a); in ImplConnectMarkerOverlay()
89 if(rView.IsAutoVertexConnectors()) in ImplConnectMarkerOverlay()
137 …void CreateAndShowOverlay(const SdrCreateView& rView, const SdrObject* pObject, const basegfx::B2D…
150 void ImpSdrCreateViewExtraData::CreateAndShowOverlay(const SdrCreateView& rView, const SdrObject* p… in CreateAndShowOverlay() argument
152 for(sal_uInt32 a(0L); a < rView.PaintWindowCount(); a++) in CreateAndShowOverlay()
154 SdrPaintWindow* pCandidate = rView.GetPaintWindow(a); in CreateAndShowOverlay()
/trunk/main/sw/source/ui/shells/
H A Dannotsh.cxx153 : rView(r) in TYPEINIT1()
155 SwWrtShell &rSh = rView.GetWrtShell(); in TYPEINIT1()
429 rView.GetWindow(), &aTmp, rView.GetWrtShell()); in Exec()
454 SwWrtShell &rSh = rView.GetWrtShell(); in Exec()
568 rView.ExecuteSlot(rReq); in Exec()
618 rView.GetWrtShell().SetModified(); in Exec()
876 rView.ExecSearch(rReq,bNoMessage); in ExecSearch()
881 rView.StateSearch(rSet); in StateSearch()
1214 SwWrtShell &rSh = rView.GetWrtShell(); in ExecLingu()
1459 SwWrtShell &rSh = rView.GetWrtShell(); in ExecUndo()
[all …]
H A Dbasesh.cxx137 #define SWCONTOURDLG(rView) ( (SvxContourDlg*) ( rView.GetViewFrame()->GetChildWindow( \ argument
141 #define SWIMAPDLG(rView) ( (SvxIMapDlg*) ( rView.GetViewFrame()->GetChildWindow( \ argument
306 SwView* pView = &rView; in ExecClpbrd()
331 SwView* pView = &rView; in ExecClpbrd()
356 SwView* pView = &rView; in ExecClpbrd()
902 SwView& rSaveView = rView; in Execute()
2009 rView(rVw), in SwBaseShell()
2022 if( rView.GetCurShell() == this ) in ~SwBaseShell()
2023 rView.ResetSubShell(); in ~SwBaseShell()
2651 return rView.GetWrtShell(); in GetShell()
[all …]
/trunk/main/svx/inc/svx/
H A Dsvdundo.hxx77 virtual void Repeat(SfxRepeatTarget& rView);
82 virtual bool CanSdrRepeat(SdrView& rView) const;
83 virtual void SdrRepeat(SdrView& rView);
126 virtual bool CanSdrRepeat(SdrView& rView) const;
127 virtual void SdrRepeat(SdrView& rView);
201 virtual void SdrRepeat(SdrView& rView);
232 virtual void SdrRepeat(SdrView& rView);
351 virtual void SdrRepeat(SdrView& rView);
491 virtual void SdrRepeat(SdrView& rView);
702 virtual void SdrRepeat(SdrView& rView);
[all …]
/trunk/main/reportdesign/source/ui/report/
H A DViewsWindow.cxx689 if ( rView.AreObjectsMarked() ) in collectRectangles()
691 rView.SortMarkedObjects(); in collectRectangles()
1052 if ( &rView != &_rSection ) in BegDragObj_createInvisibleObjectAtPosition()
1071 rView.MarkObj( pNewObj, rView.GetSdrPageView() ); in BegDragObj_createInvisibleObjectAtPosition()
1479 rView.SetWorkArea( aClipRect ); in MovAction()
1485 rView.SetWorkArea( aClipRect ); in MovAction()
1645 if ( rView.IsMoveAllowed() ) in handleKey()
1732 rView.MakeVisible( rView.GetAllMarkedRect(), rReportSection); in handleKey()
1748 if ( rView.IsDragObj() ) in handleKey()
1791 rView.EndDragObj(); in handleKey()
[all …]
/trunk/main/slideshow/source/engine/slide/
H A Dslideimpl.cxx186 const UnoViewSharedPtr& rView,
315 void operator()( const UnoViewSharedPtr& rView ) in operator ()() argument
318 rView->clearAll(); in operator ()()
629 rView, in getCurrentSlideBitmap()
664 rView )); in getCurrentSlideBitmap()
685 std::make_pair( rView, in viewAdded()
689 mpLayerManager->viewAdded( rView ); in viewAdded()
695 mpLayerManager->viewRemoved( rView ); in viewRemoved()
703 rView, in viewRemoved()
716 mpLayerManager->viewChanged(rView); in viewChanged()
[all …]
H A Dlayermanager.cxx185 void LayerManager::viewAdded( const UnoViewSharedPtr& rView ) in viewAdded() argument
190 rView) != mrViews.end() ); in viewAdded()
194 rView->clearAll(); in viewAdded()
200 boost::cref(rView)), in viewAdded()
213 boost::cref(rView) )); in viewAdded()
216 void LayerManager::viewRemoved( const UnoViewSharedPtr& rView ) in viewRemoved() argument
221 rView) == mrViews.end() ); in viewRemoved()
227 boost::cref(rView)), in viewRemoved()
238 boost::cref(rView) )); in viewRemoved()
243 (void)rView; in viewChanged()
[all …]
/trunk/main/slideshow/source/engine/transitions/
H A Dslidetransitionfactory.cxx180 bool addTransition( const UnoViewSharedPtr& rView ) in addTransition() argument
185 rView->getUnoView(), in addTransition()
186 getLeavingBitmap(ViewEntry(rView))->getXBitmap(), in addTransition()
187 getEnteringBitmap(ViewEntry(rView))->getXBitmap() ); in addTransition()
215 SlideChangeBase::viewAdded( rView ); in viewAdded()
222 if( (*aCurrView)->mpView == rView ) { in viewAdded()
232 addTransition( rView ); in viewAdded()
239 SlideChangeBase::viewRemoved( rView ); in viewRemoved()
245 if( (*aCurrView)->mpView == rView ) { in viewRemoved()
258 SlideChangeBase::viewChanged( rView ); in viewChanged()
[all …]
H A Dslidechangebase.cxx91 SlideBitmapSharedPtr SlideChangeBase::createBitmap( const UnoViewSharedPtr& rView, in createBitmap() argument
108 rView )); in createBitmap()
110 cppcanvas::CanvasSharedPtr pCanvas( rView->getCanvas() ); in createBitmap()
143 pRet = pSlide->getCurrentSlideBitmap( rView ); in createBitmap()
396 void SlideChangeBase::viewAdded( const UnoViewSharedPtr& rView ) in viewAdded() argument
402 maViewData.push_back( ViewEntry(rView) ); in viewAdded()
410 void SlideChangeBase::viewRemoved( const UnoViewSharedPtr& rView ) in viewRemoved() argument
423 rView, in viewRemoved()
429 void SlideChangeBase::viewChanged( const UnoViewSharedPtr& rView ) in viewChanged() argument
442 rView, in viewChanged()
H A Dslidechangebase.hxx73 virtual void viewAdded( const UnoViewSharedPtr& rView );
74 virtual void viewRemoved( const UnoViewSharedPtr& rView );
75 virtual void viewChanged( const UnoViewSharedPtr& rView );
97 explicit ViewEntry( const UnoViewSharedPtr& rView ) : in ViewEntry()
98 mpView( rView ) in ViewEntry()
/trunk/main/svx/source/sdr/contact/
H A Dviewobjectcontactofsdrpage.cxx144 const SdrView& rView = pPageView->GetView(); in createPrimitive2DSequence() local
147 if(rView.IsPageVisible()) in createPrimitive2DSequence()
361 if(!rView.IsPageVisible() && rView.IsPageBorderVisible()) in isPrimitiveVisible()
499 const SdrView& rView = pSdrPageView->GetView(); in isPrimitiveVisible() local
501 if(!rView.IsGridVisible()) in isPrimitiveVisible()
527 const SdrView& rView = pPageView->GetView(); in createPrimitive2DSequence() local
529 const Color aGridColor(rView.GetGridColor()); in createPrimitive2DSequence()
538 const Size aRaw(rView.GetGridCoarse()); in createPrimitive2DSequence()
539 const Size aFine(rView.GetGridFine()); in createPrimitive2DSequence()
585 const SdrView& rView = pSdrPageView->GetView(); in isPrimitiveVisible() local
[all …]
H A Dobjectcontactofpageview.cxx285 SdrView& rView = GetPageWindow().GetPageView().GetView(); in DoVisualizeEnteredGroup() local
286 return rView.DoVisualizeEnteredGroup(); in DoVisualizeEnteredGroup()
360 SdrView& rView = GetPageWindow().GetPageView().GetView(); in IsTextAnimationAllowed() local
361 const SvtAccessibilityOptions& rOpt = rView.getAccessibilityOptions(); in IsTextAnimationAllowed()
368 SdrView& rView = GetPageWindow().GetPageView().GetView(); in IsGraphicAnimationAllowed() local
369 const SvtAccessibilityOptions& rOpt = rView.getAccessibilityOptions(); in IsGraphicAnimationAllowed()
376 SdrView& rView = GetPageWindow().GetPageView().GetView(); in IsAsynchronGraphicsLoadingAllowed() local
377 return rView.IsSwapAsynchron(); in IsAsynchronGraphicsLoadingAllowed()
383 SdrView& rView = GetPageWindow().GetPageView().GetView(); in IsMasterPageBufferingAllowed() local
384 return rView.IsMasterPagePaintCaching(); in IsMasterPageBufferingAllowed()
/trunk/main/slideshow/source/engine/
H A Dwaitsymbol.cxx109 UnoViewSharedPtr const & rView ) const in calcSpritePos()
111 const uno::Reference<rendering::XBitmap> xBitmap( rView->getCanvas()->getUNOCanvas(), in calcSpritePos()
120 void WaitSymbol::viewAdded( const UnoViewSharedPtr& rView ) in viewAdded() argument
127 sprite = rView->createSprite( basegfx::B2DVector( spriteSize.Width, in viewAdded()
139 sprite->movePixel( calcSpritePos( rView ) ); in viewAdded()
151 maViews.push_back( ViewsVecT::value_type( rView, sprite ) ); in viewAdded()
154 void WaitSymbol::viewRemoved( const UnoViewSharedPtr& rView ) in viewRemoved() argument
161 rView, in viewRemoved()
167 void WaitSymbol::viewChanged( const UnoViewSharedPtr& rView ) in viewChanged() argument
176 rView, in viewChanged()
H A Drehearsetimingsactivity.cxx327 basegfx::B2DHomMatrix transformation( rView->getTransformation() ); in calcSpriteRectangle()
339 void RehearseTimingsActivity::viewAdded( const UnoViewSharedPtr& rView ) in viewAdded() argument
342 rView->createSprite( basegfx::B2DSize( in viewAdded()
349 calcSpriteRectangle( rView ) ); in viewAdded()
357 maViews.push_back( ViewsVecT::value_type( rView, sprite ) ); in viewAdded()
363 void RehearseTimingsActivity::viewRemoved( const UnoViewSharedPtr& rView ) in viewRemoved() argument
370 rView, in viewRemoved()
376 void RehearseTimingsActivity::viewChanged( const UnoViewSharedPtr& rView ) in viewChanged() argument
385 rView, in viewChanged()
394 maSpriteRectangle = calcSpriteRectangle( rView ); in viewChanged()
[all …]
H A Dunoviewcontainer.cxx48 bool UnoViewContainer::addView( const UnoViewSharedPtr& rView ) in addView() argument
54 uno::Reference<presentation::XSlideShowView> rUnoView = rView->getUnoView(); in addView()
69 maViews.push_back( rView ); in addView()
114 bool UnoViewContainer::removeView( const UnoViewSharedPtr& rView ) in removeView() argument
121 rView )) == aEnd ) in removeView()
129 rView ) == 1, in removeView()
/trunk/main/svx/source/tbxctrls/
H A Dgrafctrl.cxx853 SfxItemPool& rPool = rView.GetModel()->GetItemPool(); in ExecuteGrafAttr()
856 const bool bUndo = rView.IsUndoEnabled(); in ExecuteGrafAttr()
860 aUndoStr = rView.GetDescriptionOfMarkedObjects(); in ExecuteGrafAttr()
1085 rView.BegUndo( aUndoStr ); in ExecuteGrafAttr()
1086 rView.AddUndo( rView.GetModel()->GetSdrUndoFactory().CreateUndoGeoObject( *pObj ) ); in ExecuteGrafAttr()
1092 rView.EndUndo(); in ExecuteGrafAttr()
1120 rView.BegUndo( aUndoStr ); in ExecuteGrafAttr()
1122 rView.SetAttributes( aSet ); in ExecuteGrafAttr()
1125 rView.EndUndo(); in ExecuteGrafAttr()
1133 SfxItemPool& rPool = rView.GetModel()->GetItemPool(); in GetGrafAttrState()
[all …]
/trunk/main/sw/source/ui/dialog/
H A DSwSpellDialogChildWindow.cxx704 SwView& rView = rShell.GetView(); in MakeTextSelection_Impl() local
719 rView.AttrChangedNotify(&rShell); in MakeTextSelection_Impl()
729 rView.AttrChangedNotify(&rShell); in MakeTextSelection_Impl()
738 rView.GetDrawFuncPtr()->BreakCreate(); in MakeTextSelection_Impl()
739 rView.AttrChangedNotify(&rShell); in MakeTextSelection_Impl()
751 rView.LeaveDrawCreate(); in MakeTextSelection_Impl()
758 rView.AttrChangedNotify(&rShell); in MakeTextSelection_Impl()
776 SwView& rView = rSh.GetView(); in FindNextDrawTextError_Impl() local
777 SwDoc* pDoc = rView.GetDocShell()->GetDoc(); in FindNextDrawTextError_Impl()
846 rView.BeginTextEdit( pTextObj, pPV, &rView.GetEditWin(), sal_False, sal_True ); in FindNextDrawTextError_Impl()
[all …]
/trunk/main/sw/source/ui/frmdlg/
H A Dcption.cxx96 SwView& rView; member in SwSequenceOptionDialog
140 rView( rV ), in SwCaptionDialog()
141 pMgr( new SwFldMgr(rView.GetWrtShellPtr()) ), in SwCaptionDialog()
148 SwWrtShell &rSh = rView.GetWrtShell(); in SwCaptionDialog()
311 rView.InsertCaption( &aOpt ); in Apply()
319 SwSequenceOptionDialog aDlg( pButton, rView, sFldTypeName ); in IMPL_LINK_INLINE_START()
349 SwWrtShell &rSh = rView.GetWrtShell(); in IMPL_LINK_INLINE_END()
401 SwWrtShell &rSh = rView.GetWrtShell(); in DrawSample()
504 rView( rV ), in SwSequenceOptionDialog()
508 SwWrtShell &rSh = rView.GetWrtShell(); in SwSequenceOptionDialog()
[all …]
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsAnimationFunction.cxx115 view::SlideSorterView& rView, in ApplyVisualStateChange() argument
121 rView.RequestRepaint(rpDescriptor); in ApplyVisualStateChange()
130 view::SlideSorterView& rView, in ApplyLocationOffsetChange() argument
137 rView.RequestRepaint(aOldBoundingBox); in ApplyLocationOffsetChange()
138 rView.RequestRepaint(rpDescriptor); in ApplyLocationOffsetChange()
147 view::SlideSorterView& rView, in ApplyButtonAlphaChange() argument
155 rView.RequestRepaint(rpDescriptor); in ApplyButtonAlphaChange()
/trunk/main/sw/source/ui/wrtsh/
H A Dmove.cxx113 rView.SetVisArea( aTmp ); in Left()
132 aTmp.X() = rView.SetHScrollMax( aTmp.X() ); in Right()
133 rView.SetVisArea( aTmp ); in Right()
151 rView.SetVisArea( aTmp ); in Up()
169 aTmp.Y() = rView.SetVScrollMax( aTmp.Y() ); in Down()
170 rView.SetVisArea( aTmp ); in Down()
188 rView.SetVisArea( aTmp ); in LeftMargin()
208 rView.SetVisArea( aTmp ); in RightMargin()
/trunk/main/sd/source/ui/dlg/
H A Danimobjs.cxx880 void AnimationWindow::AddObj (::sd::View& rView ) in AddObj() argument
884 if( rView.IsTextEdit() ) in AddObj()
885 rView.SdrEndTextEdit(); in AddObj()
888 const SdrMarkList& rMarkList = rView.GetMarkedObjectList(); in AddObj()
903 SdAnimationInfo* pAnimInfo = rView.GetDoc()->GetAnimationInfo( pObject ); in AddObj()
981 pBitmapEx = new BitmapEx( rView.GetAllMarkedGraphic().GetBitmapEx() ); in AddObj()
1052 void AnimationWindow::CreateAnimObj (::sd::View& rView ) in CreateAnimObj() argument
1054 ::Window* pOutWin = static_cast< ::Window*>(rView.GetFirstOutputDevice()); // GetWin( 0 ); in CreateAnimObj()
1088 SdrPageView* pPV = rView.GetSdrPageView(); in CreateAnimObj()
1174 rView.InsertObjectAtView( pGrafObj, *pPV, SDRINSERT_SETDEFLAYER); in CreateAnimObj()
[all …]

Completed in 189 milliseconds

1234567