Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/core/txtnode/
H A Dndtxt.cxx2025 sal_uInt16 nAttrCnt = 0; in CutImpl() local
2026 while ( m_pSwpHints && nAttrCnt < m_pSwpHints->Count() ) in CutImpl()
2028 SwTxtAttr * const pHt = m_pSwpHints->GetTextHint(nAttrCnt); in CutImpl()
2081 ++nAttrCnt; in CutImpl()
2203 sal_uInt16 nAttrCnt = 0; in CutImpl() local
2204 while ( m_pSwpHints && (nAttrCnt < m_pSwpHints->Count()) ) in CutImpl()
2206 SwTxtAttr * const pHt = m_pSwpHints->GetTextHint(nAttrCnt); in CutImpl()
2286 ++nAttrCnt; in CutImpl()
2292 if( m_pSwpHints && nAttrCnt < m_pSwpHints->Count() ) in CutImpl()
2295 while ( nAttrCnt < m_pSwpHints->Count() ) in CutImpl()
[all …]

Completed in 24 milliseconds