Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/view/
H A Doutlnvsh.cxx221 pOlView(NULL), in OutlineViewShell()
251 delete pOlView; in ~OutlineViewShell()
285 if (pOlView) in Paint()
510 if( pOlView && ( in FuSupport()
536 else if (pOlView) in FuSupport()
538 pOlView->DoCut(); in FuSupport()
551 else if (pOlView) in FuSupport()
568 else if (pOlView) in FuSupport()
579 if( pOlView ) in FuSupport()
1217 return pOlView == NULL || pOlView->PrepareClose(bUI); in PrepareClose()
[all …]
H A Doutlnvs2.cxx231 ::Outliner* pOutl = pOlView->GetOutliner(); in FuTemporary()
244 pOlView->PrepareClose(); in FuTemporary()
337 aGuard.reset( new OutlineViewModelChangeGuard(*pOlView) ); in FuTemporaryModify()
463 pOlView->SetSelectedPages(); in FuTemporaryModify()
465 pOlView->GetOutliner()->Clear(); in FuTemporaryModify()
466 pOlView->FillOutliner(); in FuTemporaryModify()
467 pOlView->GetActualPage(); in FuTemporaryModify()
474 pOlView->SetSelectedPages(); in FuTemporaryModify()
476 pOlView->GetOutliner()->Clear(); in FuTemporaryModify()
477 pOlView->FillOutliner(); 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()
1265 if (pOlView) in SetAttributes()
1267 pOlView->SetAttribs(rSet); in SetAttributes()
[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.cxx486 OutlinerView* pOlView = mpDrawView->GetTextEditOutlinerView(); in FuTemp02() local
488 if (pOlView) in FuTemp02()
H A Ddrviews7.cxx942 OutlinerView* pOlView = mpDrawView->GetTextEditOutlinerView(); in GetMenuState() local
972 if (pOlView) in GetMenuState()
974 if ( pOlView->GetSelected().Len() == 0 ) in GetMenuState()
/trunk/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.cxx2726 OutlinerView* pOlView = pSdrView->GetTextEditOutlinerView(); in Command() local
2727 if ( pOlView && pOlView->GetWindow() == this ) in Command()
2729 pOlView->Command( rCEvt ); in Command()
2774 OutlinerView* pOlView = pSdrView->GetTextEditOutlinerView(); in Command() local
2775 if ( pOlView && pOlView->GetWindow() == this ) in Command()
2777 pOlView->Command( rCEvt ); in Command()
3030 OutlinerView* pOlView = pDrawView->GetTextEditOutlinerView(); in SelectForContextMenu() local
3031 Rectangle aOutputArea = pOlView->GetOutputArea(); in SelectForContextMenu()
3036 Outliner* pOutliner = pOlView->GetOutliner(); in SelectForContextMenu()
3038 Rectangle aVisArea = pOlView->GetVisArea(); in SelectForContextMenu()
[all …]
/trunk/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()
/trunk/main/sd/source/ui/inc/
H A DOutlineViewShell.hxx164 OutlineView* pOlView; member in sd::OutlineViewShell

Completed in 84 milliseconds