Searched refs:rTabStop (Results 1 – 10 of 10) sorted by relevance
61 const SvxTabStop &rTabStop = pRuler->operator[](i); in GetTabStop() local62 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()
1591 const SvxTabStop &rTabStop = rRuler.operator[](nIdx); in FillCrsrPos() local1592 nRightTab = nTxtLeft + rTabStop.GetTabPos(); in FillCrsrPos()
266 const style::TabStop& rTabStop = pTabStopContext->getTabStop(); in EndElement() local267 sal_Bool bDflt = style::TabAlign_DEFAULT == rTabStop.Alignment; in EndElement()
223 DeletableTabStop( const ::com::sun::star::style::TabStop& rTabStop ) in DeletableTabStop()224 : TabStop( rTabStop ) in DeletableTabStop()
414 void DomainMapper_Impl::IncorporateTabStop( const DeletableTabStop & rTabStop ) in IncorporateTabStop() argument418 sal_Int32 nConverted = rTabStop.Position; in IncorporateTabStop()425 if( rTabStop.bDeleted ) in IncorporateTabStop()428 *aIt = rTabStop; in IncorporateTabStop()433 m_aCurrentTabStops.push_back( rTabStop ); in IncorporateTabStop()
384 virtual void ParaTabStop( const SvxTabStopItem& rTabStop );
447 virtual void ParaTabStop( const SvxTabStopItem& rTabStop );
2591 void RtfAttributeOutput::ParaTabStop( const SvxTabStopItem& rTabStop ) in ParaTabStop() argument2596 for( sal_uInt16 n = 0; n < rTabStop.Count(); n++ ) in ParaTabStop()2598 const SvxTabStop & rTS = rTabStop[ n ]; in ParaTabStop()2640 m_aTabStop.append( (sal_Int32)rTabStop[0].GetTabPos() ); in ParaTabStop()
2887 void DocxAttributeOutput::ParaTabStop( const SvxTabStopItem& rTabStop ) in ParaTabStop() argument2894 sal_uInt16 nCount = rTabStop.Count(); in ParaTabStop()2896 impl_WriteTabElement( m_pSerializer, rTabStop[i], nCurrentLeft ); in ParaTabStop()
360 const SvxTabStopItem& rTabStop = in SV_IMPL_PTRARR() local362 rDop.dxaTab = (sal_uInt16)rTabStop[0].GetTabPos(); in SV_IMPL_PTRARR()
Completed in 1542 milliseconds