/* * 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 . */ interface ImpressEditView : DrawView [ uuid ( "661B07E0-2FB4-11CF-89CA-008029E4B0B1" ) ; ] { SID_MODIFYPAGE // ole : no, status : play rec [ ExecMethod = FuTemporary ; StateMethod = GetMenuState ; ] SID_ASSIGN_LAYOUT [ ExecMethod = FuTemporary ; StateMethod = GetMenuState ; ] SID_ANIMATION_OBJECTS // ole : no, status : ? [ ExecMethod = FuTemporary ; StateMethod = GetMenuState ; ] SID_ANIMATION_EFFECTS // ole : no, status : ? [ ExecMethod = FuTemporary ; StateMethod = GetMenuState ; ] SID_CUSTOM_ANIMATION_PANEL // ole : no, status : ? [ ExecMethod = FuTemporary ; StateMethod = GetMenuState ; ] SID_SLIDE_TRANSITIONS_PANEL // ole : no, status : ? [ ExecMethod = FuTemporary ; StateMethod = GetMenuState ; ] SID_SLIDE_TRANSITIONS_PANEL // ole : no, status : ? [ ExecMethod = FuTemporary ; StateMethod = GetMenuState ; ] SID_REHEARSE_TIMINGS // ole : no, status : ? [ ExecMethod = FuSupport ; StateMethod = GetMenuState ; ] SID_PRESENTATION // ole : no, status : ? [ ExecMethod = FuSupport ; StateMethod = GetMenuState ; ] SID_PRESENTATION_CURRENT_SLIDE // ole : no, status : ? [ ExecMethod = FuSupport ; StateMethod = GetMenuState ; ] SID_PRESENTATION_END // ole : no, status : ? [ ExecMethod = FuSupport ; StateMethod = GetMenuState ; ] SID_CLEAR_UNDO_STACK // ole : no, status : ? [ ExecMethod = FuSupport ; StateMethod = GetMenuState ; ] SID_STYLE_FAMILY5 // ole : no, status : ? [ ExecMethod = FuTemporary ; StateMethod = GetAttrState ; Export = FALSE ; ] SID_ANIMATOR_INIT // ole : no, status : ? [ ExecMethod = ExecAnimationWin ; StateMethod = GetAnimationWinState ; ] SID_ANIMATOR_ADD // ole : no, status : ? [ ExecMethod = ExecAnimationWin ; StateMethod = GetAnimationWinState ; ] SID_ANIMATOR_CREATE // ole : no, status : ? [ ExecMethod = ExecAnimationWin ; StateMethod = GetAnimationWinState ; ] SID_ANIMATOR_STATE // ole : no, status : ? [ ExecMethod = ExecAnimationWin ; StateMethod = GetAnimationWinState ; ] SID_NAVIGATOR_PEN // ole : no, status : ? [ ExecMethod = ExecNavigatorWin ; StateMethod = GetNavigatorWinState ; ] SID_PRESENTATION_DLG [ ExecMethod = FuTemporary ; ] SID_REMOTE_DLG [ ExecMethod = FuTemporary ; StateMethod = GetMenuState ; ] SID_CUSTOMSHOW_DLG [ ExecMethod = FuTemporary ; ] SID_EXPAND_PAGE // ole : no, status : play rec [ ExecMethod = FuTemporary ; StateMethod = GetMenuState ; ReadOnlyDoc = FALSE; ] SID_SUMMARY_PAGE // ole : no, status : play rec [ ExecMethod = FuTemporary ; StateMethod = GetMenuState ; ] SID_SLIDE_MASTERPAGE // ole : no, status : play rec [ ExecMethod = FuSupport ; StateMethod = GetMenuState ; ] SID_NOTES_MASTERPAGE // ole : no, status : play rec [ ExecMethod = FuSupport ; StateMethod = GetMenuState ; ] SID_HANDOUT_MASTERPAGE // ole : no, status : play rec [ ExecMethod = FuSupport ; StateMethod = GetMenuState ; ] SID_TITLE_MASTERPAGE // deprecated, to be removed see issue #i35731# [ ExecMethod = FuSupport ; StateMethod = GetMenuState ; ] SID_STYLE_FAMILY [ ExecMethod = FuSupport ; StateMethod = GetMenuState ; ] SID_SEARCH_OPTIONS // ole : ?, status : ? [ ExecMethod = Execute ; StateMethod = GetState ; GroupId = GID_DOCUMENT ; Cachable ; ] SID_SEARCH_ITEM // ole : ?, status : ? [ ExecMethod = Execute ; StateMethod = GetState ; ] SID_SHOW_POSTIT [ ExecMethod = ExecuteAnnotation; StateMethod = GetAnnotationState; ] SID_INSERT_POSTIT [ ExecMethod = ExecuteAnnotation; StateMethod = GetAnnotationState; ] SID_REPLYTO_POSTIT [ ExecMethod = ExecuteAnnotation; StateMethod = GetAnnotationState; ] SID_DELETE_POSTIT [ ExecMethod = ExecuteAnnotation; StateMethod = GetAnnotationState; ] SID_DELETEALL_POSTIT [ ExecMethod = ExecuteAnnotation; StateMethod = GetAnnotationState; ] SID_PREVIOUS_POSTIT [ ExecMethod = ExecuteAnnotation; StateMethod = GetAnnotationState; ] SID_NEXT_POSTIT [ ExecMethod = ExecuteAnnotation; StateMethod = GetAnnotationState; ] SID_DELETEALLBYAUTHOR_POSTIT [ ExecMethod = ExecuteAnnotation; StateMethod = GetAnnotationState; ] SID_PHOTOALBUM [ ExecMethod = FuTemporary ; StateMethod = GetMenuState ; ] } shell DrawViewShell { import ImpressEditView[Automation]; } shell PresentationViewShell { import ImpressEditView[Automation]; } shell PreviewViewShell { import ImpressEditView[Automation]; } 5.2.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/binaryurp
AgeCommit message (Expand)Author
2021-02-16loplugin:referencecasting in basctl..binaryurpNoel
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-11-13tdf#123936 Formatting files in module binaryurp with clang-formatPhilipp Hofer
2020-11-05tdf#42949 Fix new IWYU warnings in directories [ab]*Gabor Kelemen
2020-09-04tdf#124176 Use #pragma once in binaryurpGeorge Bateman
2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens
2020-07-05binaryurp: create instances with uno constructorsNoel Grandin
2020-06-30Upcoming improved loplugin:staticanonymous -> redundantstatic: binaryurpStephan Bergmann
2020-06-25Rephrase commentStephan Bergmann
2020-06-25Fix typosAndrea Gelmini
2020-06-23HACK to decouple URP release calls from all other threadsStephan Bergmann
2020-06-10Improve a SAL_WARN messageStephan Bergmann
2020-06-04Properly handle initial object queryInterface return valueStephan Bergmann
2020-05-15use for-range on Sequence in basctl..canvasNoel Grandin
2020-01-28tdf#42949 Add back includes to binaryurp/Gabor Kelemen
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2020-01-27tdf#42949 Fix IWYU warnings in binaryurp/Gabor Kelemen
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): binaryurpStephan Bergmann
2019-06-11Use hasElements to check Sequence emptiness in accessibility..canvasArkadiy Illarionov
2019-05-22New loplugin:dataStephan Bergmann
2019-02-19Some uses of C++17 class template argument deductionStephan Bergmann
2019-01-14Use C++17 nested namespace definitions (in binaryurp)Stephan Bergmann
2019-01-11tdf#112689:Replace chained O(U)StringBuffer::append() with operator+Furkan Ahmet Kara
2018-12-08Use [[maybe_unused]] instead of cast to voidStephan Bergmann
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-12-06Use structured bindingStephan Bergmann
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-09-11Revert "clang bugprone-unused-return-value"Noel Grandin
2018-09-08clang bugprone-unused-return-valueNoel Grandin
2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin
2017-12-19inline use-once typedefsNoel Grandin
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-11-23Replace list by vector in incomingrequest (binaryurp)Julien Nabet
2017-11-23Revert partly 9d1f61a61893435b26f7239136ad92b7354545a8Julien Nabet