Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/xml/
H A Dxmlsorti.cxx152 uno::Sequence <beans::PropertyValue> aSortDescriptor(7 + i); in EndElement() local
154 aSortDescriptor[0].Value = ::cppu::bool2any(bBindFormatsToContent); in EndElement()
156 aSortDescriptor[1].Value = ::cppu::bool2any(bCopyOutputData); in EndElement()
158 aSortDescriptor[2].Value = ::cppu::bool2any(bIsCaseSensitive); in EndElement()
160 aSortDescriptor[3].Value = ::cppu::bool2any(bEnabledUserList); in EndElement()
162 aSortDescriptor[4].Value <<= aOutputPosition; in EndElement()
164 aSortDescriptor[5].Value <<= nUserListIndex; in EndElement()
166 aSortDescriptor[6].Value <<= aSortFields; in EndElement()
173 aSortDescriptor[7].Value <<= aLocale; in EndElement()
178 aSortDescriptor[6 + i].Value <<= sAlgorithm; in EndElement()
[all …]

Completed in 12 milliseconds