Searched refs:m_nCurrentTabStopIndex (Results 1 – 2 of 2) sorted by relevance
140 m_nCurrentTabStopIndex( 0 ), in DomainMapper_Impl()356 OSL_ENSURE(nId == NS_rtf::LN_dxaAdd || m_nCurrentTabStopIndex < m_aCurrentTabStops.size(), in ModifyCurrentTabStop()359 if( nId != NS_rtf::LN_dxaAdd && m_nCurrentTabStopIndex >= m_aCurrentTabStops.size()) in ModifyCurrentTabStop()404 m_aCurrentTabStops[m_nCurrentTabStopIndex].FillChar = aTabFillCharWord[nValue]; in ModifyCurrentTabStop()409 m_aCurrentTabStops[m_nCurrentTabStopIndex].Alignment = aTabAlignFromWord[nValue]; in ModifyCurrentTabStop()453 m_nCurrentTabStopIndex = 0; in GetCurrentTabStopAndClear()
344 sal_uInt32 m_nCurrentTabStopIndex; member in writerfilter::dmapper::DomainMapper_Impl488 void NextTabStop() {++m_nCurrentTabStopIndex;} in NextTabStop()