# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # 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 . # $(eval $(call gb_Module_Module,idl)) $(eval $(call gb_Module_add_targets_for_build,idl,\ Executable_svidl \ )) # vim: set noet sw=4 ts=4: ropia/zeta-7-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Expand)Author
2015-04-14Drop an unused variableTakeshi Abe
2015-04-13loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann
2015-04-13convert SFX_LOADED_ to scoped enumNoel Grandin
2015-04-10cppcheck: provide a ctorTakeshi Abe
2015-04-10convert SFXOBJECTSHELL_ constants to scoped enumNoel Grandin
2015-04-10convert SFXMODEL_ to scoped enumNoel Grandin
2015-04-10convert SfxObjectCreateMode to scoped enumNoel Grandin
2015-04-07convert SvtModuleOptions::EModule to scoped enumNoel Grandin
2015-04-07cppcheck: make ctor with 1 argument explicitTakeshi Abe
2015-04-04Mark it as static and constTakeshi Abe
2015-04-04put local functions into an unnamed namespaceTakeshi Abe
2015-04-02Replace FNTSIZ_* with a scoped enumeration FontSizeTypeTakeshi Abe
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-30stop including irrelevant header; include right ones insteadTakeshi Abe
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-27convert GETATTRIBS_ constants to enum classNoel Grandin
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-26Added shortcut for arrows when doing start math formulasrobert Babiak
2015-03-26starmath: add test for detecting MathML's namespace prefix 'math:'Takeshi Abe
2015-03-25Typo: formated->formattedJulien Nabet
2015-03-25convert EE_CNTRL constants to enum classNoel Grandin
2015-03-24loplugin:constantfunction: variousNoel Grandin
2015-03-24convert SFX_PRINTER constants to enum classNoel Grandin
2015-03-24convert SvxZoomType to enum classNoel Grandin
2015-03-24convert SfxChildAlignment to enum classNoel Grandin
2015-03-22Mark as staticTakeshi Abe
2015-03-20tdf#88230: cleanup solar mutex yieldingPranav Kant
2015-03-19loplugin:constantfunction: sotNoel Grandin
2015-03-19convert SFX_FILTER_ constants to enum classNoel Grandin
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann
2015-03-16use std::unique_ptr for Sm*DialogTakeshi Abe
2015-03-13Simplify code constructing uno::Sequence<OUString> by initializer_listTakeshi Abe
2015-03-11Adapt std::unique_ptr to SmMathConfigTakeshi Abe
2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl
2015-03-10Spare extra call stackTakeshi Abe
2015-03-10Replace boost::noncopyable with use of SAL_DELETED_FUNCTIONTakeshi Abe
2015-03-08cppcheck: cstyleCastJulien Nabet
2015-03-08Revert "cppcheck: cstyleCast"Julien Nabet
2015-03-08cppcheck: cstyleCastJulien Nabet
2015-03-06Idle: Changed to new enum nameTobias Madl
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl
2015-03-06Idle and Timer are now completely independentTobias Madl
2015-03-06Timer: Adapted all idle includes and enum usesTobias Madl
2015-03-05tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorTakeshi Abe
2015-03-04V813: Decreased performanceCaolán McNamara
2015-03-04V813: Decreased performanceCaolán McNamara
2015-03-02