| /trunk/main/sd/source/ui/view/ |
| H A D | Outliner.cxx | 354 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 D | outlnvs2.cxx | 91 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 D | outlnvsh.cxx | 315 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 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
|
| /trunk/main/chart2/source/controller/main/ |
| H A D | ChartController_TextEdit.cxx | 119 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 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()
|
| /trunk/main/sw/source/ui/docvw/ |
| H A D | SidebarTxtControl.cxx | 235 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 D | SpellDialogChildWindow.cxx | 128 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 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()
|
| /trunk/main/sd/source/ui/annotations/ |
| H A D | annotationwindow.hxx | 77 void SetOutlinerView( OutlinerView* pOutlinerView ) { mpOutlinerView = pOutlinerView; } in SetOutlinerView() argument
|
| /trunk/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()
|