summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-10-27loplugin:includeform: extensions (Windows)Stephan Bergmann
Change-Id: I6619004353fb7e94506e2a75c77b42156f0b6c6d
2017-10-27loplugin:includeform: fpicker (Windows)Stephan Bergmann
Change-Id: Iaa3b4b6d3de8e26de8a1ede68f59840264839f80
2017-10-27loplugin:includeform: hwpfilter (Windows)Stephan Bergmann
Change-Id: I35accf3f61cea9bdca93f5b2f0e93dab89dfe41d
2017-10-27loplugin:includeform: i18nlangtag (Windows)Stephan Bergmann
Change-Id: I932552d72767df1b05e2cb8137eb467835b4dbac
2017-10-27loplugin:includeform: jurt (Windows)Stephan Bergmann
Change-Id: I8f9c8bdcb3cabc47dfd211c28a70e90aae86339a
2017-10-27loplugin:includeform: odk (Windows)Stephan Bergmann
Change-Id: I654aa2cf1175f91619b70c9257e88f7006b0c04c
2017-10-27loplugin:includeform: pyuno (Windows)Stephan Bergmann
Change-Id: I07b13573fb45847bd31be6d195d0ebb5943e25bb
2017-10-27loplugin:includeform: sal (Windows)Stephan Bergmann
Change-Id: Id60bcfadbfdf4b37f276159b12360347bde30a2e
2017-10-27loplugin:includeform: setup_native (Windows)Stephan Bergmann
Change-Id: I58cae555a303a8657955ceec08065e8b440bdad4
2017-10-27loplugin:includeform: sfx2 (Windows)Stephan Bergmann
Change-Id: I2ce3e5012b368a9e390d927a3dfd2150c0d5d9f7
2017-10-27loplugin:includeform: shell (Windows)Stephan Bergmann
Change-Id: I80109e4e60b0f72efee53509d5539918cec789bd
2017-10-27loplugin:includeform: systools (Windows)Stephan Bergmann
Change-Id: If0eee76e3f2844718718906da403e3c09a4688f8
2017-10-27loplugin:includeform: tools (Windows)Stephan Bergmann
Change-Id: I5bbe31b375b60e877630c520eef307f39b9c8dcc
2017-10-27loplugin:includeform: vcl (Windows)Stephan Bergmann
Change-Id: I4a0fc4b483069141d2b943079adf5aa741df968e
2017-10-27loplugin:includeform: winaccessibility (Windows)Stephan Bergmann
Change-Id: I8b83e650202c2b169803c22a7f94223a180dd48a
2017-10-27loplugin:includeform: xmlsecurity (Windows)Stephan Bergmann
Change-Id: Ib996672d7acd7d0dbf446eb8a4f8812680795e35
2017-10-27Another ImpGetIntntlSep() fix, tdf#81671 follow-upEike Rathke
Change-Id: I9c056a137ab873f677e374d75c4e2f06bf370f21
2017-10-27Fix build of Windows-only code, tdf#81671 follow-upEike Rathke
Change-Id: I68a468857c529e8cab80d4453832dc9f4b3657d8
2017-10-27Resolves: tdf#81671 add DecimalSeparatorAlternative to ar-* and fa-IREike Rathke
In locales that use '٫' U+066B ARABIC DECIMAL SEPARATOR additionally have '.' normal dot as input separator. Change-Id: Icb3f42374776e3fc65af3270abaca26ea5b24082
2017-10-27Define optional <Separators><DecimalSeparatorAlternative>, tdf#81671Eike Rathke
Change-Id: I13d49463aa2fa9975b77d4ee62fcadc36b8317ae
2017-10-27Parse/gen optional <DecimalSeparatorAlternative> in locale data, tdf#81671Eike Rathke
Change-Id: I2781040c76e7c3dbfb4eedc7830a1f24b4c56b46
2017-10-27Handle decimalSeparatorAlternative, tdf#81671Eike Rathke
Change-Id: I3a3d3b0683ea46cff5c023e911977ce5b2f5f032
2017-10-27Handle decimalSeparatorAlternative, tdf#81671Eike Rathke
Change-Id: Ica696322bfeea641452e73fd49bf89c33b6d4d96
2017-10-27Handle decimalSeparatorAlternative in TakeRepresentation, tdf#81671Eike Rathke
Change-Id: I552cb14fcb048d6c7da9043704c9941686a30993
2017-10-27Use LocaleDataWrapper::stringToDouble() in StrToDouble, tdf#81671Eike Rathke
Change-Id: I7c791d8d133b830b146a4a9c6869bf27609167b6
2017-10-27Use LocaleDataWrapper::stringToDouble() in lcl_Str2Double, tdf#81671Eike Rathke
Change-Id: Ife8f955e7f7a1c791c8bd0390981aae5fe9f82dc
2017-10-27Use LocaleDataWrapper::stringToDouble() in ShadowPropertyPanel, tdf#81671Eike Rathke
Change-Id: I3e8f0a4a75c55543a1b6f6e9470cfd7aeb80e603
2017-10-27Use LocaleDataWrapper::stringToDouble() in PosSizePropertyPanel, tdf#81671Eike Rathke
Change-Id: Ice64297dff19f653383b1936d7f47c692df0baf8
2017-10-27Use LocaleDataWrapper::stringToDouble() in AlignmentPropertyPanel, tdf#81671Eike Rathke
Change-Id: I49619f763f3046e94b0bd5d5226e628409310871
2017-10-27Use LocaleDataWrapper::stringToDouble() in ScSolverValueDialog, tdf#81671Eike Rathke
Change-Id: I6b29ab335c0d2e66804421cb90a6684b747c5035
2017-10-27Use LocaleDataWrapper::stringToDouble() in ScDoubleField::GetValue, tdf#81671Eike Rathke
Change-Id: I7ce956a6a08b9b5befd100e2b0030fc2d4787749
2017-10-27LocaleDataWrapper::stringToDouble() w/ decimalSeparatorAlternative, tdf#81671Eike Rathke
To be used instead of rtl::math::stringToDouble() if locale dependent separators are involved. Change-Id: I54359c981901dc57b3d9312b0bfd2f2a14fccb33
2017-10-27Handle decimalSeparatorAlternative in BASIC ImpScan,..., tdf#81671Eike Rathke
Change-Id: I73ff2bf624ba7c8d88c9419a109c340806bd31f5
2017-10-27Handle decimalSeparatorAlternative in SvNumberFormatter parsing, tdf#81671Eike Rathke
Change-Id: Ic10aa36805ec4214f7ac54529fb391cf1e390a70
2017-10-27Check decimalSeparatorAlternative in CheckConfigOptions(), tdf#81671Eike Rathke
Change-Id: I5281a6e63e1cff8ae47f1b79eb4fdb5e7eaa074b
2017-10-27Check decimalSeparatorAlternative in GetDefaultFormulaSeparators(), tdf#81671Eike Rathke
Change-Id: Idf413d1e9db4f63bd90888f1dfc6a5d9455e47cb
2017-10-27Handle decimalSeparatorAlternative in ScColumn::ParseString(), tdf#81671Eike Rathke
Change-Id: I9f708b28ee5fdb23217e75386a64ab86dacfd3c4
2017-10-27Handle decimalSeparatorAlternative in ScCompiler, tdf#81671Eike Rathke
Change-Id: I7471f0fb237e29a6f4e8bdd3405cd3b831673ca6
2017-10-27Allow decimalSeparatorAlternative in cclass_unicode::parseText(), tdf#81671Eike Rathke
Change-Id: I0469027951e68d3c08f40c236db3865edbdaa3e0
2017-10-27Add LocaleDataWrapper::getNumDecimalSepAlt(), tdf#81671Eike Rathke
Change-Id: Id3a16004603685ef859506c2c6d86f8ff097c1d0
2017-10-27Let LocaleDataWrapper::getLocaleItem() return LocaleDataItem2&, tdf#81671Eike Rathke
Change-Id: I16cfe81dd3ce0c8c2e905d55bea13df134c7a398
2017-10-27Instanciate XLocaleData5 in all internal interfaces, tdf#81671Eike Rathke
Change-Id: I71ab5008be930efdd3ba944b020554b9d65ed729
2017-10-27Supersede with XLocaleData5, LocaleData2, tdf#81671Eike Rathke
Change-Id: I17332be77f9c66c4fcfb7e3f3144ec624b804f94
2017-10-27New LocaleItem::DECIMAL_SEPARATOR_ALTERNATIVE, tdf#81671Eike Rathke
Change-Id: I1817d917621ccc3c81468132c558f9faa8c4ec4c
2017-10-27Remove some old KDE3 and TDE stuffJan-Marek Glogowski
Both VCL plugins are long gone. We currently just keep the desktop detection. Generally fall back to gtk in VCL detection. Change-Id: I35830868cb75d16ae7b90b20df699929cefa4636 Reviewed-on: https://gerrit.libreoffice.org/43940 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-10-27survive without configCaolán McNamara
Change-Id: I410e486acc206ae2981fd16a9e2780dbd4d27af5
2017-10-27ofz#3791 Integer-overflowCaolán McNamara
Change-Id: I0b8258eaf676ee7291365aec10a7876833aba626 Reviewed-on: https://gerrit.libreoffice.org/43947 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-10-27Access2Base - Database events (2)Jean-Pierre Ledure
2017-10-27ofz#3837 Integer-overflowCaolán McNamara
Change-Id: Iaf9573ba7a8c08ba8c1b8dcf62340d0ea213e1a9 Reviewed-on: https://gerrit.libreoffice.org/43944 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-10-27ofz#3823 Integer-overflowCaolán McNamara
Change-Id: Idb8ba0972dbfe2cf6ec43caef9b6984851f8f7ca Reviewed-on: https://gerrit.libreoffice.org/43878 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>