ByteString vs Strbuf vs OString

2023-01-06 Thread Peter Kovacs

Hi all,


I have an emotional issue and I need some help.

I think the classes mentioned in subject are all crap. They are all ugly 
and I do not want to use any of them.


I would like to remove them. And replace them with


 std::basic_stringstream


 std::string


But this is a huge and fundamental change. What I would like to do is to 
hollow out the classes we use, one by one, until everything is using std 
classes or can cast to. Then remove the now obsolete classes within the 
code.


any objections?


All the best

Peter


[GitHub] [openoffice] DamjanJovanovic commented on pull request #164: Update EditEngine code to use 32 bit paragraph storage

2023-01-06 Thread GitBox


DamjanJovanovic commented on PR #164:
URL: https://github.com/apache/openoffice/pull/164#issuecomment-1374407466

   I believe the Writer table limit of 64K cells is unrelated to this issue. 
   
   For example in main/sw/source/filter/html/htmltab.cxx:
   
   ```
   class HTMLTable
   {
   ...
   sal_uInt16 nRows;   // Anzahl Zeilen
   sal_uInt16 nCols;   // Anzahl Spalten
   ```
   
   That's not EditEngine related, that's a separate issue specific to Writer.
   
   Please test only copying from a web browser and pasting into Calc, and 
opening through the "File type" of "HTML document (**OpenOffice Calc**) (*html, 
*.htm)".


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Open letter to @Dave Fisher and @Pescetti.

2023-01-06 Thread Andrea Pescetti

casa...@email.it wrote:

For months I have been asking for help to fix a registration problem on the 
Italian AOO forum. You both promised me you'd step in, but so far you haven't.


We are all volunteers and we do what we can.

The fact that you didn't see anything doesn't mean that we did nothing.

I will give updates in the appropriate threads (not this one) within a 
few days.


Regards,
  Andrea.

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



[GitHub] [openoffice] DamjanJovanovic commented on pull request #164: Update EditEngine code to use 32 bit paragraph storage

2023-01-06 Thread GitBox


DamjanJovanovic commented on PR #164:
URL: https://github.com/apache/openoffice/pull/164#issuecomment-1374378198

   > When I open it with my build of this PR on CentOS 7 it still only opens 
into a Writer/HTML document to the row 12801 before starting to just produce 
text beyond that. Same as with trunk.
   > 
   > [1] https://home.apache.org/~cmarcum/test-files/2-row-html-table.html
   
   Nice catch. Yes, apparently there is still a problem somewhere in Writer. I 
only tested copying from a web browser and pasting to Calc.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



[GitHub] [openoffice] cbmarcum commented on pull request #164: Update EditEngine code to use 32 bit paragraph storage

2023-01-06 Thread GitBox


cbmarcum commented on PR #164:
URL: https://github.com/apache/openoffice/pull/164#issuecomment-1374199770

   H Damjan,
   Thanks for your work on this.
   I made a slight change to the html test file from i117635 by removing the 
first row so that cell A1 was in the first row.
   See link [1].
   the file is a simple html table with 2 rows and 5 columns.
   When I open it with my build of this PR on CentOS 7 it still only opens into 
a Writer/HTML document to the row 12801 before starting to just produce text 
beyond that. Same as with trunk.
   
   [1] https://home.apache.org/~cmarcum/test-files/2-row-html-table.html
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Open letter to @Dave Fisher and @Pescetti.

2023-01-06 Thread casalva
Open letter to @Dave Fisher and @Pescetti.
For months I have been asking for help to fix a registration problem on the 
Italian AOO forum. You both promised me you'd step in, but so far you haven't.
@Bidouille has also promised to help, but asks to be allowed to.
Will you be able to find some time to do it? Thank you.

charlie (Italian AOO forum Admin)

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org