Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/html/
H A Dhtmlatr.cxx2477 sal_uInt16 nCntAttr = pNd->HasHints() ? pNd->GetSwpHints().Count() : 0; in OutHTML_SwTxtNode() local
2478 if( nCntAttr && nStrPos > *( pHt = pNd->GetSwpHints()[ 0 ] )->GetStart() ) in OutHTML_SwTxtNode()
2517 } while( nAttrPos < nCntAttr && nStrPos > in OutHTML_SwTxtNode()
2545 if( nAttrPos < nCntAttr && *pHt->GetStart() == nStrPos in OutHTML_SwTxtNode()
2599 } while( ++nAttrPos < nCntAttr && nStrPos == in OutHTML_SwTxtNode()
H A Dwrthtml.cxx889 sal_uInt16 nCntAttr = pTxtNd->GetSwpHints().Count(); in OutHeaderAttrs() local
891 for( sal_uInt16 i=0; i<nCntAttr; i++ ) in OutHeaderAttrs()
H A Dswhtml.cxx2271 sal_uInt16 nCntAttr = (pTxtNd && pTxtNd->GetpSwpHints()) in AppendTxtNode() local
2273 if( nCntAttr ) in AppendTxtNode()
2285 for( sal_uInt16 i=0; i < nCntAttr; i++ ) in AppendTxtNode()
2321 if( 1 == nCntAttr ) in AppendTxtNode()
2324 nCntAttr--; in AppendTxtNode()

Completed in 44 milliseconds