Searched refs:nColorData (Results 1 – 3 of 3) sorted by relevance
703 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 …]
526 ColorData nColorData = ( bRed ? GetErrorColor() : GetArrowColor() ); in InsertArrow() local527 rAttrSet.Put( XLineColorItem( String(), Color( nColorData ) ) ); in InsertArrow()592 ColorData nColorData = ( bRed ? GetErrorColor() : GetArrowColor() ); in InsertToOtherTab() local593 rAttrSet.Put( XLineColorItem( String(), Color( nColorData ) ) ); in InsertToOtherTab()1530 ColorData nColorData = ( bError ? GetErrorColor() : GetArrowColor() ); in UpdateAllArrowColors() local1532 pObject->SetMergedItem( XLineColorItem( String(), Color( nColorData ) ) ); in UpdateAllArrowColors()
96 sal_uInt32 nColorData; member in EnhancedCustomShape2d
Completed in 102 milliseconds