Home
last modified time | relevance | path

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

/aoo41x/test/testuno/source/fvt/uno/sc/data/
H A DDataSort.java101 aSortDesc[0].Name = "SortFields"; in singleFieldSort()
102 aSortDesc[0].Value = aSortFields; in singleFieldSort()
110 xSort.sort(aSortDesc); in singleFieldSort()
167 aSortDesc[0].Name = "SortFields"; in sortByTwoFields()
168 aSortDesc[0].Value = aSortFields; in sortByTwoFields()
176 xSort.sort(aSortDesc); in sortByTwoFields()
239 aSortDesc[0].Name = "SortFields"; in sortByThreeField()
240 aSortDesc[0].Value = aSortFields; in sortByThreeField()
248 xSort.sort(aSortDesc); in sortByThreeField()
318 aSortDesc[4].Value = 0; in sortOption()
[all …]
/aoo41x/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DSpreadsheetSample.java1194 com.sun.star.beans.PropertyValue[] aSortDesc = new com.sun.star.beans.PropertyValue[2]; in doDatabaseSamples() local
1195 aSortDesc[0] = new com.sun.star.beans.PropertyValue(); in doDatabaseSamples()
1196 aSortDesc[0].Name = "SortFields"; in doDatabaseSamples()
1197 aSortDesc[0].Value = aSortFields; in doDatabaseSamples()
1198 aSortDesc[1] = new com.sun.star.beans.PropertyValue(); in doDatabaseSamples()
1199 aSortDesc[1].Name = "ContainsHeader"; in doDatabaseSamples()
1200 aSortDesc[1].Value = new Boolean( true ); in doDatabaseSamples()
1204 xSort.sort( aSortDesc ); in doDatabaseSamples()
/aoo41x/main/odk/examples/CLI/CSharp/Spreadsheet/
H A DSpreadsheetSample.cs1249 unoidl.com.sun.star.beans.PropertyValue[] aSortDesc = in doDatabaseSamples()
1251 aSortDesc[0] = new unoidl.com.sun.star.beans.PropertyValue(); in doDatabaseSamples()
1252 aSortDesc[0].Name = "SortFields"; in doDatabaseSamples()
1253 aSortDesc[0].Value = in doDatabaseSamples()
1257 aSortDesc[1] = new unoidl.com.sun.star.beans.PropertyValue(); in doDatabaseSamples()
1258 aSortDesc[1].Name = "ContainsHeader"; in doDatabaseSamples()
1259 aSortDesc[1].Value = new uno.Any( true ); in doDatabaseSamples()
1263 xSort.sort( aSortDesc ); in doDatabaseSamples()

Completed in 399 milliseconds