summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-08-22Various desktop::Acceptor clean upStephan Bergmann
Change-Id: Idcb41f8b83863ac1d37ea47a8bb61901f3bc7e06
2013-08-22No need currently for static oslThread m_Mozilla_UI_ThreadStephan Bergmann
...though the real fix of course would be to keep the oslThread around to join it later. Change-Id: I604431cd59e623a7ec97734800136464fd272802
2013-08-22Added small version of Tango Insert Graphic icon.Miroslav Mazel
Change-Id: If53d3c2f35eaa2df13b02efe50972dcd53945bf3 Reviewed-on: https://gerrit.libreoffice.org/5580 Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz>
2013-08-22Related: fdo#68396 FrameSelectorImpl draws before being initializedCaolán McNamara
Change-Id: Iae13a7484643117a6f0f40c298c95f6b2a2a4467
2013-08-22pocheck: Math symbol names (from symbol.src) must not contain spacesAndras Timar
Change-Id: I4195ae747229dd5f991acc8ed5764b42aeb73cf3
2013-08-22remove solenv/bin/buildalyzerBjoern Michaelsen
- it was only a helper for dmake->gbuild migration - this is luckily done and good riddance Change-Id: Ib32ce4e48ff353d8207222fee18e9cb5d235bc5b
2013-08-22remove superfluous sort.plBjoern Michaelsen
Change-Id: I5d182aa00c4c0488edb52633392f6747772b7176
2013-08-22Use codesign --force to replace a (bogus?) previous signatureTor Lillqvist
For some reason I get an error message about soffice.bin already being signed, even though it isn't. Also ignore (bogus?) exit status from codesign. Change-Id: I0227cf9a3b098a5c16ea68643c84cdc0ded2a8f9
2013-08-22equalsIgnoreAsciiCaseAscii -> equalsIgnoreAsciiCaseNoel Grandin
Change-Id: Ie3adf4cc83c7b2128565eab1a9d4df8beec36c99
2013-08-22another attempt to fix windows buildNoel Grandin
after my OUString changes. Seems like windows really doesn't like OUString tmp; bool b; tmp += b ? "1" : "0"; Change-Id: Ie53b4fa36b5ae462fe922feec76e13588d38f1db
2013-08-22convert mail merge connection dialog to .uiCaolán McNamara
Change-Id: I37bbe66798efe855e9d12d131311615f6fbac702
2013-08-22Updated coreCaolán McNamara
Project: help 0ff44743cae6804c14732976090da301b0bedcff
2013-08-22fix dodgy NO_INDEX codeNoel Grandin
The comparison of NO_INDEX to getLength() makes no sense, and makes even less sense now that the code is using OUString, after my recent change Change return type to sal_Int32, and change NO_INDEX to -1, so that it can't possibly conflict with a valid index. Change-Id: I65cb945096b4b9cb80f61d896177c2562a0d2c76
2013-08-22fix use of dynamically allocated OUStringNoel Grandin
after my change in ea5cba1f88a4e183b135ee8df72fae9c0ee32aa6, the code is passing in the address of a local OUString member, then later delete'ing that pointer. Change it to pass in new instance of OUString Change-Id: I9ae5876464fc0dcb74fbd152fd3f96cf856688c8
2013-08-22fdo#65129 Windows Installer checks OS version before proceedingAndras Timar
Change-Id: I827ecafe1a22c5ef860dea590799693525cec849
2013-08-22fdo#68076 RTF import: default font had priority over the specified oneMiklos Vajna
Regression from 60c17b2873506ed8b068b34840aecda0c1d9bd65. Change-Id: Ie16d611622e6a814d5cbea00c3f992cd9ecba027
2013-08-22fix windows build after my String->OUString changesNoel Grandin
One of the changes is inside an "#ifdef WNT" block, so I missed it. The other change is because MSVC is not quite as smart when it comes to matching the "const char *" OUString constructors. Change-Id: I60f2ccb719630bab2a178cecc2f84b7a706ad230
2013-08-22SwASCWriter: out of bounds substring accessMiklos Vajna
Regression from 6e0d836ff120ba292ba52f3623a3dd9be04aefc2, when simply copy-pasting some string to a terminal window, rFltNm is empty. Change-Id: I874e262ef1a3ebb38d90d9ef4f1b8d3457c5daff
2013-08-22bnc#835985: When printing handouts using the default, 'Order' did not count.Jan Holesovsky
"Left to right, then down" was the same as "Top to bottom, then right" when printing handout; set the 6 pages explicitly as the default. Change-Id: I4a5f58c8fcf2efdc85ad7bb23bde791c5fb87584
2013-08-22convert include/sfx2/titledockwin.hxx from String to OUStringNoel Grandin
Change-Id: Ifd4f1548ad98665288b2b2ea8f14fa0a7e3bd697
2013-08-22convert include/sfx2/tplpitem.hxx from String to OUStringNoel Grandin
Change-Id: Idcacda16e53c0abf55c59638951c5f58c0ece4aa
2013-08-22convert include/sfx2/unoctitm.cxx from String to OUStringNoel Grandin
Change-Id: Ief905dc3f4a809bd84a48ed6754040886b30da09
2013-08-22convert include/sfx2/viewfac.hxx from String to OUStringNoel Grandin
Change-Id: Ia0cea486e77e449f86cf21013dd193523868261f
2013-08-22convert include/sfx2/viewfrm.hxx from String to OUStringNoel Grandin
Change-Id: I0d8443b6c288449b74baa5d56593390ba3a9e419
2013-08-22convert include/sfx2/viewsh.hxx from String to OUStringNoel Grandin
and de-virtual JumpToMark because no-one seems to be overriding it. Change-Id: I35cf856d817f2685463ae5ef9f2ebc00e515fe3d
2013-08-22convert drawinglayer module from String to OUStringNoel Grandin
Change-Id: I115dfd5ca7d343b220b2a3e8aa0565f9e4689042
2013-08-22convert svtools/source/contnr/* from String to OUStringNoel Grandin
Change-Id: I51ad001473a83eb336f6b00fd989b9e6b2f73ec5
2013-08-22convert svtools/source/control/* from String to OUStringNoel Grandin
Change-Id: I32e411801d3754ca635cfc3ed9529b8ea43ffa3c
2013-08-22convert svtools/source/dialogs/* from String to OUStringNoel Grandin
Change-Id: Ib868e94bb73f244fcb5b1b47962ded0118023a26
2013-08-22convert svtools/source/filter/* from String to OUStringNoel Grandin
Change-Id: Ia544a7e84ac4de4f64ef4d7e71219a3f4683c430
2013-08-22convert svtools/source/graphic/* from String to OUStringNoel Grandin
Change-Id: Ic56bc8c61aa85c4a9d2f5a7355aeed31a20d6138
2013-08-22convert svtools/source/misc/* from String to OUStringNoel Grandin
Change-Id: I32592a9fb2110ccc3ac7424a18e43238722849ca
2013-08-22convert svtools/source/svhtml/* from String to OUStringNoel Grandin
Change-Id: Ie9f0cdd14ce7987c3bf3037c2ed89a3b20df1c37
2013-08-22convert svtools/source/svrtf/* from String to OUStringNoel Grandin
Change-Id: I92282495b076f4e7d9c3d73e84e572f13508b565
2013-08-22convert svtools/source/uno/* from String to OUStringNoel Grandin
Change-Id: I40e50b3d2e659c30a3456aab17a45f5e79365bfd
2013-08-22convert svtools/source/urlobj/* from String to OUStringNoel Grandin
Change-Id: I1fdf450d598746f89688bdd7c41483b0f4d86152
2013-08-22convert svtools/source/brwbox/datwin.hxx from String to OUStringNoel Grandin
Change-Id: I6fe337f7bce4edcd7e9b2225bfe0b3e952ae010e
2013-08-22convert svtools/source/contnr/contentenumation.hxx from String to OUStringNoel Grandin
Change-Id: I1cdf67cd31ae65543bd27ce5cfc195daf12d0fc2
2013-08-22convert svtools/source/contnr/imivctl.hxx from String to OUStringNoel Grandin
Change-Id: Ieac230b495c84b58362e176bf934afea0c391476
2013-08-22convert svtools/source/contnr/templwin.hxx from String to OUStringNoel Grandin
Change-Id: I74bccb1833f4353f5c1e629357d59f70fab7bf5e
2013-08-22convert svtools/source/control/toolbarmenuimp.hxx from String to OUStringNoel Grandin
Change-Id: If4a61b5d9f24c7dd7d815540d40c13e1d784d574
2013-08-22convert svtools/source/filter/exportdialog.hxx from String to OUStringNoel Grandin
Change-Id: Ideafa9103c2d1317257e37315ff53aa9b9054c17
2013-08-22convert include/svtools/htmlout.hxx from String to OUStringNoel Grandin
Change-Id: I2fcc3335945202672a5f8ab36ae6bdb395e83476
2013-08-22convert include/svtools/htmltokn.h from String to OUStringNoel Grandin
Change-Id: Idf7401e67fda69655860e7eb3d5c740d77d9e086
2013-08-22convert include/svtools/treelistbox.hxx from String to OUStringNoel Grandin
Change-Id: Ie0416511fd91a523778a312685d3b438118a0c52
2013-08-22convert include/svtools/QueryFolderName.hxx from String to OUStringNoel Grandin
Change-Id: Iec274c35c3ce4f1f9d5f17bd5562b52b788595d4
2013-08-22convert include/svtools/addresstemplate.hxx from String to OUStringNoel Grandin
and make the local field protected->private, because nothing else needs to access them. Change-Id: I4411b98cacb06f3e80a7ab2108917b497dc63625
2013-08-22convert include/svtools/brwbox.hxx from String to OUStringNoel Grandin
Change-Id: I21bfd9ff242318a0cb5b589df9f59a20fc5c3730
2013-08-22convert include/svtools/calendar.hxx from String to OUStringNoel Grandin
Change-Id: I69db7527f915badb26d7162305521a81d65b3599
2013-08-22convert include/svtools/ctrl*.hxx from String to OUStringNoel Grandin
Change-Id: I86b78137f02a11c5a2c34930b19cef22acd7ac69