/* -*- 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 . */ #include #if defined(ARM) #include #include #include namespace std { inline double fmax(double x, double y) { return ::fmax(x, y); } template T round(T x) { return ::round(x); } template T trunc(T x) { return ::trunc(x); } template T lround(T x) { return ::lround(x); } template std::string to_string(const T& rNumber) { std::ostringstream aStream; aStream << rNumber; return aStream.str(); } } #endif option> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/sdi
AgeCommit message (Expand)Author
2016-11-17tdf#103965: set DisableFlags for SID_PARASPACE_INCREASE/DECREASEMike Kaganski
2016-11-13tdf#103268 Activate editing object name function for writer images.Gulsah Kose
2016-10-15tdf#86946 Page Column Type popup accessible form the toolbarSzymon Kłos
2016-10-13tdf#101390 Add "Diagonal Line" command to the writer arrowsbar.Gulsah Kose
2016-10-10tdf#101390 Add "Dimesion Line" command to the writer arrowsbox.Gulsah Kose
2016-09-29Page margin popup converted to use outside sidebarSzymon Kłos
2016-09-27tdf#87914 sw: add an initial .uno:SmallCaps commandMiklos Vajna
2016-09-15sw: allow select of redline by indexMiklos Vajna
2016-09-13Revert "tdf#73797 Enable object rotation (.uno:ToggleObjectRotateMode) for wr...jan iversen
2016-09-10tdf#73797 Enable object rotation (.uno:ToggleObjectRotateMode) for writerGulsah Kose
2016-09-08remove IMAGEROTATION and IMAGEREFLECTION SfxSlotMode enums...Caolán McNamara
2016-09-07tdf#101390 Add Arrows toolbox functions on writer drawingbar.Gulsah Kose
2016-09-05Page orientation popup converted to use outside sidebarSzymon Kłos
2016-08-17sw: allow accept/reject of redline by indexMiklos Vajna
2016-08-17convert SvxLineSpace to scoped enumNoel Grandin
2016-08-17convert SvxInterLineSpaceRule to scoped enumNoel Grandin
2016-08-01GSoC Writer Table Styles; Table Styles PanelJakub Trzebiatowski
2016-07-28GSoC Emoji ControlAkshay Deep
2016-07-08tdf#83054 Writer: Add "Go to Page" Entry in Edit MenuAkshay Deep
2016-06-28Convert Bitmap tab to Pattern tabRishabh Kumar
2016-06-23tdf#83830: Page Styles PanelSusobhan Ghosh
2016-06-17tdf#83830: Page Header Panel & Page Footer PanelSusobhan Ghosh