Home
last modified time | relevance | path

Searched refs:aNode2Layout (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sw/source/core/undo/
H A Dunsort.cxx106 SwNode2Layout aNode2Layout( *pTblNd ); in UndoImpl() local
132 aNode2Layout.RestoreUpperFrms( rDoc.GetNodes(), nIdx, nIdx + 1 ); in UndoImpl()
183 SwNode2Layout aNode2Layout( *pTblNd ); in RedoImpl() local
213 aNode2Layout.RestoreUpperFrms( rDoc.GetNodes(), nIdx, nIdx + 1 ); in RedoImpl()
H A Duntbl.cxx492 SwNode2Layout aNode2Layout( aFrmIdx.GetNode() ); in UndoImpl() local
527 aNode2Layout.RestoreUpperFrms( rDoc.GetNodes(), in UndoImpl()
/trunk/main/sw/source/core/docnode/
H A Dndtbl.cxx731 SwNode2Layout aNode2Layout( aRg.aStart.GetNode() ); in TextToTable() local
899 aNode2Layout.RestoreUpperFrms( GetNodes(), nIdx, nIdx + 1 ); in TextToTable()
1184 SwNode2Layout aNode2Layout( aRg.aStart.GetNode() ); in TextToTable() local
1232 aNode2Layout.RestoreUpperFrms( GetNodes(), nIdx, nIdx + 1 ); in TextToTable()
2460 SwNode2Layout aNode2Layout( *this, rIdx.GetIndex() ); in MakeFrms() local
2462 while( 0 != (pFrm = aNode2Layout.NextFrm()) ) in MakeFrms()
2488 SwNode2Layout aNode2Layout( *pNd, GetIndex() ); in MakeFrms() local
2489 while( 0 != (pUpper = aNode2Layout.UpperFrm( pFrm, *this )) ) in MakeFrms()
H A Dndsect.cxx1110 SwNode2Layout aNode2Layout( *this, rIdx.GetIndex() ); in MakeFrms() local
1112 while( 0 != (pFrm = aNode2Layout.NextFrm()) ) in MakeFrms()
H A Dnode.cxx1338 SwNode2Layout aNode2Layout( *this, rNode.GetIndex() ); in MakeFrms()
1340 while( 0 != (pUpper = aNode2Layout.UpperFrm( pFrm, rNode )) ) in MakeFrms()
/trunk/main/sw/source/core/doc/
H A Ddocsort.cxx581 SwNode2Layout aNode2Layout( *pTblNd ); in SortTbl() local
631 aNode2Layout.RestoreUpperFrms( GetNodes(), nIdx, nIdx + 1 ); in SortTbl()
H A Ddoctxm.cxx731 SwNode2Layout aNode2Layout( *pNd, pNd->GetIndex() ); in lcl_FindChapterNode() local
732 const SwFrm* pFrm = aNode2Layout.GetFrm( &aPt, 0, sal_False ); in lcl_FindChapterNode()
/trunk/main/sw/source/core/layout/
H A Dfrmtool.cxx1665 SwNode2Layout aNode2Layout( *pNd, rSttIdx.GetIndex() ); in MakeFrms() local
1667 while( 0 != (pFrm = aNode2Layout.NextFrm()) ) in MakeFrms()

Completed in 106 milliseconds