Home
last modified time | relevance | path

Searched refs:nColorCode (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx3438 Color SvxMSDffManager::MSO_TEXT_CLR_ToColor( sal_uInt32 nColorCode ) const in MSO_TEXT_CLR_ToColor()
3441 if ( ( nColorCode & 0xfe000000 ) == 0xfe000000 ) in MSO_TEXT_CLR_ToColor()
3442 nColorCode &= 0x00ffffff; in MSO_TEXT_CLR_ToColor()
3446 if ( ( nColorCode & 0xf8000000 ) == 0 ) // this must be a colorscheme index in MSO_TEXT_CLR_ToColor()
3448 nColorCode >>= 24; in MSO_TEXT_CLR_ToColor()
3449 nColorCode |= 0x8000000; in MSO_TEXT_CLR_ToColor()
3452 return MSO_CLR_ToColor( nColorCode ); in MSO_TEXT_CLR_ToColor()
3463 sal_uInt8 nUpper = (sal_uInt8)( nColorCode >> 24 ); in MSO_CLR_ToColor()
3499 sal_uInt16 nColorIndex = sal_uInt16(nColorCode & 0x00ff); in MSO_CLR_ToColor()
3672 else if ( ( nUpper & 4 ) && ( ( nColorCode & 0xfffff8 ) == 0 ) ) in MSO_CLR_ToColor()
[all …]
/trunk/main/filter/inc/filter/msfilter/
H A Dmsdffimp.hxx514 Color MSO_TEXT_CLR_ToColor( sal_uInt32 nColorCode ) const;
515 …Color MSO_CLR_ToColor( sal_uInt32 nColorCode, sal_uInt16 nContextProperty = DFF_Prop_lineColor ) c…
H A Dmsocximex.hxx290 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 51 milliseconds