Searched refs:nCharColor (Results 1 – 1 of 1) sorted by relevance
1485 sal_uInt32 nCharColor = pPortion->mnCharColor; in ImplWritePortions() local1487 if ( nCharColor == COL_AUTO ) // nCharColor depends to the background color in ImplWritePortions()1493 nCharColor = bIsDark ? 0xffffff : 0x000000; in ImplWritePortions()1496 nCharColor &= 0xffffff; in ImplWritePortions()1504 if ( !nCharColor ) // special threatment for in ImplWritePortions()1505 nCharColor = 0xffffff; // black fontcolor in ImplWritePortions()1564 if ( nB < 0x60 || ( nBackgroundColor != nCharColor ) ) in ImplWritePortions()1583 if ( nCharColor == mpPptEscherEx->GetColor( *((sal_uInt32*)aAny.getValue()) ) ) in ImplWritePortions()1593 nCharColor |= 0xfe000000; in ImplWritePortions()1629 …leSheet->IsHardAttribute( nInstance, pPara->nDepth, CharAttr_FontColor, nCharColor & 0xffffff ) ) ) in ImplWritePortions()[all …]
Completed in 55 milliseconds