Searched refs:eRefType (Results 1 – 4 of 4) sorted by relevance
2188 sal_Int32 eRefType = aReferenceValue.ReferenceType; in UpdateDataRow() local2193 if ( eRefType == sheet::DataPilotFieldReferenceType::ITEM_DIFFERENCE || in UpdateDataRow()2194 eRefType == sheet::DataPilotFieldReferenceType::ITEM_PERCENTAGE || in UpdateDataRow()2195 eRefType == sheet::DataPilotFieldReferenceType::ITEM_PERCENTAGE_DIFFERENCE ) in UpdateDataRow()2299 sal_Int32 eRefType = aReferenceValue.ReferenceType; in UpdateRunningTotals() local2301 if ( eRefType == sheet::DataPilotFieldReferenceType::RUNNING_TOTAL || in UpdateRunningTotals()2302 eRefType == sheet::DataPilotFieldReferenceType::ITEM_DIFFERENCE || in UpdateRunningTotals()2303 eRefType == sheet::DataPilotFieldReferenceType::ITEM_PERCENTAGE || in UpdateRunningTotals()2509 switch ( eRefType ) in UpdateRunningTotals()2555 eRefType == sheet::DataPilotFieldReferenceType::INDEX ) in UpdateRunningTotals()[all …]
860 sal_Int32 eRefType = pDataRefValues[i].ReferenceType; in CreateRes_Impl() local861 if ( eRefType == sheet::DataPilotFieldReferenceType::ITEM_DIFFERENCE || in CreateRes_Impl()862 eRefType == sheet::DataPilotFieldReferenceType::ITEM_PERCENTAGE || in CreateRes_Impl()863 eRefType == sheet::DataPilotFieldReferenceType::ITEM_PERCENTAGE_DIFFERENCE || in CreateRes_Impl()864 eRefType == sheet::DataPilotFieldReferenceType::RUNNING_TOTAL ) in CreateRes_Impl()
184 ScRefType eRefType; member in ScViewData360 ScRefType GetRefType() const { return eRefType; } in GetRefType()369 { bIsRefMode = bNewMode; eRefType = eNewType; } in SetRefMode()
307 eRefType ( SC_REFTYPE_NONE ), in ScViewData()375 eRefType ( SC_REFTYPE_NONE ), in ScViewData()
Completed in 93 milliseconds