/* -*- 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_DRAGACTIONCONVERSION_HXX #define INCLUDED_VCL_OSX_DRAGACTIONCONVERSION_HXX #include #include #import #include /* Convert office drag actions as defined in css::datatransfer::dnd::DNDConstants into system conform drag actions. */ unsigned int OfficeToSystemDragActions(sal_Int8 dragActions); /* Convert system conform drag actions into office conform drag actions as defined in css::datatransfer::dnd::DNDConstants. */ sal_Int8 SystemToOfficeDragActions(unsigned int dragActions); #endif // INCLUDED_VCL_OSX_DRAGACTIONCONVERSION_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /libreoffice-5-4'>distro/cib/libreoffice-5-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
a href='/cgit/lo/core/commit/svl/source/numbers/zforfind.cxx?id=e0c33ec15f53a01fa3ee07489871bbe09bb5c9c3'>loplugin:ostr: automatic rewrite
AgeCommit message (Expand)Author
2023-04-01use more XVclWindowPeerNoel Grandin
2021-05-13Revert "simplify the vcl<->toolkit connection"Noel Grandin
2021-05-12simplify the vcl<->toolkit connectionNoel Grandin
2021-04-12VCLXMultiPage can be in private headersCaolán McNamara
2020-11-18tdf#123936 Formatting files in module toolkit with clang-formatPhilipp Hofer
2020-08-18move VCLXMultiLineEdit and MultiLineEdit to toolkitCaolán McNamara
Stephan Bergmann
2023-06-21svl: Use DateTime::Sub() instead of operator-()Eike Rathke
2023-03-14tdf#117037 - Support Unicode minus (0x2212) in the number scannerAndreas Heinisch
2023-02-28no need to allocate Date separately in ImpSvNumberInputScanNoel Grandin
2022-10-23Resolves: tdf#147817 ignore date acceptance pattern with numeric ambiguityEike Rathke
2022-09-27Prevent erroneous fraction detection of not yet accepted dateEike Rathke
2022-09-20use more string_view in svlNoel Grandin
2022-07-14Accept 'Y D MMM' date input for locales with LongDateOrder::YDMEike Rathke
2022-07-14Let 'MMM D Y H:M' input follow the same date rule as 'MMM D Y'Eike Rathke
2022-07-13Resolves: tdf#149950 Handle LongDateOrder vs DateOrder for middle month nameEike Rathke
2022-04-27use string_view in ImpSvNumberInputScan::StringToDoubleNoel Grandin
2022-04-27add string_view wrappers for rtl::math::stringToDoubleNoel Grandin
2022-04-09Resolves: tdf#148052 accept a ". Month " name for matching DMY formatEike Rathke
2022-02-06No need to call makeStringAndClear to pass a string viewMike Kaganski
2021-09-13Check string boundsEike Rathke
2021-09-13Resolves: tdf#116184 Check that there is no trailing number behind a matchEike Rathke
2021-08-03Resolves: tdf#143664 {de-*} accept "Mär" and "Mrz" for MarchEike Rathke
2021-07-06Related: tdf#125035 Introduce LongDateOrder and handle YDM in DateFormatterEike Rathke
2021-07-05Resolves: tdf#143165 Date input must match separator, D,M,Y not part ofEike Rathke
2021-05-10Resolves: tdf#142186 Accept 123.45 fractional input on weird formats like 0"."Eike Rathke
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-11-11loplugin:stringviewNoel
2020-10-04loplugin:reducevarscope in store..svtoolsNoel
2020-08-06Resolves: tdf#135249 Duration input 0:123 or 0:0:123 or 0:123:59 is validEike Rathke
2020-07-06Resolves: tdf#131562 decimal separator may not be surrounded by blanksEike Rathke
2020-07-06Resolves: tdf#134490 do not skip all trailing '-' or '/' of the start stringEike Rathke
2020-07-02Resolves: tdf#134455 Let TIMEVALUE() use lax time recognitionEike Rathke
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: svlStephan Bergmann
2020-04-16loplugin:buriedassign in starmath..svlNoel Grandin
2020-02-27tdf#130725: use strtod by David M. Gay to make sure we get the nearestMike Kaganski
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann
2019-10-19We don't support leap seconds, but.. accept as input anywayEike Rathke
2019-10-19Resolves: tdf#76441 accept two digit groups MM:SS input if formatted as suchEike Rathke
2019-10-18Input with subsequent part greater than 59 is not time or durationEike Rathke
2019-09-27Resolves: tdf#127363 accept SEPT as SEP for SeptemberEike Rathke