Home
last modified time | relevance | path

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

/trunk/main/writerfilter/source/dmapper/
H A DDomainMapper_Impl.hxx214 struct DeletableTabStop : public ::com::sun::star::style::TabStop struct
218 DeletableTabStop() in DeletableTabStop() function
223 DeletableTabStop( const ::com::sun::star::style::TabStop& rTabStop ) in DeletableTabStop() argument
343 ::std::vector<DeletableTabStop> m_aCurrentTabStops;
486 void IncorporateTabStop( const DeletableTabStop &aTabStop );
587 DeletableTabStop m_aCurrentTabStop;
H A DDomainMapper_Impl.cxx371 m_aCurrentTabStops.push_back( DeletableTabStop(rInitTabStops[nTab]) ); in InitTabStopFromStyle()
407DeletableTabStop(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()
H A DDomainMapper.cxx3824 m_pImpl->m_aCurrentTabStop = DeletableTabStop(); in sprmWithProps()

Completed in 35 milliseconds