Searched refs:m_nCurrentTabStopIndex (Results 1 – 2 of 2) sorted by relevance
150 m_nCurrentTabStopIndex( 0 ), in DomainMapper_Impl()380 OSL_ENSURE(nId == NS_rtf::LN_dxaAdd || m_nCurrentTabStopIndex < m_aCurrentTabStops.size(), in ModifyCurrentTabStop()383 if( nId != NS_rtf::LN_dxaAdd && m_nCurrentTabStopIndex >= m_aCurrentTabStops.size()) in ModifyCurrentTabStop()428 m_aCurrentTabStops[m_nCurrentTabStopIndex].FillChar = aTabFillCharWord[nValue]; in ModifyCurrentTabStop()433 m_aCurrentTabStops[m_nCurrentTabStopIndex].Alignment = aTabAlignFromWord[nValue]; in ModifyCurrentTabStop()477 m_nCurrentTabStopIndex = 0; in GetCurrentTabStopAndClear()
344 sal_uInt32 m_nCurrentTabStopIndex; member in writerfilter::dmapper::DomainMapper_Impl488 void NextTabStop() {++m_nCurrentTabStopIndex;} in NextTabStop()
Completed in 35 milliseconds