Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/undo/ !
H A Dunmove.cxx53 pHistory = new SwHistory; in SwUndoMove()
92 nFtnStt = pHistory->Count(); in SwUndoMove()
95 if( pHistory && !pHistory->Count() ) in SwUndoMove()
96 DELETEZ( pHistory ); in SwUndoMove()
131 if( pHistory && !pHistory->Count() ) in SwUndoMove()
132 DELETEZ( pHistory ); in SwUndoMove()
266 if( pHistory ) in UndoImpl()
270 pHistory->TmpRollback( pDoc, 0 ); in UndoImpl()
271 pHistory->SetTmpEnd( pHistory->Count() ); in UndoImpl()
347 if( pHistory && !pHistory->Count() ) in DelFtn()
[all …]
H A Dundel.cxx147 if( !pHistory ) in SwUndoDelete()
148 pHistory = new SwHistory; in SwUndoDelete()
169 nSetPos = pHistory ? pHistory->Count() : 0; in SwUndoDelete()
363 if( pHistory && !pHistory->Count() ) in SwUndoDelete()
364 DELETEZ( pHistory ); in SwUndoDelete()
620 if (pHistory) in GetRewriter()
821 if( pHistory ) in UndoImpl()
838 DELETEZ( pHistory ); in UndoImpl()
892 pHistory->SetTmpEnd( pHistory->Count() ); in RedoImpl()
906 nSetPos = pHistory ? pHistory->Count() : 0; in RedoImpl()
[all …]
H A Dunovwr.cxx85 if( !pHistory ) in SwUndoOverwrite()
86 pHistory = new SwHistory; in SwUndoOverwrite()
245 if( pHistory ) in UndoImpl()
317 if( pHistory ) in RedoImpl()
318 pHistory->SetTmpEnd( pHistory->Count() ); in RedoImpl()
347 SwHistory* pHistory; member
455 pNew->pHistory = pD->pHistory; in AddChanges()
456 pD->pHistory = 0; in AddChanges()
461 if( !pNew->pHistory ) in AddChanges()
488 if( pHistory ) in SetChangeAtNode()
[all …]
H A Dunnum.cxx75 delete pHistory; in ~SwUndoInsNum()
94 if( pHistory ) in UndoImpl()
126 pHistory->SetTmpEnd( pHistory->Count() ); in UndoImpl()
141 else if ( pHistory ) in RedoImpl()
157 if( pHistory ) in SetLRSpaceEndPos()
179 if( !pHistory ) in GetHistory()
180 pHistory = new SwHistory; in GetHistory()
181 return pHistory; in GetHistory()
197 pHistory = new SwHistory; in SwUndoDelNum()
202 delete pHistory; in ~SwUndoDelNum()
[all …]
H A Dunins.cxx605 pHistory = new SwHistory; in Impl()
637 if( !pHistory->Count() ) in Impl()
638 delete pHistory, pHistory = 0; in Impl()
701 if( pHistory ) in UndoImpl()
721 DELETEZ( pHistory ); in UndoImpl()
748 if( pHistory ) in RedoImpl()
752 pHistory = &aHst; in RedoImpl()
756 pHistory = pSave; in RedoImpl()
757 pHistory->Move( 0, &aHst ); in RedoImpl()
761 pHistory = new SwHistory; in RedoImpl()
[all …]
H A Duntbl.cxx463 delete pHistory, pHistory = 0; in SwUndoTblToTxt()
520 if( pHistory ) in UndoImpl()
763 if( pHistory ) in UndoImpl()
766 pHistory->SetTmpEnd( pHistory->Count() ); in UndoImpl()
859 if( !pHistory ) in GetHistory()
2157 if( pHistory ) in UndoImpl()
2160 pHistory->SetTmpEnd( pHistory->Count() ); in UndoImpl()
2287 if( pHistory && !pHistory->Count() ) in SwUndoTblNumFmt()
2340 if( pHistory ) in UndoImpl()
3032 pHistory->SetTmpEnd( pHistory->Count() ); in UndoImpl()
[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()
623 if( !pHistory ) in DelCntntIndex()
624 pHistory = new SwHistory; in DelCntntIndex()
638 sal_uInt16 nChainInsPos = pHistory ? pHistory->Count() : 0; in DelCntntIndex()
661 if( !pHistory ) in DelCntntIndex()
662 pHistory = new SwHistory; in DelCntntIndex()
726 if( !pHistory ) in DelCntntIndex()
[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()
/trunk/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()
625 if (pHistory) in lcl_InsAttr()
861 if( pHistory ) in lcl_InsAttr()
1039 if( pHistory ) in lcl_InsAttr()
1750 if ( pPara->pHistory ) in lcl_SetTxtFmtColl()
1769 if( pPara->pHistory ) in lcl_SetTxtFmtColl()
2307 SwHistory* pHistory = 0; in MoveLeftMargin() local
[all …]
/trunk/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
/trunk/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()
/trunk/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.hxx179 SwHistory* pHistory; member in SwTableFmlUpdate
H A Dndarr.hxx313 sal_uInt16 nMode = 0, SwHistory* pHistory = 0 );
/trunk/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()
3613 if( pHistory ) in MergeTable()
3615 if( pHistory->Count() ) in MergeTable()
3616 pUndo->SaveFormula( *pHistory ); in MergeTable()
[all …]
/trunk/main/sw/source/core/attr/ !
H A Dcellatr.cxx189 if( pUpdtFld->pHistory ) in ChangeState()
200 pUpdtFld->pHistory->Add( in ChangeState()
H A Dhints.cxx102 pTbl( pNewTbl ), pHistory( 0 ), nSplitLine( USHRT_MAX ), in SwTableFmlUpdate()

Completed in 180 milliseconds