Home
last modified time | relevance | path

Searched refs:pSaveTbl (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/sw/source/core/undo/
H A Duntbl.cxx1441 pSaveTbl = new _SaveTable( rTblNd.GetTable() ); in SwUndoAttrTbl()
1446 delete pSaveTbl; in ~SwUndoAttrTbl()
1458 pSaveTbl->RestoreAttr( pTblNd->GetTable() ); in UndoImpl()
1459 delete pSaveTbl; in UndoImpl()
1460 pSaveTbl = pOrig; in UndoImpl()
1484 pSaveTbl = new _SaveTable( rTblNd.GetTable() ); in SwUndoTblAutoFmt()
1490 pSaveTbl->SaveCntntAttrs( (SwDoc*)rTblNd.GetDoc() ); in SwUndoTblAutoFmt()
1497 delete pSaveTbl; in ~SwUndoTblAutoFmt()
1528 pSaveTbl->RestoreAttr( pTblNd->GetTable(), !bUndo ); in UndoRedo()
1529 delete pSaveTbl; in UndoRedo()
[all …]
/AOO42X/main/sw/source/core/inc/
H A DUndoTable.hxx145 _SaveTable* pSaveTbl; member in SwUndoAttrTbl
161 _SaveTable* pSaveTbl; member in SwUndoTblAutoFmt
180 _SaveTable* pSaveTbl; member in SwUndoTblNdsChg
231 _SaveTable* pSaveTbl; member in SwUndoTblMerge
/AOO42X/main/sw/source/filter/html/
H A Dswhtml.cxx3147 _HTMLAttr** pSaveTbl = (_HTMLAttr**)&rNewAttrTab; in SaveAttrTab() local
3150 nCnt--; (++pTbl, ++pSaveTbl) ) in SaveAttrTab()
3152 *pSaveTbl = *pTbl; in SaveAttrTab()
3154 _HTMLAttr *pAttr = *pSaveTbl; in SaveAttrTab()
3157 pAttr->SetHead( pSaveTbl ); in SaveAttrTab()
3180 _HTMLAttr** pSaveTbl = (_HTMLAttr**)&rNewAttrTab; in SplitAttrTab() local
3203 nCnt--; (++pTbl, ++pSaveTbl) ) in SplitAttrTab()
3206 *pSaveTbl = 0; in SplitAttrTab()
3247 pAttr->Reset( nSttIdx, nSttCnt, pSaveTbl ); in SplitAttrTab()
3249 if( *pSaveTbl ) in SplitAttrTab()
[all …]