Searched refs:pMapArray (Results 1 – 3 of 3) sorted by relevance
128 static void SmoothNeighbourhood(Sint16 index, Uint32* pMapArray) { in SmoothNeighbourhood() argument134 TileType = (Sint16) pMapArray[index]; in SmoothNeighbourhood()137 pMapArray[index] = 9; in SmoothNeighbourhood()138 SmoothNeighbourhood(index,pMapArray); in SmoothNeighbourhood()148 if(BoolArray[pMapArray[Pos]] == 1) { in SmoothNeighbourhood()149 pMapArray[index] = 8; in SmoothNeighbourhood()152 if(pMapArray[Pos] == 9) in SmoothNeighbourhood()155 pMapArray[Pos]=8; in SmoothNeighbourhood()161 pMapArray[index] = 8; in SmoothNeighbourhood()
2726 …std::unique_ptr<const SfxItemPropertyMapEntry*[]> pMapArray(new const SfxItemPropertyMapEntry*[nCo… in setPropertyValuesTolerant() local2735 pMapArray[i] = pEntry; in setPropertyValuesTolerant()2761 const SfxItemPropertyMapEntry* pEntry = pMapArray[i]; in setPropertyValuesTolerant()
2717 …std::unique_ptr<const SfxItemPropertySimpleEntry*[]> pMapArray(new const SfxItemPropertySimpleEntr… in setPropertyValuesTolerant() local2726 pMapArray[i] = pEntry; in setPropertyValuesTolerant()2752 const SfxItemPropertySimpleEntry* pEntry = pMapArray[i]; in setPropertyValuesTolerant()