Home
last modified time | relevance | path

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

1234567

/AOO41X/main/sw/source/ui/docvw/
H A Dedtwin.cxx176 SfxShell* lcl_GetShellFromDispatcher( SwView& rView, TypeId nType );
300 SwWrtShell &rSh = rView.GetWrtShell(); in UpdatePointer()
375 rView.GetViewFrame()->ShowStatusText( in UpdatePointer()
384 sal_Bool bExecHyperlinks = rView.GetDocShell()->IsReadOnly(); in UpdatePointer()
400 sal_Bool bIsDocReadOnly = rView.GetDocShell()->IsReadOnly() && in UpdatePointer()
414 if ( rView.GetDrawFuncPtr() && !bInsDraw && bNotInSelObj ) in UpdatePointer()
493 if ( rView.GetDrawFuncPtr() ) in UpdatePointer()
508 if (rView.GetDrawFuncPtr() && rView.GetDrawFuncPtr()->IsInsertForm() && !bHitHandle) in UpdatePointer()
557 SwWrtShell &rSh = rView.GetWrtShell(); in IMPL_LINK()
567 rView.Scroll( Rectangle(aModPt,Size(1,1)), nMaxScroll, nMaxScroll); in IMPL_LINK()
[all …]
H A Dedtdd.cxx88 SwWrtShell &rSh = rView.GetWrtShell(); in StartDrag()
94 rView.GetViewFrame()->GetBindings().InvalidateAll(sal_False); in StartDrag()
116 else if( !bFrmDrag && rView.GetDocShell()->IsReadOnly() && in StartDrag()
159 SwTransferable* pTransfer = new SwTransferable( rView.GetWrtShell() ); in StartExecuteDrag()
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()
[all …]
/AOO41X/main/svx/source/svdraw/
H A Dsvdundo.cxx65 sal_Bool SdrUndoAction::CanRepeat(SfxRepeatTarget& rView) const in CanRepeat()
67 SdrView* pV=PTR_CAST(SdrView,&rView); in CanRepeat()
72 void SdrUndoAction::Repeat(SfxRepeatTarget& rView) in Repeat() argument
74 SdrView* pV=PTR_CAST(SdrView,&rView); in Repeat()
79 XubString SdrUndoAction::GetRepeatComment(SfxRepeatTarget& rView) const in GetRepeatComment()
81 SdrView* pV=PTR_CAST(SdrView,&rView); in GetRepeatComment()
167 bool SdrUndoGroup::CanSdrRepeat(SdrView& rView) const in CanSdrRepeat()
171 case SDRREPFUNC_OBJ_DELETE : return rView.AreObjectsMarked(); in CanSdrRepeat()
172 case SDRREPFUNC_OBJ_COMBINE_POLYPOLY: return rView.IsCombinePossible(sal_False); in CanSdrRepeat()
173 case SDRREPFUNC_OBJ_COMBINE_ONEPOLY : return rView.IsCombinePossible(sal_True); in CanSdrRepeat()
[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()
/AOO41X/main/svx/inc/svx/
H A Dsvdundo.hxx76 virtual sal_Bool CanRepeat(SfxRepeatTarget& rView) const;
77 virtual void Repeat(SfxRepeatTarget& rView);
79 virtual String GetRepeatComment(SfxRepeatTarget& rView) const;
80 virtual String GetSdrRepeatComment(SdrView& rView) const;
82 virtual bool CanSdrRepeat(SdrView& rView) const;
83 virtual void SdrRepeat(SdrView& rView);
121 virtual String GetSdrRepeatComment(SdrView& rView) const;
126 virtual bool CanSdrRepeat(SdrView& rView) const;
127 virtual void SdrRepeat(SdrView& rView);
199 virtual String GetSdrRepeatComment(SdrView& rView) const;
[all …]
/AOO41X/main/sw/source/ui/shells/
H A Dannotsh.cxx153 : rView(r) in TYPEINIT1()
155 SwWrtShell &rSh = rView.GetWrtShell(); in TYPEINIT1()
166 SwPostItMgr* pPostItMgr = rView.GetPostItMgr(); in GetUndoManager()
179 SwPostItMgr* pPostItMgr = rView.GetPostItMgr(); in Exec()
417 …VclAbstractDialog* pDlg = pFact->CreateSwFootNoteOptionDlg( rView.GetWindow(), rView.GetWrtShell()… in Exec()
429rView.GetWindow(), &aTmp, rView.GetWrtShell()); in Exec()
454 SwWrtShell &rSh = rView.GetWrtShell(); in Exec()
458 SwWait aWait( *rView.GetDocShell(), true ); in Exec()
467 … AbstractSwWordCountDialog* pDialog = pFact->CreateSwWordCountDialog( rView.GetWindow() ); in Exec()
496 …SfxAbstractTabDialog* pDlg = pFact->CreateSwCharDlg( rView.GetWindow(), rView, aDlgAttr, DLG_CHAR,… in Exec()
[all …]
H A Dbasesh.cxx139 #define SWCONTOURDLG(rView) ( (SvxContourDlg*) ( rView.GetViewFrame()->GetChildWindow( \ argument
143 #define SWIMAPDLG(rView) ( (SvxIMapDlg*) ( rView.GetViewFrame()->GetChildWindow( \ argument
279 rView.GetEditWin().FlushInBuffer(); in ExecClpbrd()
308 SwView* pView = &rView; in ExecClpbrd()
333 SwView* pView = &rView; in ExecClpbrd()
358 SwView* pView = &rView; in ExecClpbrd()
393 SwView* pView = &rView; in ExecClpbrd()
650 SwWait aWait( *rView.GetDocShell(), true ); in Execute()
755 SwWait aWait( *rView.GetDocShell(), true ); in Execute()
904 SwView& rSaveView = rView; in Execute()
[all …]
/AOO41X/main/reportdesign/source/ui/report/
H A DViewsWindow.cxx688 OSectionView& rView = (*aIter)->getReportSection().getSectionView(); in collectRectangles() local
689 if ( rView.AreObjectsMarked() ) in collectRectangles()
691 rView.SortMarkedObjects(); in collectRectangles()
692 const sal_uInt32 nCount = rView.GetMarkedObjectCount(); in collectRectangles()
695 const SdrMark* pM = rView.GetSdrMarkByIndex(i); in collectRectangles()
698 …SortRectangles.insert(TRectangleMap::value_type(aObjRect,TRectangleMap::mapped_type(pObj,&rView))); in collectRectangles()
1004 OSectionView& rView( _rhs->getReportSection().getSectionView() ); in operator ()() local
1008 rView.EndDragObj( m_bCopy ); in operator ()()
1011 if ( rView.IsAction() ) in operator ()()
1012 rView.EndAction ( ); in operator ()()
[all …]
/AOO41X/main/slideshow/source/engine/slide/
H A Dslideimpl.cxx145 virtual SlideBitmapSharedPtr getCurrentSlideBitmap( const UnoViewSharedPtr& rView ) const;
150 virtual void viewAdded( const UnoViewSharedPtr& rView );
151 virtual void viewRemoved( const UnoViewSharedPtr& rView );
152 virtual void viewChanged( const UnoViewSharedPtr& rView );
186 const UnoViewSharedPtr& rView,
315 void operator()( const UnoViewSharedPtr& rView ) in operator ()() argument
318 rView->clearAll(); in operator ()()
320 SlideBitmapSharedPtr pBitmap( mrSlide.getCurrentSlideBitmap( rView ) ); in operator ()()
321 ::cppcanvas::CanvasSharedPtr pCanvas( rView->getCanvas() ); in operator ()()
323 const ::basegfx::B2DHomMatrix aViewTransform( rView->getTransformation() ); in operator ()()
[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()
241 void LayerManager::viewChanged( const UnoViewSharedPtr& rView ) in viewChanged() argument
[all …]
/AOO41X/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()
190 maTransitions.push_back( new TransitionViewPair( rTransition, rView ) ); in addTransition()
212 virtual void viewAdded( const UnoViewSharedPtr& rView ) in viewAdded() argument
215 SlideChangeBase::viewAdded( rView ); in viewAdded()
222 if( (*aCurrView)->mpView == rView ) { in viewAdded()
232 addTransition( rView ); in viewAdded()
236 virtual void viewRemoved( const UnoViewSharedPtr& rView ) in viewRemoved() argument
[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()
/AOO41X/main/svx/source/sdr/contact/
H A Dviewobjectcontactofsdrpage.cxx144 const SdrView& rView = pPageView->GetView(); in createPrimitive2DSequence() local
147 if(rView.IsPageVisible()) in createPrimitive2DSequence()
359 const SdrView& rView = pSdrPageView->GetView(); in isPrimitiveVisible() local
361 if(!rView.IsPageVisible() && rView.IsPageBorderVisible()) in isPrimitiveVisible()
499 const SdrView& rView = pSdrPageView->GetView(); in isPrimitiveVisible() local
501 if(!rView.IsGridVisible()) in isPrimitiveVisible()
512 … if(static_cast< ViewContactOfGrid& >(GetViewContact()).getFront() != (bool)rView.IsGridFront()) 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()
[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()
/AOO41X/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.cxx314 basegfx::B2DRange RehearseTimingsActivity::calcSpriteRectangle( UnoViewSharedPtr const& rView ) con… in calcSpriteRectangle()
316 const Reference<rendering::XBitmap> xBitmap( rView->getCanvas()->getUNOCanvas(), in calcSpriteRectangle()
327 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
[all …]
H A Dunoviewcontainer.cxx48 bool UnoViewContainer::addView( const UnoViewSharedPtr& rView ) in addView() argument
58 ::boost::cref( rView->getUnoView() ), in addView()
68 maViews.push_back( rView ); in addView()
113 bool UnoViewContainer::removeView( const UnoViewSharedPtr& rView ) in removeView() argument
120 rView )) == aEnd ) in removeView()
128 rView ) == 1, in removeView()
/AOO41X/main/svx/source/tbxctrls/
H A Dgrafctrl.cxx849 void SvxGrafAttrHelper::ExecuteGrafAttr( SfxRequest& rReq, SdrView& rView ) in ExecuteGrafAttr() argument
851 SfxItemPool& rPool = rView.GetModel()->GetItemPool(); in ExecuteGrafAttr()
854 const bool bUndo = rView.IsUndoEnabled(); in ExecuteGrafAttr()
858 aUndoStr = rView.GetDescriptionOfMarkedObjects(); in ExecuteGrafAttr()
961 const SdrMarkList& rMarkList = rView.GetMarkedObjectList(); in ExecuteGrafAttr()
1078 rView.SetMarkedObjRect( aNewRect ); in ExecuteGrafAttr()
1083 rView.BegUndo( aUndoStr ); in ExecuteGrafAttr()
1084rView.AddUndo( rView.GetModel()->GetSdrUndoFactory().CreateUndoGeoObject( *pObj ) ); in ExecuteGrafAttr()
1087 rView.SetAttributes( aSet ); in ExecuteGrafAttr()
1090 rView.EndUndo(); in ExecuteGrafAttr()
[all …]
/AOO41X/main/sw/source/ui/dialog/
H A DSwSpellDialogChildWindow.cxx706 SwView& rView = rShell.GetView(); in MakeTextSelection_Impl() local
721 rView.AttrChangedNotify(&rShell); in MakeTextSelection_Impl()
731 rView.AttrChangedNotify(&rShell); in MakeTextSelection_Impl()
740 rView.GetDrawFuncPtr()->BreakCreate(); in MakeTextSelection_Impl()
741 rView.AttrChangedNotify(&rShell); in MakeTextSelection_Impl()
743 else if ( rShell.HasSelection() || rView.IsDrawMode() ) in MakeTextSelection_Impl()
753 rView.LeaveDrawCreate(); in MakeTextSelection_Impl()
757 SfxBindings& rBind = rView.GetViewFrame()->GetBindings(); in MakeTextSelection_Impl()
760 rView.AttrChangedNotify(&rShell); in MakeTextSelection_Impl()
778 SwView& rView = rSh.GetView(); in FindNextDrawTextError_Impl() local
[all …]
/AOO41X/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()
149 uno::Reference< frame::XModel > xModel = rView.GetDocShell()->GetBaseModel(); 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()
371 SfxItemSet aSet( rView.GetDocShell()->GetDoc()->GetAttrPool() ); in IMPL_LINK()
401 SwWrtShell &rSh = rView.GetWrtShell(); in DrawSample()
[all …]
/AOO41X/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()
/AOO41X/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()
/AOO41X/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 …]

1234567