Correct possible issues with ZIP files(cherry picked and adapted from commit 1972b29432a5b05e40ec16d939ddb345b981e240)
Query our XLinkAuthorizer before calling com::sun::star::embed::XLinkCreator::createInstanceLink()(cherry picked and adapted from commit 716c984a481da6f0eb6eb6ae9d80bd3ea6e0c5c4)
Clean up all of typos that cause header guard warnings when building theOpenOffice source with clang.Submitted by: Don Lewisgit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1701535
Clean up all of typos that cause header guard warnings when building theOpenOffice source with clang.Submitted by: Don Lewisgit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1701535 13f79535-47bb-0310-9956-ffa450edef68(cherry picked from commit c64f2bbd0edaad703073b2f91f32833ae4aefc42)
show more ...
bool strangeness...(cherry picked from commit 70aac8b51665545813b3f6de032a774876a9e74d)
OLE update verification. Keep user in-the-know and query them.git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO414@1809153 13f79535-47bb-0310-9956-ffa450edef68
No previewsgit-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO414@1803941 13f79535-47bb-0310-9956-ffa450edef68
#i126305# Apply the full WebDAV patch.Patch by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1705278 13f79535-47bb-031
#i126305# Apply the full WebDAV patch.Patch by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1705278 13f79535-47bb-0310-9956-ffa450edef68
#i126305# Temporary revert build breaker (limited to the AOO410 branch).git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1705247 13f79535-47bb-0310-9956-ffa450edef68
#i126305# Add support for WebDAV locking.Patch by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1705201 13f79535-47bb-
#i126305# Add support for WebDAV locking.Patch by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1705201 13f79535-47bb-0310-9956-ffa450edef68
i125386 secured user request and changed some bools to bitfieldgit-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1616489 13f79535-47bb-0310-9956-ffa450edef68
#i123862# use O*String's isEmpty() method to check for emptiness in the comphelper modulePatch-by: j.nitschke@ok.deReview-by: hdu@apache.orggit-svn-id: https://svn.apache.org/repos/asf/openoffi
#i123862# use O*String's isEmpty() method to check for emptiness in the comphelper modulePatch-by: j.nitschke@ok.deReview-by: hdu@apache.orggit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1567594 13f79535-47bb-0310-9956-ffa450edef68
#i123859# avoid incomplete Locale class as return valueSome static Locale methods used the Locale class as return value type while it wasstill incompletely defined. Most compilers allow this, but
#i123859# avoid incomplete Locale class as return valueSome static Locale methods used the Locale class as return value type while it wasstill incompletely defined. Most compilers allow this, but in general C++ doesn'trequire them to do so. Using a const reference as return value solves this, improvesthe C++ compliance and avoids unneeded copy constructions.git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1551855 13f79535-47bb-0310-9956-ffa450edef68
#i123068# remove implicit conversions from rtl strings to their elementsgit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1546390 13f79535-47bb-0310-9956-ffa450edef68
WaE: fix header guard mismatch in evtmethodhelper.hxxgit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1513819 13f79535-47bb-0310-9956-ffa450edef68
#i122378# avoid non-iterator bound std::transform() in namedvaluecollection.hxx in some build environments the use of std::transform() with plain pointers asinput iterators results in many warn
#i122378# avoid non-iterator bound std::transform() in namedvaluecollection.hxx in some build environments the use of std::transform() with plain pointers asinput iterators results in many warnings about how unsafe such a construct is.The warnings could be suppressed e.g. on MSVC with the SCL_SECURE_NO_WARNINGSdefine. Open coding the construct makes it cleaner and more debugable though.git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1486840 13f79535-47bb-0310-9956-ffa450edef68
#i122208# include <algorithm> explicitly if functions from <algorithm> are used most STLs include relevant parts of it indirectly, butone can not depend on it (seen with MSVC's tr1 headers)g
#i122208# include <algorithm> explicitly if functions from <algorithm> are used most STLs include relevant parts of it indirectly, butone can not depend on it (seen with MSVC's tr1 headers)git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1486646 13f79535-47bb-0310-9956-ffa450edef68
#121996# integrate first part to remove 3layer officegit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1469276 13f79535-47bb-0310-9956-ffa450edef68
minor spelling fix for comphelper's comparison functorsgit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1444840 13f79535-47bb-0310-9956-ffa450edef68
add comphelper::newArray_{null,ex}, checking for overflowPatch by: Michael Stahlgit-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1362850 13f79535-47bb-0310-9956-ffa450edef68
add comphelper::newArray_{null,ex}, checking for overflowPatch by: Michael Stahlgit-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1362847 13f79535-47bb-0310-9956-ffa450edef68
#i120168# Do not call storeOwn() when not necessary. Patch by: lizh.fee Review by: Andre Fischergit-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1359225 13f795
#i120168# Do not call storeOwn() when not necessary. Patch by: lizh.fee Review by: Andre Fischergit-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1359225 13f79535-47bb-0310-9956-ffa450edef68
#119941# Avoid crash when chart is removed in Writer by keepintg it's storage and graphic stream.Patch by: Clarence Guo, zhaoshzhReview by: algFound by: Shan Zhugit-svn-id: https://svn.apache.or
#119941# Avoid crash when chart is removed in Writer by keepintg it's storage and graphic stream.Patch by: Clarence Guo, zhaoshzhReview by: algFound by: Shan Zhugit-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1352571 13f79535-47bb-0310-9956-ffa450edef68
Forward debug=<value> argument from build to make.git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1352475 13f79535-47bb-0310-9956-ffa450edef68
GCC 4.7 build breakersgit-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1348595 13f79535-47bb-0310-9956-ffa450edef68
Update headers to Alv2 headersgit-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1307668 13f79535-47bb-0310-9956-ffa450edef68
12