Home
last modified time | relevance | path

Searched refs:pSubtotalName (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sc/source/ui/dbgui/
H A Dpvlaydlg.cxx701 const OUString* pSubtotalName = pOldDim->GetSubtotalName(); in IMPL_LINK() local
702 if (pSubtotalName) in IMPL_LINK()
703 pDim->SetSubtotalName(*pSubtotalName); in IMPL_LINK()
/trunk/main/sc/source/filter/excel/
H A Dxepivot.cxx1081 const rtl::OUString* pSubtotalName = rSaveDim.GetSubtotalName(); in SetPropertiesFromDim() local
1082 if (pSubtotalName) in SetPropertiesFromDim()
1084 OUString aSubName = lcl_convertCalcSubtotalName(*pSubtotalName); in SetPropertiesFromDim()
/trunk/main/sc/source/core/data/
H A Ddptabres.cxx1495 const OUString* pSubtotalName = pParentDim->GetSubtotalName(); in FillMemberResults() local
1496 if (pSubtotalName) in FillMemberResults()
1497 aSubStr = lcl_parseSubtotalName(*pSubtotalName, aCaption); in FillMemberResults()

Completed in 36 milliseconds