Searched refs:nRefItemType (Results 1 – 2 of 2) sorted by relevance
836 sal_Int32 nRefItemType; in GetApiRefItemType() local839 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() argument848 switch( nRefItemType ) in SetApiRefItemType()
741 void SetApiRefItemType( sal_Int32 nRefItemType );
Completed in 56 milliseconds