Lines Matching refs:pOutlView
66 pOutlView( NULL ), in SdrHHCWrapper()
82 pOutlView = new OutlinerView( this, &(pView->GetEditWin()) ); in SdrHHCWrapper()
83 …pOutlView->GetOutliner()->SetRefDevice(pView->GetWrtShell().getIDocumentDeviceAccess()->getPrinter… in SdrHHCWrapper()
87 pOutlView->SetBackgroundColor( Color( COL_WHITE ) ); in SdrHHCWrapper()
90 InsertView( pOutlView ); in SdrHHCWrapper()
93 pOutlView->SetOutputArea( aRect ); in SdrHHCWrapper()
106 pOutlView->SetOutputArea( Rectangle( Point(), Size(1, 1) ) ); in ~SdrHHCWrapper()
111 RemoveView( pOutlView ); in ~SdrHHCWrapper()
112 delete pOutlView; in ~SdrHHCWrapper()
118 …pOutlView->StartTextConversion( nSourceLang, nTargetLang, pTargetFont, nOptions, bIsInteractive, s… in StartTextConversion()
132 pOutlView->SetOutputArea( Rectangle( Point(), Size(1, 1) ) ); in ConvertNextDocument()
168 pOutlView->SetOutputArea( Rectangle( Point(), Size(1,1))); in ConvertNextDocument()
173 …pSdrView->SdrBeginTextEdit(pTextObj, pPV, &pView->GetEditWin(), sal_False, this, pOutlView, sal_Tr… in ConvertNextDocument()