History log of /trunk/main/svl/source/ (Results 1 - 25 of 37)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
9617871512-Jun-2024 Damjan Jovanovic

Just like we check for an initial decimal separator in ScanStartString()
when the string doesn't start with a currency symbol, check for an
initial decimal separator after the currency symbol

Just like we check for an initial decimal separator in ScanStartString()
when the string doesn't start with a currency symbol, check for an
initial decimal separator after the currency symbol too. Without this,
"$.nn" gets parsed as a text field with "$.nn" instead of a numeric field
with $0.nn.

Add a subsequent JUnit test for this too.

Fixes: https://bz.apache.org/ooo/show_bug.cgi?id=82687
- Text entry or CSV import treats $.nn as text
Patch by: me

show more ...

91d859a210-Jun-2024 Damjan Jovanovic

Translate some German comments to English.

Patch by: me

Revision tags: AOO420-Dev5-m5
ac9b903230-Oct-2023 mseidel

Fixed typo (propably -> probably) and some more

Revision tags: AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA
154e49a824-Jun-2022 cbmarcum

fix the encoding of the master password and generate IV's for stored passwords.
Patch-By: Arrigo Marchiori (@ardovm).

Revision tags: AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA, AOO419-GA, AOO418-GA
01ad09a018-Aug-2020 mseidel

Fixed typos (shure -> sure)

7950f2af14-Jun-2020 mseidel

Fixed typos (the the -> the) and some more

Revision tags: 420-Dev2-m2, AOO417, AOO420-Dev-m1
c4c57a2707-Feb-2019 Damjan Jovanovic

Port main/svl's DDE to Win64.

Patch by: me



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

Revision tags: AOO416, AOO416-RC1
c1e8cc3a01-May-2018 Don Lewis

The register storage class is deprecated and is incompatible with C++17.
Modern compilers have mostly been ignoring it, probably other than to
forbid the use of the address-of operator. Get

The register storage class is deprecated and is incompatible with C++17.
Modern compilers have mostly been ignoring it, probably other than to
forbid the use of the address-of operator. Get ahead of the game and
delete it now.

Reported by clang 6.



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

show more ...

Revision tags: AOO415, AOO414, AOO413
99e66e0723-Dec-2016 pfg

Re-enable some Date svn:keywords.

These all pre-existed in the code, probably from CVS/SVN days, and it is
convenient to let Subversion handle them directly.
These should have no eff

Re-enable some Date svn:keywords.

These all pre-existed in the code, probably from CVS/SVN days, and it is
convenient to let Subversion handle them directly.
These should have no effect on the build.




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

show more ...

Revision tags: AOO4121, AOO412, SNAPSHOT, AOO411
c64f2bbd06-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/as

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

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

566c716730-Nov-2013 Armin Le Grand

corrected the SFX_ASSERT macro for debug build

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

c4020a1426-Nov-2013 Herbert Dürr

#i123753# WaE: fix unoedhlp.hxx declaration of 'nId' shadowing a member of SimpleHint

Happy new times: Now even simple compiler warning fixes need their own issue.


git-svn-id:

#i123753# WaE: fix unoedhlp.hxx declaration of 'nId' shadowing a member of SimpleHint

Happy new times: Now even simple compiler warning fixes need their own issue.


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

show more ...

5ff14ef218-Nov-2013 Herbert Dürr

#i123693# WaE: const type qualifier ignored on return value

this fix removes almost 120 compile warnings during the AOO build


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

#i123693# WaE: const type qualifier ignored on return value

this fix removes almost 120 compile warnings during the AOO build


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

show more ...

Revision tags: AOO401
fe481f0611-Sep-2013 Oliver-Rainer Wittmann

122927: adjusting change made for 121126 - allow formatting of boolean formula result as number,
but force it, if formatting code contains string/text section

Review by:

122927: adjusting change made for 121126 - allow formatting of boolean formula result as number,
but force it, if formatting code contains string/text section

Review by: Clarence Guo <clarence dot guo dot bj at gmail dot com>



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

show more ...

Revision tags: AOO400
89358e0f26-Jun-2013 Oliver-Rainer Wittmann

121751: - restore cursor/selection on Undo/Redo language change for all text
- group intrinsic actions of language change for all text into one Undo action
- secure <SwRootFrm

121751: - restore cursor/selection on Undo/Redo language change for all text
- group intrinsic actions of language change for all text into one Undo action
- secure <SwRootFrm::CalcRects(..)> - catch NULL pointer
- correct <CursorGuard> - really restore the cursor


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

show more ...

0130096823-Jun-2013 Armin Le Grand

i120020 corected paragraph merge, corresponding undo and ownership of linked undo actions

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

i120020 corected paragraph merge, corresponding undo and ownership of linked undo actions

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

show more ...

43f0f11916-Apr-2013 Herbert Dürr

assume STL to always be newer than stlport's version from 2002


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

599cc5b421-Feb-2013 Oliver-Rainer Wittmann

#121388# - adapt renaming: "Apache OpenOffice" --> "OpenOffice"



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

Revision tags: AOO340
056bc39027-Sep-2012 Wang Lei

#i121126 User-definded format code is lost with a cell which value is TRUE or FALSE when importing xls file

Patch by: Zhang Lu
Review by: Wang Lei

git-svn-id

#i121126 User-definded format code is lost with a cell which value is TRUE or FALSE when importing xls file

Patch by: Zhang Lu
Review by: Wang Lei

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

show more ...

05f023e414-Sep-2012 Wang Lei

#i120575 optimize a comparing operation from 'memcmp' to 'hash compare' to improve xls loading performance

Patch by: li zhang (lizh.fee@gmail.com)
Review by: Wang Lei

#i120575 optimize a comparing operation from 'memcmp' to 'hash compare' to improve xls loading performance

Patch by: li zhang (lizh.fee@gmail.com)
Review by: Wang Lei

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

show more ...

49bd4d4b28-Jun-2012 Armin Le Grand

#120077# ALG: Reverted r1354011, adapted all usages of SfxStyleSheetIterator and CreateIterator to use boost::shared_ptr

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1355

#120077# ALG: Reverted r1354011, adapted all usages of SfxStyleSheetIterator and CreateIterator to use boost::shared_ptr

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

show more ...

512da7eb26-Jun-2012 Armin Le Grand

#120077# Memory leak fixed in ScXMLFontAutoStylePool_Impl, also chekced and fixed memory leaks caused by not deleting SfxStyleSheetIterator instances.
Found by: Chao Huang
Patch by: Chao Huan

#120077# Memory leak fixed in ScXMLFontAutoStylePool_Impl, also chekced and fixed memory leaks caused by not deleting SfxStyleSheetIterator instances.
Found by: Chao Huang
Patch by: Chao Huang
Review by: alg

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

show more ...

c916a78621-Jun-2012 Wang Lei

#i119943 - Underline "_" can not work with ";" in format code, the semicolon will always be regarded as separator

Patch by: Zhang Lu
Review by: Wang Lei

git

#i119943 - Underline "_" can not work with ";" in format code, the semicolon will always be regarded as separator

Patch by: Zhang Lu
Review by: Wang Lei

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

show more ...

12