Searched refs:nRefType (Results 1 – 7 of 7) sorted by relevance
799 sal_Int32 nRefType; in GetApiRefType() local802 case EXC_SXDI_REF_DIFF: nRefType = ScDPRefType::ITEM_DIFFERENCE; break; in GetApiRefType()803 case EXC_SXDI_REF_PERC: nRefType = ScDPRefType::ITEM_PERCENTAGE; break; in GetApiRefType()804 case EXC_SXDI_REF_PERC_DIFF: nRefType = ScDPRefType::ITEM_PERCENTAGE_DIFFERENCE; break; in GetApiRefType()805 case EXC_SXDI_REF_RUN_TOTAL: nRefType = ScDPRefType::RUNNING_TOTAL; break; in GetApiRefType()806 case EXC_SXDI_REF_PERC_ROW: nRefType = ScDPRefType::ROW_PERCENTAGE; break; in GetApiRefType()807 case EXC_SXDI_REF_PERC_COL: nRefType = ScDPRefType::COLUMN_PERCENTAGE; break; in GetApiRefType()810 default: nRefType = ScDPRefType::NONE; in GetApiRefType()812 return nRefType; in GetApiRefType()815 void XclPTDataFieldInfo::SetApiRefType( sal_Int32 nRefType ) in SetApiRefType() argument[all …]
1144 sal_Int32 nRefType = rDataInfo.GetApiRefType(); in ConvertDataFieldInfo() local1145 if( nRefType != ::com::sun::star::sheet::DataPilotFieldReferenceType::NONE ) in ConvertDataFieldInfo()1148 aFieldRef.ReferenceType = nRefType; in ConvertDataFieldInfo()
150 const ShapeStyleRef* Shape::getShapeStyleRef( sal_Int32 nRefType ) const in getShapeStyleRef()152 ShapeStyleRefMap::const_iterator aIt = maShapeStyleRefs.find( nRefType ); in getShapeStyleRef()
722 sal_uInt32 nRefType = 2; in exportNode() local728 rStrm << nRefMode << nRefType << nRefId << begin << end; in exportNode()1800 sal_uInt32 nRefType = 1; // TODO: nRefType == 2 -> Sound; in exportAnimateTargetElement() local1804 << nRefType in exportAnimateTargetElement()
129 const ShapeStyleRef* getShapeStyleRef( sal_Int32 nRefType ) const;
736 void SetApiRefType( sal_Int32 nRefType );
3045 sal_Int32 nRefType,nRefId; in importTargetElementContainer() local3048 mrStCtrl >> nRefType; in importTargetElementContainer()3053 switch( nRefType ) in importTargetElementContainer()
Completed in 117 milliseconds