/* -*- 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_VCL_OSX_A11YWRAPPERSCROLLBAR_H #define INCLUDED_VCL_OSX_A11YWRAPPERSCROLLBAR_H #include @interface AquaA11yWrapperScrollBar : AquaA11yWrapper { } - (NSArray*)accessibilityAttributeNames; @end #endif // INCLUDED_VCL_OSX_A11YWRAPPERSCROLLBAR_H /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ tion> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/basic/source/runtime
AgeCommit message (Expand)Author
2021-07-19tdf#143332 - Use utl::TextSearch to implement the InStrRev functionAndreas Heinisch
2021-07-16tdf#139840 - Use utl::TextSearch to implement the InStr functionAndreas Heinisch
2021-07-12tdf#142487 - use utl::TextSearch in order to implement the replace algorithmAndreas Heinisch
2021-07-06tdf#142922 fixes Round to follow half-to-even roundingbaltasarq
2021-07-01tdf#143081: fix Basic Replace() function crashes LOJulien Nabet
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-06-25tdf#142460: properly handle boolean values in string poolbaltasarq
2021-06-25No need for a std::string_view hereStephan Bergmann
2021-06-01loplugin:stringview (clang-cl)Stephan Bergmann
2021-05-14Improve loplugin:stringviewStephan Bergmann
2021-05-13tdf#132389 - Case-insensitive operation for non-ASCII charactersAndreas Heinisch
2021-05-13tdf#139840 - Case-insensitive operation for non-ASCII charactersAndreas Heinisch
2021-05-10fix some leaks in basicNoel Grandin
2021-05-01tdf#124184 Fixing StrConv VBA Functiontushar
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin
2021-04-02Simplify some static variable initializationsMike Kaganski
2021-03-21tdf#88442 SBasic: Don't double-initialize a Global ... As New ...John
2021-03-15tdf#141045 - fixed copy paste error in the replace functionAndreas Heinisch
2021-03-14check for quit when calling Yield in loopNoel Grandin
2021-03-09Drop "32" from names of SbxArray methods taking 32-bit indicesMike Kaganski
2021-03-07BASIC : use standard mutex from std.Arnaud Versini
2021-02-05Revert "Fix typo in code"Stephan Bergmann
2021-02-04Fix typo in codeAndrea Gelmini
2021-01-28simplify code, use more subView()Noel
2021-01-09fix coverity parse errorsCaolán McNamara
2021-01-04loplugin:stringviewparam: operator +=Stephan Bergmann
2020-12-30vcl: remove {Read,Write}ImpGraphic and ImplExportNative from GraphicTomaž Vajngerl
2020-12-27BASIC : SbiRuntime static data should be constArnaud Versini
2020-12-26New loplugin:stringliteralvarStephan Bergmann
2020-12-23Initialize method mapping table at compile timeMike Kaganski
2020-12-23Drop RTLNAME obfuscating macroMike Kaganski
2020-12-21fix for Windows x86-64 buildNoel Grandin
2020-12-20Blind fix for Windows x86-64 buildStephan Bergmann
2020-12-19make *String(string_view) constructors explicitNoel Grandin