Searched refs:indexOfTab (Results 1 – 1 of 1) sorted by relevance
1024 sal_Int32 indexOfTab = 0; in TabStopList2String() local1028 for( ; indexOfTab < numberOfTabs; ++indexOfTab ) in TabStopList2String()1030 bool is_default_tab = (style::TabAlign_DEFAULT == theTabStops[indexOfTab].Alignment); in TabStopList2String()1035 double fValue = theTabStops[indexOfTab].Position; in TabStopList2String()1039 switch( theTabStops[indexOfTab].Alignment ) in TabStopList2String()1059 if( theTabStops[indexOfTab].FillChar != lastFillChar ) in TabStopList2String()1061 lastFillChar = theTabStops[indexOfTab].FillChar; in TabStopList2String()
Completed in 23 milliseconds