History log of /aoo41x/ (Results 1 - 25 of 5867)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
1969567509-Aug-2024 mseidel

Spinner for Galaxy icon set - new revision

9e58047009-Aug-2024 mseidel

Changed string in various SDF

6755c78506-Aug-2024 mseidel

add closedoc.png to Classic icon set

7720621201-Aug-2024 mseidel

Updated English dictionary

53b5296101-Aug-2024 DiGro

Update url_transfer.htm

Corrected wrong translation
Thanks to Czeslaw Wolánski

4436205030-Jul-2024 mseidel

Changed string in German SDF

d0babadc30-Jul-2024 mseidel

Add space because Text was truncated

(cherry picked from commit 9ba326f272e0aa4878b28ffb9a54ebd6e1caa0bb)

d435096b30-Jul-2024 mseidel

Removed invisible Unicode character U+FEFF from resource file

5085cea623-Jul-2024 mseidel

Enhance graphics for spinner

(cherry picked from commit 1b7936d6fc5f8499503c6cc5dbf6653d69062ec2)

1552c2e322-Jul-2024 mseidel

Update icons for spinner

(cherry picked from commit 12717dc0803b693286c506219319cfb741d2a183)

ae811dc223-Jul-2024 mseidel

Move old graphics for spinner to classic icon set

f13410cf22-Jul-2024 Damjan Jovanovic

Allow reading lines longer than 64 KiB in SvStream, and reading CSV rows and
cells longer than 64 KiB in OpenOffice Base. (They are now limited to
~2 GiB).

- New member functions wer

Allow reading lines longer than 64 KiB in SvStream, and reading CSV rows and
cells longer than 64 KiB in OpenOffice Base. (They are now limited to
~2 GiB).

- New member functions were added to the main/tools SvStream class to work
with 32 bit ::rtl::OUString and ::rtl::OStringBuilder when reading lines.
- The helper class QuotedString had to be upgraded from using the 16 bit
String to the 32 bit ::rtl::OUString.
- The CSV database driver was patched to use ::rtl::OUString and 32 bit
indexes in various places.
- Luckily, little other work was needed, as the ORowSetValue class already
uses 32 bit ::rtl::OUString, and was previously converting 16 bit String
to 32 bit ::rtl::OUString internally anyway.

Also simplified some of the line parsing logic, and translated some
German comments to English.

Patch by: me

(cherry picked from commit 7b2bc0e6bba2fbc38d078306fe10d875115d6c86)

show more ...

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
dd133a3a17-Apr-2016 damjan

Fix a string limit error in my previous patch.

Patch by: me

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

Fix a string limit error in my previous patch.

Patch by: me

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

show more ...

2cbc43e917-Apr-2016 damjan

Make CSV line parsers consistent with CSV field parsers.

Our CSV field parsing algorithms treats fields starting with a quote
(immediately at the beginning of the row, or after the field

Make CSV line parsers consistent with CSV field parsers.

Our CSV field parsing algorithms treats fields starting with a quote
(immediately at the beginning of the row, or after the field delimiter) as
quoted. A quoted field ends at the corresponding closing quote, and any
remaining text between the closing quote and the next field delimeter or end
of line is appended to the text already extracted from the field, but not
processed further. Any quotes in this extra text are taken verbatim - they
do not quote anything.

Our CSV line parsers were big hacks - they essentially read and concatenate
lines until an even number of quote characters is found, and then feed this
through the CSV field parsers.

This patch rewrites the line parsers to work exactly how the field parsers
work. Text such as:
"another" ",something else
is now correctly parsed by both Calc and Base as:
[another "],[something else]
instead of breaking all further parsing.

Patch by: me

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

show more ...

6c882b5c03-Apr-2016 damjan

#i122754# Base does not properly parse CSV files as per RFC-4180 (while
Calc does)

The flat file driver, in file
main/connectivity/source/drivers/flat/ETable.cxx, method
OFlatTab

#i122754# Base does not properly parse CSV files as per RFC-4180 (while
Calc does)

The flat file driver, in file
main/connectivity/source/drivers/flat/ETable.cxx, method
OFlatTable::fillColumns(), which reads lines to initialize columns,
assumes fields in the header and the first few lines never continue onto
the next line(s). This causes truncation of columns when they do.

Read all lines using the readLine() method instead of
SvStream::ReadByteStringLine(), which takes overflow onto next lines into
account. Also implement a new version of readLine() which allows reading
into an arbitrary string, as opposed to m_aCurrentLine only.

Patch by: me

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

show more ...

82556f7d09-Jul-2024 mseidel

Re-add space for continuation line in package description

(cherry picked from commit f40a72b7a9d11070da70d11ed2d30d03f98859eb)

150f66cc07-Jul-2024 mseidel

Change mail address in package description

(cherry picked from commit b1220165dc2c8fc2a4444de0b9f7081f0bb9c92f)

Revision tags: AOO412, SNAPSHOT, AOO411
0405adb303-Jul-2014 Herbert Dürr

#i125176# add Debian package maintainer and extended description

the package maintainer is a to-be-created email alias to the target that
will be decided by the Apache OpenOffice PMC.

#i125176# add Debian package maintainer and extended description

the package maintainer is a to-be-created email alias to the target that
will be decided by the Apache OpenOffice PMC.

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

show more ...

6d0f99fa03-Jul-2014 Herbert Dürr

#i125176# fix the Debian control-file-bad-permission problem

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1607610 13f79535-47bb-0310-9956-ffa450edef68
(cherry picked fro

#i125176# fix the Debian control-file-bad-permission problem

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

show more ...

509e4fd701-Jul-2024 mseidel

Updated English dictionary

99e930f418-Jun-2024 mseidel

Corrected strings in Dutch SDF (thanks to DiGro)

81e9a8ba13-Jun-2024 mseidel

Revert "123197: Fixed selection problems when switching between normal and master mode."

This reverts commit feee4947275740b80b2c4c243c34e6e0bdb02436.

Revision tags: AOO410, AOO410_Beta
feee494721-Feb-2014 Andre Fischer

123197: Fixed selection problems when switching between normal and master mode.

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

123197: Fixed selection problems when switching between normal and master mode.

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

show more ...

ed84e26108-Oct-2023 Damjan Jovanovic

Allow empty selection in PageSelector::UpdateCurrentPage().
This fixes a regression in Impress, where wrong slides are
selected on a right-click between slides when scrolling down,
and ne

Allow empty selection in PageSelector::UpdateCurrentPage().
This fixes a regression in Impress, where wrong slides are
selected on a right-click between slides when scrolling down,
and new slides are inserted in wrong places.

Patch by: Andre Fischer <af@...>
Reviewed by: me
Fixes: #124741 - Slide will be inserted in wrong place when try to
insert it in latter slides(with vertical scrollbar)

(cherry picked from commit 2a12cc4fae255902f4870bfea0bfe724d9d4ddb8)

show more ...

8983365525-Oct-2022 Bidouille

Update dabawiz01.xhp (#159)

https for HSQL website

(cherry picked from commit 611d9753dd460875f27f6dabec1628449085556e)

12345678910>>...235