Lines Matching refs:pOutlView
70 pOutlView( NULL ), in SdrHHCWrapper()
86 pOutlView = new OutlinerView( this, &(pView->GetEditWin()) ); in SdrHHCWrapper()
87 …pOutlView->GetOutliner()->SetRefDevice(pView->GetWrtShell().getIDocumentDeviceAccess()->getPrinter… in SdrHHCWrapper()
91 pOutlView->SetBackgroundColor( Color( COL_WHITE ) ); in SdrHHCWrapper()
94 InsertView( pOutlView ); in SdrHHCWrapper()
97 pOutlView->SetOutputArea( aRect ); in SdrHHCWrapper()
110 pOutlView->SetOutputArea( Rectangle( Point(), Size(1, 1) ) ); in ~SdrHHCWrapper()
115 RemoveView( pOutlView ); in ~SdrHHCWrapper()
116 delete pOutlView; in ~SdrHHCWrapper()
122 …pOutlView->StartTextConversion( nSourceLang, nTargetLang, pTargetFont, nOptions, bIsInteractive, s… in StartTextConversion()
136 pOutlView->SetOutputArea( Rectangle( Point(), Size(1, 1) ) ); in ConvertNextDocument()
172 pOutlView->SetOutputArea( Rectangle( Point(), Size(1,1))); in ConvertNextDocument()
177 …pSdrView->SdrBeginTextEdit(pTextObj, pPV, &pView->GetEditWin(), sal_False, this, pOutlView, sal_Tr… in ConvertNextDocument()