Searched refs:rTabs (Results 1 – 8 of 8) sorted by relevance
494 void MakeDefTabs(SwTwips nDefDist, SvxTabStopItem& rTabs) in MakeDefTabs() argument496 if( rTabs.Count() ) in MakeDefTabs()500 rTabs.Insert( aSwTabStop ); in MakeDefTabs()509 sal_uInt16 GetTabDist(const SvxTabStopItem& rTabs) in GetTabDist() argument512 if( rTabs.Count() ) in GetTabDist()513 nDefDist = (sal_uInt16)( rTabs[0].GetTabPos() ); in GetTabDist()
158 const SvxTabStopItem& rTabs = (const SvxTabStopItem&) rItem; in DbgOutItem() local159 aDebStr += ByteString::CreateFromInt32( rTabs.Count() ); in DbgOutItem()160 if ( rTabs.Count() ) in DbgOutItem()163 for ( sal_uInt16 i = 0; i < rTabs.Count(); i++ ) in DbgOutItem()165 const SvxTabStop& rTab = rTabs[i]; in DbgOutItem()
1597 const SvxTabStopItem& rTabs = (const SvxTabStopItem&) pC->GetParaAttribs().Get( EE_PARA_TABS ); in CreateData() local1599 for ( sal_uInt16 t = 0; t < rTabs.Count(); t++ ) in CreateData()1601 const SvxTabStop& rT = rTabs[ t ]; in CreateData()
1138 const SvxTabStopItem& rTabs = (const SvxTabStopItem&) GetItem( EE_PARA_TABS ); in FindTabStop() local1139 for ( sal_uInt16 i = 0; i < rTabs.Count(); i++ ) in FindTabStop()1141 const SvxTabStop& rTab = rTabs[i]; in FindTabStop()
830 const SvxTabStopItem& rTabs = (const SvxTabStopItem&) rItem; in WriteItemAsRTF() local831 for ( sal_uInt16 i = 0; i < rTabs.Count(); i++ ) in WriteItemAsRTF()833 const SvxTabStop& rTab = rTabs[i]; in WriteItemAsRTF()
55 SW_DLLPUBLIC void MakeDefTabs(SwTwips nDefDist, SvxTabStopItem& rTabs);61 SW_DLLPUBLIC sal_uInt16 GetTabDist(const SvxTabStopItem& rTabs);
76 void FillUpWithDefTabs_Impl( long nDefDist, SvxTabStopItem& rTabs ) in FillUpWithDefTabs_Impl() argument78 if( rTabs.Count() ) in FillUpWithDefTabs_Impl()82 rTabs.Insert( aSwTabStop ); in FillUpWithDefTabs_Impl()
140 void DebugTabStops_Impl(const SvxTabStopItem& rTabs) in DebugTabStops_Impl() argument145 for(sal_uInt16 i = 0; i < rTabs.Count(); ++i) in DebugTabStops_Impl()147 aTmp += String(rTabs[i].GetTabPos() / 56); in DebugTabStops_Impl()
Completed in 85 milliseconds