Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/filter/excel/
H A Dxlpivot.cxx836 sal_Int32 nRefItemType; in GetApiRefItemType() local
839 case EXC_SXDI_PREVITEM: nRefItemType = ScDPRefItemType::PREVIOUS; break; in GetApiRefItemType()
840 case EXC_SXDI_NEXTITEM: nRefItemType = ScDPRefItemType::NEXT; break; in GetApiRefItemType()
841 default: nRefItemType = ScDPRefItemType::NAMED; in GetApiRefItemType()
843 return nRefItemType; in GetApiRefItemType()
846 void XclPTDataFieldInfo::SetApiRefItemType( sal_Int32 nRefItemType ) in SetApiRefItemType() argument
848 switch( nRefItemType ) in SetApiRefItemType()
/aoo41x/main/sc/source/filter/inc/
H A Dxlpivot.hxx741 void SetApiRefItemType( sal_Int32 nRefItemType );

Completed in 33 milliseconds