Home
last modified time | relevance | path

Searched refs:pView (Results 151 – 175 of 497) sorted by relevance

12345678910>>...20

/trunk/main/sc/source/ui/view/
H A Dgridwin3.cxx86 ScViewFunc* pView = pViewData->GetView(); in DrawMouseButtonUp() local
88 FuPoor* pDraw = pView->GetDrawFuncPtr(); in DrawMouseButtonUp()
95 SfxItemSet* pDrawBrush = pView->GetDrawBrushSet(); in DrawMouseButtonUp()
105 if ( !pView->IsPaintBrushLocked() ) in DrawMouseButtonUp()
106 pView->ResetBrushDocument(); // end paint brush mode if not locked in DrawMouseButtonUp()
/trunk/main/sd/source/ui/table/
H A Dtableobjectbar.cxx68 SfxShell* CreateTableObjectBar( ViewShell& rShell, ::sd::View* pView ) in CreateTableObjectBar() argument
70 return new TableObjectBar( &rShell, pView ); in CreateTableObjectBar()
154 SdrView* pView = mpView; in Execute() local
201 pView->AdjustMarkHdl(); in Execute()
/trunk/main/sd/source/ui/func/
H A Dfusnapln.cxx58 FuSnapLine::FuSnapLine(ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, in FuSnapLine() argument
60 FuPoor(pViewSh, pWin, pView, pDoc, rReq) in FuSnapLine()
64 FunctionReference FuSnapLine::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, Sd… in Create() argument
66 FunctionReference xFunc( new FuSnapLine( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
H A Dfuzoom.cxx66 ::sd::View* pView, in FuZoom() argument
69 : FuPoor(pViewSh, pWin, pView, pDoc, rReq), in FuZoom()
93 FunctionReference FuZoom::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDraw… in Create() argument
95 FunctionReference xFunc( new FuZoom( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
H A Dfuoltext.cxx101 ::sd::View* pView, SdDrawDocument* pDoc, in FuOutlineText() argument
103 : FuOutline(pViewShell, pWindow, pView, pDoc, rReq) in FuOutlineText()
107 FunctionReference FuOutlineText::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView,… in Create() argument
109 FunctionReference xFunc( new FuOutlineText( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
H A Dfusumry.cxx61 ::sd::View* pView, in FuSummaryPage() argument
64 : FuPoor(pViewSh, pWin, pView, pDoc, rReq) in FuSummaryPage()
68 FunctionReference FuSummaryPage::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView,… in Create() argument
70 FunctionReference xFunc( new FuSummaryPage( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
H A Dfuconarc.cxx66 ::sd::View* pView, in FuConstructArc() argument
69 : FuConstruct( pViewSh, pWin, pView, pDoc, rReq ) in FuConstructArc()
73 FunctionReference FuConstructArc::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView in Create() argument
76 FunctionReference xFunc( pFunc = new FuConstructArc( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
H A Dfuconcs.cxx94 ::sd::View* pView, in FuConstructCustomShape() argument
97 FuConstruct(pViewSh, pWin, pView, pDoc, rReq) in FuConstructCustomShape()
101 …tCustomShape::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDrawDocument* p… in Create() argument
104 FunctionReference xFunc( pFunc = new FuConstructCustomShape( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
H A Dfuhhconv.cxx73 ::sd::View* pView, in FuHangulHanjaConversion() argument
76 : FuPoor(pViewSh, pWin, pView, pDocument, rReq), in FuHangulHanjaConversion()
112 …jaConversion::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDrawDocument* p… in Create() argument
114 FunctionReference xFunc( new FuHangulHanjaConversion( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
H A Dfuexpand.cxx67 ::sd::View* pView, in FuExpandPage() argument
70 : FuPoor(pViewSh, pWin, pView, pDoc, rReq) in FuExpandPage()
74 FunctionReference FuExpandPage::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, … in Create() argument
76 FunctionReference xFunc( new FuExpandPage( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
H A Dfuoutl.cxx50 ::sd::View* pView, in FuOutline() argument
53 : FuPoor(pViewShell, pWindow, pView, pDoc, rReq), in FuOutline()
55 pOutlineView (static_cast<OutlineView*>(pView)) in FuOutline()
H A Dfusldlg.cxx62 ::sd::View* pView, in FuSlideShowDlg() argument
65 : FuPoor( pViewSh, pWin, pView, pDoc, rReq ) in FuSlideShowDlg()
69 FunctionReference FuSlideShowDlg::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView in Create() argument
71 FunctionReference xFunc( new FuSlideShowDlg( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx998 ::sd::View* pView = 0; in updateMotionPathTags()
1004 pView = xViewShell->GetView(); in updateMotionPathTags()
1007 if( IsVisible() && mpMainSequence.get() && pView ) in updateMotionPathTags()
1031 if( bChanges && pView ) in updateMotionPathTags()
1032 pView->updateHandles(); in updateMotionPathTags()
2133 DrawView* pView = pViewShell->GetDrawView(); in createPath() local
2134 if( pView ) in createPath()
2135 pView->UnmarkAllObj(); in createPath()
2537 if( pView ) in markShapesFromSelectedEffects()
2539 pView->UnmarkAllObj(); in markShapesFromSelectedEffects()
[all …]
/trunk/main/sfx2/source/view/
H A Dviewfrm2.cxx210 for ( SfxViewFrame *pView= GetFirst(pObjSh); in UpdateTitle() local
211 pView && nViews<2; in UpdateTitle()
212 pView = GetNext(*pView,pObjSh) ) in UpdateTitle()
213 if ( ( pView->GetFrameType() & SFXFRAME_HASTITLE ) && in UpdateTitle()
/trunk/main/sw/source/ui/uno/
H A Dunomailmerge.cxx427 SwView *pView = (SwView*) pFrame->GetViewShell(); in SwXMailMerge() local
428 pView->AttrChangedNotify( &pView->GetWrtShell() );//Damit SelectShell gerufen wird. in SwXMailMerge()
625 SwView *pView = PTR_CAST( SwView, pFrame->GetViewShell() ); in execute() local
626 if (!pView) in execute()
628 SwWrtShell &rSh = *pView->GetWrtShellPtr(); in execute()
634 if (pView && aCurDocumentURL.getLength()) in execute()
635 pView->AttrChangedNotify( &pView->GetWrtShell() );//Damit SelectShell gerufen wird. in execute()
/trunk/main/sw/source/ui/dbui/
H A Dmmlayoutpage.cxx135 SwView* pView = m_pWizard->GetSwView(); in SwMailMergeLayoutPage() local
141 uno::Reference< frame::XStorable > xStore( pView->GetDocShell()->GetModel(), uno::UNO_QUERY); in SwMailMergeLayoutPage()
272 SwFrmFmt* SwMailMergeLayoutPage::InsertAddressAndGreeting(SwView* pView, in InsertAddressAndGreeting() argument
278 pView->GetWrtShell().StartUndo(UNDO_INSERT); in InsertAddressAndGreeting()
285 pAddressBlockFormat = InsertAddressFrame( pView->GetWrtShell(), in InsertAddressAndGreeting()
293 InsertGreeting( pView->GetWrtShell(), rConfigItem, false); in InsertAddressAndGreeting()
296 pView->GetWrtShell().EndUndo(UNDO_INSERT); in InsertAddressAndGreeting()
/trunk/main/editeng/source/editeng/
H A Dimpedit5.cxx304 sal_Bool ImpEditEngine::Undo( EditView* pView ) in Undo() argument
308 SetActiveView( pView ); in Undo()
315 sal_Bool ImpEditEngine::Redo( EditView* pView ) in Redo() argument
319 SetActiveView( pView ); in Redo()
848 pView = 0; in IdleFormattter()
854 pView = 0; in ~IdleFormattter()
859 pView = pV; in DoIdleFormat()
H A Deditsel.cxx111 EditView* pView = 0; in GetCurView() local
113 pView = ((EditSelFunctionSet*)GetFunctionSet())->GetCurView(); in GetCurView()
115 return pView; in GetCurView()
/trunk/main/svx/source/svdraw/
H A Dsvdibrow.cxx1098 pView(&rView), in SdrItemBrowser()
1126 Window* pWin=ImpGetViewWin(*pView); in ForceParent()
1145 SfxItemSet aSet(pView->GetModel()->GetItemPool()); in Undirty()
1146 pView->GetAttributes(aSet); in Undirty()
1148 if(pView->AreObjectsMarked()) in Undirty()
1151 SfxItemSet a2ndSet(pView->GetModel()->GetItemPool()); in Undirty()
1152 pView->GetAttributes(a2ndSet, sal_True); in Undirty()
1174 SfxItemSet aSet(pView->GetModel()->GetItemPool()); in IMPL_LINK()
1175 pView->GetAttributes(aSet); in IMPL_LINK()
1282 pView->SetAttributes(aNewSet,bDel); in IMPL_LINK()
/trunk/main/slideshow/source/engine/
H A Dslideshowimpl.cxx1401 UnoViewSharedPtr const pView( createSlideView( in addView() local
1405 if (!maViewContainer.addView( pView )) in addView()
1415 pView->setViewSize( basegfx::B2DSize( slideSize.getX(), in addView()
1421 pView->clearAll(); in addView()
1424 maEventMultiplexer.notifyViewAdded( pView ); in addView()
1427 pView->setCursorShape( calcActiveCursor(mnCurrentCursor) ); in addView()
1443 UnoViewSharedPtr const pView( maViewContainer.removeView( xView ) ); in removeView() local
1444 if( !pView ) in removeView()
1448 maEventMultiplexer.notifyViewRemoved( pView ); in removeView()
1450 pView->_dispose(); in removeView()
/trunk/main/svx/source/table/
H A Dtablehandles.cxx162 SdrMarkView* pView = pHdlList->GetView(); in CreateB2dIAObject() local
163 SdrPageView* pPageView = pView->GetSdrPageView(); in CreateB2dIAObject()
276 SdrMarkView* pView = pHdlList->GetView(); in CreateB2dIAObject() local
277 SdrPageView* pPageView = pView->GetSdrPageView(); in CreateB2dIAObject()
/trunk/main/cui/source/tabpages/
H A Dlabdlg.cxx166 DBG_ASSERT( pView, "Keine gueltige View Uebergeben!" ); in Construct()
579 pView ( pSdrView ), in SvxCaptionTabDialog()
584 DBG_ASSERT( pView, "Keine gueltige View Uebergeben!" ); in SvxCaptionTabDialog()
616 ( (SvxPositionSizeTabPage&) rPage ).SetView( pView ); in PageCreated()
633 ( (SvxCaptionTabPage&) rPage ).SetView( pView ); in PageCreated()
/trunk/main/sd/source/ui/unoidl/
H A Dunomodel.cxx1558 pSdrPageView ( pView ), in ImplRenderPaintProc()
1903 pView->SetHlplVisible( sal_False ); in render()
1904 pView->SetGridVisible( sal_False ); in render()
1905 pView->SetBordVisible( sal_False ); in render()
1906 pView->SetPageVisible( sal_False ); in render()
1907 pView->SetGlueVisible( sal_False ); in render()
1920 SdrPageView* pPV = pView->GetSdrPageView(); in render()
1960 pView->SdrPaintView::CompleteRedraw( pOut, aRegion, &aImplRenderPaintProc ); in render()
2183 pView->MarkObj( pObj, pPV ); in render()
2188 pView->DrawMarkedObj(*pOut); in render()
[all …]
/trunk/main/sd/source/core/
H A Ddrawdoc3.cxx1085 ::sd::View* pView = new ::sd::View(this, (OutputDevice*) NULL); in InsertBookmarkAsObject()
1086 pView->EndListening(*this); in InsertBookmarkAsObject()
1135 bOK = pView->Paste(*pTmpDoc, aObjPos, pPage); in InsertBookmarkAsObject()
1143 delete pView; in InsertBookmarkAsObject()
1354 ::sd::View* pView = NULL; in RemoveUnnecessaryMasterPages()
1365 pView = mpDocSh->GetViewShell()->GetView(); in RemoveUnnecessaryMasterPages()
1422 if (pView) in RemoveUnnecessaryMasterPages()
1425 SdrPageView* pPgView = pView->GetSdrPageView(); in RemoveUnnecessaryMasterPages()
1431 pView->HideSdrPage(); in RemoveUnnecessaryMasterPages()
1432 pView->ShowSdrPage( GetSdPage( 0, PK_STANDARD ) ); in RemoveUnnecessaryMasterPages()
/trunk/main/cui/source/inc/
H A Dconnect.hxx72 const SdrView* pView; member in SvxConnectionPage
93 void SetView( const SdrView* pSdrView ) { pView = pSdrView; } in SetView()
108 const SdrView* pView );

Completed in 258 milliseconds

12345678910>>...20