- 06 Eki, 2011 33 kayıt (commit)
-
-
Fridrich Štrba yazdı
-
Radek Doulik yazdı
-
Fridrich Štrba yazdı
-
Tor Lillqvist yazdı
-
Radek Doulik yazdı
-
Radek Doulik yazdı
-
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ı
-
Cédric Bosdonnat yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
Noel Power yazdı
-
Jan Holesovsky yazdı
This reverts commit a6a51b6a. The commit broke the build, sorry for the push.
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
Kevin Hunter yazdı
No need to muck about with iterators, adding a loop, and 2 function calls to test for empty: it's a std::vector under the hood, so use .empty(), and inline it.
-
Stephan Bergmann yazdı
...as some may use code exported from msword lib. The newly introduced sw::Filters class can still be improved, bundling what is currently exported through various channels from fltini.cxx. Also, the code is still not thread safe.
-
Tor Lillqvist yazdı
-
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 7 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ı
-