Home
last modified time | relevance | path

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

/aoo4110/main/writerfilter/source/dmapper/
H A DDomainMapper_Impl.hxx214 struct DeletableTabStop : public ::com::sun::star::style::TabStop struct
218 DeletableTabStop() in DeletableTabStop() argument
223 DeletableTabStop( const ::com::sun::star::style::TabStop& rTabStop ) in DeletableTabStop() function
343 ::std::vector<DeletableTabStop> m_aCurrentTabStops;
486 void IncorporateTabStop( const DeletableTabStop &aTabStop );
587 DeletableTabStop m_aCurrentTabStop;
H A DDomainMapper_Impl.cxx347 m_aCurrentTabStops.push_back( DeletableTabStop(rInitTabStops[nTab]) ); in InitTabStopFromStyle()
383DeletableTabStop(style::TabStop(ConversionHelper::convertTwipToMM100(nValue), style::TabAlign_LEFT… in ModifyCurrentTabStop()
388 ::std::vector<DeletableTabStop>::iterator aIt = m_aCurrentTabStops.begin(); in ModifyCurrentTabStop()
389 ::std::vector<DeletableTabStop>::iterator aEndIt = m_aCurrentTabStops.end(); in ModifyCurrentTabStop()
414 void DomainMapper_Impl::IncorporateTabStop( const DeletableTabStop & rTabStop ) in IncorporateTabStop()
416 ::std::vector<DeletableTabStop>::iterator aIt = m_aCurrentTabStops.begin(); in IncorporateTabStop()
417 ::std::vector<DeletableTabStop>::iterator aEndIt = m_aCurrentTabStops.end(); in IncorporateTabStop()
442 ::std::vector<DeletableTabStop>::const_iterator aIt = m_aCurrentTabStops.begin(); in GetCurrentTabStopAndClear()
443 ::std::vector<DeletableTabStop>::const_iterator aEndIt = m_aCurrentTabStops.end(); in GetCurrentTabStopAndClear()
H A DDomainMapper.cxx3816 m_pImpl->m_aCurrentTabStop = DeletableTabStop(); in sprmWithProps()

Completed in 67 milliseconds