Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/rtf/
H A Dswparrtf.cxx2144 sal_uLong nSNd = rSet.GetSttNodeIdx(), nENd = rSet.GetEndNodeIdx(); in SetAttrInDoc() local
2150 ASSERT( nSNd <= nENd, "Start groesser als Ende" ); in SetAttrInDoc()
2153 pDebugNd = pDoc->GetNodes()[ nENd ]; in SetAttrInDoc()
2161 if( nENd == nSNd ) in SetAttrInDoc()
2165 aPam.GetPoint()->nNode = nENd; in SetAttrInDoc()
2235 for( sal_uLong n = nSNd; n <= nENd; ++n ) in SetAttrInDoc()
2256 for( sal_uLong n = nSNd; n <= nENd; ++n ) in SetAttrInDoc()
2279 for( sal_uLong n = nSNd; n <= nENd; ++n ) in SetAttrInDoc()

Completed in 26 milliseconds