Searched refs:theTabStops (Results 1 – 1 of 1) sorted by relevance
1019 uno::Sequence< style::TabStop > theTabStops; in TabStopList2String() local1022 if( rAny >>= theTabStops) in TabStopList2String()1025 sal_Int32 numberOfTabs = theTabStops.getLength(); 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 27 milliseconds