summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-04-07Typo in comment in resmgr.hxxChris Sherlock
Change-Id: I6378c79f77ab897bf5a4e39c00944037beeef328 Reviewed-on: https://gerrit.libreoffice.org/3220 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
2013-04-07Avoid hang on make subsequentcheck on LinuxTor Lillqvist
Acquire the yield mutex in the VirtualDevice destructor only in a dbgutil build on OS X. (I added that acquire yesterday to fix an assertion when exiting on OS X.) Seems to fix a hang in "make subsequentcheck" on Linux. No idea what is going on exactly, sigh. Change-Id: Ifcb1897720998d0725a8db0d5f8c75848c6a30f7
2013-04-07Drop workarounds for Mac OS X SDKs 10.4 and 10.5Tor Lillqvist
Change-Id: Ifa07f9b5613b4a75c5b72178cb276b9c0b495a62
2013-04-07Need more headers to make sure we have CGRectTor Lillqvist
Change-Id: I8766ba5258f923d47474fa77e14eb7fbff530ffc
2013-04-07Add some more interesting sourcesTor Lillqvist
Change-Id: Id0fdba93a5d3a46a79cebea8839bdfd467ef4f6f
2013-04-07NSLogging changesTor Lillqvist
Change-Id: I42991d7a9c9e0bd4a023739051393935efa5c29f
2013-04-07Remove unused variablesTor Lillqvist
The LayoutManager for some reason has both a ToolbarLayoutManager pointer field, and a uno::Reference to an aspect (or whatever term one should use) of the same ToolbarLayoutManager. (I.e. esssentially two fields for the same thing. Why it doesn't create such variables where needed instead I don't know.) Anyway, for some reason there were lots of instances where a local variable was initialised with this second field but then never used. I removed those. (Surely just copying the field into a local variable doesn't have any interesting side effect that would explain this pattern?) Change-Id: Ibdfbd9476c39d3e83b58e81469b94d9a87444ca8
2013-04-07Bin some not longer interesting NSLoggingTor Lillqvist
Change-Id: I1afd93fc9a56e85a30991bce9ca2350764cf1ec2
2013-04-07Pre-cache type_info for com::sun::star::ucb::InteractiveAugmentedIOExceptionTor Lillqvist
It seems to be the type_info most commonly looked up dynamically, even the only one in an initial test. I think it is a good idea to avoid dlsym() if possible. Change-Id: I0379c534e10efefafdd253ee651f6c74e4aa47d5
2013-04-07Simplify after 6215c718a5884ed7301b97dc9f7e3f1d1f9ce96cTor Lillqvist
Change-Id: If0a6296c9b226c479413b475788d0c11d6ee7318
2013-04-07We need to acquire the yield mutex hereTor Lillqvist
Otherwise we get an assertion failure in a dbgutil build from the DBG_TESTSOLARMUTEX() in OutputDevice::ImplReleaseGraphics() when quitting, at least in 64-bit LO on OS X. Change-Id: Ieb54e6b58033279f807fe91f4f6139018f643903
2013-04-07Create a justified line if asked toTor Lillqvist
The end result is still not satisfactory but it is getting closer. Oh how nice it would have been to have some clean useful documentation for how the text layout machinery works. The number of entry points in the low-level "backends" (like CoreTextLayout) is quite small, so I doubt it would have required lots of text to document the "protocol" used between the upper layers and the layout machinery. Now one just have to use educated guessing aided by lots of debugging printout. But this is true for most of the codebase, of course. Change-Id: I791f190819a187418865279f6a5b4aa598e01d3c
2013-04-07We have just one element in these tablesTor Lillqvist
Change-Id: I184c8c69f4a9afdb0019193b09f61c65e47d36ae
2013-04-07Don't return in a (rare?) case without restoring the CGContext state stackTor Lillqvist
Change-Id: I89040b62c0961be160fcfaa793e48326fa7a584c
2013-04-07Use CGContextShowGlyphsWithAdvances()Tor Lillqvist
Change-Id: I9373647e5d710acb26c9818e6d06d4bfb862a7df
2013-04-07Take trailing whitesapce into considerationTor Lillqvist
CTLineGetImageBounds() does not include space taken by trailing whitespace in the line. Change-Id: I403906daed952bac58fa11634beb6c7faa39b9b3
2013-04-07Try calling RefreshRect() in DrawText() like in the ATSUI codeTor Lillqvist
But like there, I don't know if it actually is needed or not. Change-Id: I25bf5d8cf160b56ee4deb47ab9774313eb9590c8
2013-04-07Bin some #if 0 codeTor Lillqvist
Change-Id: I6f185b4f55418e44956f9dd51e1e300f553ac355
2013-04-07mpChars2Glyphs is unusedTor Lillqvist
Change-Id: Ie98d242777cec92db6512f53fe102ecc65dc469c
2013-04-07Add comments to some questionable codeTor Lillqvist
Change-Id: I06121b065f360ecfeddb25c9e1487f4849e453a2
2013-04-07Log the ImplLayoutArgs parameter in AdjustLayout().Tor Lillqvist
Change-Id: Ib875973d31f71bab75973f683621118eb9cb927b
2013-04-07Add operator<< for CGRect for SAL_INFO goodnessTor Lillqvist
Change-Id: I144c93d0bdd8758dcdf490f29051c8dcaea500d8
2013-04-06make icudata lib target consistent with the othersCaolán McNamara
Change-Id: Ide7c37c9738ca640e7d80ede904ad8d7702e5a34
2013-04-06svx: get rid of DECLARE_ASCII macro and related cleanupMiklos Vajna
Change-Id: Ic6e39b81c04d5e416d1a000def39b3a127fa7940
2013-04-06fix target ruleCaolán McNamara
Change-Id: I0e28425c25e07abe65c4162025fa35a4abe14121
2013-04-06SwCrsrShell: rename member variables missing their prefixMiklos Vajna
Change-Id: Id1720a55bf7984e2b1316fbfadb0d12ae7fd6b4d
2013-04-06Add comment the RTL_CONSTASCII_STRINGPARAM should be kept in regexp.cxxChr. Rossmanith
Change-Id: I3cd2129d98c3d936d8ec31f89554b37f12427c1c
2013-04-06aix python doesn't have lib-dynload contentsCaolán McNamara
Change-Id: Ib6339c29f6820e75ff99aeb0547145597771d584
2013-04-06add instdir to .gitignoreDavid Tardon
Change-Id: I73ce022d064c7ccfeb71f5560f112aac3d777bf7
2013-04-06fix compilation errorDavid Tardon
Change-Id: Ife833566122da25c366938c9c2d127fca0903bb7
2013-04-06move anonymous namespace to .cxxDavid Tardon
Change-Id: I52d2ed4b0454233da21e9040dd324772247113c1
2013-04-06jfreereport_version.mk does not need to be deliveredDavid Tardon
Change-Id: Iac1d8d0646bff131b1ade79bb47a914b350f31f2
2013-04-06provide an easy way to depend on makefile from gbuild classesDavid Tardon
$(lastword $(MAKEFILE_LIST)) is not what is expected if the makefile includes other makefile as the first step (as some do). See UnpackedTarball.mk, where I already tried to workaround the problem. Change-Id: Ib713a698f52ba16f46fbbc4c50b43edd69c9a472
2013-04-06get python3 building with gcc on aixCaolán McNamara
Change-Id: I47af280e24bff248e6404ec18c1afef8c461b40b
2013-04-06aix needs to link explicitly to pthreadsCaolán McNamara
Change-Id: I8f290b1551663b7e967c6d77e8836a1f3d655834
2013-04-06just a % missing ...Eike Rathke
Change-Id: I9fb66679725bb61ffcd5abc0f45a08e9e1960e6a
2013-04-06Actually no need to have it inline in the headerTor Lillqvist
Change-Id: I3891441fee41dd56ff183c833b17d926722b8f91
2013-04-06Move the SAL_INFO operator<< for ImplLayoutArgs to sallayout.hxx for re-useTor Lillqvist
Change-Id: I6497550e8f55f9ba08b0c4f20de0ea04be45d617
2013-04-06library path var on AIX is LIBPATHCaolán McNamara
Change-Id: I34529a56c6e6073fd5fa1e30d148fc3ec0d87617
2013-04-05[WaE] Fix signed/unsigned comparison.Rafael Dominguez
Change-Id: I79ee42e8e2480cb57f0d136bf96201e80fdf4f28
2013-04-05fdo#61390 - Thumbnail navigation by shift-click and shift-keyboard.Rafael Dominguez
Change-Id: Ia63b2a39df1c2aa76bb288e032b35d95bb0ff439
2013-04-05Avoid generating filter list several times.Rafael Dominguez
- Only generate the list after applying a new filter function. - Append item directly to the filtered list if its allowed when appending a new item to the thumbnailview. Change-Id: I804533e2a1751abb0cbc3082093aef2cb9093fb0
2013-04-05Dont show import action while in save mode.Rafael Dominguez
Change-Id: If6cca322203bf019a732ce6b0b5a9a20bd932557
2013-04-05use filelist install method for udkapi and offapiDavid Tardon
... so we can drop ZipUnoApi again. Change-Id: Id5925b8c101cd7cb70614a9a26f328dec92db8fa Reviewed-on: https://gerrit.libreoffice.org/3152 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-05move autocorr.zip to packageDavid Tardon
Change-Id: Ia032d3cb3c41a654ab42b9fe5b2d79bc7ca713f1 Reviewed-on: https://gerrit.libreoffice.org/3150 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-05allow to put files listed in file into installationDavid Tardon
With this in place, we can replace most of our Zips by Packages. Extensions and Dictionaries are on the radar as well. To move an installed file from zip to filelist, do: 1. Convert the Zip_foo.mk to Package_foo.mk : - change destination paths of all files to the same ones they have in the installation (you can find that in scp2) - use gb_Package_set_outdir to place the files under $INSTDIR, where they are expected. 2. Change the scp2 record: - change filename to <package-name>.filelist - replace ARCHIVE by FILELIST in Styles - change Dir to FILELIST_DIR. Change-Id: Ie17d0765406081b03dcd44a6a23cf517f2067dd3 Reviewed-on: https://gerrit.libreoffice.org/3149 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-05allow Package to install to other dir than $OUTDIRDavid Tardon
This is preparatory work for creating installation directly by gbuild. Change-Id: I1b11db37c76ff781731845650169f39cb78fe820 Reviewed-on: https://gerrit.libreoffice.org/3189 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-05move palettes.zip to packageDavid Tardon
Change-Id: Ide4e393ff2d735d9cdf01fcb489d65b7659acdbe Reviewed-on: https://gerrit.libreoffice.org/3151 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-05Fix issue i120716: The graphic's border size and spacing is not correctXisco Fauli
* source/filter/ww8/ww8graf2.cxx MS Word Binary compatibility Patch by: Fan Zheng,<zheng.easyfan@gmail.com> Found by: dongjun zong,<zongdj001@gmail.com> Review by: Jian Hong Cheng,<chengjh@apache.org>(cherry picked from commit d91933a4fddd16e2997f7bc945424a97a540a8d3) Change-Id: I63faa611317b554af3d34372ea0d4c8c2cbc4bfb
2013-04-05Fix issue #i119649: Hyperlink font size increased if saved to .doc fileJian Hong Cheng
* sw/source/filter/ww8/ww8atr.cxx MS Word Binary compatibility Patch by: Chen Peng,<chenpeng2006@gmail.com> Found by: Yan Ji,<yanji.yj@gmail.com> Review by: Jian Hong Cheng,<chengjh@apache.org>