Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/gtk/a11y/
H A Datktextattributes.cxx1019 uno::Sequence< style::TabStop > theTabStops; in TabStopList2String() local
1022 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 54 milliseconds