Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/rtf/
H A Dswparrtf.cxx2143 sal_uLong nSNd = rSet.GetSttNodeIdx(), nENd = rSet.GetEndNodeIdx(); in SetAttrInDoc() local
2149 ASSERT( nSNd <= nENd, "Start groesser als Ende" ); in SetAttrInDoc()
2150 SwNode* pDebugNd = pDoc->GetNodes()[ nSNd ]; in SetAttrInDoc()
2156 SwCntntNode* pCNd = pDoc->GetNodes()[ nSNd ]->GetCntntNode(); in SetAttrInDoc()
2157 aPam.GetPoint()->nNode = nSNd; in SetAttrInDoc()
2160 if( nENd == nSNd ) in SetAttrInDoc()
2234 for( sal_uLong n = nSNd; n <= nENd; ++n ) in SetAttrInDoc()
2255 for( sal_uLong n = nSNd; n <= nENd; ++n ) in SetAttrInDoc()
2278 for( sal_uLong n = nSNd; n <= nENd; ++n ) in SetAttrInDoc()