History log of /aoo41x/main/comphelper/inc/ (Results 1 - 21 of 21)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: AOO420-Dev5-m5, AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA, AOO419-GA, AOO418-GA, 420-Dev2-m2, AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1, AOO415, AOO414, AOO413, AOO4121, AOO412, SNAPSHOT, AOO411
be7fbbea06-Sep-2015 Pedro Giffuni

Clean up all of typos that cause header guard warnings when building the
OpenOffice source with clang.

Submitted by: Don Lewis

git-svn-id: https://svn.apache.org/repos/asf/ope

Clean up all of typos that cause header guard warnings when building the
OpenOffice source with clang.

Submitted by: Don Lewis

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1701535 13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit c64f2bbd0edaad703073b2f91f32833ae4aefc42)

show more ...

4082994d05-Aug-2021 Jim Jagielski

bool strangeness...

(cherry picked from commit 70aac8b51665545813b3f6de032a774876a9e74d)

3edf699225-Sep-2015 Andrea Pescetti

#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 1

#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

show more ...

5f30f85e25-Sep-2015 Andrea Pescetti

#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-ffa

#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

show more ...

8fd7bf9d24-Sep-2015 Andrea Pescetti

#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@170520

#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

show more ...

0dfb9e3707-Aug-2014 Armin Le Grand

i125386 secured user request and changed some bools to bitfield

git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1616489 13f79535-47bb-0310-9956-ffa450edef68

Revision tags: AOO410, AOO410_Beta
7d472e4518-Dec-2013 Herbert Dürr

#i123859# avoid incomplete Locale class as return value

Some static Locale methods used the Locale class as return value type while it was
still incompletely defined. Most compilers allo

#i123859# avoid incomplete Locale class as return value

Some static Locale methods used the Locale class as return value type while it was
still incompletely defined. Most compilers allow this, but in general C++ doesn't
require them to do so. Using a const reference as return value solves this, improves
the C++ compliance and avoids unneeded copy constructions.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1551855 13f79535-47bb-0310-9956-ffa450edef68

show more ...

Revision tags: AOO401
7768daca14-Aug-2013 Herbert Dürr

WaE: fix header guard mismatch in evtmethodhelper.hxx


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1513819 13f79535-47bb-0310-9956-ffa450edef68

Revision tags: AOO400
57a9858a28-May-2013 Herbert Dürr

#i122378# avoid non-iterator bound std::transform() in namedvaluecollection.hxx

in some build environments the use of std::transform() with plain pointers as
input iterators results in m

#i122378# avoid non-iterator bound std::transform() in namedvaluecollection.hxx

in some build environments the use of std::transform() with plain pointers as
input 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_WARNINGS
define. 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

show more ...

f1a8ced411-Feb-2013 Herbert Dürr

minor spelling fix for comphelper's comparison functors

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1444840 13f79535-47bb-0310-9956-ffa450edef68

Revision tags: AOO340
dfc843fa18-Jul-2012 Armin Le Grand

add comphelper::newArray_{null,ex}, checking for overflow
Patch by: Michael Stahl

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1362850 13f79535-47bb-0310-9956-ffa450e

add comphelper::newArray_{null,ex}, checking for overflow
Patch by: Michael Stahl

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1362850 13f79535-47bb-0310-9956-ffa450edef68

show more ...

6170fa3c21-Jun-2012 Armin Le Grand

#119941# Avoid crash when chart is removed in Writer by keepintg it's storage and graphic stream.
Patch by: Clarence Guo, zhaoshzh
Review by: alg
Found by: Shan Zhu

git-svn-id: h

#119941# Avoid crash when chart is removed in Writer by keepintg it's storage and graphic stream.
Patch by: Clarence Guo, zhaoshzh
Review by: alg
Found by: Shan Zhu

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1352571 13f79535-47bb-0310-9956-ffa450edef68

show more ...

7ee1d29c10-Jun-2012 Ariel Constenla-Haile

GCC 4.7 build breakers

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1348595 13f79535-47bb-0310-9956-ffa450edef68

b31e36b322-Feb-2012 Andrew Rist

Update headers to Alv2 headers

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1292501 13f79535-47bb-0310-9956-ffa450edef68

67e470da15-Feb-2012 Herbert Dürr

remove svn:executable properties from source files

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1244478 13f79535-47bb-0310-9956-ffa450edef68

2123d75712-Jan-2012 Andrew Rist

Update headers to Alv2 headers

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1230717 13f79535-47bb-0310-9956-ffa450edef68

9877b27306-Nov-2011 Andrew Rist

Update headers to Alv2 headers

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1198416 13f79535-47bb-0310-9956-ffa450edef68


comphelper/ChainablePropertySet.hxx
comphelper/ChainablePropertySetInfo.hxx
comphelper/IdPropArrayHelper.hxx
comphelper/InlineContainer.hxx
comphelper/MasterPropertySet.hxx
comphelper/MasterPropertySetInfo.hxx
comphelper/PropertyInfoHash.hxx
comphelper/SelectionMultiplex.hxx
comphelper/SettingsHelper.hxx
comphelper/TypeGeneration.hxx
comphelper/accessiblecomponenthelper.hxx
comphelper/accessiblecontexthelper.hxx
comphelper/accessibleeventbuffer.hxx
comphelper/accessibleeventnotifier.hxx
comphelper/accessiblekeybindinghelper.hxx
comphelper/accessibleselectionhelper.hxx
comphelper/accessibletexthelper.hxx
comphelper/accessiblewrapper.hxx
comphelper/accimplaccess.hxx
comphelper/anycompare.hxx
comphelper/anytostring.hxx
comphelper/asyncnotification.hxx
comphelper/attributelist.hxx
comphelper/basicio.hxx
comphelper/broadcasthelper.hxx
comphelper/classids.hxx
comphelper/componentbase.hxx
comphelper/componentcontext.hxx
comphelper/componentfactory.hxx
comphelper/componentguard.hxx
comphelper/componentmodule.hxx
comphelper/composedprops.hxx
comphelper/configurationhelper.hxx
comphelper/container.hxx
comphelper/containermultiplexer.hxx
comphelper/docpasswordhelper.hxx
comphelper/docpasswordrequest.hxx
comphelper/documentconstants.hxx
comphelper/documentinfo.hxx
comphelper/embeddedobjectcontainer.hxx
comphelper/enumhelper.hxx
comphelper/eventattachermgr.hxx
comphelper/evtlistenerhlp.hxx
comphelper/evtmethodhelper.hxx
comphelper/extract.hxx
comphelper/flagguard.hxx
comphelper/genericpropertyset.hxx
comphelper/guarding.hxx
comphelper/ihwrapnofilter.hxx
comphelper/implbase_var.hxx
comphelper/implementationreference.hxx
comphelper/interaction.hxx
comphelper/legacysingletonfactory.hxx
comphelper/listenernotification.hxx
comphelper/locale.hxx
comphelper/logging.hxx
comphelper/make_shared_from_uno.hxx
comphelper/makesequence.hxx
comphelper/mediadescriptor.hxx
comphelper/mimeconfighelper.hxx
comphelper/namecontainer.hxx
comphelper/namedvaluecollection.hxx
comphelper/numberedcollection.hxx
comphelper/numbers.hxx
comphelper/officeresourcebundle.hxx
comphelper/ofopxmlhelper.hxx
comphelper/optional.hxx
comphelper/oslfile2streamwrap.hxx
comphelper/otransactedfilestream.hxx
comphelper/processfactory.hxx
comphelper/propagg.hxx
comphelper/proparrhlp.hxx
comphelper/property.hxx
comphelper/propertybag.hxx
comphelper/propertycontainer.hxx
comphelper/propertycontainerhelper.hxx
comphelper/propertysethelper.hxx
comphelper/propertysetinfo.hxx
comphelper/propertystatecontainer.hxx
comphelper/propmultiplex.hxx
comphelper/propstate.hxx
comphelper/proxyaggregation.hxx
comphelper/regpathhelper.hxx
comphelper/scopeguard.hxx
comphelper/seekableinput.hxx
comphelper/seqstream.hxx
comphelper/sequence.hxx
comphelper/sequenceashashmap.hxx
comphelper/sequenceasvector.hxx
comphelper/servicedecl.hxx
comphelper/servicehelper.hxx
comphelper/serviceinfohelper.hxx
comphelper/sharedmutex.hxx
comphelper/stillreadwriteinteraction.hxx
comphelper/stl_types.hxx
comphelper/stlunosequence.hxx
comphelper/storagehelper.hxx
comphelper/streamsection.hxx
comphelper/string.hxx
comphelper/synchronousdispatch.hxx
comphelper/types.hxx
comphelper/uieventslogger.hxx
comphelper/uno3.hxx
comphelper/unwrapargs.hxx
comphelper/weak.hxx
comphelper/weakbag.hxx
comphelper/weakeventlistener.hxx
pch/precompiled_comphelper.hxx
dde7d3fa06-Nov-2011 Andrew Rist

Update headers to Alv2 headers

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1198225 13f79535-47bb-0310-9956-ffa450edef68

1b25760117-Sep-2011 Michael Stahl

fs34c: #i117625# when assigning events, only throw if there is an invalid type given, *not* if the type is correct, but the sequence is merely empty

# HG changeset patch
# User Frank Sch

fs34c: #i117625# when assigning events, only throw if there is an invalid type given, *not* if the type is correct, but the sequence is merely empty

# HG changeset patch
# User Frank Schoenheit [fs] <frank.schoenheit@oracle.com>
# Date 1301640073 -7200
# Node ID e4014e6b2cb422bb8dca7dad4ba34f28d42cb86d
# Parent a25f2ab3257e6b811ccb2436661f74d0c65719cd

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1172123 13f79535-47bb-0310-9956-ffa450edef68

show more ...

8f717c2228-Aug-2011 Michael Stahl

comphelper: OSLOutputStreamWrapper:

remove re-implementation of XInterface
(symbols are somehow not exported with GCC 4.6, and it seems to be
unnecessary)

git-svn-id: htt

comphelper: OSLOutputStreamWrapper:

remove re-implementation of XInterface
(symbols are somehow not exported with GCC 4.6, and it seems to be
unnecessary)

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1162611 13f79535-47bb-0310-9956-ffa450edef68

show more ...

cdf0e10c16-Aug-2011 rcweir

Initial import of the old OOo hg repository tip revision.

.../trunk/main is a copy of (currently tip-most)
http://hg.services.openoffice.org/OOO340/rev/c904c1944462

.../trunk/

Initial import of the old OOo hg repository tip revision.

.../trunk/main is a copy of (currently tip-most)
http://hg.services.openoffice.org/OOO340/rev/c904c1944462

.../trunk/extras/l10n is a copy of (currently tip-most)
http://hg.services.openoffice.org/master_l10n/OOO340/rev/af6bc9467af5

Note that the following files with line-end and/or encoding anomalies were left out (they will need to be to be checked in separately):

/ooo/trunk/core/dictionaries/de_DE/README_hyph_de_DE.txt
/ooo/trunk/core/dictionaries/de_CH/README_hyph_de_CH.txt
/ooo/trunk/core/dictionaries/de_AT/README_hyph_de_AT.txt
/ooo/trunk/core/gettext/gettext-0.18.1.1.patch
/ooo/trunk/core/apache-commons/patches/codec.patch
/ooo/trunk/core/libcroco/libcroco-0.6.2.patch
/ooo/trunk/core/testautomation/writer/optional/input/import/mactext.txt
/ooo/trunk/core/graphite/graphite-2.3.1.patch
/ooo/trunk/core/hwpfilter/source/hwpeq.cpp
/ooo/trunk/core/solenv/bin/cwstouched.pl
/ooo/trunk/core/readlicense_oo/html/THIRDPARTYLICENSEREADME.html
/ooo/trunk/core/writerfilter/source/doctok/escher.html
/ooo/trunk/core/writerfilter/source/odiapi/qname/resource/office2003/WordprocessingML Schemas/xsdlib.xsd
/ooo/trunk/core/writerfilter/source/odiapi/qname/resource/office2003/WordprocessingML Schemas/wordnetaux.xsd
/ooo/trunk/core/filter/source/xslt/odf2xhtml/export/common/body.xsl
/ooo/trunk/core/filter/source/xslt/odf2xhtml/export/common/styles/style_mapping_css.xsl

Also: Repository.mk from the l10n toplevel


git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1162288 13f79535-47bb-0310-9956-ffa450edef68

show more ...


comphelper/ChainablePropertySet.hxx
comphelper/ChainablePropertySetInfo.hxx
comphelper/IdPropArrayHelper.hxx
comphelper/InlineContainer.hxx
comphelper/MasterPropertySet.hxx
comphelper/MasterPropertySetInfo.hxx
comphelper/PropertyInfoHash.hxx
comphelper/SelectionMultiplex.hxx
comphelper/SettingsHelper.hxx
comphelper/TypeGeneration.hxx
comphelper/accessiblecomponenthelper.hxx
comphelper/accessiblecontexthelper.hxx
comphelper/accessibleeventbuffer.hxx
comphelper/accessibleeventnotifier.hxx
comphelper/accessiblekeybindinghelper.hxx
comphelper/accessibleselectionhelper.hxx
comphelper/accessibletexthelper.hxx
comphelper/accessiblewrapper.hxx
comphelper/accimplaccess.hxx
comphelper/anycompare.hxx
comphelper/anytostring.hxx
comphelper/asyncnotification.hxx
comphelper/attributelist.hxx
comphelper/basicio.hxx
comphelper/broadcasthelper.hxx
comphelper/classids.hxx
comphelper/comphelperdllapi.h
comphelper/componentbase.hxx
comphelper/componentcontext.hxx
comphelper/componentfactory.hxx
comphelper/componentguard.hxx
comphelper/componentmodule.hxx
comphelper/composedprops.hxx
comphelper/configurationhelper.hxx
comphelper/container.hxx
comphelper/containermultiplexer.hxx
comphelper/docpasswordhelper.hxx
comphelper/docpasswordrequest.hxx
comphelper/documentconstants.hxx
comphelper/documentinfo.hxx
comphelper/embeddedobjectcontainer.hxx
comphelper/enumhelper.hxx
comphelper/eventattachermgr.hxx
comphelper/evtlistenerhlp.hxx
comphelper/evtmethodhelper.hxx
comphelper/extract.hxx
comphelper/fileformat.h
comphelper/flagguard.hxx
comphelper/genericpropertyset.hxx
comphelper/guarding.hxx
comphelper/ihwrapnofilter.hxx
comphelper/implbase_var.hxx
comphelper/implementationreference.hxx
comphelper/interaction.hxx
comphelper/legacysingletonfactory.hxx
comphelper/listenernotification.hxx
comphelper/locale.hxx
comphelper/logging.hxx
comphelper/make_shared_from_uno.hxx
comphelper/makesequence.hxx
comphelper/mediadescriptor.hxx
comphelper/mimeconfighelper.hxx
comphelper/namecontainer.hxx
comphelper/namedvaluecollection.hxx
comphelper/numberedcollection.hxx
comphelper/numbers.hxx
comphelper/officeresourcebundle.hxx
comphelper/ofopxmlhelper.hxx
comphelper/optional.hxx
comphelper/oslfile2streamwrap.hxx
comphelper/otransactedfilestream.hxx
comphelper/processfactory.hxx
comphelper/propagg.hxx
comphelper/proparrhlp.hxx
comphelper/property.hxx
comphelper/propertybag.hxx
comphelper/propertycontainer.hxx
comphelper/propertycontainerhelper.hxx
comphelper/propertysethelper.hxx
comphelper/propertysetinfo.hxx
comphelper/propertystatecontainer.hxx
comphelper/propmultiplex.hxx
comphelper/propstate.hxx
comphelper/proxyaggregation.hxx
comphelper/regpathhelper.hxx
comphelper/scopeguard.hxx
comphelper/seekableinput.hxx
comphelper/seqstream.hxx
comphelper/sequence.hxx
comphelper/sequenceashashmap.hxx
comphelper/sequenceasvector.hxx
comphelper/servicedecl.hxx
comphelper/servicehelper.hxx
comphelper/serviceinfohelper.hxx
comphelper/sharedmutex.hxx
comphelper/stillreadwriteinteraction.hxx
comphelper/stl_types.hxx
comphelper/stlunosequence.hxx
comphelper/storagehelper.hxx
comphelper/streamsection.hxx
comphelper/string.hxx
comphelper/synchronousdispatch.hxx
comphelper/types.hxx
comphelper/uieventslogger.hxx
comphelper/uno3.hxx
comphelper/unwrapargs.hxx
comphelper/weak.hxx
comphelper/weakbag.hxx
comphelper/weakeventlistener.hxx
pch/precompiled_comphelper.cxx
pch/precompiled_comphelper.hxx