Home
last modified time | relevance | path

Searched refs:pHistory (Results 1 – 22 of 22) sorted by relevance

/AOO41X/main/sw/source/core/undo/
H A Dunmove.cxx53 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 Dundel.cxx147 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 Dunovwr.cxx85 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 Dunnum.cxx48 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 Dunins.cxx605 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 Dundobj.cxx338 : 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 Duntbl.cxx429 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 Dunspnd.cxx51 : 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 Duntblk.cxx48 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 Dunfmco.cxx48 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 Ddocfmt.cxx114 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 DUndoTable.hxx94 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 DUndoNumbering.hxx47 SwHistory* pHistory; member in SwUndoInsNum
80 SwHistory* pHistory; member in SwUndoDelNum
91 SwHistory* GetHistory() { return pHistory; } in GetHistory()
H A DUndoCore.hxx119 SwHistory* pHistory; member in SwUndoFmtColl
161 SwHistory* GetHistory() { return pHistory; } in GetHistory()
H A DUndoSplitMove.hxx32 SwHistory* pHistory; member in SwUndoSplitNode
/AOO41X/main/cui/source/dialogs/
H A Dcuifmsearch.cxx839 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 Dundobj.hxx153 SwHistory* pHistory; member in SwUndoSaveCntnt
207 const SwHistory* GetHistory() const { return pHistory; } in GetHistory()
208 SwHistory* GetHistory() { return pHistory; } in GetHistory()
H A Dhints.hxx159 SwHistory* pHistory; member in SwTableFmlUpdate
H A Dndarr.hxx313 sal_uInt16 nMode = 0, SwHistory* pHistory = 0 );
/AOO41X/main/sw/source/core/attr/
H A Dcellatr.cxx189 if( pUpdtFld->pHistory ) in ChangeState()
200 pUpdtFld->pHistory->Add( &aCopy, &aCopy, in ChangeState()
H A Dhints.cxx98 pTbl( pNewTbl ), pHistory( 0 ), nSplitLine( USHRT_MAX ), in SwTableFmlUpdate()
/AOO41X/main/sw/source/core/docnode/
H A Dndtbl.cxx803 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 …]