History log of /aoo42x/main/comphelper/source/ (Results 1 - 25 of 27)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
4e167d9c11-Jun-2024 John Bampton

Fix spelling (#217)

Thanks!
Also corrected some Windows CRLF.

(cherry picked from commit abfbd45ab9c232a6256d927aa27fe09a250de2cc)

Revision tags: AOO420-Dev5-m5, AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA, AOO4111-GA
d75c37ae01-Sep-2021 mseidel

Fixed mixed style (space/tabs) in indentation

(cherry picked from commit b9a4ae0fa8e1446f2d3d30226e5244245afa6a63)

e2530cf931-Aug-2021 mseidel

Fixed mixed style (space/tabs) in indentation

(cherry picked from commit 2aed523360a57b9d104375c3b972acc26c7f89ff)

Revision tags: AOO420-Dev3-m3, AOO4110-GA, AOO419-GA, AOO418-GA
796b7e2a01-Oct-2020 mseidel

Fixed typos (thats -> that's) and many more

(cherry picked from commit cfd52e183e60a1a0f86b79e1f5a1cdd3ab0b202f)

4e7d57d822-Aug-2020 mseidel

Fixed typos (otherwhise -> otherwise) and some more

(cherry picked from commit 15289133c13269ea12e74ce817b98e1403d5761d)

Revision tags: 420-Dev2-m2, AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1, AOO415
ae6fcd7201-Dec-2017 Patricia Shanahan

Security fixes from 4.1.5

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

Revision tags: AOO414
eab2447c16-Aug-2017 Jim Jagielski

Align w/ AOO414 on these fixes

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

a144be1a10-Jul-2017 Damjan Jovanovic

If called on an empty collection, don't let OEnumerationByIndex.nextElement()
call XIndexAccess.getByIndex() with an invalid index, just like
OEnumerationByName.nextElement() doesn't.

If called on an empty collection, don't let OEnumerationByIndex.nextElement()
call XIndexAccess.getByIndex() with an invalid index, just like
OEnumerationByName.nextElement() doesn't.

Patch by: me


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

show more ...

Revision tags: AOO413, AOO4121
30acf5e822-May-2016 pfg

Spelling, spelling ...

Why worry about some sprinkled German when we haven't yet learned English.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1745006 13f79535

Spelling, spelling ...

Why worry about some sprinkled German when we haven't yet learned English.


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

show more ...

Revision tags: AOO412, SNAPSHOT, AOO411
9c0c153324-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/trunk@1705199 13f79535

#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/trunk@1705199 13f79535-47bb-0310-9956-ffa450edef68

show more ...

963c602207-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/trunk@1616457 13f79535-47bb-0310-9956-ffa450edef68

07a3d7f129-Apr-2014 Pedro Giffuni

Many spelling fixes: directories a* - g*.

Attempt to clean up most but certainly not all the spelling
mistakes that found home in OpenOffice through decades. We
could probably blame

Many spelling fixes: directories a* - g*.

Attempt to clean up most but certainly not all the spelling
mistakes that found home in OpenOffice through decades. We
could probably blame the international nature of the code but
it is somewhat shameful that this wasn't done before.


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

show more ...

Revision tags: AOO410
0bfedac219-Mar-2014 Armin Le Grand

Resync/update with trunk as preparation to integration

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


Revision tags: AOO410_Beta
49b3479212-Feb-2014 Herbert Dürr

#i123862# use O*String's isEmpty() method to check for emptiness in the comphelper module

Patch-by: j.nitschke@ok.de
Review-by: hdu@apache.org


git-svn-id: https://svn.apach

#i123862# use O*String's isEmpty() method to check for emptiness in the comphelper module

Patch-by: j.nitschke@ok.de
Review-by: hdu@apache.org


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

show more ...

64b1462107-Jan-2014 Armin Le Grand

Initial version with core/draw/im-export/print/pdf/UI functionality, still stuff missing

git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/alg_writerframes@1556379 13f79535-47

Initial version with core/draw/im-export/print/pdf/UI functionality, still stuff missing

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

show more ...

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 ...

24c56ab928-Nov-2013 Herbert Dürr

#i123068# remove implicit conversions from rtl strings to their elements

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

Revision tags: AOO401, AOO400
82c0ddf227-May-2013 Herbert Dürr

#i122208# include <algorithm> explicitly if functions from <algorithm> are used

most STLs include relevant parts of it indirectly, but
one can not depend on it (seen with MSVC's tr1 head

#i122208# include <algorithm> explicitly if functions from <algorithm> are used

most STLs include relevant parts of it indirectly, but
one 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

show more ...

910823ae18-Apr-2013 Jürgen Schmidt

#121996# integrate first part to remove 3layer office

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

Revision tags: AOO340
08c6ef9709-Jul-2012 Andre Fischer

#i120168# Do not call storeOwn() when not necessary.

Patch by: lizh.fee
Review by: Andre Fischer


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

#i120168# Do not call storeOwn() when not necessary.

Patch by: lizh.fee
Review by: Andre Fischer


git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1359225 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 ...

79aad27f15-Feb-2012 Herbert Dürr

remove svn:executable properties from more source files

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

c82f287712-Jan-2012 Andrew Rist

Update headers to Alv2 headers

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1230365 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

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


compare/AnyCompareFactory.cxx
container/IndexedPropertyValuesContainer.cxx
container/NamedPropertyValuesContainer.cxx
container/container.cxx
container/containermultiplexer.cxx
container/embeddedobjectcontainer.cxx
container/enumerablemap.cxx
container/enumhelper.cxx
container/namecontainer.cxx
eventattachermgr/eventattachermgr.cxx
misc/SelectionMultiplex.cxx
misc/accessiblecomponenthelper.cxx
misc/accessiblecontexthelper.cxx
misc/accessibleeventbuffer.cxx
misc/accessibleeventnotifier.cxx
misc/accessiblekeybindinghelper.cxx
misc/accessibleselectionhelper.cxx
misc/accessibletexthelper.cxx
misc/accessiblewrapper.cxx
misc/accimplaccess.cxx
misc/anycompare.cxx
misc/anytostring.cxx
misc/asyncnotification.cxx
misc/comphelper_module.cxx
misc/comphelper_services.cxx
misc/componentbase.cxx
misc/componentcontext.cxx
misc/componentmodule.cxx
misc/configurationhelper.cxx
misc/docpasswordhelper.cxx
misc/docpasswordrequest.cxx
misc/documentinfo.cxx
misc/documentiologring.cxx
misc/evtlistenerhlp.cxx
misc/evtmethodhelper.cxx
misc/ihwrapnofilter.cxx
misc/instancelocker.cxx
misc/interaction.cxx
misc/legacysingletonfactory.cxx
misc/listenernotification.cxx
misc/locale.cxx
misc/logging.cxx
misc/mediadescriptor.cxx
misc/mimeconfighelper.cxx
misc/namedvaluecollection.cxx
misc/numberedcollection.cxx
misc/numbers.cxx
misc/officeresourcebundle.cxx
misc/officerestartmanager.cxx
misc/proxyaggregation.cxx
misc/regpathhelper.cxx
misc/scopeguard.cxx
misc/sequence.cxx
misc/sequenceashashmap.cxx
misc/servicedecl.cxx
misc/sharedmutex.cxx
misc/stillreadwriteinteraction.cxx
misc/storagehelper.cxx
misc/string.cxx
misc/synchronousdispatch.cxx
misc/types.cxx
misc/uieventslogger.cxx
misc/weak.cxx
misc/weakeventlistener.cxx
officeinstdir/officeinstallationdirectories.cxx
processfactory/componentfactory.cxx
processfactory/processfactory.cxx
property/ChainablePropertySet.cxx
property/ChainablePropertySetInfo.cxx
property/MasterPropertySet.cxx
property/MasterPropertySetInfo.cxx
property/TypeGeneration.cxx
property/composedprops.cxx
property/genericpropertyset.cxx
property/opropertybag.cxx
property/propagg.cxx
property/property.cxx
property/propertybag.cxx
property/propertycontainer.cxx
property/propertycontainerhelper.cxx
property/propertysethelper.cxx
property/propertysetinfo.cxx
property/propertystatecontainer.cxx
property/propmultiplex.cxx
property/propstate.cxx
streaming/basicio.cxx
streaming/memorystream.cxx
streaming/oslfile2streamwrap.cxx
streaming/otransactedfilestream.cxx
streaming/seekableinput.cxx
streaming/seqinputstreamserv.cxx
streaming/seqoutputstreamserv.cxx
streaming/seqstream.cxx
streaming/streamsection.cxx
xml/attributelist.cxx
xml/ofopxmlhelper.cxx

12