Searched refs:pEditShell (Results 1 – 10 of 10) sorted by relevance
472 SwEditShell *const pEditShell( rDoc.GetEditShell() ); in impl_DoUndoRedo() local474 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()
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()1919 SwAutoCorrDoc aACorrDoc( *pEditShell, aDelPam ); in AutoCorrect()2199 pEditShell( pEdShell ), in SwAutoFormat()
1004 SwEditShell *pEditShell = GetDoc()->GetEditShell(); in SetLanguageAndFont() local1005 SfxItemSet aSet( pEditShell->GetAttrPool(), aRanges ); in SetLanguageAndFont()1106 SwEditShell *pEditShell = GetDoc()->GetEditShell(); in Convert() local1107 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()
111 ScEditShell* pEditShell; member in ScTabViewShell
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()
2769 SwEditShell* pEditShell = GetEditShell(); in checkRedlining() local2770 Window* pParent = pEditShell ? pEditShell->GetWin() : NULL; in checkRedlining()
2358 SwEditShell *const pEditShell(GetEditShell(0)); in MergeTbl() local2359 OSL_ASSERT(pEditShell); in MergeTbl()2360 ::sw::UndoRedoContext context(*this, *pEditShell); in MergeTbl()
Completed in 121 milliseconds