- 06 Eki, 2011 8 kayıt (commit)
-
-
Tor Lillqvist yazdı
basicrt goes into the static app library, so DLL import/export decorations meaningless.
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
Markus Mohrhard yazdı
-
Markus Mohrhard yazdı
-
Markus Mohrhard yazdı
-
Markus Mohrhard yazdı
-
- 05 Eki, 2011 32 kayıt (commit)
-
-
Norbert Thiebaud yazdı
-
Norbert Thiebaud yazdı
This reverts commit c9f9b672. oox/source/drawingml/customshapepresets.cxx is a 4MB source that make gcc explode both on MacOs and on Gentoo.... the compiler churn on it for 20 minutes or consumming huge amount of memory... and finnaly blow-up with memory error.
-
Norbert Thiebaud yazdı
This reverts commit e36f591d.
-
Noel Power yazdı
This reverts commit 04688482.
-
Kohei Yoshida yazdı
A regression from 3.3. Calc wouldn't display page background color or image in print preview. This was a side effect of the removal of the high-contract mode. In 3.3, Calc purpusefully wouldn't show background color/image when the app is in high contrast mode. Now that the mode has been removed, the code acted as though the high contract mode is always on, which caused the background color/image to always be hidden in print preview.
-
Andras Timar yazdı
-
Andras Timar yazdı
-
Markus Mohrhard yazdı
-
Markus Mohrhard yazdı
this does not work yet, it still does not load the vba code correctly and therefore can't find the vba library
-
Markus Mohrhard yazdı
test is still disabled by default, it works but does nothing useful yet
-
Noel Power yazdı
-
Noel Power yazdı
event handler registered for a ListenerType were triggered when *any* of the events associated with that ListenerType were fired.
-
Radek Doulik yazdı
- added new presets generated from definition included in ISO standard - added missing variables (cd3, hd10, ...) - added ifelse shortcut ?: - removed GetAdjAngle because it would make problems with constant vs. equation defined angles, move conversion to the functions using them - implemented arcTo path segment (command) - removed GetTextShapeType as we don't use vml's presets for drawingml anymore - use token number for preset type instead of string, as we don't convert to old vml's preset types anymore - enhanced custom shape properties dump code
-
Radek Doulik yazdı
-
Radek Doulik yazdı
-
Radek Doulik yazdı
- added new ARCANGLETO command needed for PPTX custom shapes import - added added placeholder for unimplemented QUADRATICCURVETO command, skip it's data at least so that we don't break other things for now - cache equations results to optimize custom shapes calculation PPTX import creates such equations that made system busy for long time, this removes that issue - added lot of debug output to help with debugging of complex imported custom shapes
-
Radek Doulik yazdı
- defined by start and swing angles + ellipse width and height
-
Radek Doulik yazdı
-
Jan Holesovsky yazdı
-
Olivier Hallot yazdı
The fix adds a new entry in the sheet popup menu with Protect Sheet command followinf the discussion in UX list, as indicated in the bug.
-
Cédric Bosdonnat yazdı
-
Fridrich Štrba yazdı
-
Caolán McNamara yazdı
-
Fridrich Štrba yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
Michael Meeks yazdı
It turns out the constructors are all run back-to-back one per filter, and we need to init and de-init in a sensible order to make multiple tests that otherwise share the ContentBroker work properly.
-
Cédric Bosdonnat yazdı
Open the paragraph properties dialog on Text Flow tab when clicking on the Edit item. Remove the page break (and add it to the undo stack) when clicking on the Delete item.
-
Luboš Luňák yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
FILEVIEW_SHOW_NONE 0x80 so it doesn't fit into a sal_Int8. So make the nFlags argument to the second SvtFileView constructor sal_uInt8 instead.
-
Tor Lillqvist yazdı
-