Home
last modified time | relevance | path

Searched refs:nColorData (Results 1 – 3 of 3) sorted by path

/trunk/main/sc/source/core/tool/
H A Ddetfunc.cxx526 ColorData nColorData = ( bRed ? GetErrorColor() : GetArrowColor() ); in InsertArrow() local
527 rAttrSet.Put( XLineColorItem( String(), Color( nColorData ) ) ); in InsertArrow()
592 ColorData nColorData = ( bRed ? GetErrorColor() : GetArrowColor() ); in InsertToOtherTab() local
593 rAttrSet.Put( XLineColorItem( String(), Color( nColorData ) ) ); in InsertToOtherTab()
1530 ColorData nColorData = ( bError ? GetErrorColor() : GetArrowColor() ); in UpdateAllArrowColors() local
1532 pObject->SetMergedItem( XLineColorItem( String(), Color( nColorData ) ) ); in UpdateAllArrowColors()
/trunk/main/svx/inc/svx/
H A DEnhancedCustomShape2d.hxx96 sal_uInt32 nColorData; member in EnhancedCustomShape2d
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx703 nColorData ( 0 ), in EnhancedCustomShape2d()
758 case mso_sptCan : nColorData = 0x20400000; break; in EnhancedCustomShape2d()
759 case mso_sptCube : nColorData = 0x302e0000; break; in EnhancedCustomShape2d()
772 case mso_sptBevel : nColorData = 0x502ce400; break; in EnhancedCustomShape2d()
773 case mso_sptFoldedCorner : nColorData = 0x20e00000; break; in EnhancedCustomShape2d()
774 case mso_sptSmileyFace : nColorData = 0x20e00000; break; in EnhancedCustomShape2d()
780 nColorData = sShapeType.copy( 4 ).toInt32( 16 ); in EnhancedCustomShape2d()
788 case mso_sptRibbon2 : nColorData = 0x30ee0000; break; in EnhancedCustomShape2d()
789 case mso_sptRibbon : nColorData = 0x30ee0000; break; in EnhancedCustomShape2d()
1058 const sal_uInt32 nCount = nColorData >> 28; in GetLuminanceChange()
[all …]

Completed in 28 milliseconds