Home
last modified time | relevance | path

Searched refs:rInitTabStops (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx366 void DomainMapper_Impl::InitTabStopFromStyle( const uno::Sequence< style::TabStop >& rInitTabStops ) in InitTabStopFromStyle() argument
369 for( sal_Int32 nTab = 0; nTab < rInitTabStops.getLength(); ++nTab) in InitTabStopFromStyle()
371 m_aCurrentTabStops.push_back( DeletableTabStop(rInitTabStops[nTab]) ); in InitTabStopFromStyle()
H A DDomainMapper_Impl.hxx484 …mStyle( const ::com::sun::star::uno::Sequence< ::com::sun::star::style::TabStop >& rInitTabStops );

Completed in 50 milliseconds