/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ module ooo { module vba { module excel { constants XlDisplayUnit { const long xlHundredMillions = -8; const long xlHundreds = -2; const long xlHundredThousands = -5; const long xlMillionMillions = -10; const long xlMillions = -6; const long xlTenMillions = -7; const long xlTenThousands = -4; const long xlThousandMillions = -9; const long xlThousands = -3; }; }; }; }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ ='get'> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/o3tl/qa/test-string_view.cxx
AgeCommit message (Expand)Author
2024-10-05Use good old string literals in assertXPath and friendsMike Kaganski
2024-05-20loplugin:ostr in variousNoel Grandin
2023-11-20Extended loplugin:ostr: o3tlStephan Bergmann
2023-10-07loplugin:ostr: automatic rewriteStephan Bergmann
2023-09-24Drop some newly obsolete __GNUC__ version checksStephan Bergmann
2023-05-06update loplugin:stringview* for o3tl::iterateCodePointsNoel Grandin
2023-05-05Break comphelper::adjustIndexToStartOfSurrogate out of o3tl::iterateCodePointsStephan Bergmann
2023-05-05Add some o3tl::iterateCodePoints testsStephan Bergmann
2023-04-24loplugin:unnecessarygetstr extend to more std::string checkingNoel Grandin
2023-04-14loplugin:stringviewparam improvementsNoel Grandin
2023-02-16Only specialize CppUnit::assetion_traits<T>::toString member functionsStephan Bergmann
2022-04-20Avoid unhelpful loplugin:stringviewvarStephan Bergmann
2022-04-09add a more complete o3tl::getTokenNoel Grandin
2022-03-01use OUStringBuffer for a string that's modified often (tdf#145862)Luboš Luňák
2022-03-01fix o3tl::equalsIgnoreAsciiCase()Luboš Luňák
2022-01-30Recheck modules [o-r]* with IWYUGabor Kelemen