Home
last modified time | relevance | path

Searched refs:rTabStop (Results 1 – 10 of 10) sorted by path

/trunk/main/sw/source/core/text/
H A Dfrmcrsr.cxx1591 const SvxTabStop &rTabStop = rRuler.operator[](nIdx); in FillCrsrPos() local
1592 nRightTab = nTxtLeft + rTabStop.GetTabPos(); in FillCrsrPos()
H A Dtxttab.cxx61 const SvxTabStop &rTabStop = pRuler->operator[](i); in GetTabStop() local
62 if( rTabStop.GetTabPos() > SwTwips(nRight) ) in GetTabStop()
63 return i ? 0 : &rTabStop; in GetTabStop()
65 if( rTabStop.GetTabPos() > nSearchPos ) in GetTabStop()
66 return &rTabStop; in GetTabStop()
/trunk/main/sw/source/filter/ww8/
H A Ddocxattributeoutput.cxx2887 void DocxAttributeOutput::ParaTabStop( const SvxTabStopItem& rTabStop ) in ParaTabStop() argument
2894 sal_uInt16 nCount = rTabStop.Count(); in ParaTabStop()
2896 impl_WriteTabElement( m_pSerializer, rTabStop[i], nCurrentLeft ); in ParaTabStop()
H A Ddocxattributeoutput.hxx447 virtual void ParaTabStop( const SvxTabStopItem& rTabStop );
H A Drtfattributeoutput.cxx2612 void RtfAttributeOutput::ParaTabStop( const SvxTabStopItem& rTabStop ) in ParaTabStop() argument
2617 for( sal_uInt16 n = 0; n < rTabStop.Count(); n++ ) in ParaTabStop()
2619 const SvxTabStop & rTS = rTabStop[ n ]; in ParaTabStop()
2661 m_aTabStop.append( (sal_Int32)rTabStop[0].GetTabPos() ); in ParaTabStop()
H A Drtfattributeoutput.hxx384 virtual void ParaTabStop( const SvxTabStopItem& rTabStop );
H A Dwrtww8.cxx346 const SvxTabStopItem& rTabStop = in SV_IMPL_PTRARR() local
348 rDop.dxaTab = (sal_uInt16)rTabStop[0].GetTabPos(); in SV_IMPL_PTRARR()
/trunk/main/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx438 void DomainMapper_Impl::IncorporateTabStop( const DeletableTabStop & rTabStop ) in IncorporateTabStop() argument
442 sal_Int32 nConverted = rTabStop.Position; in IncorporateTabStop()
449 if( rTabStop.bDeleted ) in IncorporateTabStop()
452 *aIt = rTabStop; in IncorporateTabStop()
457 m_aCurrentTabStops.push_back( rTabStop ); in IncorporateTabStop()
H A DDomainMapper_Impl.hxx223 DeletableTabStop( const ::com::sun::star::style::TabStop& rTabStop ) in DeletableTabStop()
224 : TabStop( rTabStop ) in DeletableTabStop()
/trunk/main/xmloff/source/style/
H A Dxmltabi.cxx266 const style::TabStop& rTabStop = pTabStopContext->getTabStop(); in EndElement() local
267 sal_Bool bDflt = style::TabAlign_DEFAULT == rTabStop.Alignment; in EndElement()

Completed in 125 milliseconds