Searched refs:nColorCode (Results 1 – 3 of 3) sorted by relevance
3425 Color SvxMSDffManager::MSO_TEXT_CLR_ToColor( sal_uInt32 nColorCode ) const in MSO_TEXT_CLR_ToColor()3428 if ( ( nColorCode & 0xfe000000 ) == 0xfe000000 ) in MSO_TEXT_CLR_ToColor()3429 nColorCode &= 0x00ffffff; in MSO_TEXT_CLR_ToColor()3433 if ( ( nColorCode & 0xf8000000 ) == 0 ) // this must be a colorscheme index in MSO_TEXT_CLR_ToColor()3435 nColorCode >>= 24; in MSO_TEXT_CLR_ToColor()3436 nColorCode |= 0x8000000; in MSO_TEXT_CLR_ToColor()3439 return MSO_CLR_ToColor( nColorCode ); in MSO_TEXT_CLR_ToColor()3442 Color SvxMSDffManager::MSO_CLR_ToColor( sal_uInt32 nColorCode, sal_uInt16 nContentProperty ) const in MSO_CLR_ToColor() argument3447 …if ( ( nColorCode & 0xfe000000 ) == 0xfe000000 ) // sj: it needs to be checked if 0xfe is used … in MSO_CLR_ToColor()3448 …nColorCode &= 0x00ffffff; // other cases than ppt text -> if not this code c… in MSO_CLR_ToColor()[all …]
514 Color MSO_TEXT_CLR_ToColor( sal_uInt32 nColorCode ) const;515 …Color MSO_CLR_ToColor( sal_uInt32 nColorCode, sal_uInt16 nContextProperty = DFF_Prop_lineColor ) c…
290 sal_uInt32 ImportColor(sal_uInt32 nColorCode) const;291 sal_uInt32 ExportColor(sal_uInt32 nColorCode) const;292 sal_uInt32 SwapColor(sal_uInt32 nColorCode) const;