Home
last modified time | relevance | path

Searched refs:rTabs (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sw/source/ui/utlui/
H A Duitool.cxx508 void MakeDefTabs(SwTwips nDefDist, SvxTabStopItem& rTabs) in MakeDefTabs() argument
510 if( rTabs.Count() ) in MakeDefTabs()
514 rTabs.Insert( aSwTabStop ); in MakeDefTabs()
523 sal_uInt16 GetTabDist(const SvxTabStopItem& rTabs) in GetTabDist() argument
526 if( rTabs.Count() ) in GetTabDist()
527 nDefDist = (sal_uInt16)( rTabs[0].GetTabPos() ); in GetTabDist()
/trunk/main/editeng/source/editeng/
H A Deditdbg.cxx158 const SvxTabStopItem& rTabs = (const SvxTabStopItem&) rItem; in DbgOutItem() local
159 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()
H A Deditobj.cxx1604 const SvxTabStopItem& rTabs = (const SvxTabStopItem&) pC->GetParaAttribs().Get( EE_PARA_TABS ); in CreateData() local
1606 for ( sal_uInt16 t = 0; t < rTabs.Count(); t++ ) in CreateData()
1608 const SvxTabStop& rT = rTabs[ t ]; in CreateData()
H A Deditdoc.cxx1136 const SvxTabStopItem& rTabs = (const SvxTabStopItem&) GetItem( EE_PARA_TABS ); in FindTabStop() local
1137 for ( sal_uInt16 i = 0; i < rTabs.Count(); i++ ) in FindTabStop()
1139 const SvxTabStop& rTab = rTabs[i]; in FindTabStop()
H A Dimpedit4.cxx830 const SvxTabStopItem& rTabs = (const SvxTabStopItem&) rItem; in WriteItemAsRTF() local
831 for ( sal_uInt16 i = 0; i < rTabs.Count(); i++ ) in WriteItemAsRTF()
833 const SvxTabStop& rTab = rTabs[i]; in WriteItemAsRTF()
/trunk/main/sw/source/ui/inc/
H A Duitool.hxx55 SW_DLLPUBLIC void MakeDefTabs(SwTwips nDefDist, SvxTabStopItem& rTabs);
61 SW_DLLPUBLIC sal_uInt16 GetTabDist(const SvxTabStopItem& rTabs);
/trunk/main/cui/source/tabpages/
H A Dtabstpge.cxx76 void FillUpWithDefTabs_Impl( long nDefDist, SvxTabStopItem& rTabs ) in FillUpWithDefTabs_Impl() argument
78 if( rTabs.Count() ) in FillUpWithDefTabs_Impl()
82 rTabs.Insert( aSwTabStop ); in FillUpWithDefTabs_Impl()
/trunk/main/svx/source/dialog/
H A Dsvxruler.cxx140 void DebugTabStops_Impl(const SvxTabStopItem& rTabs) in DebugTabStops_Impl() argument
145 for(sal_uInt16 i = 0; i < rTabs.Count(); ++i) in DebugTabStops_Impl()
147 aTmp += String(rTabs[i].GetTabPos() / 56); in DebugTabStops_Impl()

Completed in 87 milliseconds