/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* * 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/. */ #pragma once struct S { void f1(); void f2() const; void f3(); void f3() const; }; int&& nix(); int const&& cix(); int nir(); #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wignored-qualifiers" int const cir(); #pragma clang diagnostic pop S&& nsx(); S const&& csx(); S nsr(); S const csr(); void testArithmeticTypedefs(); /* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */ aoo/trunk LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/android
AgeCommit message (Expand)Author
2019-06-28tdf#102040 Don't type doubled characters when using external keyboard.Dawid Gan
2019-06-18android: Fix non-debug build.Jan Holesovsky
2019-04-17update references about selective debuginfo in android/READMELuboš Luňák
2019-04-05android: fix ArrayIndexOutOfBounds on selecting 'Drawings' in DefaultFileFilt...kaishu-sahu
2019-04-05android: Setting default values to setting preference, minor ux improvementskaishu-sahu
2019-04-03Fix typoAndrea Gelmini
2019-03-11android: Set the FONTCONFIG_FILE envvar to the fonts.conf (if exists).Jan Holesovsky
2019-03-11android: Separate the Android-specific setup from the actual LOK init.Jan Holesovsky
2019-03-11android: Generate liblo-native-code.so so that it can be linked against.Jan Holesovsky
2019-02-18android: Add a missing dependency.Jan Holesovsky
2019-01-25Fix typoAndrea Gelmini
2018-12-13Introduce --enable-android-editingStephan Bergmann
2018-12-13Switch Android armeabi-v7a to libc++/libc++abi/libunwind tooStephan Bergmann
2018-12-13Export RTTI symbols from liblo-native-code.so, for binary UNO bridgeStephan Bergmann
2018-12-13Move NSSLIBS to a more sensible place on the linker command lineStephan Bergmann
2018-12-12Make android/mobile-config.py compatible with Python 3Stephan Bergmann
2018-11-13android: lock away editing mode in separate build flavorChristian Lohmaier
2018-11-04[Pardus] ability to change slide nameMert Tumer
2018-11-04Fix nullptr exception in presentation on AndroidMert Tumer
2018-11-02[Pardus] fix highlight color in Presentation On AndroidMert Tumer
2018-11-02[Pardus] fix missing break in switch case on AndroidMert Tumer
2018-11-02[Pardus] removed ignore hidden files on AndroidMert Tumer
2018-11-02[Pardus] language improvements on AndroidGulsah Kose
2018-11-02[Pardus] language improvements on AndroidMert Tumer
2018-11-02Fix permission settings on Android ViewerMert Tumer
2018-10-18Added Turkish Language Support on Android ViewerMert Tumer
2018-10-18Added language support on Android ViewerMert Tumer