Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/excel/
H A Dxipivot.cxx1091 DataPilotFieldAutoShowInfo aShowInfo; in ConvertRCPField() local
1092 aShowInfo.IsEnabled = ::get_flag( maFieldExtInfo.mnFlags, EXC_SXVDEX_AUTOSHOW ); in ConvertRCPField()
1093 aShowInfo.ShowItemsMode = maFieldExtInfo.GetApiAutoShowMode(); in ConvertRCPField()
1094 aShowInfo.ItemCount = maFieldExtInfo.GetApiAutoShowCount(); in ConvertRCPField()
1095 aShowInfo.DataField = mrPTable.GetDataFieldName( maFieldExtInfo.mnShowField ); in ConvertRCPField()
1096 rSaveDim.SetAutoShowInfo( &aShowInfo ); in ConvertRCPField()

Completed in 13 milliseconds