summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2012-03-23remove old product from MSI's CustomAction tableAndras Timar
2012-03-23Make default zero-initialization explicitStephan Bergmann
...to match style used for other data members.
2012-03-23Improve error reportingStephan Bergmann
2012-03-23old products are unconditionally removed, clean up unused codeAndras Timar
2012-03-23Removed unused directoriesStephan Bergmann
2012-03-23Java new cannot return nullStephan Bergmann
2012-03-23Improve error reportingStephan Bergmann
2012-03-23fdo#46102: Fix Java script examples after gbuild'ificationStephan Bergmann
...they contained no class files anymore, due to missing gb_Jar_set_packageroot calls. However, those calls only work for subdirectories, i.e., the example .java files need to be put into a package (I chose org.libreoffice.example.java_scripts) for all of them). This in turn required adaption of the parcel-descriptor.xml files; not sure what the logicalname entries there are good for if anything -- the macro names at "Tools - Macros - Run Macro..." now unfortunately(?) contain the fully qualified paths for the HelloWorld, HighlightText, and MemoryUpdate examples. There are additional examples at scripting/examples/java/ that apparently do not get packaged (but I adapted them anyway).
2012-03-23fdo#46102: Load Java scripts with class loaders that actually find themStephan Bergmann
ScriptMetaData.createURL produces weird URLs (ending in "/ucb/", and potentially still containing vnd.sun.star.expand: prefix) that are apparently good for loading documents for editing via UCBStreamHandler, but cannot meaningfully be passed to a URLClassLoader. It is unclear to me how the Java script provider shall ever have found the script jars in the past.
2012-03-23we dont' need any SvCompatWeakBase use in SfxMedium AKAICSCaolán McNamara
2012-03-23weird use of volatileCaolán McNamara
2012-03-23SvtAccessibilityOptions::GetIsForBorders is no longer usedCaolán McNamara
2012-03-23only SV_DECL_COMPAT_WEAK is still in useCaolán McNamara
2012-03-23ditch archaic ifdefs for gcc 2.8.1, 2.9.0 and 2.9.1Caolán McNamara
2012-03-23scripting: don't need x bits for theseMichael Stahl
2012-03-23JavaClassSet: whitespace cleanupMichael Stahl
2012-03-23JavaClassSet: giving only changed java files to javac is bogusMichael Stahl
2012-03-23GenericSalLayout::KashidaJustify: STL assertionMichael Stahl
error: attempt to dereference a singular iterator. (regression from 6bb68cae7c31918eff8386d5b52be0759386bb60)
2012-03-23GenericSalLayout::KashidaJustify: fix infinite loopMichael Stahl
insert() inserts before the given iterator and returns iterator to newly inserted element, hence need to increment that iterator (regression from 6bb68cae7c31918eff8386d5b52be0759386bb60)
2012-03-23GenericSalLayout::KashidaJustify: STL assertionMichael Stahl
error: attempt to compare a dereferenceable iterator to a singular iterator. (regression from 6bb68cae7c31918eff8386d5b52be0759386bb60)
2012-03-23fdo#42750 fdo#45562 fdo#47717: border paint ordering:Michael Stahl
Paint borders after subsidiary lines and hell layer, but before heaven layer.
2012-03-23Localize the group prefix for pivot table defult group names.Kohei Yoshida
2012-03-23n#751573: docx, no mso-fit-shape-to-text means the textbox size is fixedCédric Bosdonnat
2012-03-23removed duplicate includes in swTakeshi Abe
2012-03-23removed duplicate includes in salTakeshi Abe
2012-03-23older versions of tar don't do autodetection of compression formatChristian Lohmaier
2012-03-23fdo#47326 fix RTF import of mixed super/nonsuper textMiklos Vajna
In most cases \super has its own group, but it's valid to have mixed super and non-super text in a single group, as long as \super and \nosupersub keywords are used: handle this.
2012-03-23Hop, a logical errorFridrich Štrba
2012-03-23Enable use of older tars that uses --strip-path to strip componentsFridrich Štrba
2012-03-23Move spotlight plugin out of minizipFridrich Štrba
2012-03-23replace OpenOffice.org to LibreOffice in registry keysAndras Timar
2012-03-23remove unused installer modulesAndras Timar
2012-03-23remove unused DatabaseFolder dialog from MSIAndras Timar
2012-03-23Take a meg off our memory footprintCaolán McNamara
We create 6 berkleydb backed databases. If no DB_ENV is provided for a database, then berkleydb creates one for each database. Each environment has a memory footprint of about 200k. It appears to be legal to share an environment, which shaves about 1M off our permanant footprint.
2012-03-23DbEnv argument is always NULLCaolán McNamara
2012-03-23build db4 with symbols if symbols globally enabledCaolán McNamara
2012-03-23overly static lingering OUStringsCaolán McNamara
2012-03-23fixed crash due to use of STL deque for SwLineRectsCédric Bosdonnat
2012-03-23add testcase for n#751054Miklos Vajna