Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/filter/excel/
H A Dxlpivot.cxx801 sal_Int32 nRefType; in GetApiRefType() local
804 case EXC_SXDI_REF_DIFF: nRefType = ScDPRefType::ITEM_DIFFERENCE; break; in GetApiRefType()
805 case EXC_SXDI_REF_PERC: nRefType = ScDPRefType::ITEM_PERCENTAGE; break; in GetApiRefType()
806 case EXC_SXDI_REF_PERC_DIFF: nRefType = ScDPRefType::ITEM_PERCENTAGE_DIFFERENCE; break; in GetApiRefType()
807 case EXC_SXDI_REF_RUN_TOTAL: nRefType = ScDPRefType::RUNNING_TOTAL; break; in GetApiRefType()
808 case EXC_SXDI_REF_PERC_ROW: nRefType = ScDPRefType::ROW_PERCENTAGE; break; in GetApiRefType()
809 case EXC_SXDI_REF_PERC_COL: nRefType = ScDPRefType::COLUMN_PERCENTAGE; break; in GetApiRefType()
812 default: nRefType = ScDPRefType::NONE; in GetApiRefType()
814 return nRefType; in GetApiRefType()
817 void XclPTDataFieldInfo::SetApiRefType( sal_Int32 nRefType ) in SetApiRefType() argument
[all …]
H A Dxipivot.cxx1144 sal_Int32 nRefType = rDataInfo.GetApiRefType(); in ConvertDataFieldInfo() local
1145 if( nRefType != ::com::sun::star::sheet::DataPilotFieldReferenceType::NONE ) in ConvertDataFieldInfo()
1148 aFieldRef.ReferenceType = nRefType; in ConvertDataFieldInfo()
/aoo41x/main/oox/source/drawingml/
H A Dshape.cxx150 const ShapeStyleRef* Shape::getShapeStyleRef( sal_Int32 nRefType ) const in getShapeStyleRef()
152 ShapeStyleRefMap::const_iterator aIt = maShapeStyleRefs.find( nRefType ); in getShapeStyleRef()
/aoo41x/main/sd/source/filter/eppt/
H A Dpptexanimations.cxx722 sal_uInt32 nRefType = 2; in exportNode() local
728 rStrm << nRefMode << nRefType << nRefId << begin << end; in exportNode()
1800 sal_uInt32 nRefType = 1; // TODO: nRefType == 2 -> Sound; in exportAnimateTargetElement() local
1804 << nRefType in exportAnimateTargetElement()
/aoo41x/main/oox/inc/oox/drawingml/
H A Dshape.hxx129 const ShapeStyleRef* getShapeStyleRef( sal_Int32 nRefType ) const;
/aoo41x/main/sc/source/filter/inc/
H A Dxlpivot.hxx736 void SetApiRefType( sal_Int32 nRefType );
/aoo41x/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx3045 sal_Int32 nRefType,nRefId; in importTargetElementContainer() local
3048 mrStCtrl >> nRefType; in importTargetElementContainer()
3053 switch( nRefType ) in importTargetElementContainer()

Completed in 182 milliseconds