- 1aaf9a9 Renamed hard-to-remember 8-char headers in editeng. by Kohei Yoshida · 13 years ago
- 5acf58b remove obsolete hidother.src files by Andras Timar · 13 years ago
- b0cc484 chart2: try to make MSVC happy with OUString by Michael Stahl · 13 years ago
- 0bfa66c MSVC needs explicit OUString in ?: by Luboš Luňák · 13 years ago
- 1475618 remove useless macros by Luboš Luňák · 13 years ago
- 97eb8a6 Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRING by Jean-Noël Rouvignac · 13 years ago
- f95a7c2 fdo#46808, Convert SvNumberFormatter to use XComponentContext by Noel Grandin · 13 years ago
- 49cf14a fdo#46808, Adapt document::GraphicObjectResolver UNO service to new style by Noel Grandin · 13 years ago
- a53586f gbuild: do not copy boost headers around by Michael Stahl · 13 years ago
- d785b3c bnc#590020: Sort data points stably. by Kohei Yoshida · 13 years ago
- d0b94f5 String cleanup. by Kohei Yoshida · 13 years ago
- ebed43f Replace use of std::auto_ptr with boost::scoped_ptr. by Kohei Yoshida · 13 years ago
- 339f1cb Make these classes explicitly non-copyable. by Kohei Yoshida · 13 years ago
- 8b660ba A little cleanup. by Kohei Yoshida · 13 years ago
- 20f03d3 C2U macros no longer necessary. by Kohei Yoshida · 13 years ago
- d46b208 bnc#798271: Don't delete the PropertyMapEntry instance prematurely. by Kohei Yoshida · 13 years ago
- bd272cd rename SfxSingleTabDialog to SfxNoLayoutSingleTabDialog by Caolán McNamara · 13 years ago
- d71e8fb Unused #include by Stephan Bergmann · 13 years ago
- e3f11c1 Changed SetText() / GetText() to take/return OUString by Chr. Rossmanith · 13 years ago
- c5fc0af Remove GetAllMarkedModel() since all it does is call GetMarkedObjModel(). by Kohei Yoshida · 13 years ago
- f6c759a fdo#46808, Adapt chart2::data::LabeledDataSequence UNO service to new style by Noel Grandin · 13 years ago
- 228ba08 n#791985: Automatically rotate chart labels (if overlapping). by Muthu Subramanian · 13 years ago
- aea18e9 fdo#57950: Remove some chained appends in chart2 and more by Marcos Paulo de Souza · 13 years ago
- b380744 Remove some RTL_* and some rtl:: prefixes in chart2 by Marcos Paulo de Souza · 13 years ago
- bb121c8 fdo#46808, Convert frame::Desktop to new style service. by Noel Grandin · 13 years ago
- 3e49d72 Some cppcheck cleaning in chart2/ by Julien Nabet · 13 years ago
- 24f0aa7 fdo#46808, use service constructor for embed::StorageFactory by Noel Grandin · 13 years ago
- 6858182 bnc#791952: Setting properties for all data labels. by Kohei Yoshida · 13 years ago
- e6591c6 bnc#791952: Use "center" label placement for "Best fit" in pie charts. by Kohei Yoshida · 13 years ago
- a6a2fef bnc#791952: Better placement of 3D pie chart data labels. by Kohei Yoshida · 13 years ago
- 4b9740b Remove duplicate defines and put it into a common place. by Kohei Yoshida · 13 years ago
- ce90f99 fixes for where fast string operator+ is not perfectly source compatible by Luboš Luňák · 13 years ago
- 82949bd Class MediaDescriptorHelper doesn't need virtual destructor. by Arnaud Versini · 13 years ago
- 90227b1 chart2: replace use of deprecated UserDefinedAttributeSupplier by Michael Stahl · 13 years ago
- 7062624 API CHANGE a11y unpublishing and add/removeListener rename. by Thorsten Behrens · 13 years ago
- af60316 some i18n wrappers with LanguageTag by Eike Rathke · 13 years ago
- 9955dbe AllSettings with LanguageTag by Eike Rathke · 13 years ago
- fa88b37 Merge branch 'feature/killsdf' by Andras Timar · 13 years ago
- feec7a8 use LanguageTag by Eike Rathke · 13 years ago
- 43cd14d Fix the Windows build breakage by reorganizing svtools headers. by Kohei Yoshida · 13 years ago
- 7a11b9c ensure translations are built before using them by David Tardon · 13 years ago
- 06ec1c0 Merge branch 'master' into feature/killsdf by Andras Timar · 13 years ago
- 44cfc7c re-base on ALv2 code. Includes (at least) relevant parts of: by Michael Meeks · 13 years ago
- 1a92611 CMIS: added cancelCheckOut and checkIn implementations and menu items by Cédric Bosdonnat · 13 years ago
- 2372250 CMIS: added CheckOut in the File menu by Cédric Bosdonnat · 13 years ago
- 4ece397 cppCheck: Remove some 'redundantAssignment' by jailletc36 · 13 years ago
- 9e71649 fix some VS 2010 specific issues by David Ostrovsky · 13 years ago
- fb741b5 fdo#46808, Adapt xml::sax::XWriter UNO service to new style by Noel Grandin · 13 years ago
- 4b313fd Merge SvListEntry and SvLBoxEntry into SvTreeListEntry. by Kohei Yoshida · 13 years ago
- e5ce011 Merge branch 'master' into feature/killsdf by Andras Timar · 13 years ago
- ac7acb0 Merged SvTreeListBox and SvLBox. by Kohei Yoshida · 13 years ago
- 8f14c8a OUString cleanup in Chart2 by Olivier Hallot · 14 years ago
- 33bea95 OUString cleanup in Chart2 by Olivier Hallot · 14 years ago
- d812cee OUString cleanup in Chart2 by Olivier Hallot · 14 years ago
- 1e34ec4 OUString cleanup in Chart2 by Olivier Hallot · 14 years ago
- b5bc775 fix chart2 build with VS2012 by Peter Foley · 14 years ago
- c69280a sal_Bool -> bool in chart2 by Noel Grandin · 14 years ago
- 9ee020a sal_Bool -> bool in chart2 by Noel Grandin · 14 years ago
- 1ca1a7a limit polynomial degree in the dialog, related fdo#46100 by Markus Mohrhard · 14 years ago
- e1dee0a limit degree for b-spline to 15 to prevent std::bad_alloc, fdo#46100 by Markus Mohrhard · 14 years ago
- a20f9a4 fdo#46808, Adapt xml::sax::XParser UNO service to new style by Noel Grandin · 14 years ago
- 307ecf7 UniString->OUString in chart2 by Noel Grandin · 14 years ago
- 36a2db3 Replace usage of rtl_*Memory with equivalent from string.h by Arnaud Versini · 14 years ago
- 39bac3f translations is a source-only module by Andras Timar · 14 years ago
- f011af7 gbuild: invert handling of standard system libraries: by Michael Stahl · 14 years ago
- 816ec4b gbuild: replace direct gb_STDLIBS use with ... by Michael Stahl · 14 years ago
- 6f6f7a1 gbuild: split uwinapi out of gb_STDLIBS by Michael Stahl · 14 years ago
- 3cd514d chart2: remove obsolete gcc 3.0.4 workaround by Michael Stahl · 14 years ago
- 5032dc0 gbuild: invert handling of standard system libraries: by Michael Stahl · 14 years ago
- b85c349 gbuild: replace direct gb_STDLIBS use with ... by Michael Stahl · 14 years ago
- 2e677c3 gbuild: split uwinapi out of gb_STDLIBS by Michael Stahl · 14 years ago
- d261186 chart2: remove obsolete gcc 3.0.4 workaround by Michael Stahl · 14 years ago
- 2f002e3 having two SetPosSizePixel is a blasted nuisance by Caolán McNamara · 14 years ago
- 750fc20 replace remaining InterlockedCount() with inlined version by Norbert Thiebaud · 14 years ago
- fad417f Prevent so many copying of vector instances. by Kohei Yoshida · 14 years ago
- 8baaff5 fdo#55298: We should only treat empty values as continuation of previous ones. by Kohei Yoshida · 14 years ago
- b174048 fdo#55297: Fix regression in chart complex category placements. by Kohei Yoshida · 14 years ago
- f188ca4 std::auto_ptr is deprecated. by Kohei Yoshida · 14 years ago
- 526c2b3 Unused local variable. by Kohei Yoshida · 14 years ago
- 707bedf More cosmetic cleanups. by Kohei Yoshida · 14 years ago
- 454e2b4 Some code cleanups... by Kohei Yoshida · 14 years ago
- b854de9 deprecate oustringostreaminserter.hxx by Norbert Thiebaud · 14 years ago
- a579ad2 Prefer prefix ++/-- operators for non-primitive types by Julien Nabet · 14 years ago
- 9ac86f4 Improvement on previous commit, UCB clean up by Stephan Bergmann · 14 years ago
- bf43520 Java cleanup, remove unnecessary imports by Noel Grandin · 14 years ago
- 3a36408 fdo#46808, Adapt util::NumberFormatter UNO service to new style by Noel Grandin · 14 years ago
- 176f0de -Werror,-Wunused-private-field (Clang towards 3.2) by Stephan Bergmann · 14 years ago
- 206c70e fdo#46808, Adapt TempFile UNO service to new style by Noel Grandin · 14 years ago
- 170cfbc fdo#46808, Adapt document::DocumentProperties UNO service to new style by Noel Grandin · 14 years ago
- f789715 fdo#46808, Use factory methods for frame::DispatchHelper instances by Noel Grandin · 14 years ago
- a581d31 Highlight X errorbars data range when a chart is selected. by Rafael Dominguez · 14 years ago
- 9e04ae0 add more runtime deps on resource files for unit-tests by Matúš Kukan · 14 years ago
- 5a4bcd3 gbuild: register all jars by Michael Stahl · 14 years ago
- 0e38825 Working version of XShapeDumper by Artur Dorda · 14 years ago
- 84a2190 fdo#51695 Check for Textformat by Joseph Brown · 14 years ago
- 88840a7 Remove unused local vars by Julien Nabet · 14 years ago
- 515ceca chart2: merge component files for new chartcore library by Michael Stahl · 14 years ago
- d10065e merge pointlessly fragmented chart2 libraries, leaving controller split. by Michael Meeks · 14 years ago
- 889de66 Typo ressource -> resource by Stephan Bergmann · 14 years ago
- 63c508e re-base on ALv2 code. Includes: by Michael Meeks · 14 years ago