Home
last modified time | relevance | path

Searched refs:mpView (Results 1 – 25 of 116) sorted by relevance

12345

/trunk/main/sd/source/ui/func/
H A Dfusel.cxx147 mpView->UnmarkAllPoints(); in ~FuSelection()
179 if ( mpView->IsAction() ) in MouseButtonDown()
182 mpView->BckAction(); in MouseButtonDown()
196 && !mpView->IsAction() in MouseButtonDown()
197 && (mpView->IsFrameDragSingles() || !mpView->HasMarkablePoints())) in MouseButtonDown()
673 if( !mpView ) in MouseButtonUp()
680 if (mpView->IsFrameDragSingles() || !mpView->HasMarkablePoints()) in MouseButtonUp()
699 mpView->EndDragObj( mpView->IsDragWithCopy() ); in MouseButtonUp()
853 !mpView->IsCrookAllowed( mpView->IsCrookNoContortion() ) ) || in MouseButtonUp()
855 !mpView->IsShearAllowed() && !mpView->IsDistortAllowed() ) || in MouseButtonUp()
[all …]
H A Dfudraw.cxx106 mpView->BrkAction(); in ~FuDraw()
136 if (mpView->IsDragObj()) in MouseButtonDown()
258 if (mpView->IsDragObj()) in MouseMove()
270 if (mpView->IsAction()) in MouseMove()
346 if (mpView->IsAction()) in MouseMove()
474 if ( mpView->GetMarkableObjCount() > 1 && mpView->AreObjectsMarked() ) in KeyInput()
485 mpView->MakeVisible(mpView->GetAllMarkedRect(), *mpWindow); in KeyInput()
504 mpView->MakeVisible(mpView->GetAllMarkedRect(), *mpWindow); in KeyInput()
523 mpView->MakeVisible(mpView->GetAllMarkedRect(), *mpWindow); in KeyInput()
1104 mpView->BrkAction(); in cancel()
[all …]
H A Dfutext.cxx172 if(mpView) in disposing()
348 mpView->UnmarkAll(); in MouseButtonDown()
530 mpView->MovAction(aPnt); in MouseMove()
676 if( (mpView && mpView->MouseButtonUp(rMEvt, mpWindow)) || rMEvt.GetClicks() == 2 ) in MouseButtonUp()
699 if( mpView && mpView->IsDragObj()) in MouseButtonUp()
713 mpView->EndDragObj( mpView->IsDragWithCopy() ); in MouseButtonUp()
728 else if( mpView && mpView->IsCreateObj() && rMEvt.IsLeft()) in MouseButtonUp()
800 else if ( mpView && mpView->IsAction()) in MouseButtonUp()
802 mpView->EndAction(); in MouseButtonUp()
809 if ( mpView && !mpView->AreObjectsMarked() && in MouseButtonUp()
[all …]
H A Dfuediglu.cxx99 mpView->BrkAction(); in ~FuEditGluePoints()
100 mpView->UnmarkAllGluePoints(); in ~FuEditGluePoints()
116 if (mpView->IsAction()) in MouseButtonDown()
119 mpView->BckAction(); in MouseButtonDown()
200 mpView->UnmarkAllObj(); in MouseButtonDown()
260 if (mpView->IsAction()) in MouseMove()
265 mpView->MovAction(aPnt); in MouseMove()
285 if (mpView->IsAction()) in MouseButtonUp()
288 mpView->EndAction(); in MouseButtonUp()
306 mpView->UnmarkAllObj(); in MouseButtonUp()
[all …]
H A Dfupoor.cxx91 : mpView(pView), in FuPoor()
182 if ( !mpView->IsDragHelpLine() && !mpView->IsSetPageOrg() && in ForceScroll()
297 mpView->UnMarkAll(); in IMPL_LINK_INLINE_END()
298 mpView->MarkObj(pCandidate, mpView->GetSdrPageView()); in IMPL_LINK_INLINE_END()
800 mpView->MakeVisible(mpView->GetAllMarkedRect(), *mpWindow); in IMPL_LINK_INLINE_END()
942 mpView->UnMarkAll(); in IMPL_LINK_INLINE_END()
943 mpView->MarkObj(pCandidate, mpView->GetSdrPageView()); in IMPL_LINK_INLINE_END()
983 if (mpView) in DoCut()
997 if (mpView) in DoCopy()
1011 if (mpView) in DoPaste()
[all …]
H A Dfuconstr.cxx89 if ( mpView->IsAction() ) in MouseButtonDown()
118 mpView->UnmarkAll(); in MouseButtonDown()
147 if ( mpView->IsAction() ) in MouseMove()
150 mpView->MovAction(aPnt); in MouseMove()
176 if ( mpView && mpView->IsDragObj() ) in MouseButtonUp()
187 mpView->EndDragObj( mpView->IsDragWithCopy() ); in MouseButtonUp()
189 else if ( mpView && mpView->IsMarkObj() ) in MouseButtonUp()
191 mpView->EndMarkObj(); in MouseButtonUp()
198 if ( mpView && !mpView->IsAction() ) in MouseButtonUp()
209 if (!mpView->PickObj(aPnt, mpView->getHitTolLog(), pObj, pPV)) in MouseButtonUp()
[all …]
H A Dfuformatpaintbrush.cxx82 if( mpView ) in DoExecute()
106 if(mpView&&mpWindow) in MouseButtonDown()
130 unmarkimpl( mpView ); in MouseButtonDown()
136 unmarkimpl( mpView ); in MouseButtonDown()
147 unmarkimpl( mpView ); in MouseButtonDown()
163 if( mpWindow && mpView ) in MouseMove()
165 if ( mpView->IsTextEdit() ) in MouseMove()
188 if( mpItemSet.get() && mpView && mpView->AreObjectsMarked() ) in MouseButtonUp()
231 mpView->SetQuickTextEditMode(sal_True); in Activate()
240 mpView->SetQuickTextEditMode(sal_False); in Deactivate()
[all …]
H A Dfuolbull.cxx92 mpView->GetAttributes( aEditAttr ); in DoExecute()
115 if (mpView->ISA(OutlineView)) in DoExecute()
117 pOLV = static_cast<OutlineView*>(mpView) in DoExecute()
145 mpView->SetAttributes(*pArgs); in DoExecute()
155 if (!mpDoc || !mpView) in SetCurrentBulletsNumbering()
175 mpView->GetAttributes( aEditAttr ); in SetCurrentBulletsNumbering()
184 SdrObject* pObj = mpView->GetTextEditObject(); in SetCurrentBulletsNumbering()
263 if (mpView->ISA(OutlineView)) in SetCurrentBulletsNumbering()
265 pOLV = static_cast<OutlineView*>(mpView) in SetCurrentBulletsNumbering()
305 mpView->SetAttributes(aSetAttr); in SetCurrentBulletsNumbering()
[all …]
H A Dfucopy.cxx79 if( mpView->AreObjectsMarked() ) in DoExecute()
85 mpView->BegUndo( aString ); in DoExecute()
96 mpView->GetAttributes( aAttr ); in DoExecute()
133 mpView->EndUndo(); in DoExecute()
204 aRect = mpView->GetAllMarkedRect(); in DoExecute()
230 mpView->SetAttributes( aNewSet ); in DoExecute()
234 mpView->CopyMarked(); in DoExecute()
255 if( mpView->IsResizeAllowed() ) in DoExecute()
258 if( mpView->IsRotateAllowed() ) in DoExecute()
261 if( mpView->IsMoveAllowed() ) in DoExecute()
[all …]
H A Dfuconbez.cxx117 mpView->SetEditMode(SDREDITMODE_EDIT); in MouseButtonDown()
121 mpView->SetEditMode(SDREDITMODE_CREATE); in MouseButtonDown()
144 mpView->MouseButtonDown(rMEvt, mpWindow); in MouseButtonDown()
146 SdrObject* pObj = mpView->GetCreateObj(); in MouseButtonDown()
187 if (mpView->IsInsObjPoint()) in MouseButtonUp()
189 mpView->EndInsObjPoint(SDRCREATE_FORCEEND); in MouseButtonUp()
193 mpView->MouseButtonUp(rMEvt, mpWindow); in MouseButtonUp()
243 mpView->DeleteMarked(); in MouseButtonUp()
330 mpView->SetCurrentObj((sal_uInt16)eKind); in Activate()
361 *mpView); in SelectionHasChanged()
[all …]
H A Dfucon3d.cxx113 mpView->Get3DDefaultAttributes(), in ImpCreateBasic3DShape()
122 mpView->Get3DDefaultAttributes(), in ImpCreateBasic3DShape()
273 aCamera.SetFocalLength(mpView->GetDefaultCamFocal()); in ImpPrepareBasic3DShape()
329 if ( rMEvt.IsLeft() && !mpView->IsAction() ) in MouseButtonDown()
342 E3dScene* pScene = mpView->SetCurrent3DObj(p3DObj); in MouseButtonDown()
348 SdrObject* pObj = mpView->GetCreateObj(); in MouseButtonDown()
386 if ( mpView->IsCreateObj() && rMEvt.IsLeft() ) in MouseButtonUp()
389 mpView->EndCreateObj(SDRCREATE_FORCEEND); in MouseButtonUp()
423 mpView->SetCurrentObj(OBJ_NONE); in Activate()
470 double fDefaultCamPosZ = mpView->GetDefaultCamPosZ(); in CreateDefaultObject()
[all …]
H A Dfuconarc.cxx108 new SdrCircObj((SdrObjKind) mpView->GetCurrentObjIdentifier(), in DoExecute()
112 SdrPageView *pPV = mpView->GetSdrPageView(); in DoExecute()
114 mpView->InsertObjectAtView(pNewCircle, *pPV, SDRINSERT_SETDEFLAYER); in DoExecute()
128 if ( rMEvt.IsLeft() && !mpView->IsAction() ) in MouseButtonDown()
133 mpView->BegCreateObj(aPnt, (OutputDevice*) NULL, nDrgLog); in MouseButtonDown()
135 SdrObject* pObj = mpView->GetCreateObj(); in MouseButtonDown()
173 if ( mpView->IsCreateObj() && rMEvt.IsLeft() ) in MouseButtonUp()
179 if (mpView->EndCreateObj(SDRCREATE_NEXTPOINT) ) in MouseButtonUp()
181 if (nCount != mpView->GetSdrPageView()->GetObjList()->GetObjCount()) in MouseButtonUp()
257 mpView->SetCurrentObj((sal_uInt16)aObjKind); in Activate()
[all …]
H A Dfuconrec.cxx193 mpView->UnmarkAll(); in DoExecute()
207 if ( rMEvt.IsLeft() && !mpView->IsAction() ) in MouseButtonDown()
225 SdrObject* pObj = mpView->GetCreateObj(); in MouseButtonDown()
263 if(mpView->IsCreateObj() && rMEvt.IsLeft()) in MouseButtonUp()
265 SdrObject* pObj = mpView->GetCreateObj(); in MouseButtonUp()
340 mpView->SetGlueVisible(); in Activate()
412 mpView->SetGlueVisible(); in Activate()
423 mpView->SetCurrentObj((sal_uInt16)aObjKind); in Activate()
472 mpView->SetGlueVisible( sal_False ); in Deactivate()
670 mpView->GetAttributes( aSet ); in SetLineEnds()
[all …]
/trunk/main/sd/source/ui/view/
H A Ddrbezob.cxx91 mpView(pSdView), in BezierObjectBar()
97 SetRepeatTarget(mpView); in BezierObjectBar()
142 if(!mpView->IsMoveAllowed() || !mpView->IsResizeAllowed()) in GetAttrState()
164 pIPPEC = mpView; in GetAttrState()
224 if(pIPPEC == mpView) in GetAttrState()
256 pIPPEC = mpView; in Execute()
303 mpView->UnmarkAllPoints(); in Execute()
306 mpView->AddUndo(mpView->GetModel()->GetSdrUndoFactory().CreateUndoGeoObject(*pPathObj)); in Execute()
311 mpView->EndUndo(); in Execute()
317 if( (pIPPEC == mpView) && !mpView->AreObjectsMarked() ) in Execute()
[all …]
H A Ddrtxtob.cxx113 mpView( pSdView ) in TextObjectBar()
117 if( mpView ) in TextObjectBar()
126 SdDrawDocument* pDoc = mpView->GetDoc(); in TextObjectBar()
159 SfxItemSet aCharAttrSet( mpView->GetDoc()->GetPool() ); in GetCharState()
160 mpView->GetAttributes( aCharAttrSet ); in GetCharState()
194 mpView->GetAttributes( aAttrSet ); in GetAttrState()
214 sal_uInt16 nScriptType = mpView->GetScriptType(); in GetAttrState()
222 if (mpView->ISA(OutlineView)) in GetAttrState()
273 if (mpView->ISA(OutlineView)) in GetAttrState()
407 if( mpView && mpView->GetTextEditOutlinerView() ) in GetAttrState()
[all …]
H A DOutliner.cxx147 mpView(NULL), in Outliner()
345 mpView->UnmarkAllObj (mpView->GetSdrPageView()); in EndSpelling()
346 mpView->SdrEndTextEdit(); in EndSpelling()
368 if(mpView && mpView->ISA(OutlineView)) in EndSpelling()
383 mpView = NULL; in EndSpelling()
690 mpView = pViewShell->GetView(); in SearchAndReplaceOnce()
792 mpView->SdrEndTextEdit(); in DetectChange()
893 if (mpView != NULL) in RememberStartPosition()
993 mpView->UnmarkAllObj (mpView->GetSdrPageView()); in ProvideNextTextObject()
996 mpView->SdrEndTextEdit(); in ProvideNextTextObject()
[all …]
H A DGraphicObjectBar.cxx83 mpView ( pSdView ), in GraphicObjectBar()
91 SetRepeatTarget( mpView ); in GraphicObjectBar()
107 if( mpView ) in GetAttrState()
108 SvxGrafAttrHelper::GetGrafAttrState( rSet, *mpView ); in GetAttrState()
115 if( mpView ) in Execute()
117 SvxGrafAttrHelper::ExecuteGrafAttr( rReq, *mpView ); in Execute()
126 const SdrMarkList& rMarkList = mpView->GetMarkedObjectList(); in GetFilterState()
158 SdrPageView* pPageView = mpView->GetSdrPageView(); in ExecuteFilter()
163 String aStr( mpView->GetDescriptionOfMarkedObjects() ); in ExecuteFilter()
167 mpView->BegUndo( aStr ); in ExecuteFilter()
[all …]
H A Ddrtxtob1.cxx99 if (mpView->ISA(OutlineView)) in Execute()
102 pOLV = static_cast<OutlineView*>(mpView) in Execute()
114 SdDrawDocument* pDoc = mpView->GetDoc(); in Execute()
201 mpView->GetAttributes( aEditAttr ); in Execute()
231 mpView->SetAttributes( aNewAttrs ); in Execute()
283 mpView->SetAttributes( aEditAttr ); in Execute()
318 mpView->SdrEndTextEdit(); in Execute()
325 mpView->SetAttributes( aAttr ); in Execute()
364 mpView->GetAttributes( aEditAttr ); in Execute()
595 nScriptType = mpView->GetScriptType(); in Execute()
[all …]
/trunk/main/svx/source/accessibility/
H A DGraphCtlAccessibleContext.cxx90 mpView (NULL), in SvxGraphCtrlAccessibleContext()
226 if(mpView && mpView->GetSdrPageView()) in getAccessibleAtPoint()
632 if( NULL == mpView ) in selectAccessibleChild()
638 mpView->MarkObj( pObj, mpView->GetSdrPageView()); in selectAccessibleChild()
647 if( NULL == mpView ) in isAccessibleChildSelected()
659 if( NULL == mpView ) in clearAccessibleSelection()
671 if( NULL == mpView ) in selectAllAccessibleChildren()
717 if( mpView ) in deselectAccessibleChild()
789 mpView = pView; in setModelAndView()
819 mpView = NULL; in disposing()
[all …]
/trunk/main/sd/source/ui/accessibility/
H A DAccessibleViewForwarder.cxx44 : mpView (pView), in AccessibleViewForwarder()
49 for(sal_uInt32 a(0L); a < mpView->PaintWindowCount(); a++) in AccessibleViewForwarder()
85 if((sal_uInt32)mnWindowId < mpView->PaintWindowCount()) in GetVisibleArea()
103 OSL_ASSERT (mpView != NULL); in LogicToPixel()
104 if((sal_uInt32)mnWindowId < mpView->PaintWindowCount()) in LogicToPixel()
120 OSL_ASSERT (mpView != NULL); in LogicToPixel()
121 if((sal_uInt32)mnWindowId < mpView->PaintWindowCount()) in LogicToPixel()
139 OSL_ASSERT (mpView != NULL); in PixelToLogic()
140 if((sal_uInt32)mnWindowId < mpView->PaintWindowCount()) in PixelToLogic()
156 OSL_ASSERT (mpView != NULL); in PixelToLogic()
[all …]
/trunk/main/svx/source/unodraw/
H A Dunopage.cxx99 if( mpView ) in DBG_NAME()
110 , mpView( NULL ) in SvxDrawPage()
180 if( mpView ) in disposing()
182 delete mpView; in disposing()
183 mpView = NULL; in disposing()
501 mpView->GroupMarked(); in group()
503 mpView->AdjustMarkHdl(); in group()
512 mpView->HideSdrPage(); in group()
541 mpView->HideSdrPage(); in ungroup()
963 if( mpView ) in ChangeModel()
[all …]
H A Dunoshtxt.cxx100 SdrView* mpView; member in SvxTextEditSourceImpl
180 mpView ( NULL ), in SvxTextEditSourceImpl()
218 mpView ( &rView ), in SvxTextEditSourceImpl()
243 if( mpView ) in SvxTextEditSourceImpl()
318 if( mpView ) in ChangeModel()
321 mpView = 0; in ChangeModel()
422 if( mpView && mpView->GetTextEditOutliner() ) in Notify()
441 if( mpView && mpView->GetTextEditOutliner() ) in Notify()
514 if( mpView ) in dispose()
517 mpView = 0; in dispose()
[all …]
/trunk/main/svtools/source/contnr/
H A Dfileview.cxx563 ViewTabListBox_Impl* mpView; member in SvtFileView_Impl
657 mpView->EnableDelete( bEnable ); in EnableDelete()
1308 mpImp->mpView->ClearAll(); in OpenFolder()
1584 if ( mpImp && mpImp->mpView ) in GetFocus()
1641 mpImp->mpView->GrabFocus(); in SetFocus()
1914 mpView->EnableCellFocus(); in SvtFileView_Impl()
1924 mpView = NULL; in ~SvtFileView_Impl()
2043 mpView->ClearAll(); in GetFolderContent_Impl()
2192 mpView->ClearAll(); in OpenFolder_Impl()
2228 mpView->SetCursor( mpView->First(), sal_True ); in ResetCursor()
[all …]
/trunk/main/svx/source/table/
H A Dcelleditsource.cxx99 SdrView* mpView; member in sdr::table::CellEditSourceImpl
167 mpView ( NULL ), in CellEditSourceImpl()
189 mpView ( &rView ), in CellEditSourceImpl()
205 if( mpView ) in CellEditSourceImpl()
272 if( mpView ) in ChangeModel()
274 EndListening( *mpView ); in ChangeModel()
275 mpView = 0; in ChangeModel()
429 if( mpView ) in dispose()
431 EndListening( *mpView ); in dispose()
432 mpView = 0; in dispose()
[all …]
/trunk/main/sd/source/ui/tools/
H A DPreviewRenderer.cxx78 mpView(NULL), in PreviewRenderer()
260 if (mpView.get() == NULL) in Initialize()
275 mpView->ShowSdrPage(mpView->GetModel()->GetMasterPage(pPage->GetPageNum())); in Initialize()
324 mpView->HideSdrPage(); in Cleanup()
459 mpView.reset(); in ProvideView()
469 if (mpView.get() == NULL) in ProvideView()
473 mpView->SetPreviewRenderer(true); in ProvideView()
475 mpView->SetPageVisible(false); in ProvideView()
476 mpView->SetPageBorderVisible(true); in ProvideView()
477 mpView->SetBordVisible(false); in ProvideView()
[all …]

Completed in 144 milliseconds

12345