Searched refs:RestoreUpperFrms (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/sw/source/core/docnode/ |
H A D | node2lay.cxx | 60 void RestoreUpperFrms( SwNodes& rNds, sal_uLong nStt, sal_uLong nEnd ); 344 void SwNode2LayImpl::RestoreUpperFrms( SwNodes& rNds, sal_uLong nStt, sal_uLong nEnd ) in RestoreUpperFrms() function in SwNode2LayImpl 440 void SwNode2Layout::RestoreUpperFrms( SwNodes& rNds, sal_uLong nStt, sal_uLong nEnd ) in RestoreUpperFrms() function in SwNode2Layout 443 pImpl->RestoreUpperFrms( rNds, nStt, nEnd ); in RestoreUpperFrms()
|
H A D | ndtbl.cxx | 899 aNode2Layout.RestoreUpperFrms( GetNodes(), nIdx, nIdx + 1 ); in TextToTable() 1232 aNode2Layout.RestoreUpperFrms( GetNodes(), nIdx, nIdx + 1 ); in TextToTable() 1679 pNode2Layout->RestoreUpperFrms( *this, in TableToText()
|
H A D | ndsect.cxx | 973 pNode2Layout->RestoreUpperFrms( pSectNd->GetNodes(), nIdx, nIdx + 1 ); in InsertTextSection()
|
/aoo42x/main/sw/source/core/undo/ |
H A D | unsort.cxx | 132 aNode2Layout.RestoreUpperFrms( rDoc.GetNodes(), nIdx, nIdx + 1 ); in UndoImpl() 213 aNode2Layout.RestoreUpperFrms( rDoc.GetNodes(), nIdx, nIdx + 1 ); in RedoImpl()
|
H A D | untbl.cxx | 527 aNode2Layout.RestoreUpperFrms( rDoc.GetNodes(), in UndoImpl()
|
/aoo42x/main/sw/source/core/inc/ |
H A D | node2lay.hxx | 70 void RestoreUpperFrms( SwNodes& rNds, sal_uLong nStt, sal_uLong nEnd );
|
/aoo42x/main/sw/source/core/doc/ |
H A D | docsort.cxx | 631 aNode2Layout.RestoreUpperFrms( GetNodes(), nIdx, nIdx + 1 ); in SortTbl()
|
H A D | doctxm.cxx | 1080 aN2L.RestoreUpperFrms( pDoc->GetNodes(), nIdx, nIdx + 1 ); in Update()
|
Completed in 63 milliseconds