Lines Matching refs:pChildDim
1067 const ScDPResultDimension* pChildDim = GetChildDimension(); in IsValidEntry() local
1068 if (pChildDim) in IsValidEntry()
1075 return pChildDim->IsValidEntry(aChildMembers); in IsValidEntry()
3549 const ScDPResultDimension* pChildDim = pResMem->GetChildDimension(); in InitFrom() local
3550 if ( pChildDim ) in InitFrom()
3551 pNew->InitFrom( pChildDim ); in InitFrom()
4090 ScDPResultDimension* pChildDim = GetChildDimension(); in CheckShowEmpty() local
4091 if (pChildDim ) in CheckShowEmpty()
4092 pChildDim->CheckShowEmpty(); in CheckShowEmpty()
4100 … ScDPResultDimension* pChildDim = GetChildDimension(); in CheckShowEmpty() local
4101 if (pChildDim ) in CheckShowEmpty()
4102 … pChildDim->CheckShowEmpty( sal_True ); in CheckShowEmpty()