/* -*- 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_SD_INC_ANNOTATION_HXX #define INCLUDED_SD_INC_ANNOTATION_HXX #include class SdPage; class SdrUndoAction; namespace com { namespace sun { namespace star { namespace office { class XAnnotation; } } } } namespace sd { void createAnnotation( css::uno::Reference< css::office::XAnnotation >& xAnnotation, SdPage* pPage ); SdrUndoAction* CreateUndoInsertOrRemoveAnnotation( const css::uno::Reference< css::office::XAnnotation >& xAnnotation, bool bInsert ); sal_uInt32 getAnnotationId(const css::uno::Reference & xAnnotation); const SdPage* getAnnotationPage(const css::uno::Reference& xAnnotation); } #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ ion value='distro/cib/libreoffice-6-2'>distro/cib/libreoffice-6-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-16idl: remove external header guardsThomas Arnhold
2014-03-10jurt: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann
2014-02-26Remove visual noise from jurtAlexander Wilms
2013-09-22add mode lines to new files (and idls) since last runCaolán McNamara
2012-11-26API CHANGE: com.sun.star.lang.IllegalArgumentExceptionMichael Stahl
2012-11-06jurt: remote test: synchronize updates to counters in TestWorkAtMichael Stahl
2012-09-12Remove race conditions from testStephan Bergmann
2012-08-28Java cleanup - remove unused importsNoel Grandin
2012-08-28Java cleanup - remove unnecessary semi-colonsNoel Grandin
2012-08-20Java5 updates - convert to genericsNoel Grandin
2012-08-20Remove dead java codeNoel Grandin
2012-06-29Java5 updates - update code to use genericsNoel Grandin
2012-06-29Java5 update - convert code to use genericsNoel Grandin
2012-06-29Java5 update - convert Hashtable to HashMapNoel Grandin
2012-06-29re-base on ALv2 code.Michael Meeks
2012-06-21re-base on ALv2 code.Michael Meeks
2012-04-06jurt: use CustomTarget makefileMatúš Kukan
2012-02-17Make jurt JunitTests workStephan Bergmann
2011-12-25remove unused sourceDavid Tardon
2011-12-25convert jurt/urp unit testDavid Tardon
2011-12-25convert jurt unit testsDavid Tardon