Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/filter/ww8/
H A Dww8par2.cxx128 sal_uInt32* pNewSHDs; member
169 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()
1695 pNewSHDs[i++] = SwWW8ImplReader::ExtractColour(pS, bVer67); in ReadNewShd()
1698 pNewSHDs[i++] = COL_AUTO; in ReadNewShd()
[all …]