Home
last modified time | relevance | path

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

/trunk/main/oox/source/xls/
H A Dpivottablebuffer.cxx244 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()
/trunk/main/oox/inc/oox/xls/
H A Dpivottablebuffer.hxx64 sal_Int32 mnSortType; /// Autosorting type. member

Completed in 50 milliseconds