Home
last modified time | relevance | path

Searched refs:nSNd (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()
2160 SwNode* pDebugNd = pDoc->GetNodes()[ nSNd ]; in SetAttrInDoc()
2166 SwCntntNode* pCNd = pDoc->GetNodes()[ nSNd ]->GetCntntNode(); in SetAttrInDoc()
2167 aPam.GetPoint()->nNode = nSNd; in SetAttrInDoc()
2170 if( nENd == nSNd ) 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 25 milliseconds