Home
last modified time | relevance | path

Searched refs:pOlView (Results 1 – 13 of 13) sorted by relevance

/AOO41X/main/sd/source/ui/view/
H A Doutlnvsh.cxx158 pOlView = new OutlineView(GetDocSh(), GetActiveWindow(), this); in Construct()
159 mpView = pOlView; // Pointer der Basisklasse ViewShell in Construct()
168 ::Outliner* pOutl = pOlView->GetOutliner(); in Construct()
221 pOlView(NULL), in OutlineViewShell()
251 delete pOlView; in ~OutlineViewShell()
285 if (pOlView) in Paint()
287 pOlView->Paint(rRect, pWin); in Paint()
315 OutlinerView* pOutlinerView = pOlView->GetViewByWindow(pWindow); in ArrangeGUIElements()
326 Size(pOlView->GetPaperWidth(), in ArrangeGUIElements()
327 pOlView->GetOutliner()->GetTextHeight())); in ArrangeGUIElements()
[all …]
H A Doutlnvs2.cxx91 OutlinerView* pOutlinerView = pOlView->GetViewByWindow( GetActiveWindow() ); in FuTemporary()
120 … SetCurrentFunction( FuScale::Create( this, GetActiveWindow(), pOlView, GetDoc(), rReq ) ); in FuTemporary()
153 SetCurrentFunction( FuZoom::Create(this, GetActiveWindow(), pOlView, GetDoc(), rReq) ); in FuTemporary()
231 ::Outliner* pOutl = pOlView->GetOutliner(); in FuTemporary()
244 pOlView->PrepareClose(); in FuTemporary()
287 … SetCurrentFunction( FuTemplate::Create( this, GetActiveWindow(), pOlView, GetDoc(), rReq ) ); in FuTemporary()
297 … SetCurrentFunction( FuSlideShowDlg::Create( this, GetActiveWindow(), pOlView, GetDoc(), rReq ) ); in FuTemporary()
304 … SetCurrentFunction( FuCustomShowDlg::Create( this, GetActiveWindow(), pOlView, GetDoc(), rReq ) ); in FuTemporary()
337 aGuard.reset( new OutlineViewModelChangeGuard(*pOlView) ); in FuTemporaryModify()
341 OutlinerView* pOutlinerView = pOlView->GetViewByWindow( GetActiveWindow() ); in FuTemporaryModify()
[all …]
H A Doutlview.cxx292 OutlinerView* pOlView = GetViewByWindow(pWin); in Paint() local
294 if (pOlView) in Paint()
296 pOlView->HideCursor(); in Paint()
297 pOlView->Paint(rRect); in Paint()
299 pOlView->ShowCursor(mbFirstPaint); in Paint()
459 OutlinerView* pOlView = NULL; in GetViewByWindow() local
466 pOlView = mpOutlinerView[nView]; in GetViewByWindow()
470 return (pOlView); in GetViewByWindow()
761 OutlinerView* pOlView = GetViewByWindow(pActWin); in IMPL_LINK() local
762 List* pList = pOlView->CreateSelectionList(); in IMPL_LINK()
[all …]
H A Ddrviewsf.cxx781 OutlinerView* pOlView = mpDrawView->GetTextEditOutlinerView(); in GetSelectionText() local
783 if (pOl && pOlView) in GetSelectionText()
787 ESelection aSel = pOlView->GetSelection(); in GetSelectionText()
796 aStrSelection = pOlView->GetSelected(); in GetSelectionText()
815 OutlinerView* pOlView = mpDrawView->GetTextEditOutlinerView(); in HasSelection() local
817 if (pOlView && pOlView->GetSelected().Len() != 0) in HasSelection()
H A Dviewshel.cxx1154 OutlineView* pOlView = dynamic_cast< OutlineView* >( pView ); in ImpGetUndoManager() local
1155 if( pOlView ) in ImpGetUndoManager()
1157 ::Outliner* pOutl = pOlView->GetOutliner(); in ImpGetUndoManager()
H A Ddrviewsb.cxx472 OutlinerView* pOlView = mpDrawView->GetTextEditOutlinerView(); in FuTemp02() local
474 if (pOlView) in FuTemp02()
H A Ddrviews7.cxx935 OutlinerView* pOlView = mpDrawView->GetTextEditOutlinerView(); in GetMenuState() local
965 if (pOlView) in GetMenuState()
967 if ( pOlView->GetSelected().Len() == 0 ) in GetMenuState()
/AOO41X/main/sc/source/ui/view/
H A Dgridwin3.cxx310 OutlinerView* pOlView = pDrView->GetTextEditOutlinerView(); in DrawAfterScroll() local
311 if (pOlView && pOlView->GetWindow() == this) in DrawAfterScroll()
312 pOlView->ShowCursor(sal_False); // ist beim Scrollen weggekommen in DrawAfterScroll()
350 OutlinerView* pOlView = pDrView->GetTextEditOutlinerView(); in GetEditObject() local
351 if (pOlView && pOlView->GetWindow() == this) in GetEditObject()
H A Dgridwin.cxx2711 OutlinerView* pOlView = pSdrView->GetTextEditOutlinerView(); in Command() local
2712 if ( pOlView && pOlView->GetWindow() == this ) in Command()
2714 pOlView->Command( rCEvt ); in Command()
2759 OutlinerView* pOlView = pSdrView->GetTextEditOutlinerView(); in Command() local
2760 if ( pOlView && pOlView->GetWindow() == this ) in Command()
2762 pOlView->Command( rCEvt ); in Command()
3015 OutlinerView* pOlView = pDrawView->GetTextEditOutlinerView(); in SelectForContextMenu() local
3016 Rectangle aOutputArea = pOlView->GetOutputArea(); in SelectForContextMenu()
3021 Outliner* pOutliner = pOlView->GetOutliner(); in SelectForContextMenu()
3023 Rectangle aVisArea = pOlView->GetVisArea(); in SelectForContextMenu()
[all …]
/AOO41X/main/sd/source/ui/func/
H A Dfuoutl.cxx69 OutlinerView* pOlView = in Command() local
71 DBG_ASSERT (pOlView, "keine OutlinerView gefunden"); in Command()
73 if (pOlView) in Command()
75 pOlView->Command(rCEvt); // liefert leider keinen Returnwert in Command()
H A Dfuinsfil.cxx759 OutlineView* pOlView = static_cast<OutlineView*>(mpView); in InsSDDinOlMode() local
762 pOlView->PrepareClose(); in InsSDDinOlMode()
767 ::Outliner* pOutliner = pOlView->GetViewByWindow(mpWindow)->GetOutliner(); in InsSDDinOlMode()
785 pOlView->FillOutliner(); in InsSDDinOlMode()
H A Dfuprobjs.cxx98 OutlineView* pOlView = static_cast<OutlineView*>(pOutlineViewShell->GetView()); in DoExecute() local
99 OutlinerView* pOutlinerView = pOlView->GetViewByWindow( (Window*) mpWindow ); in DoExecute()
/AOO41X/main/sd/source/ui/inc/
H A DOutlineViewShell.hxx164 OutlineView* pOlView; member in sd::OutlineViewShell