Searched refs:DeletableTabStop (Results 1 – 3 of 3) sorted by relevance
214 struct DeletableTabStop : public ::com::sun::star::style::TabStop struct218 DeletableTabStop() in DeletableTabStop() function223 DeletableTabStop( const ::com::sun::star::style::TabStop& rTabStop ) in DeletableTabStop() argument343 ::std::vector<DeletableTabStop> m_aCurrentTabStops;486 void IncorporateTabStop( const DeletableTabStop &aTabStop );587 DeletableTabStop m_aCurrentTabStop;
371 m_aCurrentTabStops.push_back( DeletableTabStop(rInitTabStops[nTab]) ); in InitTabStopFromStyle()407 …DeletableTabStop(style::TabStop(ConversionHelper::convertTwipToMM100(nValue), style::TabAlign_LEFT… in ModifyCurrentTabStop()412 ::std::vector<DeletableTabStop>::iterator aIt = m_aCurrentTabStops.begin(); in ModifyCurrentTabStop()413 ::std::vector<DeletableTabStop>::iterator aEndIt = m_aCurrentTabStops.end(); in ModifyCurrentTabStop()438 void DomainMapper_Impl::IncorporateTabStop( const DeletableTabStop & rTabStop ) in IncorporateTabStop()440 ::std::vector<DeletableTabStop>::iterator aIt = m_aCurrentTabStops.begin(); in IncorporateTabStop()441 ::std::vector<DeletableTabStop>::iterator aEndIt = m_aCurrentTabStops.end(); in IncorporateTabStop()466 ::std::vector<DeletableTabStop>::const_iterator aIt = m_aCurrentTabStops.begin(); in GetCurrentTabStopAndClear()467 ::std::vector<DeletableTabStop>::const_iterator aEndIt = m_aCurrentTabStops.end(); in GetCurrentTabStopAndClear()
3824 m_pImpl->m_aCurrentTabStop = DeletableTabStop(); in sprmWithProps()
Completed in 35 milliseconds