Searched refs:nColorCode (Results 1 – 3 of 3) sorted by relevance
3419 Color SvxMSDffManager::MSO_TEXT_CLR_ToColor( sal_uInt32 nColorCode ) const in MSO_TEXT_CLR_ToColor()3422 if ( ( nColorCode & 0xfe000000 ) == 0xfe000000 ) in MSO_TEXT_CLR_ToColor()3423 nColorCode &= 0x00ffffff; in MSO_TEXT_CLR_ToColor()3427 if ( ( nColorCode & 0xf8000000 ) == 0 ) // this must be a colorscheme index in MSO_TEXT_CLR_ToColor()3429 nColorCode >>= 24; in MSO_TEXT_CLR_ToColor()3430 nColorCode |= 0x8000000; in MSO_TEXT_CLR_ToColor()3433 return MSO_CLR_ToColor( nColorCode ); in MSO_TEXT_CLR_ToColor()3444 sal_uInt8 nUpper = (sal_uInt8)( nColorCode >> 24 ); in MSO_CLR_ToColor()3480 sal_uInt16 nColorIndex = sal_uInt16(nColorCode & 0x00ff); in MSO_CLR_ToColor()3653 else if ( ( nUpper & 4 ) && ( ( nColorCode & 0xfffff8 ) == 0 ) ) 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;
Completed in 133 milliseconds