/* * 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 . */ shell GraphicObjectBar { SID_GRFFILTER [ ExecMethod = ExecuteFilter; StateMethod = GetFilterState; ] SID_GRFFILTER_INVERT // ole : no, status : no [ ExecMethod = ExecuteFilter; StateMethod = GetFilterState ; ] SID_GRFFILTER_SMOOTH // ole : no, status : no [ ExecMethod = ExecuteFilter; StateMethod = GetFilterState ; ] SID_GRFFILTER_SHARPEN // ole : no, status : no [ ExecMethod = ExecuteFilter; StateMethod = GetFilterState ; ] SID_GRFFILTER_REMOVENOISE // ole : no, status : no [ ExecMethod = ExecuteFilter; StateMethod = GetFilterState ; ] SID_GRFFILTER_SOBEL // ole : no, status : no [ ExecMethod = ExecuteFilter; StateMethod = GetFilterState; ] SID_GRFFILTER_MOSAIC // ole : no, status : no [ ExecMethod = ExecuteFilter; StateMethod = GetFilterState; ] SID_GRFFILTER_EMBOSS // ole : no, status : no [ ExecMethod = ExecuteFilter; StateMethod = GetFilterState; ] SID_GRFFILTER_POSTER // ole : no, status : no [ ExecMethod = ExecuteFilter; StateMethod = GetFilterState; ] SID_GRFFILTER_POPART // ole : no, status : no [ ExecMethod = ExecuteFilter; StateMethod = GetFilterState; ] SID_GRFFILTER_SEPIA // ole : no, status : no [ ExecMethod = ExecuteFilter; StateMethod = GetFilterState; ] SID_GRFFILTER_SOLARIZE // ole : no, status : no [ ExecMethod = ExecuteFilter; StateMethod = GetFilterState; ] SID_ATTR_GRAF_MODE [ ExecMethod = Execute; StateMethod = GetAttrState; ] SID_ATTR_GRAF_RED [ ExecMethod = Execute; StateMethod = GetAttrState; ] SID_ATTR_GRAF_GREEN [ ExecMethod = Execute; StateMethod = GetAttrState; ] SID_ATTR_GRAF_BLUE [ ExecMethod = Execute; StateMethod = GetAttrState; ] SID_ATTR_GRAF_LUMINANCE [ ExecMethod = Execute; StateMethod = GetAttrState; ] SID_ATTR_GRAF_CONTRAST [ ExecMethod = Execute; StateMethod = GetAttrState; ] SID_ATTR_GRAF_GAMMA [ ExecMethod = Execute; StateMethod = GetAttrState; ] SID_ATTR_GRAF_TRANSPARENCE [ ExecMethod = Execute; StateMethod = GetAttrState; ] SID_ATTR_GRAF_INVERT [ ExecMethod = Execute; StateMethod = GetAttrState; ] SID_ATTR_GRAF_CROP [ ExecMethod = Execute; StateMethod = GetAttrState; ] SID_COLOR_SETTINGS [ ExecMethod = Execute; StateMethod = GetAttrState; ] } ora/co-25.04 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/avmedia
AgeCommit message (Expand)Author
2017-10-10iOS, dummy SoundHandler_get_implementationjan Iversen
2017-10-10Revert "iOS, removed unneeded avmedia libraries"jan Iversen
2017-10-10iOS, typojan Iversen
2017-10-10iOS, readd component file.jan Iversen
2017-10-10iOS, removed unneeded avmedia librariesjan Iversen
2017-10-09avmedia: consistently use "" and <> in include directivesMike Kaganski
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-10-03Replace more reinterpret_cast with SAL_W/SAL_UMike Kaganski
2017-09-30Use explicit function names for fooA/fooW WinAPI; prefer fooWMike Kaganski
2017-09-29Drop check for Windows versions we don't supportMike Kaganski
2017-09-23iOS, dummy avmedia to satisty sdi filesjan Iversen
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt
2017-09-18Some more WIN32_LEAN_AND_MEANMike Kaganski
2017-09-15consistent naming of externals: png -> libpngMichael Stahl
2017-09-14loplugin:unnecessaryparen (clang-cl)Stephan Bergmann
2017-09-06loplugin:unnecessaryparen include case statementsNoel Grandin
2017-09-03set parent for insert media file dialogCaolán McNamara
2017-09-01bump FileDialogHelper to XFilePicker3Caolán McNamara
2017-08-19convert WB_SLIDERSET to a bool fieldNoel Grandin
2017-08-18loplugin:unnecessaryparenNoel Grandin
2017-08-17Fix typosAndrea Gelmini
2017-08-13log details of exception when we catch std::exceptionNoel Grandin
2017-08-07loplugin:casttovoidStephan Bergmann
2017-08-07loplugin:oncevarStephan Bergmann
2017-08-01move resmgr to unotoolsCaolán McNamara
2017-07-31make IntlWrapper arg to GetPresentation non-implicit and non-optionalCaolán McNamara
2017-07-21de-hrc various thingsCaolán McNamara
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-19gtk3: make video playback fill playback windowCaolán McNamara
2017-07-13Reorganize Scheduler priority classesJan-Marek Glogowski