Home
last modified time | relevance | path

Searched refs:pOutlinerView (Results 1 – 15 of 15) sorted by relevance

/trunk/main/sd/source/ui/view/
H A DOutliner.cxx354 OutlinerView* pOutlinerView = mpImpl->GetOutlinerView(); in EndSpelling() local
355 if (pOutlinerView != NULL) in EndSpelling()
357 RemoveView(pOutlinerView); in EndSpelling()
409 OutlinerView* pOutlinerView = mpImpl->GetOutlinerView(); in SpellNextDocument() local
410 if (pOutlinerView != NULL) in SpellNextDocument()
411 pOutlinerView->SetWindow(mpWindow); in SpellNextDocument()
444 OutlinerView* pOutlinerView = GetView(0); in GetNextSpellSentence() local
445 if (pOutlinerView != NULL) in GetNextSpellSentence()
447 ESelection aCurrentSelection (pOutlinerView->GetSelection()); in GetNextSpellSentence()
454 pOutlinerView->GetEditView(), in GetNextSpellSentence()
[all …]
H A Doutlnvs2.cxx91 OutlinerView* pOutlinerView = pOlView->GetViewByWindow( GetActiveWindow() ); in FuTemporary() local
189 pOutlinerView->CollapseAll(); in FuTemporary()
197 pOutlinerView->Collapse(); in FuTemporary()
205 pOutlinerView->ExpandAll(); in FuTemporary()
213 pOutlinerView->Expand(); in FuTemporary()
221 ::Outliner* pOutl = pOutlinerView->GetOutliner(); in FuTemporary()
235 pOutlinerView->SelectRange( 0, nParaCount ); in FuTemporary()
261 ::Outliner* pOutl = pOutlinerView->GetOutliner(); in FuTemporary()
341 OutlinerView* pOutlinerView = pOlView->GetViewByWindow( GetActiveWindow() ); in FuTemporaryModify() local
358 ESelection aSel( pOutlinerView->GetSelection() ); in FuTemporaryModify()
[all …]
H A Doutlnvsh.cxx315 OutlinerView* pOutlinerView = pOlView->GetViewByWindow(pWindow); in ArrangeGUIElements() local
321 pOutlinerView->SetOutputArea(aWin); in ArrangeGUIElements()
323 Rectangle aVis = pOutlinerView->GetVisArea(); in ArrangeGUIElements()
409 OutlinerView* pOutlinerView = pOlView->GetViewByWindow( GetActiveWindow() ); in Activate() local
410 ::Outliner* pOutl = pOutlinerView->GetOutliner(); in Activate()
876 OutlinerView* pOutlinerView = pOlView->GetViewByWindow(GetActiveWindow()); in GetMenuState() local
877 List* pList = pOutlinerView->CreateSelectionList(); in GetMenuState()
1011 const SvxFieldItem* pFldItem = pOutlinerView->GetFieldAtSelection(); in GetMenuState()
1157 OutlinerView* pOutlinerView = pOlView->GetViewByWindow(pWin); in VirtHScrollHdl() local
1162 long nCurrentPos = pOutlinerView->GetVisArea().Left(); in VirtHScrollHdl()
[all …]
H A Ddrviews4.cxx672 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 Dsdview.cxx1425 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 Ddrtxtob.cxx119 OutlineView* pOutlinerView = dynamic_cast< OutlineView* >( mpView ); in TextObjectBar() local
120 if( pOutlinerView ) in TextObjectBar()
122 SetUndoManager(&pOutlinerView->GetOutliner()->GetUndoManager()); in TextObjectBar()
H A Doutlview.cxx966 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
/trunk/main/chart2/source/controller/main/
H A DChartController_TextEdit.cxx119 OutlinerView* pOutlinerView = m_pDrawViewWrapper->GetTextEditOutlinerView(); in StartTextEdit() local
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()
[all …]
H A DChartController_Tools.cxx354 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()
/trunk/main/sw/source/ui/docvw/
H A DSidebarTxtControl.cxx235 OutlinerView* pOutlinerView( GetTextView() ); in MouseMove() local
236 pOutlinerView->MouseMove( rMEvt ); in MouseMove()
239 SetPointer( pOutlinerView->GetPointer( rMEvt.GetPosPixel() ) ); in MouseMove()
241 const EditView& aEV = pOutlinerView->GetEditView(); in MouseMove()
/trunk/main/sd/source/ui/dlg/
H A DSpellDialogChildWindow.cxx128 OutlinerView* pOutlinerView = mpSdOutliner->GetView(0); in ApplyChangedSentence() local
129 if (pOutlinerView != NULL) in ApplyChangedSentence()
131 pOutlinerView->GetEditView(), in ApplyChangedSentence()
/trunk/main/sd/source/ui/func/
H A Dfuprobjs.cxx99 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 Dfuinsfil.cxx551 OutlinerView* pOutlinerView = mpView->GetTextEditOutlinerView(); in InsTextOrRTFinDrMode() local
552 if( pOutlinerView ) in InsTextOrRTFinDrMode()
573 if (pOutlinerView) in InsTextOrRTFinDrMode()
575 pOutlinerView->InsertText(*pOPO); in InsTextOrRTFinDrMode()
/trunk/main/sd/source/ui/annotations/
H A Dannotationwindow.hxx77 void SetOutlinerView( OutlinerView* pOutlinerView ) { mpOutlinerView = pOutlinerView; } in SetOutlinerView() argument
/trunk/main/svx/source/svdraw/
H A Dsvdedxv.cxx1955 OutlinerView* pOutlinerView = GetTextEditOutlinerView(); in getTextSelection() local
1956 if( pOutlinerView && pOutlinerView->HasSelection() ) in getTextSelection()
1968 … rSelection <<= pRange->createTextCursorBySelection( pOutlinerView->GetSelection() ); in getTextSelection()