/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * * This file incorporates work covered by the following license notice: * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright * ownership. The ASF licenses this file to you under the Apache * License, Version 2.0 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ #ifndef INCLUDED_VCL_OSX_A11YVALUEWRAPPER_H #define INCLUDED_VCL_OSX_A11YVALUEWRAPPER_H #include "osx/salinst.h" #include "osx/osxvcltypes.h" #include "osx/a11ywrapper.h" @interface AquaA11yValueWrapper : NSObject { } +(id)valueAttributeForElement:(AquaA11yWrapper *)wrapper; +(id)minValueAttributeForElement:(AquaA11yWrapper *)wrapper; +(id)maxValueAttributeForElement:(AquaA11yWrapper *)wrapper; +(void)addAttributeNamesTo:(NSMutableArray *)attributeNames; +(BOOL)isAttributeSettable:(NSString *)attribute forElement:(AquaA11yWrapper *)wrapper; +(void)setValueAttributeForElement:(AquaA11yWrapper *)wrapper to:(id)value; @end #endif // INCLUDED_VCL_OSX_A11YVALUEWRAPPER_H /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ libreoffice-6-0'>distro/cib/libreoffice-6-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/icon-themes/karasa_jaga_svg/chart2
AgeCommit message (Collapse)Author
2024-05-23tdf#161092 KJ: Graphics for bar-of-pie and pie-of-pie chart typeRizal Muttaqin
Change-Id: If677a878ef80994b5b05e628064fb1ab49298e4e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167982 Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org> Tested-by: Jenkins
2019-06-06KJ & elementary: +/^ svx dir, elementary: ^ bezier & mimerizmut
Change-Id: Ieaff18277743da93393667c946ed2e95c98921b0 Reviewed-on: https://gerrit.libreoffice.org/73466 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id>
2019-06-01KJ:Clean for duplicate items, add more SVG, etcrizmut
Change-Id: Ie65694a8d4b225f6d95b6f6d717722d72eb28126 Reviewed-on: https://gerrit.libreoffice.org/73317 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id>
2019-05-19tdf#125368 add Karasa Jaga SVG IconsRizal Muttaqin
Change-Id: Iee8f6fe408d0cc8f623cbc4c563f195cd2f7b14e Reviewed-on: https://gerrit.libreoffice.org/72549 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id>