/* * 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 . */ package org.libreoffice.report.pentaho; import org.pentaho.reporting.libraries.base.boot.AbstractModule; import org.pentaho.reporting.libraries.base.boot.ModuleInitializeException; import org.pentaho.reporting.libraries.base.boot.SubSystem; public class StarReportModule extends AbstractModule { public StarReportModule() throws ModuleInitializeException { loadModuleInfo(); } /** * Initializes the module. Use this method to perform all initial setup operations. This * method is called only once in a modules lifetime. If the initializing cannot be * completed, throw a ModuleInitializeException to indicate the error,. The module will * not be available to the system. * * @param subSystem the subSystem. * @throws ModuleInitializeException * if an error ocurred while initializing the module. */ public void initialize(final SubSystem subSystem) throws ModuleInitializeException { } } collabora/cd-5.3'>distro/collabora/cd-5.3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svx/source/dialog/framelink.cxx
AgeCommit message (Expand)Author
2018-01-30fix tdf#114934 borderline feature regressionsArmin Le Grand
2017-11-22loplugin:flatten in svxNoel Grandin
2017-11-10loplugin:unusedmethodsNoel Grandin
2017-09-26Fix typosAndrea Gelmini
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist
2017-09-25borderline: Refinement of line end overlapsArmin Le Grand
2017-09-19Fix typosAndrea Gelmini
2017-09-18borderline: restuctured used classesArmin Le Grand
2017-09-15borderline: Extended decomposeArmin Le Grand
2017-09-15borderline: Fixed PatternScaleArmin Le Grand
2017-09-15borderline: extended the expand logicArmin Le Grand
2017-09-15borderline: merge redefined, mirrored StylesArmin Le Grand
2017-09-15borderline: Adapted BorderLinePrimitive2D and usagesArmin Le Grand
2017-09-15borderline: Adapt ViewContactOfTableObjArmin Le Grand
2017-09-15borderline: Adapted Writer to use CreateBorderPrimitivesArmin Le Grand
2017-09-15borderline: move geometry creation to linear algebraArmin Le Grand
2017-09-15borderline: Preparing further to use CellCoordinateSystemArmin Le Grand
2017-09-15borderline: Abstraction of BorderLinePrimitiveArmin Le Grand
2017-09-13clang-tidy modernize-use-emplace in svxNoel Grandin
2017-08-25loplugin:unusedmethodsNoel Grandin
2017-08-05Fix typosAndrea Gelmini
2017-07-28borderline: corrections for calc and writerArmin Le Grand
2017-07-28borderline: Unified primitive creationArmin Le Grand
2017-07-28borderline: Simplified BorderLinePrimitiveArmin Le Grand
2017-07-28borderline: first versionj with line end adaptionsArmin Le Grand
2017-07-28borderline: adaptions to primitivesArmin Le Grand
2017-07-28borderline: abstractions of primitive creationsArmin Le Grand
2017-07-17Fix typosAndrea Gelmini
2017-07-12borderline: correct problems with border displayArmin Le Grand
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-25Fix typosAndrea Gelmini
2017-03-17convert SvxBorderStyle to scoped enumNoel Grandin
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2016-10-06rtl::math::approxEqual(value,0.0) never yields true for value!=0.0Eike Rathke
2016-09-09loplugin:constantparam in svxNoel Grandin
2016-08-25convert RefMode to scoped enumNoel Grandin
2016-08-11loplugin:countusersofdefaultparams in svl..unodevtoolsNoel Grandin
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin
2016-03-09loplugin:constantparam in svxNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-01-28loplugin:fpcomparison in svx/Noel Grandin
2015-12-11tdf#69977: uno::Sequence is expensiveNoel Grandin
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud
2015-08-06fix typo: rectange --> rectangleDennis Roczek
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini