summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-03-24packimages: do not use custom MakefileMatúš Kukan
2012-03-24Remove unused class.Rafael Dominguez
2012-03-24git-hooks: commit-msg should not search for whitespace in the diff itselfMiklos Vajna
The additional sed removes every line after seeing the first line starting with a #, just like git will do it later as well. See: http://article.gmane.org/gmane.comp.documentfoundation.libreoffice.devel/26794
2012-03-24fdo#46955 fix RTF import of all capitals char propMiklos Vajna
2012-03-24fdo#47036 fix RTF import of multi-paragraph exact height textboxesMiklos Vajna
2012-03-24fdo#47036 fix RTF import of shapes inside text frames at the start of the docMiklos Vajna
2012-03-24rtftok: various refactoringMiklos Vajna
To allow frame keywords at the start of the document, we need to: - a single setter method for all frame properties - make the parser state know about its document - make the frame know about its parser state
2012-03-24ScDPDateGroupHelper class is no more.Kohei Yoshida
2012-03-23More on avoiding use of date helper.Kohei Yoshida
2012-03-24help XCode 2.5 resolve @loader_path/libfoo.dylibChristian Lohmaier
2012-03-23Let's just centrally reload group data in DataPilotUpdate()...Kohei Yoshida
It's a no-op when there is no group dimensions anyways.
2012-03-23We don't need date helper in FillGroupValues().Kohei Yoshida
2012-03-23Store the group type (aka date part) with the cache, and use that.Kohei Yoshida
With this, we can phase out the "DateHelper" class...
2012-03-23(Hopefully) fixed the table reload bug coming from the pivot layout dialog.Kohei Yoshida
2012-03-23Added dump methods to various classes to make debugging easier.Kohei Yoshida
And a little code cleanup here and there...
2012-03-23A little clean up.Kohei Yoshida
2012-03-23Bool-ness.Kohei Yoshida
2012-03-23Dump item values too.Kohei Yoshida
2012-03-23Some misc changes & some dumping facility for pivot table for debugging.Kohei Yoshida
2012-03-23No need to check for null table twice.Kohei Yoshida
2012-03-24use fabs for double values, not abs, fdo#47632Markus Mohrhard
2012-03-24help XCode 2.5 resolve @loader_path/libfoo.dylibChristian Lohmaier
2012-03-23make gbuild follow --disable-dependency-tracking tooLuboš Luňák
2012-03-23.css files don't need executable bitsMichael Stahl
2012-03-23.html files don't need executable bitsMichael Stahl
2012-03-23.mm files don't need executable bitsMichael Stahl
2012-03-23.rdf files don't need executable bitsMichael Stahl
2012-03-23.dtd files don't need executable bitsMichael Stahl
2012-03-23.txt files don't need executable bitsMichael Stahl
2012-03-23.pdf files don't need executable bitsMichael Stahl
2012-03-23.sdw files don't need executable bitsMichael Stahl
2012-03-23README files don't need executable bitsMichael Stahl
2012-03-23.csv files don't need executable bitsMichael Stahl
2012-03-23.stw files don't need executable bitsMichael Stahl
2012-03-23.xls files don't need executable bitsMichael Stahl
2012-03-23.ods files don't need executable bitsMichael Stahl
2012-03-23.sdi files don't need executable bitsMichael Stahl
2012-03-23.xcl files don't need executable bitsMichael Stahl
2012-03-23.sce files don't need executable bitsMichael Stahl
2012-03-23.lst files don't need executable bitsMichael Stahl
2012-03-23.component files don't need executable bitsMichael Stahl
2012-03-23.gif files don't need executable bitsMichael Stahl
2012-03-23.hrc files don't need executable bitsMichael Stahl
2012-03-23.hxx files don't need executable bitsMichael Stahl
2012-03-23.h files don't need executable bitsMichael Stahl
2012-03-23.cxx files don't need executable bitsMichael Stahl
2012-03-23.c files don't need executable bitsMichael Stahl
2012-03-23.java files don't need executable bitsMichael Stahl
2012-03-23match DB_ENV creation flags to DB creation flagsCaolán McNamara
2012-03-23cut mozab down to size somewhatCaolán McNamara