summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-04-28removed unused definesTakeshi Abe
Change-Id: I892902a8a4c6c01092d53019bc8a1b3f88667a4f
2012-04-28removed dead codeTakeshi Abe
Change-Id: If67f8e981e034890e4fde2280f537fdfff6af0ff
2012-04-27Fix gdk-pixbuf on windowsFridrich Štrba
Change-Id: I24cfe6dee408d0a6108da31eddc3abcfd2256671
2012-04-27Another undefined function in libpngFridrich Štrba
Change-Id: I4cc93e31ea2866b8b8e8fb508a398b963c1b7318
2012-04-27Missing #include <errno.h>Stephan Bergmann
Change-Id: I79490015faf57a3f84395fa9ba29dd17503b9ef6
2012-04-27Fix an undefined functionFridrich Štrba
Change-Id: I88bc703ea460b9504090d248d4e98e14f9d6e536
2012-04-27Upgrading libpngFridrich Štrba
Change-Id: I0a87cdc3e0d9db5b4375c27ba240fefb933a82c6
2012-04-27Related fdo#43895: Fixed shortcommings of FileDialogHelper_Impl::verifyPathStephan Bergmann
* maPath.reverseCompareToAsciiL("file:///tmp",11) == 0 failed for file:///tmp/ * It was unclear whether special treatment should only happen for files directly in /tmp or also in sub-dirs; assuming the latter now. * Proper translation from file URL to system path.
2012-04-27argh i am so stupidMichael Stahl
merge the 2 conflicting fixes to SwLineRects::ConnectEdges in 33ee840e7b45eb971feef83215841edc0ba66cd7 into something that maybe works.
2012-04-27convwatch.py: subprocess.check_output only in Python 2.7+Michael Stahl
2012-04-27Makefile: "deliver -delete" on module.cleanMichael Stahl
2012-04-27testcase for n#757910Miklos Vajna
2012-04-27Remove comment mentioning bCompBorder.Jan Holesovsky
The variable itself was removed in commit 696996791d1dbfd8f410236e30be5a1fb100de70.
2012-04-27sw/qa/extras: no need to use different class names for these testsMiklos Vajna
2012-04-27Fix debug message and remove useless try...catch from ImplImageTree::loadImageGábor Stefanik
2012-04-27WaE: exception handlers used in code without unwind supportCaolán McNamara
Change-Id: I1efec5017927d06c519f65312ab29e2b19a6cff6
2012-04-27increase the tollerance for x differences for sberg's tinderboxMarkus Mohrhard
Change-Id: I0538e1ccebf81d1cbcfe2756045ebb9e876e50ac
2012-04-27increase tolerance for now for clang tinderboxMarkus Mohrhard
see fdo#49221 Change-Id: I77ac9a80b497048c4729376f486f34a27f489067
2012-04-27WaE: msvc2008 unused variablesCaolán McNamara
Change-Id: If956faf42dcc5625c490e685d6ca69bb07e00188
2012-04-27include oox/token/properties.hxx directly where neededCaolán McNamara
Change-Id: I04e23f69717aadc157169ade40a2407ecdd92a7e
2012-04-27WaE: scary msvc2008 warning about using delete on an incomplete typeCaolán McNamara
Change-Id: I2d83fde2e52576f73cbc0d99053734e5068c1f9c
2012-04-27NOINITIALSELECTION important for Save AsStephan Bergmann
...as otherwise the initial selection would overwrite the passed-in directory where to save to. Change-Id: Iafb3aa8a120a777f9bf15c00ab3b9c0379bd3b2c
2012-04-27SetDisplayDirectory is deprecatedStephan Bergmann
...and SetDisplayFolder seems correct here, anyway, given that aReccomendedDir (sic) denotes a directory, not a file. Change-Id: I2f77e8e9fe0948a028f344639d383726b4b8641d
2012-04-27n#757910 fix WW8 import of textboxes with thin border/inner marginMiklos Vajna
There were two problems here: First, nLineThick was already in twips, so converting it again from EMU rendered thin borders invisible. Second, when the border width is set to zero, that means a minimal border, but we interpreted it as default width (which resulted in less space for the textbox contents than required).
2012-04-27add tolerance to chart regression testMarkus Mohrhard
Change-Id: I5e7694571815df48e54488a33435bb7d022e6889
2012-04-27WaE: fix various msvc2008 warningsCaolán McNamara
Change-Id: Ic4db9792177754222da324bfce58eee06b74c3bf
2012-04-27missing FILTER_DLLIMPLEMENTATION defineCaolán McNamara
possibly svg2odf didn't work under windows, etc. Change-Id: I5f30130b988105337706dee64cac900f4ef399ae
2012-04-27Resolves: fdo#39825 Make detection of certificate folder ui-configurableCaolán McNamara
Display in the (unix) options gui the NSS cert dir that has been auto-detected for use with digital signatures. Show the other detected possibilities and allow it to be overridden. The autodetection should basically work out of the box, but if there's some bustage at least the UI can be used to sort it out and/or let developers debug it. This removes the need for the horrible MOZILLA_CERTIFICATE_FOLDER hack, though that's still supported.
2012-04-27catch by const refCaolán McNamara
2012-04-27TypeDescriptor_Init_Impl dtor used againCaolán McNamara
2012-04-27Related fdo#37775: Update Recent Documents for r/o docs, tooStephan Bergmann
...not sure why this explicit check was there at all. Before the fix for fdo#37775, the check was not an issue, as docs were only added to Recent Documents upon saving them, anyway.
2012-04-27Add comment telling that the MinGW stuff here is not for cross-compilationTor Lillqvist
2012-04-27n#48778: Clicking on Master Pages crashes.Muthu Subramanian
* Opening the pptx file and clicking on 'Available for use' in the Master Pages pane (on the right) causes crash.
2012-04-27use the correct macroMarkus Mohrhard
don't push at 3a.m. Change-Id: Ia50253fe136bab3ebef7a71ba5dbf87e752c2e1a
2012-04-26No need for these warnings.Kohei Yoshida
Property values can be legitimately missing when the values have never been changed from the default ones. Change-Id: I3cfb6fdb41ce0012ee8af61e0566d2f8b5df78e3
2012-04-27improve assert messagesMarkus Mohrhard
2012-04-27enable chart regression testMarkus Mohrhard
2012-04-27adapt dumper to new xml diffMarkus Mohrhard
2012-04-27use the new xml diff in chart regression testMarkus Mohrhard
2012-04-27add virtual to the destructorMarkus Mohrhard
2012-04-26Evil manual reference counter manipulations. Let's murder them.Kohei Yoshida
Incidentally, this fixes the dbgutil error problem. The old code was passing a copy of the ScHeaderFooterContentObj object to the ScHeaderFooterTextData object, which was why the counter was incremented on copy (though they should still have used a wrapper instead of manual reference counting). My new code passes a reference, which removes the copying, but those pesky acquire() and release() calls were still there. This caused the ScHeaderFooterContentObj object to never get deleted, which in turn caused the dbgutil refcounting check of SvxUnoTextRangeBase object to fail. Change-Id: I4e1780b32b21098a121ec7a43bb3eb842a419584
2012-04-26Get it to build in non-dbgutil build with debug=true.Kohei Yoshida
2012-04-26add gerrit ChangeId generation to commit-msg git hookNorbert Thiebaud
Change-Id: I30c370f0479743a831be29a0fa7cb447c7119ee4
2012-04-26Delete LibreOfficeDragonFly.conf distro fileFrançois Tigeot
LibreOffice has now been packaged in pkgsrc-wip, a DragonFly-specific configuration file doesn't make sense.
2012-04-26Pass ScCellObj instance to ScCellFieldsObj instead of creating a new one.Kohei Yoshida
2012-04-26Ditto. Use rtl::Reference.Kohei Yoshida
2012-04-26Let's use rtl::Reference instead of a raw pointer and manual refcount adjust..Kohei Yoshida
2012-04-26std::isnan is c++11; use rtl::math::isNan for nowMarkus Mohrhard
2012-04-26improve error messageMarkus Mohrhard
2012-04-26add readme for xmldiffMarkus Mohrhard