Searched refs:pNewSHDs (Results 1 – 1 of 1) sorted by relevance
128 sal_uInt32* pNewSHDs; member169 delete[] pNewSHDs; in ~WW8TabBandDesc()1197 if( rBand.pNewSHDs ) in WW8TabBandDesc()1199 pNewSHDs = new sal_uInt32[nWwCols]; in WW8TabBandDesc()1200 memcpy(pNewSHDs, rBand.pNewSHDs, nWwCols * sizeof(sal_uInt32)); in WW8TabBandDesc()1231 delete[] pNewSHDs, pNewSHDs = 0; in ReadDef()1686 if (!pNewSHDs) in ReadNewShd()1687 pNewSHDs = new sal_uInt32[nWwCols]; in ReadNewShd()1698 pNewSHDs[i++] = COL_AUTO; in ReadNewShd()3158 if (pActBand->pNewSHDs && pActBand->pNewSHDs[nWwIdx] != COL_AUTO) in SetTabShades()[all …]
Completed in 35 milliseconds