Searched refs:pNewSHDs (Results 1 – 1 of 1) sorted by relevance
128 sal_uInt32* pNewSHDs; member169 delete[] pNewSHDs; in ~WW8TabBandDesc()1168 if( rBand.pNewSHDs ) in WW8TabBandDesc()1170 pNewSHDs = new sal_uInt32[nWwCols]; in WW8TabBandDesc()1171 memcpy(pNewSHDs, rBand.pNewSHDs, nWwCols * sizeof(sal_uInt32)); in WW8TabBandDesc()1202 delete[] pNewSHDs, pNewSHDs = 0; in ReadDef()1657 if (!pNewSHDs) in ReadNewShd()1658 pNewSHDs = new sal_uInt32[nWwCols]; in ReadNewShd()1669 pNewSHDs[i++] = COL_AUTO; in ReadNewShd()3129 if (pActBand->pNewSHDs && pActBand->pNewSHDs[nWwIdx] != COL_AUTO) in SetTabShades()[all …]
Completed in 43 milliseconds