/* -*- 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_SC_INC_STYLEHELPER_HXX #define INCLUDED_SC_INC_STYLEHELPER_HXX #include class ScStyleNameConversion { public: static OUString DisplayToProgrammaticName( const OUString& rDispName, sal_uInt16 nType ); static OUString ProgrammaticToDisplayName( const OUString& rProgName, sal_uInt16 nType ); }; #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -5-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svx/source/engine3d/float3d.cxx
AgeCommit message (Expand)Author
2015-10-16convert Link<> to typedNoel Grandin
2015-10-12convert Link<> to typedNoel Grandin
2015-09-12Update many ListBox users to its sal_Int32 interfaceMatteo Casalin
2015-09-08convert Link<> to typedNoel Grandin
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-08-25make pWindow private in SfxChildWindowNoel Grandin
2015-08-25make eChildAlignment private in SfxChildWindowNoel Grandin
2015-07-04Fix typosAndrea Gelmini
2015-05-29dispose SfxControllerItem objects correctlyLászló Németh
2015-05-22loplugin:constantfunctionNoel Grandin
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann
2015-05-08lopluign:staticmethods: Handle DECL_LINKStephan Bergmann
2015-05-01coverity#1296293 Uninitialized scalar fieldCaolán McNamara
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-17svx: convert new to ::Create.Noel Grandin
2015-04-10Lost more cleanup and fixing post re-basing.Michael Meeks
2015-04-10Move OutputDevice members to VclPtr: starmath, svx.Michael Meeks
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-09vcl: VclPtr conversion in svx.Noel Grandin
2015-03-24convert SfxChildAlignment to enum classNoel Grandin
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin
2015-01-14fdo#39440 svx: reduce scope of local variablesMichael Weghorn
2014-12-30convert RID_SVXFLOAT_3D docking window to .uiCaolán McNamara
2014-11-23fdo#85486 - Clean up unnecessary enumerations from xenum.hxxRadu Ioan
2014-10-27cid#735507 Logically dead codeNoel Grandin
2014-10-20loplugin: cstylecastNoel Grandin
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-09-01Consistency around SvxColorItem in svx/svx3ditems.hxxStephan Bergmann
2014-09-01Consistency around SfxUInt16Item in svx/svx3ditems.hxxStephan Bergmann
2014-09-01Consistency around SfxBoolItem in svx/svx3ditems.hxxStephan Bergmann
2014-09-01Consistency around SfxUInt32Item in svx/svx3ditems.hxxStephan Bergmann
2014-08-19svx: Cleanup ASCII art and useless commentsChris Laplante
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara
2014-08-05Consistency around SdrOnOffItem in svx/sdshitm.hxxStephan Bergmann
2014-07-19XFillStyle -> css::drawing::FillStyleMiklos Vajna
2014-04-15svx: sal_Bool->boolNoel Grandin
2014-04-03svl: sal_Bool->boolNoel Grandin