Searched refs:aNode2Layout (Results  1 – 8 of 8) sorted by relevance
| /trunk/main/sw/source/core/undo/ | 
| H A D | unsort.cxx | 106         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 D | untbl.cxx | 492 	SwNode2Layout aNode2Layout( aFrmIdx.GetNode() );  in UndoImpl()  local 527 	aNode2Layout.RestoreUpperFrms( rDoc.GetNodes(),  in UndoImpl()
  | 
| /trunk/main/sw/source/core/docnode/ | 
| H A D | ndtbl.cxx | 731 	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 D | ndsect.cxx | 1110 			SwNode2Layout aNode2Layout( *this, rIdx.GetIndex() );  in MakeFrms()  local 1112 			while( 0 != (pFrm = aNode2Layout.NextFrm()) )  in MakeFrms()
  | 
| H A D | node.cxx | 1338 	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 D | docsort.cxx | 581     SwNode2Layout aNode2Layout( *pTblNd );  in SortTbl()  local 631     aNode2Layout.RestoreUpperFrms( GetNodes(), nIdx, nIdx + 1 );  in SortTbl()
  | 
| H A D | doctxm.cxx | 731 		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 D | frmtool.cxx | 1665 		SwNode2Layout aNode2Layout( *pNd, rSttIdx.GetIndex() );  in MakeFrms()  local 1667 		while( 0 != (pFrm = aNode2Layout.NextFrm()) )  in MakeFrms()
  | 
        Completed in 409 milliseconds