Searched refs:pEditShell (Results 1 – 10 of 10) sorted by relevance
481 SwEditShell *const pEditShell( rDoc.GetEditShell() ); in impl_DoUndoRedo() local483 OSL_ENSURE(pEditShell, "sw::UndoManager needs a SwEditShell!"); in impl_DoUndoRedo()484 if (!pEditShell) in impl_DoUndoRedo()491 bool const bSaveCursors(pEditShell->CursorsLocked()); in impl_DoUndoRedo()492 CursorGuard aCursorGuard(*pEditShell, bSaveCursors); in impl_DoUndoRedo()496 pEditShell->KillPams(); in impl_DoUndoRedo()497 pEditShell->SetMark(); in impl_DoUndoRedo()498 pEditShell->ClearMark(); in impl_DoUndoRedo()503 ::sw::UndoRedoContext context(rDoc, *pEditShell); in impl_DoUndoRedo()528 pEditShell->HandleUndoRedoContext(context); in impl_DoUndoRedo()
831 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);
60 if ( pEditShell && pEditShell == GetMySubShell() ) in GetSelectionText()62 aStrSelection = pEditShell->GetSelectionText( bWholeWord ); in GetSelectionText()
109 SwEditShell* pEditShell; member in SwAutoFormat269 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()1918 SwAutoCorrDoc aACorrDoc( *pEditShell, aDelPam ); in AutoCorrect()2198 pEditShell( pEdShell ), in SwAutoFormat()
998 SwEditShell *pEditShell = GetDoc()->GetEditShell(); in SetLanguageAndFont() local999 SfxItemSet aSet( pEditShell->GetAttrPool(), aRanges ); in SetLanguageAndFont()1100 SwEditShell *pEditShell = GetDoc()->GetEditShell(); in Convert() local1101 pEditShell->Push(); // save current cursor on stack in Convert()1102 pEditShell->SetSelection( aCurPaM ); in Convert()1103 sal_Bool bIsAsianScript = (SCRIPTTYPE_ASIAN == pEditShell->GetScriptType()); in Convert()1104 pEditShell->Pop( sal_False ); // restore cursor from stack in Convert()
111 ScEditShell* pEditShell; member in ScTabViewShell
2765 SwEditShell* pEditShell = GetEditShell(); in checkRedlining() local2766 Window* pParent = pEditShell ? pEditShell->GetWin() : NULL; in checkRedlining()
2180 SwEditShell *pEditShell = pDoc ? pDoc->GetEditShell( &pViewShell ) : 0; in getPropertyValue() local2181 if (pEditShell) in getPropertyValue()2182 pEditShell->CalcLayout(); in getPropertyValue()
590 SwEditShell* pEditShell = pDoc ? pDoc->GetEditShell(&pViewShell) : 0; in lcl_CalcLayout() local591 if (pEditShell) in lcl_CalcLayout()593 pEditShell->CalcLayout(); in lcl_CalcLayout()
2358 SwEditShell *const pEditShell(GetEditShell(0)); in MergeTbl() local2359 OSL_ASSERT(pEditShell); in MergeTbl()2360 ::sw::UndoRedoContext context(*this, *pEditShell); in MergeTbl()
Completed in 350 milliseconds