/* -*- 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/. */ #ifndef INCLUDED_SHELL_INC_INTERNAL_FILEPATH_HXX #define INCLUDED_SHELL_INC_INTERNAL_FILEPATH_HXX // typedefs to allow using Unicode paths on Windows #include #if defined _WIN32 typedef wchar_t Filepath_char_t; typedef std::wstring Filepath_t; #else typedef char Filepath_char_t; typedef std::string Filepath_t; #endif #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ hange='this.form.submit();'> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/tools/source/ref
AgeCommit message (Expand)Author
2023-12-12Simplify and fix SvGlobalName comparisonMike Kaganski
2023-12-12Make some SvGlobalName ctors constexprMike Kaganski
2022-11-06-Werror,-Wdeprecated-declarations (sprintf, macOS 13 SDK): toolsStephan Bergmann
2022-04-28use more string_view in tools::SvGlobalNameNoel Grandin
2022-02-09Simplify SvGlobalName::GetHexNameMike Kaganski
2022-02-09Flatten SvGlobalName::MakeIdMike Kaganski
2022-02-09Simplify SvGlobalNameMike Kaganski
2021-10-31Prepare for removal of non-const operator[] from Sequence in toolsMike Kaganski
2021-09-06clang-tidy:readability-redundant-member-initNoel Grandin
2020-11-18tdf#123936 Formatting files in module tools with clang-formatPhilipp Hofer
2019-12-23sal_Char->char in toolsNoel Grandin
2019-10-23size some stringbuffer to prevent re-allocNoel Grandin
2019-10-17Remove some memset callsMike Kaganski
2019-08-30new loplugin:noexceptmoveNoel Grandin
2018-01-27improve subtyping when dealing with tools::WeakReferenceNoel Grandin
2018-01-12More loplugin:cstylecast: toolsStephan Bergmann
2017-11-29loplugin:unusedmethodsNoel Grandin