Slashdot Mirror


Update to OpenOffice 2 Released

VincenzoRomano writes "The very first update to OpenOffice 2, namely v2.0.1, has been released. Despite its version numbering, along with minor bug fixes there are a number of new features. From the update page: 'For example, it is now possible to disable and hide particular application settings, which comes in handy for central administration in networks. Plus, a new keyboard shortcut permits the user to return to a saved cursor position. The bullets and numbering feature has been expanded, and a new mail merge feature is available.' Downloads are ready in both binary formats and source code for an ever increasing number of localised languages. Go grab your version!"

6 of 265 comments (clear)

  1. To make OpenOffice faster by shreevatsa · · Score: 4, Informative

    I just read this somewhere; thought everyone might find it useful --
    Go to Tools->Options->OpenOffice.org->Java and uncheck the "Use a Java Runtime Environment". (AFAIK, it doesn't break anything I use.)

  2. It breaks the database and a whole lot of stuff by Anonymous Coward · · Score: 5, Informative

    Java gets used quite a bit in OpenOffice.org. In OpenOffice.org 1.1.4 Java was used for the following:

    1. The Report Autopilot

    2. JDBC driver support for Java-based databases

    3. XSLT filters

    4. BeanShell, the Netbeans scripting language, and the Java UNO bridge

    5. Export filters to the Aportis.doc (.pdb) format for the Palm or Pocket Word (.psw) format for the Pocket PC

    In OpenOffice.org 2.0 Java is additionally used in

    1. Many parts of Base, the new Access-like database application; in particular the file-format which is a HSQLDB database

    2. The media player, which adds movie and sound clips to documents

    3. Mail merges to e-mail, which also require Java Mail

    4. All document wizards in Writer

  3. Re:Does it work with Terminal Services Yet? by nexxuz · · Score: 3, Informative
    --
    I love random hex numbers! Just like this one, 09f911029d74e35bd84156c5635688c0.
  4. Re:Why don't they release a patch? by jsight · · Score: 3, Informative

    Hurray for being wrong on all counts! :)

    Firefox's auto-updater has been incremental since 1.5 (admittedly a recent release).

    And Gentoo sends most security updates and some other updates as patches as long as you keep the original files in /usr/portage/distfiles. Admittedly, major new versions (and sometimes minor upstream releases) get pushed down as completely new packages, but patches are not uncommon even in the default system.

  5. Re:New features ? Why ? by emlprime · · Score: 3, Informative
    A pivot table is a primitive data cube. (I'm sure that helped). Basically, given a table of data with different dimensions (factoids), you can come up with aggregate groupings to analyze different segments of your population.
    So say you have a group of customers with these dimensions:
    • accountnumber
    • gender
    • state
    • activity
    • countOfPurchases
    • totalPurchasesInCents
    • latestPurchase
    • tenureOfMembership
    • averageNumberOfItemsPerBasket

    Each customer gets one row in the table. The pivot allows you to cross section this data. You could, for example, put gender across the top and tenure of membership along the left side with countOfAccountnumber (aggregate of accountnumber) to see whether males or females tend to stay with you longer. You could change the count to a percentage to see this normalized across different genders.
    You could put in both a sum of items and an average of items per order to see if your customers tend to buy more all at once, or in smaller chunks. You could pop in latest purchase and see if this trend is increasing or decreasing.
    You could do all of this with SQL, but the pivot table makes it really fast and convenient. Even PHB's can use them in our company, and often find interesting pivots.
    The most common uses that I've seen are using pivots to isolate:
    • Large churn segments (customers leaving in a big group)
    • Seasonal buying patterns (patterns grouped by month to see that X happens every December
    • Campaign analysis (Have isControl be a dimension and compare data based on whether or not they were control)

    Hope that helped.
  6. Re:Why don't they release a patch? by stefanlasiewski · · Score: 3, Informative

    This used to be the case with the 1.0 line. This was changed in Firefox 1.5 so that updates could be incremental and small.

    --
    "Can of worms? The can is open... the worms are everywhere."