/************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License version 3 * only, as published by the Free Software Foundation. * * OpenOffice.org is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License version 3 for more details * (a copy is included in the LICENSE file that accompanied this code). * * You should have received a copy of the GNU Lesser General Public License * version 3 along with OpenOffice.org. If not, see * * for a copy of the LGPLv3 License. * ************************************************************************/ #ifndef __com_sun_star_sheet_XSheetAnnotationShapeSupplier_idl__ #define __com_sun_star_sheet_XSheetAnnotationShapeSupplier_idl__ #ifndef __com_sun_star_uno_XInterface_idl__ #include #endif #ifndef __com_sun_star_drawing_XShape_idl__ #include #endif //============================================================================= module com { module sun { module star { module sheet { //============================================================================= /** provides methods to get the shape of o annotation @see com::sun::star::sheet::CellAnnotation @see com::sun::star::sheet::CellAnnotationShape */ published interface XSheetAnnotationShapeSupplier: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- /** returns the shape of the annotation */ com::sun::star::drawing::XShape getAnnotationShape(); }; //============================================================================= }; }; }; }; #endif /co-2021'>distro/collabora/co-2021 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2011-09-30enable the registration for vba unit test againMarkus Mohrhard
2011-09-29disable it again, it seems that it tries to access the user installationMarkus Mohrhard
2011-09-29init the unit test for vba unit tests correctlyMarkus Mohrhard
2011-09-29fix trunk gcc compile errorsMatúš Kukan
2011-09-29ByteString->rtl::OStringCaolán McNamara
2011-09-29add modelinesCaolán McNamara
2011-09-28more unit test cut/paste reduxMichael Meeks
2011-09-28sc: switch filters-test to the new shared unit test codeMichael Meeks
2011-09-28ByteString->rtl::OStringBufferCaolán McNamara
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann
2011-09-27add dependencies for vba unit testMarkus Mohrhard
2011-09-27move the checkboxes below the more buttonMarkus Mohrhard
2011-09-27assert on the console in a helpful way as/when we get a message dialogMichael Meeks
2011-09-26Manage Names: adapt menu to changesMarkus Mohrhard
2011-09-26add "Manage Names..." entry to Name Box/ScPosWndMarkus Mohrhard
2011-09-26move OCX_Control ( and subclasses ) and OCX control export to ooxNoel Power
2011-09-24Manage Names: braodcast change in range names now directlyMarkus Mohrhard
2011-09-24add local range names to "Name Box"/ScPosWndMarkus Mohrhard
2011-09-24handle local range names from name box/navigator correctlyMarkus Mohrhard
2011-09-24show local range names in navigatorMarkus Mohrhard
2011-09-24re-factor XPropertyList derivatives to use a rtl::ReferenceMichael Meeks
2011-09-24Manage Names: add comments and remove dead codeMarkus Mohrhard
2011-09-24Manage Names: refactoring in namedlg.cxxMarkus Mohrhard
2011-09-24show only relevant range namesMarkus Mohrhard
2011-09-24fix crash, various button problems, memory leakMarkus Mohrhard
2011-09-24Manage Names: set new entry as selectedMarkus Mohrhard
2011-09-23inital work for new "Manage Names" dialogMarkus Mohrhard
2011-09-23deugly HTMLOutFuncs::ConvertStringToHTMLCaolán McNamara
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara
2011-09-22Always link with user32Tor Lillqvist
2011-09-21fix array initialization and thus windows buildFridrich Štrba
2011-09-21Revert "remove newly unused methods", used againCaolán McNamara
2011-09-21callcatcher: remove newly unused methodsCaolán McNamara