Lines Matching refs:pOutlView
450 OutlinerView* pOutlView=pGivenView; in ImpMakeOutlinerView() local
452 if (pOutlView==NULL) pOutlView=new OutlinerView(pTextEditOutliner,pWin); in ImpMakeOutlinerView()
453 else pOutlView->SetWindow(pWin); in ImpMakeOutlinerView()
455 sal_uIntPtr nStat=pOutlView->GetControlWord(); in ImpMakeOutlinerView()
462 pOutlView->SetInvalidateMore(nPixSiz); in ImpMakeOutlinerView()
464 pOutlView->SetControlWord(nStat); in ImpMakeOutlinerView()
465 pOutlView->SetBackgroundColor( aBackground ); in ImpMakeOutlinerView()
468 pOutlView->SetAnchorMode((EVAnchorMode)(pText->GetOutlinerViewAnchorMode())); in ImpMakeOutlinerView()
471 pOutlView->SetOutputArea(aTextEditArea); in ImpMakeOutlinerView()
473 ImpInvalidateOutlinerView(*pOutlView); in ImpMakeOutlinerView()
474 return pOutlView; in ImpMakeOutlinerView()
726 … OutlinerView* pOutlView = ImpMakeOutlinerView((Window*)(&rOutDev), !bEmpty, 0L); in SdrBeginTextEdit() local
727 pTextEditOutliner->InsertView(pOutlView, (sal_uInt16)i); in SdrBeginTextEdit()
1811 OutlinerView* pOutlView=ImpMakeOutlinerView((Window*)pNewWin,sal_False,NULL); in AddWindowToPaintView() local
1812 pTextEditOutliner->InsertView(pOutlView); in AddWindowToPaintView()