Searched defs:FieldSort (Results 1 – 1 of 1) sorted by relevance
61 struct FieldSort struct63 sal_Int32 nField;64 bool bAscending;66 FieldSort() : nField(0), bAscending( true ) { } in FieldSort() function67 …FieldSort( const sal_Int32 _nField, const bool _bAscending ) : nField( _nField ), bAscending( _bAs… in FieldSort() function
Completed in 28 milliseconds