Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/filter/rtf/
H A Dswparrtf.cxx2153 sal_uLong nSNd = rSet.GetSttNodeIdx(), nENd = rSet.GetEndNodeIdx(); in SetAttrInDoc() local
2159 ASSERT( nSNd <= nENd, "Start groesser als Ende" ); in SetAttrInDoc()
2162 pDebugNd = pDoc->GetNodes()[ nENd ]; in SetAttrInDoc()
2170 if( nENd == nSNd ) in SetAttrInDoc()
2174 aPam.GetPoint()->nNode = nENd; in SetAttrInDoc()
2244 for( sal_uLong n = nSNd; n <= nENd; ++n ) in SetAttrInDoc()
2265 for( sal_uLong n = nSNd; n <= nENd; ++n ) in SetAttrInDoc()
2288 for( sal_uLong n = nSNd; n <= nENd; ++n ) in SetAttrInDoc()

Completed in 58 milliseconds