Home
last modified time | relevance | path

Searched refs:eRefType (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sc/source/core/data/
H A Ddptabres.cxx2188 sal_Int32 eRefType = aReferenceValue.ReferenceType; in UpdateDataRow() local
2193 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() local
2301 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 …]
H A Ddptabsrc.cxx860 sal_Int32 eRefType = pDataRefValues[i].ReferenceType; in CreateRes_Impl() local
861 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()
/trunk/main/sc/source/ui/inc/
H A Dviewdata.hxx184 ScRefType eRefType; member in ScViewData
360 ScRefType GetRefType() const { return eRefType; } in GetRefType()
369 { bIsRefMode = bNewMode; eRefType = eNewType; } in SetRefMode()
/trunk/main/sc/source/ui/view/
H A Dviewdata.cxx307 eRefType ( SC_REFTYPE_NONE ), in ScViewData()
375 eRefType ( SC_REFTYPE_NONE ), in ScViewData()

Completed in 61 milliseconds