- 14 Şub, 2013 40 kayıt (commit)
-
-
Stephan Bergmann yazdı
...where the nPos wasn't actually used, anyway. Change-Id: Id5e2e37acd2a7cc191030a1ec959894d3ec1943f
-
Caolán McNamara yazdı
Change-Id: I79067df7174f5ae9bff51d997128cb033477aa6f
-
Caolán McNamara yazdı
Change-Id: I318d9bace6f2c6aa9c10a592cb2134ba1c0d914e
-
Stephan Bergmann yazdı
...solved by removing the nPos member and instead calculating the index on the fly. The difference is that old indices were before calling std::sort in OPropertyInfoService::getPropertyInfo() while new ones are after, but that should probably be OK per the documentation of com.sun.star.inspection.XObjectInspectionModel.getPropertyOrderIndex (which appears to be the only client of that functionality). Change-Id: Id346bb219acbdad88ec43cf46feca8c37f2c7cf4
-
Luboš Luňák yazdı
This is based on 2.8.2.2 from ECMA OOXML Part 4 and is a bit of a guess. I do not see why JIS should be the charset for everything that is unicode, and MSO2013 fails to read embedded fonts with w:charset set to this value. It seems to handle them when w:charset is set to this 'default character set', whatever that actually is. Without embedded fonts involved it moreover looks like w:charset does not actually matter. Change-Id: I7c083a0e39076313cd2687b1712420c92f691f5b
-
Kohei Yoshida yazdı
Change-Id: I27dc69f92a196137cb218fa5254e40dbe920f7c0
-
Stephan Bergmann yazdı
Change-Id: I356af9cebf4779bd5bc4721b0e0e20d7ae4e307e
-
Luboš Luňák yazdı
Change-Id: I3563a961c54e235fffe0c2ab1809f51882ba3831
-
Luboš Luňák yazdı
Change-Id: I5d4cb579c042f03137188f3e0293015bea723dce
-
Kohei Yoshida yazdı
Change-Id: I04abefbb43f65406a01690e62ab7b8ea6c4f9eb9
-
Kohei Yoshida yazdı
Change-Id: I9fa22b4c5a85b0ddf83a1d7b0e8be0a1134ea19a
-
Kohei Yoshida yazdı
Change-Id: Ia63db71f498408b20fd100a6e536416ce14f9fde
-
Kohei Yoshida yazdı
Change-Id: I20b6efe27d179ee5ace7dd3ead87a563b25973a8
-
Markus Mohrhard yazdı
Change-Id: I5fe16f24fab0b0c29cb9acb279e13db499bd3d1c
-
Markus Mohrhard yazdı
Change-Id: Id302f224346e2e3db3480a3a3aed97e7f25a7280
-
Stephan Bergmann yazdı
Change-Id: Icbce1220df0a08b32f78b863a15daf34522d1671
-
Stephan Bergmann yazdı
Change-Id: I7696dde7337531629d29cce7eb3f882cb4bfad0d
-
Tor Lillqvist yazdı
Change-Id: Ib7ad7a1045aad03b0e176d5267b4e942521ba023
-
Stephan Bergmann yazdı
Change-Id: I73c77ea8f38794bf3d05ee247bdab5e4ddc57646
-
Tor Lillqvist yazdı
The GCC 4.0 we still use for the "official" Mac OS X build says: "error: conversion from ‘const char*’ to non-scalar type ‘rtl::OUString’ requested." Sigh, I guess there might be lots more of these elsewhere in the code. Change-Id: Ifad5722bbadd465ebfca1ac3f0b55f07a6895e12
-
Stephan Bergmann yazdı
...otherwise, at least with some --with-system-boost versions and C++11 compilers, like with Fedora's boost-1.50.0-4.fc18.x86_64 and gcc-c++-4.7.2-8.fc18.x86_64, using this to copy-construct an instance of boost::unordered::detail::ptr_node<std::pair<rtl::OUString,Bootstrap_Impl*>> in the call to p_bootstrap_map->insert(...) in rtl_bootstrap_args_open (sal/rtl/source/bootstrap.cxx) would memcopy the ptr_node and fail to call rtl_uString_acquire, leading to memory corruption later on when rtl_uString_release is called one time too often. It is not entirely clear to me whether this is a shortcoming of the given Boost version, but this patch solves the problem and brings rtl::Allocator::construct in line with the (changed) Allocator requirements of C++11 anyway. The problem potentially lurks with every use of rtl::Allocator, but only showed now begining with LO 4.0 where e5111574 "Revert 'sb140: sb140: #i116981# clean up memory upon exit'" re-introduced code into rtl_bootstrap_args_open that inserts into a boost::unordered_map that uses rtl::Allocator. Change-Id: I3be22f59a8eb49d31458480c27f3ce15803c7fd4
-
Tor Lillqvist yazdı
Change-Id: I077afe48e0d375f75a8c35bc87c6c177b68512f7
-
Markus Mohrhard yazdı
Change-Id: Iac6737e98eb0961de22036f42634ebad7d42dfcc
-
Caolán McNamara yazdı
Change-Id: I5494b3f99f3e1145898dcfb5b17bc62861faa5f9
-
Caolán McNamara yazdı
Project: help 46d9ef662c4e2825b3da02a9949ab19862df7422
-
Caolán McNamara yazdı
Change-Id: Idba3ff98cecd47743d83ad444151117d5f457a7d
-
Caolán McNamara yazdı
Change-Id: I802af4cc3654de1cdd750054c9b927cc576fa0a5
-
Abdulelah Alarifi yazdı
Change-Id: I575c4257fcff1349243cbe54c4558839e6629e81 Reviewed-on: https://gerrit.libreoffice.org/2082Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Jean-Noël Rouvignac yazdı
Removed several useless macros: UNISTRING, USTR, USTR_ASCII, ASCII_STR, ASCII_STRING, CONST_ASCII, ASCSTR, ASCII, DEFINE_CONST_UNICODE, DEFINE_CONST_OUSTRING Change-Id: I96d690bf9f9b319e9eeafcf218ec5ce87f21215f Reviewed-on: https://gerrit.libreoffice.org/1954Reviewed-by:
Tor Lillqvist <tml@iki.fi> Tested-by:
Tor Lillqvist <tml@iki.fi>
-
Caolán McNamara yazdı
Project: help 3675e295d2fcd60b2cb62a45dc94ab3d9a16c745
-
Caolán McNamara yazdı
while classic ones default to "false", easiest thing to do here is to simply only query for their value if enabled Change-Id: I5b01d344a5310b9bbd8d59e9c53bef1a6bfee1ce
-
Olivier Hallot yazdı
Change-Id: I70535593c3e06caca48ae8bc8b9476ae09210df8
-
Cédric Bosdonnat yazdı
Making libcmis and LibreOffice work with Lotus Live service needed a few hacks to either better implement CMIS or workaround some bad implementations. As a general improvement, the CheckOut InfoBar isn't shown if the document can't be checked out.
-
Cédric Bosdonnat yazdı
-
Tor Lillqvist yazdı
Change-Id: I5600730c9f655cd2ee0cf59beca9f8d1247c5e34
-
Miklos Vajna yazdı
Change-Id: I8fb8765ed6ee2f879a170f4f9c51ee05b695304a
-
Miklos Vajna yazdı
Change-Id: Ie654fc795a3f46f1ff26a1ff5adb7e8ce9091851
-
Miklos Vajna yazdı
Change-Id: Ia7d64301a250bf51a6343f155144edced8e3bd09
-
Marcos Paulo de Souza yazdı
Change-Id: I2386eb47ad7190d626966020e96c1a7ddc07ab4a
-
Joren De Cuyper yazdı
So far I only add an icon to the galaxy theme. Therefore I add now the other icons on the other themes as well. Change-Id: Id852d1adb87c31ee45187a0a7b4bfead56c7b19f
-