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()760 case mso_sptActionButtonBlank : nColorData = 0x502ce400; break; in EnhancedCustomShape2d()761 case mso_sptActionButtonHome : nColorData = 0x702ce4ce; break; in EnhancedCustomShape2d()762 case mso_sptActionButtonHelp : nColorData = 0x602ce4c0; break; in EnhancedCustomShape2d()763 case mso_sptActionButtonInformation : nColorData = 0x702ce4c5; break; in EnhancedCustomShape2d()764 case mso_sptActionButtonBackPrevious : nColorData = 0x602ce4c0; break; in EnhancedCustomShape2d()765 case mso_sptActionButtonForwardNext : nColorData = 0x602ce4c0; break; in EnhancedCustomShape2d()766 case mso_sptActionButtonBeginning : nColorData = 0x602ce4c0; break; in EnhancedCustomShape2d()[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