Age | Commit message (Collapse) | Author |
|
Change-Id: I892902a8a4c6c01092d53019bc8a1b3f88667a4f
|
|
Change-Id: If67f8e981e034890e4fde2280f537fdfff6af0ff
|
|
Change-Id: I24cfe6dee408d0a6108da31eddc3abcfd2256671
|
|
Change-Id: I4cc93e31ea2866b8b8e8fb508a398b963c1b7318
|
|
Change-Id: I79490015faf57a3f84395fa9ba29dd17503b9ef6
|
|
Change-Id: I88bc703ea460b9504090d248d4e98e14f9d6e536
|
|
Change-Id: I0a87cdc3e0d9db5b4375c27ba240fefb933a82c6
|
|
* 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.
|
|
merge the 2 conflicting fixes to SwLineRects::ConnectEdges in
33ee840e7b45eb971feef83215841edc0ba66cd7 into something that maybe works.
|
|
|
|
|
|
|
|
The variable itself was removed in
commit 696996791d1dbfd8f410236e30be5a1fb100de70.
|
|
|
|
|
|
Change-Id: I1efec5017927d06c519f65312ab29e2b19a6cff6
|
|
Change-Id: I0538e1ccebf81d1cbcfe2756045ebb9e876e50ac
|
|
see fdo#49221
Change-Id: I77ac9a80b497048c4729376f486f34a27f489067
|
|
Change-Id: If956faf42dcc5625c490e685d6ca69bb07e00188
|
|
Change-Id: I04e23f69717aadc157169ade40a2407ecdd92a7e
|
|
Change-Id: I2d83fde2e52576f73cbc0d99053734e5068c1f9c
|
|
...as otherwise the initial selection would overwrite the passed-in
directory where to save to.
Change-Id: Iafb3aa8a120a777f9bf15c00ab3b9c0379bd3b2c
|
|
...and SetDisplayFolder seems correct here, anyway, given that aReccomendedDir (sic)
denotes a directory, not a file.
Change-Id: I2f77e8e9fe0948a028f344639d383726b4b8641d
|
|
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).
|
|
Change-Id: I5e7694571815df48e54488a33435bb7d022e6889
|
|
Change-Id: Ic4db9792177754222da324bfce58eee06b74c3bf
|
|
possibly svg2odf didn't work under windows, etc.
Change-Id: I5f30130b988105337706dee64cac900f4ef399ae
|
|
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.
|
|
|
|
|
|
...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.
|
|
|
|
* Opening the pptx file and clicking on 'Available for use'
in the Master Pages pane (on the right) causes crash.
|
|
don't push at 3a.m.
Change-Id: Ia50253fe136bab3ebef7a71ba5dbf87e752c2e1a
|
|
Property values can be legitimately missing when the values have never
been changed from the default ones.
Change-Id: I3cfb6fdb41ce0012ee8af61e0566d2f8b5df78e3
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
Change-Id: I30c370f0479743a831be29a0fa7cb447c7119ee4
|
|
LibreOffice has now been packaged in pkgsrc-wip, a DragonFly-specific
configuration file doesn't make sense.
|
|
|
|
|
|
|
|
|
|
|
|
|