Home
last modified time | relevance | path

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

/aoo41x/main/oox/source/xls/
H A Dpivottablebuffer.cxx797 DataPilotFieldAutoShowInfo aAutoShowInfo; in convertRowColPageField() local
798 aAutoShowInfo.IsEnabled = sal_True; in convertRowColPageField()
800 aAutoShowInfo.ItemCount = maModel.mnAutoShowItems; in convertRowColPageField()
802 aAutoShowInfo.DataField = pCacheField->getName(); in convertRowColPageField()
803 aPropSet.setProperty( PROP_AutoShowInfo, aAutoShowInfo ); in convertRowColPageField()
963 DataPilotFieldAutoShowInfo aAutoShowInfo; in finalizeImport() local
964 aAutoShowInfo.IsEnabled = sal_True; in finalizeImport()
965aAutoShowInfo.ShowItemsMode = maModel.mbTopFilter ? DataPilotFieldShowItemsMode::FROM_TOP : DataPi… in finalizeImport()
966aAutoShowInfo.ItemCount = getLimitedValue< sal_Int32, double >( maModel.mfValue, 0, SAL_MAX_INT32 … in finalizeImport()
968 aAutoShowInfo.DataField = pCacheField->getName(); in finalizeImport()
[all …]
/aoo41x/main/sc/source/core/data/
H A Ddptabsrc.cxx2179 if ( aAutoShowInfo.IsEnabled ) in EvaluateSortOrder()
2183 String aDataFieldName = aAutoShowInfo.DataField; in EvaluateSortOrder()
2355 aValue >>= aAutoShowInfo; in setPropertyValue()
2381 aRet <<= aAutoShowInfo; in getPropertyValue()
/aoo41x/main/sc/inc/
H A Ddptabsrc.hxx597 ::com::sun::star::sheet::DataPilotFieldAutoShowInfo aAutoShowInfo; // stored user settings
680 …::com::sun::star::sheet::DataPilotFieldAutoShowInfo& GetAutoShow() const { return aAutoShowInfo; } in GetAutoShow()

Completed in 45 milliseconds