Searched refs:mnSortType (Results 1 – 2 of 2) sorted by relevance
244 mnSortType( XML_manual ), in PTFieldModel()337 maModel.mnSortType = rAttribs.getToken( XML_sortType, XML_manual ); in importPivotField()413 maModel.mnSortType = bAutoSort ? (bAscending ? XML_ascending : XML_descending) : XML_manual; in importPTField()492 maModel.mnSortType = bAutoSort ? (bAscending ? XML_ascending : XML_descending) : XML_manual; in importPTField2()808 aSortInfo.IsAscending = maModel.mnSortType == XML_ascending; in convertRowColPageField()809 if( (maModel.mnSortType != XML_ascending) && (maModel.mnSortType != XML_descending) ) in convertRowColPageField()
64 sal_Int32 mnSortType; /// Autosorting type. member
Completed in 70 milliseconds