| /AOO41X/main/sw/source/core/undo/ |
| H A D | unmove.cxx | 53 pHistory = new SwHistory; in SwUndoMove() 57 pHistory->Add( pTxtNd->GetTxtColl(), nSttNode, ND_TEXTNODE ); in SwUndoMove() 60 pHistory->CopyAttr( pTxtNd->GetpSwpHints(), nSttNode, in SwUndoMove() 64 pHistory->CopyFmtAttr( *pTxtNd->GetpSwAttrSet(), nSttNode ); in SwUndoMove() 68 pHistory->Add( pEndTxtNd->GetTxtColl(), nEndNode, ND_TEXTNODE ); in SwUndoMove() 71 pHistory->CopyAttr( pEndTxtNd->GetpSwpHints(), nEndNode, in SwUndoMove() 75 pHistory->CopyFmtAttr( *pEndTxtNd->GetpSwAttrSet(), nEndNode ); in SwUndoMove() 81 pHistory->Add( pTxtNd->GetTxtColl(), nMvDestNode, ND_TEXTNODE ); in SwUndoMove() 84 pHistory->CopyAttr( pTxtNd->GetpSwpHints(), nMvDestNode, in SwUndoMove() 88 pHistory->CopyFmtAttr( *pTxtNd->GetpSwAttrSet(), nMvDestNode ); in SwUndoMove() [all …]
|
| H A D | undel.cxx | 147 if( !pHistory ) in SwUndoDelete() 148 pHistory = new SwHistory; in SwUndoDelete() 169 nSetPos = pHistory ? pHistory->Count() : 0; in SwUndoDelete() 194 pHistory->Add( pSttTxtNd->GetTxtColl(),pStt->nNode.GetIndex(), ND_TEXTNODE ); in SwUndoDelete() 195 pHistory->Add( pEndTxtNd->GetTxtColl(),pEnd->nNode.GetIndex(), ND_TEXTNODE ); in SwUndoDelete() 205 SwRegHistory aRegHist( *pEndTxtNd, pHistory ); in SwUndoDelete() 363 if( pHistory && !pHistory->Count() ) in SwUndoDelete() 364 DELETEZ( pHistory ); in SwUndoDelete() 377 SwRegHistory aRHst( *pSttTxtNd, pHistory ); in SaveCntnt() 380 pHistory->CopyAttr( pSttTxtNd->GetpSwpHints(), nNdIdx, in SaveCntnt() [all …]
|
| H A D | unovwr.cxx | 85 if( !pHistory ) in SwUndoOverwrite() 86 pHistory = new SwHistory; in SwUndoOverwrite() 87 SwRegHistory aRHst( *pTxtNd, pHistory ); in SwUndoOverwrite() 88 pHistory->CopyAttr( pTxtNd->GetpSwpHints(), nSttNode, 0, in SwUndoOverwrite() 245 if( pHistory ) in UndoImpl() 249 pHistory->TmpRollback( pDoc, 0, false ); in UndoImpl() 317 if( pHistory ) in RedoImpl() 318 pHistory->SetTmpEnd( pHistory->Count() ); in RedoImpl() 347 SwHistory* pHistory; member 353 : sText( rTxt ), pHistory( 0 ), pOffsets( 0 ), in _UndoTransliterate_Data() [all …]
|
| H A D | unnum.cxx | 48 aNumRule( rNewRule ), pHistory( 0 ), nSttSet( ULONG_MAX ), in SwUndoInsNum() 55 aNumRule( rRule ), pHistory( 0 ), in SwUndoInsNum() 63 aNumRule( rRule ), pHistory( 0 ), in SwUndoInsNum() 75 delete pHistory; in ~SwUndoInsNum() 94 if( pHistory ) in UndoImpl() 122 pHistory->TmpRollback( &rDoc, nLRSavePos ); in UndoImpl() 125 pHistory->TmpRollback( &rDoc, 0 ); in UndoImpl() 126 pHistory->SetTmpEnd( pHistory->Count() ); in UndoImpl() 141 else if( pHistory ) in RedoImpl() 161 if( pHistory ) in SetLRSpaceEndPos() [all …]
|
| H A D | unins.cxx | 605 pHistory = new SwHistory; in Impl() 608 m_nSetPos = pHistory->Count(); in Impl() 615 pHistory->CopyAttr( pNd->GetpSwpHints(), nNewPos, 0, in Impl() 622 pHistory->CopyFmtAttr( *pNd->GetpSwAttrSet(), nNewPos ); in Impl() 623 pHistory->Add( pNd->GetTxtColl(), nNewPos, ND_TEXTNODE ); in Impl() 627 pHistory->CopyAttr( pNext->GetpSwpHints(), nTmp, 0, in Impl() 630 pHistory->CopyFmtAttr( *pNext->GetpSwAttrSet(), nTmp ); in Impl() 631 pHistory->Add( pNext->GetTxtColl(),nTmp, ND_TEXTNODE ); in Impl() 637 if( !pHistory->Count() ) in Impl() 638 delete pHistory, pHistory = 0; in Impl() [all …]
|
| H A D | undobj.cxx | 338 : pHistory( 0 ) in SwUndoSaveCntnt() 343 delete pHistory; in ~SwUndoSaveCntnt() 599 if( !pHistory ) in DelCntntIndex() 600 pHistory = new SwHistory; in DelCntntIndex() 605 pHistory->Add( pFtnHnt, pTxtNd->GetIndex(), false ); in DelCntntIndex() 623 if( !pHistory ) in DelCntntIndex() 624 pHistory = new SwHistory; in DelCntntIndex() 629 pHistory->Add( pFtnHnt, pTxtNd->GetIndex(), false ); in DelCntntIndex() 638 sal_uInt16 nChainInsPos = pHistory ? pHistory->Count() : 0; in DelCntntIndex() 661 if( !pHistory ) in DelCntntIndex() [all …]
|
| H A D | untbl.cxx | 429 sTblNm( rTbl.GetFrmFmt()->GetName() ), pDDEFldType( 0 ), pHistory( 0 ), in SwUndoTblToTxt() 442 pHistory = new SwHistory; in SwUndoTblToTxt() 458 pHistory->Add( *pFmt ); in SwUndoTblToTxt() 462 if( !pHistory->Count() ) in SwUndoTblToTxt() 463 delete pHistory, pHistory = 0; in SwUndoTblToTxt() 472 delete pHistory; in ~SwUndoTblToTxt() 520 if( pHistory ) in UndoImpl() 522 sal_uInt16 nTmpEnd = pHistory->GetTmpEnd(); in UndoImpl() 523 pHistory->TmpRollback( &rDoc, 0 ); in UndoImpl() 524 pHistory->SetTmpEnd( nTmpEnd ); in UndoImpl() [all …]
|
| H A D | unspnd.cxx | 51 : SwUndo( UNDO_SPLITNODE ), pHistory( 0 ), pRedlData( 0 ), nNode( rPos.nNode.GetIndex() ), in SwUndoSplitNode() 59 pHistory = new SwHistory; in SwUndoSplitNode() 60 pHistory->CopyAttr( pTxtNd->GetpSwpHints(), nNode, 0, in SwUndoSplitNode() 62 if( !pHistory->Count() ) in SwUndoSplitNode() 63 DELETEZ( pHistory ); in SwUndoSplitNode() 75 delete pHistory; in ~SwUndoSplitNode() 138 if( pHistory ) in UndoImpl() 145 pHistory->TmpRollback( pDoc, 0, false ); in UndoImpl() 169 if( pHistory ) in RedoImpl() 170 pHistory->SetTmpEnd( pHistory->Count() ); in RedoImpl()
|
| H A D | untblk.cxx | 48 pHistory = new SwHistory; in SwUndoInserts() 55 pHistory->CopyAttr( pTxtNd->GetpSwpHints(), nSttNode, in SwUndoInserts() 58 pHistory->CopyFmtAttr( *pTxtNd->GetpSwAttrSet(), nSttNode ); in SwUndoInserts() 197 nSetPos = pHistory->Count(); in UndoImpl() 259 pHistory->SetTmpEnd( nSetPos ); in UndoImpl() 260 pHistory->TmpRollback( pDoc, 0, false ); in UndoImpl() 279 pHistory->SetTmpEnd( nSetPos ); in RedoImpl() 317 pHistory->Rollback( pDoc, nSetPos ); in RedoImpl()
|
| H A D | unfmco.cxx | 48 pHistory( new SwHistory ), in SwUndoFmtColl() 63 delete pHistory; in ~SwUndoFmtColl() 70 pHistory->TmpRollback(& rContext.GetDoc(), 0); in UndoImpl() 71 pHistory->SetTmpEnd( pHistory->Count() ); in UndoImpl()
|
| /AOO41X/main/sw/source/core/doc/ |
| H A D | docfmt.cxx | 114 SwHistory* pHistory; member 126 pHistory(pHst), in ParaRstFmt() 140 pHistory(pHst), in ParaRstFmt() 173 if( pPara->pHistory ) in lcl_RstTxtAttr() 176 SwRegHistory aRHst( *pTxtNode, pPara->pHistory ); in lcl_RstTxtAttr() 271 SwRegHistory aRegH( pNode, *pNode, pPara->pHistory ); in lcl_RstAttr() 593 SwHistory* pHistory = pUndo ? &pUndo->GetHistory() : 0; in lcl_InsAttr() local 620 if (pHistory) in lcl_InsAttr() 621 pHistory->Add(pCharFmt->GetAttrSet(), *pCharFmt); in lcl_InsAttr() 641 SwRegHistory history( pNode, *pNode, pHistory ); in lcl_InsAttr() [all …]
|
| /AOO41X/main/sw/source/core/inc/ |
| H A D | UndoTable.hxx | 94 SwHistory* pHistory; member in SwUndoTxtToTbl 121 SwHistory* pHistory; member in SwUndoTblToTxt 234 SwHistory* pHistory; member in SwUndoTblMerge 259 SwHistory* pHistory; member in SwUndoTblNumFmt 331 SwHistory* pHistory; member in SwUndoSplitTbl 345 SwHistory* GetHistory() { return pHistory; } in GetHistory() 354 SwHistory* pHistory; member in SwUndoMergeTbl
|
| H A D | UndoNumbering.hxx | 47 SwHistory* pHistory; member in SwUndoInsNum 80 SwHistory* pHistory; member in SwUndoDelNum 91 SwHistory* GetHistory() { return pHistory; } in GetHistory()
|
| H A D | UndoCore.hxx | 119 SwHistory* pHistory; member in SwUndoFmtColl 161 SwHistory* GetHistory() { return pHistory; } in GetHistory()
|
| H A D | UndoSplitMove.hxx | 32 SwHistory* pHistory; member in SwUndoSplitNode
|
| /AOO41X/main/cui/source/dialogs/ |
| H A D | cuifmsearch.cxx | 839 const ::rtl::OUString* pHistory = aParams.aHistory.getConstArray(); in LoadParams() local 840 const ::rtl::OUString* pHistoryEnd = pHistory + aParams.aHistory.getLength(); in LoadParams() 841 for (; pHistory != pHistoryEnd; ++pHistory) in LoadParams() 842 m_cmbSearchText.InsertEntry( *pHistory ); in LoadParams() 939 ::rtl::OUString* pHistory = aCurrentSettings.aHistory.getArray(); in SaveParams() 940 for (sal_uInt16 i=0; i<m_cmbSearchText.GetEntryCount(); ++i, ++pHistory) in SaveParams() 941 *pHistory = m_cmbSearchText.GetEntry(i); in SaveParams()
|
| /AOO41X/main/sw/inc/ |
| H A D | undobj.hxx | 153 SwHistory* pHistory; member in SwUndoSaveCntnt 207 const SwHistory* GetHistory() const { return pHistory; } in GetHistory() 208 SwHistory* GetHistory() { return pHistory; } in GetHistory()
|
| H A D | hints.hxx | 159 SwHistory* pHistory; member in SwTableFmlUpdate
|
| H A D | ndarr.hxx | 313 sal_uInt16 nMode = 0, SwHistory* pHistory = 0 );
|
| /AOO41X/main/sw/source/core/attr/ |
| H A D | cellatr.cxx | 189 if( pUpdtFld->pHistory ) in ChangeState() 200 pUpdtFld->pHistory->Add( &aCopy, &aCopy, in ChangeState()
|
| H A D | hints.cxx | 98 pTbl( pNewTbl ), pHistory( 0 ), nSplitLine( USHRT_MAX ), in SwTableFmlUpdate()
|
| /AOO41X/main/sw/source/core/docnode/ |
| H A D | ndtbl.cxx | 803 SwHistory* pHistory = pUndo ? &pUndo->GetHistory() : 0; in TextToTable() local 847 if( pHistory ) in TextToTable() 849 SwRegHistory aReg( pNd, *pNd, pHistory ); in TextToTable() 3231 aMsgHnt.pHistory = &aHistory; in SplitTable() 3594 SwHistory* pHistory = 0; in MergeTable() local 3599 pHistory = new SwHistory; in MergeTable() 3606 aMsgHnt.pHistory = pHistory; in MergeTable() 3611 sal_Bool bRet = rNds.MergeTable( aIdx, !bWithPrev, nMode, pHistory ); in MergeTable() 3613 if( pHistory ) in MergeTable() 3615 if( pHistory->Count() ) in MergeTable() [all …]
|