Lines Matching refs:pOutliner
166 Outliner* pOutliner = pView->GetTextEditOutliner(); in Execute() local
168 if (!pOutView || !pOutliner) in Execute()
217 sal_uLong nCount = pOutliner->GetParagraphCount(); in Execute()
258 SfxItemSet aSet( pOutliner->GetEmptyItemSet() ); in Execute()
372 pOutliner->SetHyphenator( LinguMgr::GetHyphenator() ); in Execute()
631 Outliner* pOutliner = rOutView.GetOutliner(); in lcl_RemoveFields() local
632 if (!pOutliner) return; in lcl_RemoveFields()
639 sal_Bool bUpdate = pOutliner->GetUpdateMode(); in lcl_RemoveFields()
643 EditEngine& rEditEng = (EditEngine&)pOutliner->GetEditEngine(); in lcl_RemoveFields()
645 sal_uLong nParCount = pOutliner->GetParagraphCount(); in lcl_RemoveFields()
670 pOutliner->SetUpdateMode( sal_False ); in lcl_RemoveFields()
672 pOutliner->GetUndoManager().EnterListAction( aName, aName ); in lcl_RemoveFields()
677 pOutliner->QuickInsertText( aFieldText, aFieldSel ); in lcl_RemoveFields()
690 pOutliner->GetUndoManager().LeaveListAction(); in lcl_RemoveFields()
691 pOutliner->SetUpdateMode( sal_True ); in lcl_RemoveFields()