summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)AuthorFilesLines
2013-01-30chart2: try to make MSVC happy with OUStringMichael Stahl1-2/+4
2013-01-30MSVC needs explicit OUString in ?:Luboš Luňák1-6/+6
2013-01-30remove useless macrosLuboš Luňák1-3/+0
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac126-1698/+1694
2013-01-28fdo#46808, Convert SvNumberFormatter to use XComponentContextNoel Grandin1-2/+1
2013-01-28fdo#46808, Adapt document::GraphicObjectResolver UNO service to new styleNoel Grandin1-6/+3
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl2-0/+4
2013-01-25bnc#590020: Sort data points stably.Kohei Yoshida1-1/+1
2013-01-25String cleanup.Kohei Yoshida1-29/+30
2013-01-25Replace use of std::auto_ptr with boost::scoped_ptr.Kohei Yoshida2-61/+49
2013-01-25Make these classes explicitly non-copyable.Kohei Yoshida1-2/+4
2013-01-25A little cleanup.Kohei Yoshida1-27/+8
2013-01-25C2U macros no longer necessary.Kohei Yoshida1-9/+9
2013-01-24bnc#798271: Don't delete the PropertyMapEntry instance prematurely.Kohei Yoshida1-21/+19
2013-01-24rename SfxSingleTabDialog to SfxNoLayoutSingleTabDialogCaolán McNamara2-2/+2
2013-01-24Unused #includeStephan Bergmann1-3/+0
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith4-13/+12
2013-01-16Remove GetAllMarkedModel() since all it does is call GetMarkedObjModel().Kohei Yoshida1-1/+1
2013-01-15fdo#46808, Adapt chart2::data::LabeledDataSequence UNO service to new styleNoel Grandin2-22/+16
2013-01-08n#791985: Automatically rotate chart labels (if overlapping).Muthu Subramanian1-1/+15
2013-01-07fdo#57950: Remove some chained appends in chart2 and moreMarcos Paulo de Souza4-22/+17
2013-01-07Remove some RTL_* and some rtl:: prefixes in chart2Marcos Paulo de Souza14-135/+101
2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin2-20/+9
2012-12-15Some cppcheck cleaning in chart2/Julien Nabet3-7/+4
2012-12-10fdo#46808, use service constructor for embed::StorageFactoryNoel Grandin2-21/+7
2012-12-08bnc#791952: Setting properties for all data labels.Kohei Yoshida2-5/+6
2012-12-08bnc#791952: Use "center" label placement for "Best fit" in pie charts.Kohei Yoshida1-1/+7
2012-12-08bnc#791952: Better placement of 3D pie chart data labels.Kohei Yoshida1-1/+1
2012-12-08Remove duplicate defines and put it into a common place.Kohei Yoshida9-7/+37
2012-12-03fixes for where fast string operator+ is not perfectly source compatibleLuboš Luňák1-1/+1
2012-12-01Class MediaDescriptorHelper doesn't need virtual destructor.Arnaud Versini2-6/+0
2012-11-29chart2: replace use of deprecated UserDefinedAttributeSupplierMichael Stahl15-24/+24
2012-11-29API CHANGE a11y unpublishing and add/removeListener rename.Thorsten Behrens2-4/+4
2012-11-23some i18n wrappers with LanguageTagEike Rathke1-3/+3
2012-11-22AllSettings with LanguageTagEike Rathke2-1/+2
2012-11-20Merge branch 'feature/killsdf'Andras Timar1-1/+1
2012-11-17use LanguageTagEike Rathke1-3/+4
2012-11-16Fix the Windows build breakage by reorganizing svtools headers.Kohei Yoshida1-0/+1
2012-11-15ensure translations are built before using themDavid Tardon1-0/+3
2012-11-11Merge branch 'master' into feature/killsdfAndras Timar21-274/+27
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks6-249/+1
2012-10-31CMIS: added cancelCheckOut and checkIn implementations and menu itemsCédric Bosdonnat1-0/+2
2012-10-31CMIS: added CheckOut in the File menuCédric Bosdonnat1-0/+1
2012-10-30cppCheck: Remove some 'redundantAssignment'jailletc364-6/+0
2012-10-28fix some VS 2010 specific issuesDavid Ostrovsky5-0/+5
2012-10-22fdo#46808, Adapt xml::sax::XWriter UNO service to new styleNoel Grandin2-6/+5
2012-10-19Merge SvListEntry and SvLBoxEntry into SvTreeListEntry.Kohei Yoshida3-13/+13
2012-10-13Merge branch 'master' into feature/killsdfAndras Timar42-734/+723
2012-10-11Merged SvTreeListBox and SvLBox.Kohei Yoshida2-2/+2
2012-10-08OUString cleanup in Chart2Olivier Hallot8-236/+231