Searched refs:nCntAttr (Results 1 – 3 of 3) sorted by relevance
2477 sal_uInt16 nCntAttr = pNd->HasHints() ? pNd->GetSwpHints().Count() : 0; in OutHTML_SwTxtNode() local2478 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()
889 sal_uInt16 nCntAttr = pTxtNd->GetSwpHints().Count(); in OutHeaderAttrs() local891 for( sal_uInt16 i=0; i<nCntAttr; i++ ) in OutHeaderAttrs()
2271 sal_uInt16 nCntAttr = (pTxtNd && pTxtNd->GetpSwpHints()) in AppendTxtNode() local2273 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 477 milliseconds