Home
last modified time | relevance | path

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

/aoo42x/main/sw/source/core/txtnode/
H A Dndtxt.cxx2034 sal_uInt16 nAttrCnt = 0; in CutImpl() local
2035 while ( m_pSwpHints && nAttrCnt < m_pSwpHints->Count() ) in CutImpl()
2037 SwTxtAttr * const pHt = m_pSwpHints->GetTextHint(nAttrCnt); in CutImpl()
2090 ++nAttrCnt; in CutImpl()
2212 sal_uInt16 nAttrCnt = 0; in CutImpl() local
2213 while ( m_pSwpHints && (nAttrCnt < m_pSwpHints->Count()) ) in CutImpl()
2215 SwTxtAttr * const pHt = m_pSwpHints->GetTextHint(nAttrCnt); in CutImpl()
2295 ++nAttrCnt; in CutImpl()
2301 if( m_pSwpHints && nAttrCnt < m_pSwpHints->Count() ) in CutImpl()
2304 while ( nAttrCnt < m_pSwpHints->Count() ) in CutImpl()
[all …]

Completed in 63 milliseconds