Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/data/
H A Ddptabres.cxx2801 const sheet::DataPilotFieldAutoShowInfo& rAutoInfo = pThisLevel->GetAutoShow(); in InitFrom() local
2802 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() local
2874 if ( rAutoInfo.IsEnabled ) in LateInitFrom()
2877 … bAutoTopItems = ( rAutoInfo.ShowItemsMode == sheet::DataPilotFieldShowItemsMode::FROM_TOP ); in LateInitFrom()
2879 nAutoCount = rAutoInfo.ItemCount; in LateInitFrom()

Completed in 33 milliseconds