/* -*- 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_TOOLS_STRINGLISTRESOURCE_HXX #define INCLUDED_TOOLS_STRINGLISTRESOURCE_HXX #include #include #include #include namespace tools { class StringListResource : public Resource { public: StringListResource(const ResId& _aResId,::std::vector< OUString>& _rToFill ) : Resource(_aResId) { sal_uInt16 i = 1; while( IsAvailableRes(ResId(i,*m_pResMgr).SetRT(RSC_STRING)) ) { _rToFill.push_back(ResId(i,*m_pResMgr).toString()); ++i; } } ~StringListResource() { FreeResource(); } }; } #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ ib/libreoffice-6-1'>distro/cib/libreoffice-6-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-01-17removetooltypes01: #i112600# Remove tools types from swCarsten Driesner
2010-10-04sw34bf01: #i85766# #i112425#: prevent expansion of fields in temp documents:Michael Stahl
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien
2009-12-02merge to m66mb93783
2009-10-20#i93174#: fix progress bar reference for ODF exportMichael Stahl
2009-10-16#i103496#: split svtools; improve ConfitItemsMathias Bauer
2009-01-05CWS-TOOLING: integrate CWS libmswordJens-Heiner Rechtien
2009-01-02CWS-TOOLING: integrate CWS notes7Jens-Heiner Rechtien
2008-12-10CWS-TOOLING: integrate CWS hb12Rüdiger Timm
2008-07-01INTEGRATION: CWS xmlfilter05 (1.14.34); FILE MERGEDVladimir Glazounov
2008-04-10INTEGRATION: CWS changefileheader (1.14.58); FILE MERGEDRüdiger Timm
2008-04-03INTEGRATION: CWS sw30bf02 (1.14.32); FILE MERGEDKurt Zenker
2008-02-26INTEGRATION: CWS custommeta (1.12.30); FILE MERGEDOliver Bolte
2008-02-19INTEGRATION: CWS notes2 (1.10.340); FILE MERGEDRüdiger Timm
2007-11-26INTEGRATION: CWS customfields (1.11.50); FILE MERGEDIvo Hinkelmann
2007-09-27INTEGRATION: CWS swwarnings (1.10.242); FILE MERGEDJens-Heiner Rechtien
2006-08-14INTEGRATION: CWS writercorehandoff (1.7.448); FILE MERGEDJens-Heiner Rechtien
2005-12-14INTEGRATION: CWS numberformat (1.8.72); FILE MERGEDRüdiger Timm
2005-09-09INTEGRATION: CWS ooo19126 (1.7.582); FILE MERGEDRüdiger Timm
2004-09-08INTEGRATION: CWS swundo03 (1.6.10); FILE MERGEDJens-Heiner Rechtien
2004-05-19INTEGRATION: CWS scriptingf4 (1.5.640); FILE MERGEDRüdiger Timm
2001-10-24Task #88180#: change parameters of PutValue/QueryValue methodsjp