Home
last modified time | relevance | path

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

/aoo41x/main/oox/source/xls/
H A Dpivottablebuffer.cxx411 bool bAutoSort = getFlag( nFlags2, BIFF12_PTFIELD_AUTOSORT ); in importPTField() local
413 maModel.mnSortType = bAutoSort ? (bAscending ? XML_ascending : XML_descending) : XML_manual; in importPTField()
490 bool bAutoSort = getFlag( nFlags, BIFF_PTFIELD2_AUTOSORT ); in importPTField2() local
492 maModel.mnSortType = bAutoSort ? (bAscending ? XML_ascending : XML_descending) : XML_manual; in importPTField2()

Completed in 347 milliseconds