- 11 Ock, 2012 40 kayıt (commit)
-
-
Olivier Hallot yazdı
Part XXXIV Modules shell, slideshow, sot, starmath
-
Kohei Yoshida yazdı
When the internal data source range gets modified, we should also update the affected range keys that are used to look up pivot caches. Otherwise we'll end up creating a brand new cache, without removing the old one that's no longer referenced.
-
Matúš Kukan yazdı
-
Matúš Kukan yazdı
Also change <npsdk/npapi.h> to "npapi.h"
-
Matúš Kukan yazdı
-
Eike Rathke yazdı
For known separators '-' '.' '/' in the edit format code if they differ from the defined DateSeparator generate a second date acceptance pattern that uses the format code's separator, additionally to the one with DateSeparator.
-
Andras Timar yazdı
-
Noel Power yazdı
-
Noel Power yazdı
-
Noel Power yazdı
currently the xml export code in oox doesn't handle grouped shapes very well, it produces an extra twoCellAnchor entry for the group ( which is incorrect ). This causes mso2010 to reject the content as corrupt. We need to handle grouping correctly ( e.g. a twoCellAnchor entry for the group and separate drawing shape (xdr:sp) elements for the shapes that are elements of the group ). As a stop gap we can just export the individual shapes of the group ( but not the grouping itself )
-
Lionel Elie Mamane yazdı
-
Kohei Yoshida yazdı
Otherwise deleting a sheet that shifts the position of the pivot table would turn the named range into the raw range that the name references.
-
David Tardon yazdı
-
David Tardon yazdı
-
David Tardon yazdı
-
Caolán McNamara yazdı
-
Radek Doulik yazdı
-
Radek Doulik yazdı
-
Radek Doulik yazdı
-
Radek Doulik yazdı
-
Norbert Thiebaud yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
getFontFaceNumber returns the index of the font in the collection, font formats without indexes are now "0" rather than -1. All existing code already converted < 0 to 0 anyway, so simplifys a little.
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Kohei Yoshida yazdı
-
Petr Mladek yazdı
-
Tor Lillqvist yazdı
-
Eike Rathke yazdı
Cell input in testDataPilotLabels() like 1.2.3 was prefixed with single quote / apostrophe to not form a date input but string instead. With the new date acceptance, in en-US locale 1.2.3 isn't a date anymore and the quote becomes part of the cell content, so the test checking for 1.2.3 failed because the result was '1.2.3
-
Eike Rathke yazdı
Get rid of the lax "any 1-2 possible date separators used with 2-3 numbers forms a date" date recognition. Use locale data's DateAcceptancePattern elements to match against, or ISO 8601 yyyy-mm-dd, or an already applied date format.
-
Eike Rathke yazdı
Special special.. upper and lower case letter GHE and space and non-breaking space.
-