(no title)
floating-io | 5 months ago
Maybe it's just me, but I see the presentation functionality as one of the less used aspects of the OpenOffice family.
floating-io | 5 months ago
Maybe it's just me, but I see the presentation functionality as one of the less used aspects of the OpenOffice family.
jdboyd|5 months ago
He advocates breaking the XML into smaller pieces in SQLite. I suppose making each slide a new XML record could make sense. Moving over to spreadsheets, I don't know how ODF does it now, but making each sheet a separate XML could make sense.
Thinking about Write documents, I wonder what a good smaller unit would be. I think one XML per page would be too fine a granularity. You could consider one record per chapter. I doubt one record per paragraph would make sense, but it could be fun to try different ideas.
netsharc|5 months ago
If I add a 1/3 page graphic on page 2, it'd have to repaginate pages 2-n of that chapter, modifying n-1 XML files...
maweki|5 months ago
scott_w|5 months ago
Spreadsheets might be a little easier because you can separate out by sheet or even down to a row/column level?
Part of me wants to try it now…