Searched refs:pOutlView (Results 1 – 8 of 8) sorted by relevance
/aoo4110/main/sw/source/ui/lingu/ |
H A D | sdrhhcwrap.cxx | 70 pOutlView( NULL ), in SdrHHCWrapper() 86 pOutlView = new OutlinerView( this, &(pView->GetEditWin()) ); 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() [all …]
|
H A D | sdrhhcwrap.hxx | 41 OutlinerView* pOutlView; member in SdrHHCWrapper
|
/aoo4110/main/sd/source/ui/func/ |
H A D | futhes.cxx | 112 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()
|
H A D | fuparagr.cxx | 80 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()
|
/aoo4110/main/svx/source/svdraw/ |
H A D | svdedxv.cxx | 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() 471 pOutlView->SetOutputArea(aTextEditArea); in ImpMakeOutlinerView() 473 ImpInvalidateOutlinerView(*pOutlView); in ImpMakeOutlinerView() 474 return pOutlView; in ImpMakeOutlinerView() [all …]
|
/aoo4110/main/sw/source/ui/dialog/ |
H A D | SwSpellDialogChildWindow.cxx | 825 … OutlinerView* pOutlView = new OutlinerView( &aTmpOutliner, &(rView.GetEditWin()) ); in FindNextDrawTextError_Impl() local 826 … pOutlView->GetOutliner()->SetRefDevice( rSh.getIDocumentDeviceAccess()->getPrinter( false ) ); in FindNextDrawTextError_Impl() 827 aTmpOutliner.InsertView( pOutlView ); in FindNextDrawTextError_Impl() 831 pOutlView->SetOutputArea( aRect ); in FindNextDrawTextError_Impl() 835 aTmpOutliner.RemoveView( pOutlView ); in FindNextDrawTextError_Impl() 836 delete pOutlView; in FindNextDrawTextError_Impl()
|
/aoo4110/main/sd/source/ui/docshell/ |
H A D | docshell.cxx | 586 sd::OutlineView* pOutlView = dynamic_cast< sd::OutlineView* >( pView ); in ClearUndoBuffer() local 587 if( pOutlView ) in ClearUndoBuffer() 589 SdrOutliner* pOutliner = pOutlView->GetOutliner(); in ClearUndoBuffer()
|
/aoo4110/main/sd/source/ui/view/ |
H A D | outlnvsh.cxx | 581 OutlinerView* pOutlView = pOlView->GetViewByWindow(GetActiveWindow()); in FuSupport() local 582 if (pOutlView) in FuSupport() 588 pOutlView->PostKeyEvent(aKEvt); in FuSupport()
|
Completed in 153 milliseconds