/* -*- 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 _RSCKEY_HXX #define _RSCKEY_HXX // class forwards class RscTop; #include typedef struct { Atom nName; sal_uInt32 nTyp; long yylval; } KEY_STRUCT; class RscNameTable { bool bSort; //soll bei jedem einfuegen sortiert werden? sal_uInt32 nEntries; //Anzahl der Eintr"age KEY_STRUCT * pTable; public: RscNameTable(); ~RscNameTable(); void SetSort( bool bSorted = true ); Atom Put( Atom nName, sal_uInt32 nTyp, long nValue ); Atom Put( const char * pName, sal_uInt32 nTyp, long nValue ); Atom Put( const char * pName, sal_uInt32 nTyp ); Atom Put( Atom nName, sal_uInt32 nTyp, RscTop * pClass ); // true, wurde gefunden bool Get( Atom nName, KEY_STRUCT * pEle ); }; #endif// _RSCKEY_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ ffice-6-2'>distro/cib/libreoffice-6-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sd/source/ui/app/optsitem.cxx
AgeCommit message (Expand)Author
2017-05-03loplugin:checkunusedparams in sdNoel Grandin
2017-04-19convert MeasurementSystem to scoped enumNoel Grandin
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin
2016-11-18sd: assert SfxPoolItem::operator==Michael Stahl
2016-10-28update unnecessaryoverride plugin to find pure forwarding methodsNoel Grandin
2016-09-10loplugin:constantparam in sdNoel Grandin
2016-06-10Clean up uses of Any::getValue() in sdStephan Bergmann
2016-03-24loplugin:constantparam in sdNoel Grandin
2016-02-09Formatting changes across all modulesChris Sherlock
2016-01-18tdf#97119 Make TabBarVisible configuration persistantPhilippe Jung
2016-01-14loplugin:unusedmethods unused return value in sdNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-29com::sun::star->css in sdNoel Grandin
2015-07-24simplify SdOptions::StoreConfigNoel Grandin
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-23loplugin:constantfunction: sdNoel Grandin
2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl
2014-12-15sd: Use appropriate OUString functions on string constantsStephan Bergmann
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca
2014-06-25remove whitespacesMarkus Mohrhard
2014-04-24sd: sal_Bool->boolNoel Grandin
2014-04-16Counting is hard (thanks to -fsanitize=address for pointing it out)Stephan Bergmann
2014-04-04coverity#708129 Uninitialized scalar fieldCaolán McNamara
2014-03-17sd: prefer passing OUString by referenceNoel Grandin
2014-03-11svx: sal_Bool->boolNoel Grandin
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-18Remove from option-dialog the CurrentPage-option (fdo#71601)Rob Snelders
2014-01-10SfxPoolItem::operator ==, != should return boolStephan Bergmann
2013-05-09fdo#56995 Created global option to disable presenter console in Impressmmeof
2013-04-20Remove pass-through header files sd/inc/eetext.hxx and sd/inc/app.hxxMichael Dunphy
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-06c#708912# fix a double free in Sd*OptionsHerbert Dürr
2012-11-28re-base on ALv2 code. Includes:Michael Meeks
2012-11-26Give sdremote a separate option, apart from Experimental featuresMiklos Vajna
2012-07-11Decrease header files dependenciesMatteo Casalin