Searched refs:nRefItemType (Results 1 – 2 of 2) sorted by relevance
834 sal_Int32 nRefItemType; in GetApiRefItemType() local837 case EXC_SXDI_PREVITEM: nRefItemType = ScDPRefItemType::PREVIOUS; break; in GetApiRefItemType()838 case EXC_SXDI_NEXTITEM: nRefItemType = ScDPRefItemType::NEXT; break; in GetApiRefItemType()839 default: nRefItemType = ScDPRefItemType::NAMED; in GetApiRefItemType()841 return nRefItemType; in GetApiRefItemType()844 void XclPTDataFieldInfo::SetApiRefItemType( sal_Int32 nRefItemType ) in SetApiRefItemType() argument846 switch( nRefItemType ) in SetApiRefItemType()
741 void SetApiRefItemType( sal_Int32 nRefItemType );
Completed in 28 milliseconds