Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/xml/
H A DXMLExportDataPilot.cxx383 const sheet::DataPilotFieldAutoShowInfo* pAutoInfo = pDim->GetAutoShowInfo(); in WriteAutoShowInfo() local
384 if (pAutoInfo) in WriteAutoShowInfo()
386 if (pAutoInfo->IsEnabled) in WriteAutoShowInfo()
392 switch (pAutoInfo->ShowItemsMode) in WriteAutoShowInfo()
405 SvXMLUnitConverter::convertNumber(sBuffer, pAutoInfo->ItemCount); in WriteAutoShowInfo()
408 rExport.AddAttribute(XML_NAMESPACE_TABLE, XML_DATA_FIELD, pAutoInfo->DataField); in WriteAutoShowInfo()