| /aoo42x/main/sd/source/ui/view/ | 
| H A D | Outliner.cxx | 355         if (pOutlinerView != NULL)  in EndSpelling() 410         if (pOutlinerView != NULL)  in SpellNextDocument() 445         if (pOutlinerView != NULL)  in GetNextSpellSentence() 681 	DBG_ASSERT(pOutlinerView!=NULL && GetEditEngine().HasView( &pOutlinerView->GetEditView() ),  in SearchAndReplaceOnce() 684 	if( NULL == pOutlinerView || !GetEditEngine().HasView( &pOutlinerView->GetEditView() ) )  in SearchAndReplaceOnce() 795         if (pOutlinerView != NULL)  in DetectChange() 1004     if (pOutlinerView != NULL)  in ProvideNextTextObject() 1271         if (pOutlinerView != NULL)  in PrepareSearchAndReplace() 1368     if (pOutlinerView != NULL)  in EnterEditMode() 1581 	if (pOutlinerView != NULL)  in StartConversion() [all …] 
 | 
| H A D | outlnvs2.cxx | 189 			pOutlinerView->CollapseAll();  in FuTemporary() 197 			pOutlinerView->Collapse();  in FuTemporary() 205 			pOutlinerView->ExpandAll();  in FuTemporary() 213 			pOutlinerView->Expand();  in FuTemporary() 359 				pOutlinerView->InsertField(aURLItem);  in FuTemporaryModify() 364 				pOutlinerView->SetSelection( aSel );  in FuTemporaryModify() 559 				pOutlinerView->SetSelection( aSel );  in FuTemporaryModify() 563 				pOutlinerView->InsertField( *pFieldItem );  in FuTemporaryModify() 599 						pOutlinerView->SetSelection( aSel );  in FuTemporaryModify() 606 						pOutlinerView->SetSelection( aSel );  in FuTemporaryModify() [all …] 
 | 
| H A D | outlnvsh.cxx | 321         pOutlinerView->SetOutputArea(aWin);  in ArrangeGUIElements() 1166     pOutlinerView->HideCursor();  in VirtHScrollHdl() 1167     pOutlinerView->Scroll(-nDelta, 0);  in VirtHScrollHdl() 1168     pOutlinerView->ShowCursor(sal_False);  in VirtHScrollHdl() 1196     pOutlinerView->HideCursor();  in VirtVScrollHdl() 1197     pOutlinerView->Scroll(0, -nDelta);  in VirtVScrollHdl() 1198     pOutlinerView->ShowCursor(sal_False);  in VirtVScrollHdl() 1238         pOutlinerView->SetOutputArea(aWin);  in SetZoom() 1263         pOutlinerView->SetOutputArea(aWin);  in SetZoomRect() 1626 			aStrSelection = pOutlinerView->GetSelected();  in GetSelectionText() [all …] 
 | 
| H A D | drviews4.cxx | 672 							OutlinerView* pOutlinerView = mpDrawView->GetTextEditOutlinerView();  in Command()  local 675 							if ( pOutlinerView )  in Command() 677 								if( (  rCEvt.IsMouseEvent() && pOutlinerView->IsWrongSpelledWordAtPos(aPos) ) ||  in Command() 678 								    ( !rCEvt.IsMouseEvent() && pOutlinerView->IsCursorAtWrongSpelledWord() ) )  in Command() 686 …						aPos = GetActiveWindow()->LogicToPixel( pOutlinerView->GetEditView().GetCursor()->GetPos() );  in Command() 696 									pOutlinerView->ExecuteSpellPopup(aPos, &aLink);  in Command()
  | 
| H A D | sdview.cxx | 1425     OutlinerView* pOutlinerView = new OutlinerView(pOutliner, pWindow);  in ChangeMarkedObjectsBulletsNumbering()  local 1467                         pOutlinerView->SwitchOffBulletsNumbering();  in ChangeMarkedObjectsBulletsNumbering() 1471                         pOutlinerView->ApplyBulletsNumbering( bHandleBullets, pNumRule, bToggle );  in ChangeMarkedObjectsBulletsNumbering() 1498                 pOutlinerView->SwitchOffBulletsNumbering();  in ChangeMarkedObjectsBulletsNumbering() 1502                 pOutlinerView->ApplyBulletsNumbering( bHandleBullets, pNumRule, bToggle );  in ChangeMarkedObjectsBulletsNumbering() 1518     delete pOutlinerView;  in ChangeMarkedObjectsBulletsNumbering()
  | 
| H A D | drtxtob.cxx | 119 		OutlineView* pOutlinerView = dynamic_cast< OutlineView* >( mpView );  in TextObjectBar()  local 120 		if( pOutlinerView )  in TextObjectBar() 122 			SetUndoManager(&pOutlinerView->GetOutliner()->GetUndoManager());  in TextObjectBar()
  | 
| H A D | outlview.cxx | 966 	OutlinerView*	pOutlinerView = GetViewByWindow(pWin);  in IMPL_LINK()  local 967 	Rectangle	  aVis			= pOutlinerView->GetVisArea();  in IMPL_LINK() 1433 IMPL_LINK_INLINE_START( OutlineView, IndentingPagesHdl, OutlinerView *, pOutlinerView )  in IMPL_LINK_INLINE_START()  argument 1435 	return RemovingPagesHdl(pOutlinerView);  in IMPL_LINK_INLINE_START() 1437 IMPL_LINK_INLINE_END( OutlineView, IndentingPagesHdl, OutlinerView *, pOutlinerView )  in IMPL_LINK_INLINE_END()  argument
  | 
| /aoo42x/main/chart2/source/controller/main/ | 
| H A D | ChartController_TextEdit.cxx | 120             if ( pOutlinerView )  in StartTextEdit() 123                 pOutlinerView->MouseButtonDown( aEditEvt );  in StartTextEdit() 124                 pOutlinerView->MouseButtonUp( aEditEvt );  in StartTextEdit() 211         OutlinerView* pOutlinerView = m_pDrawViewWrapper->GetTextEditOutlinerView();  in executeDispatch_InsertSpecialCharacter()  local 214         if(!pOutliner || !pOutlinerView)  in executeDispatch_InsertSpecialCharacter() 220 		pOutlinerView->HideCursor();  in executeDispatch_InsertSpecialCharacter() 225         pOutlinerView->InsertText(String());  in executeDispatch_InsertSpecialCharacter() 229 		pOutlinerView->InsertText(aString, sal_True);  in executeDispatch_InsertSpecialCharacter() 231         ESelection aSel = pOutlinerView->GetSelection();  in executeDispatch_InsertSpecialCharacter() 234 		pOutlinerView->SetSelection(aSel);  in executeDispatch_InsertSpecialCharacter() [all …] 
 | 
| H A D | ChartController_Tools.cxx | 354                         OutlinerView* pOutlinerView = m_pDrawViewWrapper->GetTextEditOutlinerView();  in executeDispatch_Paste()  local 355                         if( pOutlinerView )//in case of edit mode insert into edited string  in executeDispatch_Paste() 356                             pOutlinerView->InsertText( aString );  in executeDispatch_Paste() 538         OutlinerView* pOutlinerView = m_pDrawViewWrapper->GetTextEditOutlinerView();  in executeDispatch_Copy()  local 539         if ( pOutlinerView )  in executeDispatch_Copy() 541             pOutlinerView->Copy();  in executeDispatch_Copy()
  | 
| /aoo42x/main/sw/source/ui/docvw/ | 
| H A D | SidebarTxtControl.cxx | 238         OutlinerView* pOutlinerView( GetTextView() );  in MouseMove()  local 239         pOutlinerView->MouseMove( rMEvt );  in MouseMove() 242         SetPointer( pOutlinerView->GetPointer( rMEvt.GetPosPixel() ) );  in MouseMove() 244         const EditView& aEV = pOutlinerView->GetEditView();  in MouseMove()
  | 
| /aoo42x/main/sd/source/ui/dlg/ | 
| H A D | SpellDialogChildWindow.cxx | 128         OutlinerView* pOutlinerView = mpSdOutliner->GetView(0);  in ApplyChangedSentence()  local 129         if (pOutlinerView != NULL)  in ApplyChangedSentence() 131                 pOutlinerView->GetEditView(),  in ApplyChangedSentence()
  | 
| /aoo42x/main/sd/source/ui/func/ | 
| H A D | fuprobjs.cxx | 99 	OutlinerView* pOutlinerView = pOlView->GetViewByWindow( (Window*) mpWindow );  in DoExecute()  local 100 	::Outliner* pOutl = pOutlinerView->GetOutliner();  in DoExecute() 101 	List* pList = pOutlinerView->CreateSelectionList();  in DoExecute()
  | 
| H A D | fuinsfil.cxx | 551 			OutlinerView* pOutlinerView = mpView->GetTextEditOutlinerView();  in InsTextOrRTFinDrMode()  local 552 			if( pOutlinerView )  in InsTextOrRTFinDrMode() 573 			if (pOutlinerView)  in InsTextOrRTFinDrMode() 575 				pOutlinerView->InsertText(*pOPO);  in InsTextOrRTFinDrMode()
  | 
| /aoo42x/main/sd/source/ui/annotations/ | 
| H A D | annotationwindow.hxx | 77     void SetOutlinerView( OutlinerView* pOutlinerView ) { mpOutlinerView = pOutlinerView; }  in SetOutlinerView()  argument
  | 
| /aoo42x/main/svx/source/svdraw/ | 
| H A D | svdedxv.cxx | 1955 		OutlinerView* pOutlinerView = GetTextEditOutlinerView();  in getTextSelection()  local 1956 		if( pOutlinerView && pOutlinerView->HasSelection() )  in getTextSelection() 1968 						rSelection <<= pRange->createTextCursorBySelection( pOutlinerView->GetSelection() );  in getTextSelection()
  |