Home
last modified time | relevance | path

Searched refs:pEditShell (Results 1 – 10 of 10) sorted by relevance

/trunk/main/sw/source/core/undo/
H A Ddocundo.cxx472 SwEditShell *const pEditShell( rDoc.GetEditShell() ); in impl_DoUndoRedo() local
474 OSL_ENSURE(pEditShell, "sw::UndoManager needs a SwEditShell!"); in impl_DoUndoRedo()
475 if (!pEditShell) in impl_DoUndoRedo()
482 bool const bSaveCursors(pEditShell->CursorsLocked()); in impl_DoUndoRedo()
483 CursorGuard aCursorGuard(*pEditShell, bSaveCursors); in impl_DoUndoRedo()
487 pEditShell->KillPams(); in impl_DoUndoRedo()
488 pEditShell->SetMark(); in impl_DoUndoRedo()
489 pEditShell->ClearMark(); in impl_DoUndoRedo()
494 ::sw::UndoRedoContext context(rDoc, *pEditShell); in impl_DoUndoRedo()
519 pEditShell->HandleUndoRedoContext(context); in impl_DoUndoRedo()
/trunk/main/sc/source/ui/view/
H A Dtabvwsh4.cxx831 if (pEditShell) in SetEditShell()
832 pEditShell->SetEditView( pView ); in SetEditShell()
834 pEditShell = new ScEditShell( pView, GetViewData() ); in SetEditShell()
891 if(pEditShell) in SetCurSubShell()
893 AddSubShell(*pEditShell); in SetCurSubShell()
1079 if ( pSub == pDrawShell || pSub == pDrawTextShell || pSub == pEditShell || in GetMySubShell()
1167 if ( pEditShell != NULL && !bDontSwitch ) in StopEditShell()
1555 pEditShell(NULL), \
1897 DELETEZ(pEditShell);
H A Dtabvwshe.cxx60 if ( pEditShell && pEditShell == GetMySubShell() ) in GetSelectionText()
62 aStrSelection = pEditShell->GetSelectionText( bWholeWord ); in GetSelectionText()
/trunk/main/sw/source/core/edit/
H A Dautofmt.cxx109 SwEditShell* pEditShell; member in SwAutoFormat
269 const SwCntntFrm *pFrm = rTxtNd.getLayoutFrm( pEditShell->GetLayout() ); in GetFrm()
1176 SwPaM* pShCrsr = pEditShell->_GetCrsr(); in DeleteSel()
1182 pEditShell->DeleteSel( rDelPam ); in DeleteSel()
1196 pEditShell->DeleteSel( rDelPam ); in DeleteSel()
1471 sal_Bool bRTL = pEditShell->IsInRightToLeftText(); in BuildEnum()
1919 SwAutoCorrDoc aACorrDoc( *pEditShell, aDelPam ); in AutoCorrect()
2199 pEditShell( pEdShell ), in SwAutoFormat()
/trunk/main/sw/source/core/txtnode/
H A Dtxtedt.cxx1004 SwEditShell *pEditShell = GetDoc()->GetEditShell(); in SetLanguageAndFont() local
1005 SfxItemSet aSet( pEditShell->GetAttrPool(), aRanges ); in SetLanguageAndFont()
1106 SwEditShell *pEditShell = GetDoc()->GetEditShell(); in Convert() local
1107 pEditShell->Push(); // save current cursor on stack in Convert()
1108 pEditShell->SetSelection( aCurPaM ); in Convert()
1109 sal_Bool bIsAsianScript = (SCRIPTTYPE_ASIAN == pEditShell->GetScriptType()); in Convert()
1110 pEditShell->Pop( sal_False ); // restore cursor from stack in Convert()
/trunk/main/sc/source/ui/inc/
H A Dtabvwsh.hxx111 ScEditShell* pEditShell; member in ScTabViewShell
/trunk/main/sw/source/core/unocore/
H A Dunofield.cxx2180 SwEditShell *pEditShell = pDoc ? pDoc->GetEditShell( &pViewShell ) : 0; in getPropertyValue() local
2181 if (pEditShell) in getPropertyValue()
2182 pEditShell->CalcLayout(); in getPropertyValue()
H A Dunoidx.cxx590 SwEditShell* pEditShell = pDoc ? pDoc->GetEditShell(&pViewShell) : 0; in lcl_CalcLayout() local
591 if (pEditShell) in lcl_CalcLayout()
593 pEditShell->CalcLayout(); in lcl_CalcLayout()
/trunk/main/sw/source/core/doc/
H A Ddocedt.cxx2769 SwEditShell* pEditShell = GetEditShell(); in checkRedlining() local
2770 Window* pParent = pEditShell ? pEditShell->GetWin() : NULL; in checkRedlining()
/trunk/main/sw/source/core/docnode/
H A Dndtbl.cxx2358 SwEditShell *const pEditShell(GetEditShell(0)); in MergeTbl() local
2359 OSL_ASSERT(pEditShell); in MergeTbl()
2360 ::sw::UndoRedoContext context(*this, *pEditShell); in MergeTbl()

Completed in 95 milliseconds