History log of /aoo42x/main/sal/inc/rtl/ (Results 1 - 25 of 27)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
92f0604b01-Apr-2024 John Bampton

Fix spelling in code comments (#208)

* Fix spelling in code comments

* Update ImageControl.cxx

---------

Co-authored-by: Matthias Seidel <mseidel@apache.org>
(

Fix spelling in code comments (#208)

* Fix spelling in code comments

* Update ImageControl.cxx

---------

Co-authored-by: Matthias Seidel <mseidel@apache.org>
(cherry picked from commit 604463aab236cbd58e239a75c72bcfcf83f4ecac)

show more ...

Revision tags: AOO420-Dev5-m5, AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3
437a659426-Apr-2021 mseidel

Fixed typos (initalize -> initialize)

(cherry picked from commit 6e9cccf42f52eac53abb7399073134c0cb193d0e)

Revision tags: AOO4110-GA
c2202f6125-Mar-2021 mseidel

Fixed typo (arbitray -> arbitrary)

(cherry picked from commit f9f5b5667a1c19794e99a0d701b2253e3c70ba25)

Revision tags: AOO419-GA, AOO418-GA, 420-Dev2-m2, AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1
a8f4084d31-May-2018 Matthias Seidel

Fixed typos:
contructor -> constructor
convinient -> convenient

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

Revision tags: AOO415, AOO414, AOO413
b9fd132d24-Dec-2016 pfg

Add some "Revision" svn keywords.

Revisions were used within the tree, perhaps inherited by previous
CVS/Subversion usage. Re-use them now since we have been lazy about
updating them

Add some "Revision" svn keywords.

Revisions were used within the tree, perhaps inherited by previous
CVS/Subversion usage. Re-use them now since we have been lazy about
updating them manually and because they can be useful for bug reports.


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

show more ...

Revision tags: AOO4121
b8bbe16f25-Mar-2016 truckman

#i126890# code: compiling with recent clang generates thousands of infinite-recu
rsion warnings about DbgOut()

If the definition of the overloaded function DbgOut() in
sal/inc/rtl/st

#i126890# code: compiling with recent clang generates thousands of infinite-recu
rsion warnings about DbgOut()

If the definition of the overloaded function DbgOut() in
sal/inc/rtl/string.hxx is compiled without having first compiling
the the declaration of DbgOut() with a different signature in
tools/inc/tools/debug.hxx, the compiler thinks DbgOut() is calling
itself recursively with no means of escape.

Fix this in the case where DBG_UTIL is defined by including
<tools/debug.hxx> inside string.hxx so that the compiler will
encounter the declaration of DbgOut() in debug.hxx first in this
case. This requires adding a couple of directories to the compiler
include path so that the new consumers of <tools/debug.hxx> can
find it as well as one of its dependencies.

If DBG_UTIL is not defined, then debug.hxx does not declare DbgOut(),
so fix this case by hiding the DbgOut() definition in string.hxx
behind #ifdef DBG_UTIL since it won't be used in this case.



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

show more ...

Revision tags: AOO412, SNAPSHOT, AOO411
cddbce8326-Mar-2015 Pedro Giffuni

Move operator to the public section.

This solves visibility issues with modern gcc.

Author: Don Lewis (truckman at FreeBSD)


git-svn-id: https://svn.apache.org/

Move operator to the public section.

This solves visibility issues with modern gcc.

Author: Don Lewis (truckman at FreeBSD)


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

show more ...

cda7f8b326-Mar-2015 Pedro Giffuni

Bring to SAL a wrapper implementation of the powr() IEEE 754 math function.

This function was originally brought in r1444110 and is useful for
OOXML compatibility. At this time it is not

Bring to SAL a wrapper implementation of the powr() IEEE 754 math function.

This function was originally brought in r1444110 and is useful for
OOXML compatibility. At this time it is not being used to fix the
original issue it was meant to address but it is convenient for
future use.

It also reduces the differences from FreeBSD's port which will
be receiving updates.



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

show more ...

9246b6a218-Jun-2014 Herbert Dürr

#i125112# fix CStringHash functor to match full strings only

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

22076bf115-May-2014 Herbert Dürr

#i124896# remove obsoleted sal-module-internal custom STL allocator

The SAL module avoided the heavy dependency on the stlport4-libraries by using
a custom allocator for its internal STL

#i124896# remove obsoleted sal-module-internal custom STL allocator

The SAL module avoided the heavy dependency on the stlport4-libraries by using
a custom allocator for its internal STL containers. With stlport4 removed these
dependencies are gone and the SAL-internal custom allocator is obsoleted. Since
the custom allocator results in build problems with clang>=3.4 or xcode>=5.1 it
is time to remove it for good.


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

show more ...

86e1cf3429-Apr-2014 Pedro Giffuni

Many spelling fixes: directories r* - z*.

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 r* - z*.

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@1591062 13f79535-47bb-0310-9956-ffa450edef68

show more ...

Revision tags: AOO410, AOO410_Beta
14f1afe110-Dec-2013 Herbert Dürr

#i122362# remove stlport4 specific allocator

the allocator wouldn't be much of a problem since it is in its own
namespace "_STL", but that seems to confuse some MSVC versions


#i122362# remove stlport4 specific allocator

the allocator wouldn't be much of a problem since it is in its own
namespace "_STL", but that seems to confuse some MSVC versions


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

show more ...

6a40b25c29-Nov-2013 Herbert Dürr

#i123068# allow OString argument for tools' DbgOut() function

The DbgOut() function is active especially in dbgutil-enabled builds.
For creating dynamic strings the rtl::OString is often

#i123068# allow OString argument for tools' DbgOut() function

The DbgOut() function is active especially in dbgutil-enabled builds.
For creating dynamic strings the rtl::OString is often used. Providing a
DbgOut() function which allows a direct OString argument helps for
situations where dynamic string creation and DbgOut() are employed.


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

b597708b18-Nov-2013 Herbert Dürr

#i122362# remove stlport4-build support

but keep the --without-stlport configure option for now
it is the new default anyway


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

#i122362# remove stlport4-build support

but keep the --without-stlport configure option for now
it is the new default anyway


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

show more ...

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

fix the long cast to eliminate the little warning

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

e80f0a4c16-May-2013 Herbert Dürr

fix constness issue causing a build breaker

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

8fe93d1b15-May-2013 Herbert Dürr

#i122208# avoid signedness warnings in signed-char build environments

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

fda6966108-May-2013 Herbert Dürr

#i122208# use rtl::CStringHash and rtl::CStringEqual instead of relying on pre-tr1-stl specializations

In stlport<=4 the functors hash and equal_to had specializions for conveniently handlin

#i122208# use rtl::CStringHash and rtl::CStringEqual instead of relying on pre-tr1-stl specializations

In stlport<=4 the functors hash and equal_to had specializions for conveniently handling c-strings.
For consistency reasons this specialization was not included in the TR1 report and the C++11 standard.
The two new helper functors are drop-in replacements for the old specializations.


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

show more ...

a067bd6514-Feb-2013 Rob Weir

Revert of r1444110

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

63b47d7f08-Feb-2013 Pedro Giffuni

i114430 - AOO Calc: 0^0=1 and it should be indeterminate.

Many spreadsheets and math packages set the value of POWER( 0, 0)
to 1 as that sometimes is required for some calculations. This

i114430 - AOO Calc: 0^0=1 and it should be indeterminate.

Many spreadsheets and math packages set the value of POWER( 0, 0)
to 1 as that sometimes is required for some calculations. This
is also done by the standard C99 libc pow() function.

In mathematical terms the value is an indeterminate form and
in strict mathematical sense such value should at least be
considered with caution.

OpenFormula permits implementation defined values of 0, 1
or error in this case. We shall now return NaN.

Clean some headers while here.


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

show more ...

Revision tags: AOO340
cfb5561b23-Feb-2012 Andrew Rist

fixing wrong comment style for apache header

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

9eab2a3712-Jan-2012 Andrew Rist

Update headers to Alv2 headers

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

514f4c2012-Jan-2012 Andrew Rist

Update headers to Alv2 headers

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

12