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.cxx2144 sal_uLong nSNd = rSet.GetSttNodeIdx(), nENd = rSet.GetEndNodeIdx(); in SetAttrInDoc() local
2150 ASSERT( nSNd <= nENd, "Start groesser als Ende" ); in SetAttrInDoc()
2151 SwNode* pDebugNd = pDoc->GetNodes()[ nSNd ]; in SetAttrInDoc()
2157 SwCntntNode* pCNd = pDoc->GetNodes()[ nSNd ]->GetCntntNode(); in SetAttrInDoc()
2158 aPam.GetPoint()->nNode = nSNd; in SetAttrInDoc()
2161 if( nENd == nSNd ) 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 22 milliseconds