Home
last modified time | relevance | path

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

/trunk/main/oox/source/xls/
H A Dpivottablebuffer.cxx242 mnAutoShowItems( 10 ), in PTFieldModel()
335 maModel.mnAutoShowItems = rAttribs.getInteger( XML_itemPageCount, 10 ); in importPivotField()
385 …rStrm >> nFlags1 >> maModel.mnNumFmtId >> nFlags2 >> maModel.mnAutoShowItems >> maModel.mnAutoShow… in importPTField()
482 maModel.mnAutoShowItems = extractValue< sal_Int32 >( nFlags, 24, 8 ); in importPTField2()
800 aAutoShowInfo.ItemCount = maModel.mnAutoShowItems; in convertRowColPageField()
/trunk/main/oox/inc/oox/xls/
H A Dpivottablebuffer.hxx62 …sal_Int32 mnAutoShowItems; /// Number of items (or percent/sum) to be shown in auto s… member