Home
last modified time | relevance | path

Searched refs:InsertUndo (Results 1 – 11 of 11) sorted by relevance

/aoo4110/main/editeng/source/editeng/
H A Dimpedit5.cxx91 InsertUndo( in SetStyleSheet()
274 void ImpEditEngine::InsertUndo( EditUndo* pUndo, sal_Bool bTryMerge ) in InsertUndo() function in ImpEditEngine
544 InsertUndo( pUndo ); in SetAttribs()
653 InsertUndo( pUndo ); in RemoveCharAttribs()
759InsertUndo( new EditUndoSetParaAttribs( this, nPara, pNode->GetContentAttribs().GetItems(), aTmpSe… in SetParaAttribs()
763InsertUndo( new EditUndoSetParaAttribs( this, nPara, pNode->GetContentAttribs().GetItems(), rSet )… in SetParaAttribs()
H A Dimpedit2.cxx2159 InsertUndo( pAttrUndo ); in ImpRemoveChars()
2168 InsertUndo( new EditUndoRemoveChars( this, CreateEPaM( rPaM ), aStr ) ); in ImpRemoveChars()
2230 InsertUndo( new EditUndoMoveParagraphs( this, aOldPositions, nNewPos ) ); in ImpMoveParagraphs()
2321 InsertUndo( new EditUndoConnectParas( this, in ImpConnectParagraphs()
2589 InsertUndo( new EditUndoDelContent( this, pNode, nPara ) ); in ImpRemoveParagraph()
2749 InsertUndo( pNewUndo, bTryMerge ); in InsertText()
2818 InsertUndo( new EditUndoInsertChars( this, CreateEPaM( aPaM ), aLine ) ); in ImpInsertText()
2881 InsertUndo( new EditUndoInsertChars( this, CreateEPaM( aPaM ), rStr ) ); in ImpFastInsertText()
2908 InsertUndo( new EditUndoInsertFeature( this, CreateEPaM( aPaM ), rItem ) ); in ImpInsertFeature()
3007 InsertUndo( new EditUndoSplitPara( this, nPara-1, aEditDoc.GetObject( nPara-1 )->Len() ) ); in ImpFastInsertParagraph()
[all …]
H A Dimpedit.hxx530 void InsertUndo( EditUndo* pUndo, sal_Bool bTryMerge = sal_False );
H A Dimpedit4.cxx3134 InsertUndo( pUndo ); in TransliterateText()
/aoo4110/main/editeng/source/outliner/
H A Doutliner.cxx331 InsertUndo( new OutlinerUndoChangeParaNumberingRestart( this, nPara, in SetNumberingStartValue()
359 InsertUndo( new OutlinerUndoChangeParaNumberingRestart( this, nPara, in SetParaIsNumberingRestart()
869 InsertUndo( new OutlinerUndoChangeDepth( this, nPara, nOldDepth, nDepth ) ); in ImplInitDepth()
907 InsertUndo( pUndo ); in Expand()
941 InsertUndo( pUndo ); in Collapse()
2198InsertUndo( new OutlinerUndoChangeParaFlags( this, (sal_uInt16)GetAbsPos( pPara ), pPara->nFlags, … in SetParaFlag()
2209InsertUndo( new OutlinerUndoChangeParaFlags( this, (sal_uInt16)GetAbsPos( pPara ), pPara->nFlags, … in RemoveParaFlag()
H A Doutleeng.cxx106 …pOwner->InsertUndo( new OutlinerUndoChangeParaFlags( pOwner, nRightParagraph, PARAFLAG_ISPAGE, 0 )… in ParagraphConnected()
H A Doutlin2.cxx416 void Outliner::InsertUndo( EditUndo* pUndo ) in InsertUndo() function in Outliner
H A Doutlvw.cxx556 pOwner->InsertUndo( new OutlinerUndoCheckPara( pOwner, nPara ) ); in SetAttribs()
637 …pOwner->InsertUndo( new OutlinerUndoChangeParaFlags( pOwner, nPara, pOwner->mnDepthChangeHdlPrevFl… in Indent()
/aoo4110/main/svtools/source/edit/
H A Dtexteng.cxx582 InsertUndo( new TextUndoRemoveChars( this, rPaM, aStr ) ); in ImpRemoveChars()
597 InsertUndo( new TextUndoConnectParas( this, nLeft, pLeft->GetText().Len() ) ); in ImpConnectParagraphs()
695 InsertUndo( new TextUndoDelPara( this, pNode, nPara ) ); in ImpRemoveParagraph()
833 InsertUndo( pNewUndo, bTryMerge ); in ImpInsertText()
887 InsertUndo( new TextUndoInsertChars( this, aPaM, aLine ) ); in ImpInsertText()
927 InsertUndo( new TextUndoSplitPara( this, rPaM.GetPara(), rPaM.GetIndex() ) ); in ImpInsertParaBreak()
1452 void TextEngine::InsertUndo( TextUndo* pUndo, sal_Bool bTryMerge ) in InsertUndo() function in TextEngine
/aoo4110/main/svtools/inc/svtools/
H A Dtexteng.hxx287 void InsertUndo( TextUndo* pUndo, sal_Bool bTryMerge = sal_False );
/aoo4110/main/editeng/inc/editeng/
H A Doutliner.hxx817 void InsertUndo( EditUndo* pUndo );

Completed in 209 milliseconds