Searched refs:rAutoInfo (Results 1 – 1 of 1) sorted by relevance
2801 const sheet::DataPilotFieldAutoShowInfo& rAutoInfo = pThisLevel->GetAutoShow(); in InitFrom() local2802 if ( rAutoInfo.IsEnabled ) in InitFrom()2805 bAutoTopItems = ( rAutoInfo.ShowItemsMode == sheet::DataPilotFieldShowItemsMode::FROM_TOP ); in InitFrom()2807 nAutoCount = rAutoInfo.ItemCount; in InitFrom()2873 const sheet::DataPilotFieldAutoShowInfo& rAutoInfo = pThisLevel->GetAutoShow(); in LateInitFrom() local2874 if ( rAutoInfo.IsEnabled ) in LateInitFrom()2877 … bAutoTopItems = ( rAutoInfo.ShowItemsMode == sheet::DataPilotFieldShowItemsMode::FROM_TOP ); in LateInitFrom()2879 nAutoCount = rAutoInfo.ItemCount; in LateInitFrom()
Completed in 35 milliseconds