Home
last modified time | relevance | path

Searched refs:pOutlView (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sw/source/ui/lingu/
H A Dsdrhhcwrap.cxx66 pOutlView( NULL ), in SdrHHCWrapper()
82 pOutlView = new OutlinerView( this, &(pView->GetEditWin()) ); 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()
118pOutlView->StartTextConversion( nSourceLang, nTargetLang, pTargetFont, nOptions, bIsInteractive, s… in StartTextConversion()
132 pOutlView->SetOutputArea( Rectangle( Point(), Size(1, 1) ) ); in ConvertNextDocument()
[all …]
H A Dsdrhhcwrap.hxx41 OutlinerView* pOutlView; member in SdrHHCWrapper
/trunk/main/sd/source/ui/func/
H A Dfuparagr.cxx80 OutlinerView* pOutlView = mpView->GetTextEditOutlinerView(); in DoExecute() local
102 if( pOutlView && pOutliner ) in DoExecute()
104 ESelection eSelection = pOutlView->GetSelection(); in DoExecute()
136 if( pOutlView && pOutliner ) in DoExecute()
138 ESelection eSelection = pOutlView->GetSelection(); in DoExecute()
H A Dfuthes.cxx112 const OutlinerView* pOutlView = mpView->GetTextEditOutlinerView(); in DoExecute() local
114 if ( pTextObj && pOutliner && pOutlView ) in DoExecute()
129 EESpellState eState = ( (OutlinerView*) pOutlView)->StartThesaurus(); in DoExecute()
141 OutlinerView* pOutlView = pOutliner->GetView(0); in DoExecute() local
156 EESpellState eState = pOutlView->StartThesaurus(); in DoExecute()
/trunk/main/svx/source/svdraw/
H A Dsvdedxv.cxx450 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()
471 pOutlView->SetOutputArea(aTextEditArea); in ImpMakeOutlinerView()
473 ImpInvalidateOutlinerView(*pOutlView); in ImpMakeOutlinerView()
474 return pOutlView; in ImpMakeOutlinerView()
[all …]
/trunk/main/sw/source/ui/dialog/
H A DSwSpellDialogChildWindow.cxx823 … OutlinerView* pOutlView = new OutlinerView( &aTmpOutliner, &(rView.GetEditWin()) ); in FindNextDrawTextError_Impl() local
824pOutlView->GetOutliner()->SetRefDevice( rSh.getIDocumentDeviceAccess()->getPrinter( false ) ); in FindNextDrawTextError_Impl()
825 aTmpOutliner.InsertView( pOutlView ); in FindNextDrawTextError_Impl()
829 pOutlView->SetOutputArea( aRect ); in FindNextDrawTextError_Impl()
833 aTmpOutliner.RemoveView( pOutlView ); in FindNextDrawTextError_Impl()
834 delete pOutlView; in FindNextDrawTextError_Impl()
/trunk/main/sd/source/ui/docshell/
H A Ddocshell.cxx586 sd::OutlineView* pOutlView = dynamic_cast< sd::OutlineView* >( pView ); in ClearUndoBuffer() local
587 if( pOutlView ) in ClearUndoBuffer()
589 SdrOutliner* pOutliner = pOutlView->GetOutliner(); in ClearUndoBuffer()
/trunk/main/sd/source/ui/view/
H A Doutlnvsh.cxx581 OutlinerView* pOutlView = pOlView->GetViewByWindow(GetActiveWindow()); in FuSupport() local
582 if (pOutlView) in FuSupport()
588 pOutlView->PostKeyEvent(aKEvt); in FuSupport()

Completed in 59 milliseconds