/trunk/main/sw/source/ui/shells/ |
H A D | annotsh.cxx | 687 if ( pOLV ) in GetState() 813 if(pOLV->GetOutliner() && pOLV->GetOutliner()->IsVertical()) in GetState() 900 pOLV->Cut(); in ExecClpbrd() 904 pOLV->Copy(); in ExecClpbrd() 908 pOLV->Paste(); in ExecClpbrd() 927 pOLV->Paste(); in ExecClpbrd() 929 pOLV->PasteSpecial(); in ExecClpbrd() 948 pOLV->Paste(); in ExecClpbrd() 950 pOLV->PasteSpecial(); in ExecClpbrd() 1731 pOLV->HideCursor(); in InsertSymbol() [all …]
|
H A D | drwtxtsh.cxx | 139 pOLV->ShowCursor(); in TYPEINIT1() 371 pOLV->StartThesaurus(); in ExecDrawLingu() 765 if(!pOLV) in InsertSymbol() 784 SfxItemSet aSet(pOLV->GetAttribs()); in InsertSymbol() 845 pOLV->HideCursor(); in InsertSymbol() 858 pOLV->InsertText( sSym ); in InsertSymbol() 873 pOLV->SetAttribs(aFontAttribSet); in InsertSymbol() 876 ESelection aSel(pOLV->GetSelection()); in InsertSymbol() 879 pOLV->SetSelection(aSel); in InsertSymbol() 882 pOLV->SetAttribs( aFontSet ); in InsertSymbol() [all …]
|
H A D | drwtxtex.cxx | 145 SfxItemSet aEditAttr(pOLV->GetAttribs()); in Execute() 334 aOldSelection = pOLV->GetSelection(); in Execute() 519 ESelection aSel = pOLV->GetSelection(); in Execute() 521 pOLV->SetSelection(aSel); in Execute() 893 SfxItemSet aEditAttr(pOLV->GetAttribs()); in GetDrawTxtCtrlState() 961 ESelection aSel(pOLV->GetSelection()); in ExecClpbrd() 968 pOLV->Cut(); in ExecClpbrd() 973 pOLV->Copy(); in ExecClpbrd() 977 pOLV->PasteSpecial(); in ExecClpbrd() 995 ESelection aSel(pOLV->GetSelection()); in StateClpbrd() [all …]
|
H A D | langhelper.cxx | 68 ESelection aSelection = pOLV->GetSelection(); in GetLanguageStatus() 69 EditView& rEditView=pOLV->GetEditView(); in GetLanguageStatus() 91 SfxItemSet aSet(pOLV->GetAttribs()); in GetLanguageStatus() 113 SfxItemSet aEditAttr(pOLV->GetAttribs()); in SetLanguageStatus() 114 ESelection aSelection = pOLV->GetSelection(); in SetLanguageStatus() 115 EditView & rEditView = pOLV->GetEditView(); in SetLanguageStatus() 179 aSelection = pOLV->GetSelection(); in SetLanguageStatus() 253 EditEngine* pEditEngine = pOLV ? pOLV->GetEditView().GetEditEngine() : NULL; in SetLanguage() 336 EditEngine* pEditEngine = pOLV ? pOLV->GetEditView().GetEditEngine() : NULL; in SetLanguage_None() 382 if (pOLV) in ResetLanguages() [all …]
|
/trunk/main/sd/source/ui/view/ |
H A D | drtxtob1.cxx | 143 if( pOLV ) in Execute() 157 if (pOLV->GetOutliner() != NULL) in Execute() 245 if (pOLV) in Execute() 247 pOLV->AdjustDepth( -1 ); in Execute() 260 if (pOLV) in Execute() 262 pOLV->AdjustDepth( 1 ); in Execute() 291 if (pOLV) in Execute() 293 pOLV->AdjustHeight( -1 ); in Execute() 304 if (pOLV) in Execute() 306 pOLV->AdjustHeight( 1 ); in Execute() [all …]
|
H A D | drtxtob.cxx | 220 OutlinerView* pOLV = mpView->GetTextEditOutlinerView(); in GetAttrState() local 228 if(pOLV && !pOLV->GetSelection().HasRange()) in GetAttrState() 271 OutlinerView* pOLV = mpView->GetTextEditOutlinerView(); in GetAttrState() local 275 pOLV = static_cast<OutlineView*>(mpView)->GetViewByWindow( in GetAttrState() 281 if (pOLV && in GetAttrState() 285 ::Outliner* pOutl = pOLV->GetOutliner(); in GetAttrState() 286 List* pList = pOLV->CreateSelectionList(); in GetAttrState() 461 OutlinerView* pOLV = mpView->GetTextEditOutlinerView(); in GetAttrState() local 462 if( pOLV ) in GetAttrState() 464 ESelection aSel = pOLV->GetSelection(); in GetAttrState() [all …]
|
H A D | drviewsb.cxx | 575 if( pOLV ) in FuTemp02() 588 ESelection aSel = pOLV->GetSelection(); in FuTemp02() 591 pOLV->SetSelection( aSel ); in FuTemp02() 595 pOLV->InsertField( *pFieldItem ); in FuTemp02() 640 if( pOLV ) in FuTemp02() 658 ESelection aSel = pOLV->GetSelection(); in FuTemp02() 669 pOLV->SetSelection( aSel ); in FuTemp02() 672 pOLV->InsertField( aFieldItem ); in FuTemp02() 675 pOLV->SetSelection( aSel ); in FuTemp02() 682 pOLV->SetAttribs( aSet ); in FuTemp02() [all …]
|
H A D | sdview2.cxx | 284 const OutlinerView* pOLV = GetTextEditOutlinerView(); in DoCut() local 286 if( pOLV ) in DoCut() 287 ( (OutlinerView*) pOLV)->Cut(); in DoCut() 305 if( pOLV ) in DoCopy() 306 ( (OutlinerView*) pOLV)->Copy(); in DoCopy() 326 const_cast< OutlinerView* >(pOLV)->PasteSpecial(); in DoPaste() 330 ::Outliner* pOutliner = pOLV->GetOutliner(); in DoPaste() 515 if( pOLV ) in AcceptDrop() 517 Rectangle aRect( pOLV->GetOutputArea() ); in AcceptDrop() 697 if( pOLV ) in ExecuteDrop() [all …]
|
H A D | viewshe2.cxx | 183 OutlinerView* pOLV = NULL; in IMPL_LINK_INLINE_END() local 186 pOLV = pView->GetTextEditOutlinerView(); in IMPL_LINK_INLINE_END() 188 if (pOLV) in IMPL_LINK_INLINE_END() 189 pOLV->HideCursor(); in IMPL_LINK_INLINE_END() 207 if (pOLV) in IMPL_LINK_INLINE_END() 208 pOLV->ShowCursor(); in IMPL_LINK_INLINE_END() 251 OutlinerView* pOLV = NULL; in IMPL_LINK_INLINE_END() local 256 if (pOLV) in IMPL_LINK_INLINE_END() 257 pOLV->HideCursor(); in IMPL_LINK_INLINE_END() 275 if (pOLV) in IMPL_LINK_INLINE_END() [all …]
|
H A D | drviewse.cxx | 137 OutlinerView* pOLV = pView->GetTextEditOutlinerView(); in ImpAddPrintableCharactersToTextEdit() local 139 if(pOLV) in ImpAddPrintableCharactersToTextEdit() 148 pOLV->PostKeyEvent(aKeyEvent); in ImpAddPrintableCharactersToTextEdit() 873 if (pOLV) in FuSupport() 877 pOLV->PostKeyEvent(aKEvt); in FuSupport() 1420 if( pOLV ) in FuSupport() 1456 pOLV->TransliterateText( nType ); in FuSupport() 1521 if (pOLV) in InsertURLField() 1523 ESelection aSel( pOLV->GetSelection() ); in InsertURLField() 1525 pOLV->InsertField( aURLItem ); in InsertURLField() [all …]
|
H A D | drviews4.cxx | 590 OutlinerView* pOLV = mpDrawView->GetTextEditOutlinerView(); in Command() local 592 if( pOLV ) in Command() 593 pFldItem = pOLV->GetFieldAtSelection(); in Command() 618 if( pOLV->GetOutliner() ) in Command() 620 ESelection aSelection( pOLV->GetSelection() ); in Command() 621 … eLanguage = pOLV->GetOutliner()->GetLanguage( aSelection.nStartPara, aSelection.nStartPos ); in Command() 638 ESelection aSel = pOLV->GetSelection(); in Command() 645 pOLV->SetSelection( aSel ); in Command() 647 pOLV->InsertField( aFieldItem ); in Command() 652 pOLV->SetSelection( aSel ); in Command()
|
H A D | sdview3.cxx | 1410 OutlinerView* pOLV = GetTextEditOutlinerView(); in InsertData() local 1414 if( pOLV ) in InsertData() 1416 Rectangle aRect( pOLV->GetOutputArea() ); in InsertData() 1417 Point aPos( pOLV->GetWindow()->PixelToLogic( maDropPos ) ); in InsertData() 1447 OutlinerView* pOLV = GetTextEditOutlinerView(); in InsertData() local 1449 if( pOLV ) in InsertData() 1451 Rectangle aRect( pOLV->GetOutputArea() ); in InsertData() 1452 Point aPos( pOLV->GetWindow()->PixelToLogic( maDropPos ) ); in InsertData() 1511 OutlinerView* pOLV = GetTextEditOutlinerView(); in InsertData() local 1513 if( pOLV ) in InsertData() [all …]
|
H A D | outlnvsh.cxx | 442 OutlinerView* pOLV = pOlView->GetViewByWindow(GetActiveWindow()); in GetCtrlState() local 443 if (pOLV) in GetCtrlState() 445 const SvxFieldItem* pFieldItem = pOLV->GetFieldAtSelection(); in GetCtrlState() 448 ESelection aSel = pOLV->GetSelection(); in GetCtrlState() 657 OutlinerView* pOLV = pOlView->GetViewByWindow( GetActiveWindow() ); in FuSupport() local 658 if( pOLV ) in FuSupport() 694 pOLV->TransliterateText( nType ); in FuSupport() 1499 OutlinerView* pOLV = pOlView->GetViewByWindow(GetActiveWindow()); in Command() local 1502 if (pOLV && pOLV->IsWrongSpelledWordAtPos(aPos)) in Command() 1508 pOLV->ExecuteSpellPopup(aPos, &aLink); in Command()
|
H A D | drviewsf.cxx | 109 OutlinerView* pOLV = mpDrawView->GetTextEditOutlinerView(); in GetCtrlState() local 111 if (pOLV) in GetCtrlState() 114 const SvxFieldItem* pFieldItem = pOLV->GetFieldAtSelection(); in GetCtrlState() 117 ESelection aSel = pOLV->GetSelection(); in GetCtrlState() 133 String sReturn = pOLV->GetSelected(); in GetCtrlState()
|
H A D | sdwindow.cxx | 1208 OutlinerView *pOLV = mpViewShell->GetView()->GetTextEditOutlinerView(); in GetSurroundingText() local 1209 return pOLV->GetEditView().GetSurroundingText(); in GetSurroundingText() 1225 OutlinerView *pOLV = mpViewShell->GetView()->GetTextEditOutlinerView(); in GetSurroundingTextSelection() local 1226 return pOLV->GetEditView().GetSurroundingTextSelection(); in GetSurroundingTextSelection()
|
/trunk/main/svx/source/svdraw/ |
H A D | svdedxv.cxx | 281 pOLV->SetAnchorMode(eNewAnchor); in ModelHasChanged() 283 pOLV->SetBackgroundColor( aNewColor ); in ModelHasChanged() 1041 Window* pWin=pOLV->GetWindow(); in SdrEndTextEdit() 1047 delete pOLV; in SdrEndTextEdit() 1188 if (pOLV!=NULL) in IsTextEditHit() 1219 if( pOLV ) in IsTextEditFrameHit() 1221 Window* pWin=pOLV->GetWindow(); in IsTextEditFrameHit() 1825 if (pOLV && pOLV->GetWindow()==(Window*)pOldWin) { in DeleteWindowFromPaintView() 2146 if( pOLV ) in TakeFormatPaintBrush() 2230 if( !pOLV ) in ApplyFormatPaintBrush() [all …]
|
H A D | svdview.cxx | 866 OutlinerView* pOLV=GetTextEditOutlinerView(); in DoMouseEvent() local 867 if (pOLV!=NULL) { in DoMouseEvent() 868 pOLV->MouseButtonDown(aMEvt); // Event an den Outliner, aber ohne Doppelklick in DoMouseEvent() 869 pOLV->MouseButtonUp(aMEvt); // Event an den Outliner, aber ohne Doppelklick in DoMouseEvent() 956 OutlinerView* pOLV=GetTextEditOutlinerView(); in DoMouseEvent() local 957 if (pOLV!=NULL) pOLV->MouseButtonDown(aMEvt); // Event an den Outliner, aber ohne Doppelklick in DoMouseEvent()
|
/trunk/main/sd/source/ui/func/ |
H A D | futext.cxx | 1070 if (pOLV) in Activate() 1071 pOLV->ShowCursor(); in Activate() 1075 if( pOLV ) in Activate() 1090 if (pOLV) in Deactivate() 1091 pOLV->HideCursor(); in Deactivate() 1188 pOLV->MouseMove(rMEvt); in SetInEditMode() 1189 pOLV->MouseButtonUp(rMEvt); in SetInEditMode() 1201 if (pOLV != NULL) in SetInEditMode() 1292 mxTextObj.is() && pOLV && pOLV->GetFieldUnderMousePointer()) in RequestHelp() 1520 if( pOLV ) in ChangeFontSize() [all …]
|
H A D | fuolbull.cxx | 111 OutlinerView* pOLV = mpView->GetTextEditOutlinerView(); in DoExecute() local 117 pOLV = static_cast<OutlineView*>(mpView) in DoExecute() 123 if( pOLV ) in DoExecute() 124 pOLV->EnableBullets(); in DoExecute() 260 OutlinerView* pOLV = mpView->GetTextEditOutlinerView(); in SetCurrentBulletsNumbering() local 265 pOLV = static_cast<OutlineView*>(mpView) in SetCurrentBulletsNumbering() 286 if ( pOLV ) in SetCurrentBulletsNumbering() 290 pOLV->SwitchOffBulletsNumbering( true ); in SetCurrentBulletsNumbering() 294 … pOLV->ToggleBulletsNumbering( bToggle, nSId == FN_SVX_SET_BULLET, bInMasterView ? 0 : pNumRule ); in SetCurrentBulletsNumbering()
|
H A D | fuformatpaintbrush.cxx | 199 OutlinerView* pOLV = mpView->GetTextEditOutlinerView(); in MouseButtonUp() local 200 if( pOLV ) in MouseButtonUp() 201 pOLV->MouseButtonUp(rMEvt); in MouseButtonUp()
|
/trunk/main/sw/source/ui/dialog/ |
H A D | SwSpellDialogChildWindow.cxx | 273 OutlinerView* pOLV = pSdrView->GetTextEditOutlinerView(); in GetNextWrongSentence() local 275 pOLV->SetSelection( ESelection() ); in GetNextWrongSentence() 595 OutlinerView* pOLV = pSdrView->GetTextEditOutlinerView(); in GetFocus() local 596 DBG_ASSERT(pOLV, "no OutlinerView in SwSpellDialogChildWindow::GetFocus()"); in GetFocus() 597 if(!pOLV || !m_pSpellState->m_aESelection.IsEqual(pOLV->GetSelection())) in GetFocus() 651 OutlinerView* pOLV = pSdrView->GetTextEditOutlinerView(); in LoseFocus() local 652 …DBG_ASSERT(pOutliner && pOLV, "no Outliner/OutlinerView in SwSpellDialogChildWindow::LoseFocus()"); in LoseFocus() 653 if(pOLV) in LoseFocus() 655 m_pSpellState->m_aESelection = pOLV->GetSelection(); in LoseFocus() 872 OutlinerView* pOLV = pSdrView->GetTextEditOutlinerView(); in SpellDrawText_Impl() local [all …]
|
/trunk/main/sw/source/ui/docvw/ |
H A D | edtdd.cxx | 216 OutlinerView* pOLV; in ExecuteDrop() local 219 if( pObj && 0 != ( pOLV = rSh.GetDrawView()->GetTextEditOutlinerView() )) in ExecuteDrop() 221 Rectangle aRect( pOLV->GetOutputArea() ); in ExecuteDrop() 223 const Point aPos = pOLV->GetWindow()->PixelToLogic(rEvt.maPosPixel); in ExecuteDrop() 282 OutlinerView* pOLV = rSh.GetDrawView()->GetTextEditOutlinerView(); in GetDropDestination() local 283 if ( pOLV ) in GetDropDestination() 285 Rectangle aRect( pOLV->GetOutputArea() ); in GetDropDestination() 287 const Point aPos = pOLV->GetWindow()->PixelToLogic( rPixPnt ); in GetDropDestination()
|
/trunk/main/sw/source/ui/inc/ |
H A D | langhelper.hxx | 36 extern sal_uInt16 GetLanguageStatus( OutlinerView* pOLV, SfxItemSet& rSet ); 37 …extern bool SetLanguageStatus( OutlinerView* pOLV, SfxRequest &rReq, SwView &rView, SwWrtShell &rS… 41 …extern void SetLanguage( SwWrtShell &rWrtSh, OutlinerView* pOLV, ESelection aSelection, const Stri… 44 …extern void SetLanguage_None( SwWrtShell &rWrtSh, OutlinerView* pOLV, ESelection aSelection, bool … 47 …extern void ResetLanguages( SwWrtShell &rWrtSh, OutlinerView* pOLV, ESelection aSelection, bool bI…
|
/trunk/main/sc/source/ui/drawfunc/ |
H A D | futext.cxx | 219 OutlinerView* pOLV = pView->GetTextEditOutlinerView(); in MouseButtonDown() local 220 if ( pOLV->MouseButtonDown(rMEvt) ) in MouseButtonDown() 798 OutlinerView* pOLV = pView->GetTextEditOutlinerView(); in SetInEditMode() local 799 if (pOLV) in SetInEditMode() 804 pOLV->MouseButtonDown(aEditEvt); in SetInEditMode() 805 pOLV->MouseButtonUp(aEditEvt); in SetInEditMode() 810 pOLV->SetSelection(aNewSelection); in SetInEditMode() 814 pOLV->PostKeyEvent( *pInitialKey ); in SetInEditMode()
|
/trunk/main/svx/source/table/ |
H A D | tablecontroller.cxx | 1359 OutlinerView* pOLV = mpView->GetTextEditOutlinerView(); in getKeyboardAction() local 1360 if( pOLV ) in getKeyboardAction() 1364 ESelection aOldSelection = pOLV->GetSelection(); in getKeyboardAction() 1365 pOLV->PostKeyEvent(rKEvt); in getKeyboardAction() 1366 bTextMove = pOLV && ( aOldSelection.IsEqual(pOLV->GetSelection()) ); in getKeyboardAction() 1709 OutlinerView* pOLV = mpView->GetTextEditOutlinerView(); in EditCell() local 1723 pOLV->MouseButtonDown(aMEvt); in EditCell() 1724 pOLV->MouseMove(aMEvt); in EditCell() 1725 pOLV->MouseButtonUp(aMEvt); in EditCell() 1749 pOLV->SetSelection(aNewSelection); in EditCell()
|