Files
loongoffice/sd/source
Matúš Kukan b7266ddb2f FastSerializer: Buffer output and write it only at the end
Use OSequenceOutputStream class to concatenate strings in a
Sequence<sal_Int8> buffer. And write data to file only at the end.

The design is a bit fragile, since all FSHelpers need to be destroyed
before calling FilterBase::commitStorage(). Otherwise data is not written.

Change-Id: I26b02335ef36011bfcda17484b560811d18c7657
2014-10-23 11:53:14 +02:00
..
2014-10-21 08:56:29 +02:00
2014-06-25 05:41:09 +02:00
2014-10-22 13:11:34 +01:00