summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-10-24Resolves: fdo#70571 don't crash when clicking link in tocCaolán McNamara
when link is in a toc, and Cursor in protected areas is disabled, causing the cursor to leap before the toc before trying to see what's under the cursor in order to jump to it Change-Id: Iaf348e3621df02628b4d2ac8c1165df7082237ed
2013-10-24WaE: declaration shadows a fieldTor Lillqvist
Change-Id: I37a5edbc578a71cb7eba29c3191cfa36e90ca022
2013-10-24Use static_cast instead of C-style castTor Lillqvist
Makes it more obvious to the code reader that nothing wrong is going on (or the compiler would have complained). Change-Id: I2ab420ffeb71f5c0b68e1b7db039cb9cde6af801
2013-10-24Bin a few pointless commentsTor Lillqvist
Change-Id: Ia8a47bcd07cf10302b5cf6f550627e5c7cd1d9f6
2013-10-24The icu, xml2 and libxslt libs movedTor Lillqvist
Change-Id: I202ab418d2cf0d4f0f9d7786fec837dd76abd7b5
2013-10-24is this the foo we need now to download automaticallyCaolán McNamara
Change-Id: I156c2a2d645c140bfd716f41d8c81c0656ceee56
2013-10-24remove useless commented codeLaurent Godard
Change-Id: I8f26c75ac6d95f584e649fb7acf637394129ba44 Reviewed-on: https://gerrit.libreoffice.org/6414 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2013-10-24added links to the image in tiled renderingPtyl Dragon
Change-Id: Ic9d972fd67123e3ab04f023806f7f96c89a883a7
2013-10-24tiledrendering extracts values when clicking renderPtyl Dragon
Change-Id: I4b350dc6c796bb1af0740917e17ac79b2a259a0a
2013-10-24added callback for renderPtyl Dragon
Change-Id: I56f47926eeff6ab57903c8eedf6528465fc41c9e
2013-10-24Resolves: #i120879# import "Microsoft Word TOC bookmarks" as...Oliver-Rainer Wittmann
cross reference bookmarks and suppress the import of unreferenced ones. Review by: zhengfan (cherry picked from commit e3a34e95823105fda68fd29a4ded22a9d52523fb) Conflicts: sw/source/core/crsr/crossrefbookmark.cxx sw/source/core/inc/crossrefbookmark.hxx sw/source/filter/inc/fltshell.hxx sw/source/filter/ww1/fltshell.cxx sw/source/filter/ww8/ww8par.cxx sw/source/filter/ww8/ww8par.hxx sw/source/filter/ww8/ww8par5.cxx Change-Id: I5898cbd33c9a17b9517040e19ca8eda4355a1eac also remove symbol-visibility problems in IDocumentMarkAccess.hxx (cherry picked from commit de9ea83df087ba3f8e614a69e8b18403d54b9589) Conflicts: sw/inc/IDocumentMarkAccess.hxx Change-Id: I2f51cc4412525c6e62d120df5c7fe1c223e35972
2013-10-24Set carlito/calibri caladea/cambria as MSOffice export replacementsCaolán McNamara
so when we save one of our files that uses the chromium fonts to e.g. .doc we can set the in-file recommended fallback font to the MS equivalents to tell MSOffice what to use. Change-Id: Ia04022c91a7c43729ef315011addf33c316619ee
2013-10-24bundle Carlito and CaladeaCaolán McNamara
Change-Id: Ibb68ad33764bcbab88e68c35805a00287177a5c8
2013-10-24fdo#67725 unoidl::AggregatingCursor must wrap modules for aggregation, tooStephan Bergmann
Otherwise cppuhelper::TypeManager::createTypeDescriptionEnumeration, sitting on top such an AggregatingCursor, will miss any entities from provider P' in module M if any previous provider P contains the same module M. That happened when climaker generates cli_oootypes.dll, where the enumeration missed everything from offapi in top-level module "com" because it had already seen udkapi's "com", and only reported the handful of entities under offapi's other top-level module "org" (which does not appear in udkapi). Change-Id: If538391bde22bcc346417b5988cf12023f0d4172
2013-10-24cppunit: remove ExternalPackageMichael Stahl
The DllPlugInTester executable is apparently unused. Change-Id: I1d26aebe8aa67b037438bd21bb00496804c41125
2013-10-24librelogo: fix blinking LABELLászló Németh
Change-Id: I807dda255b741996480116fab22377b39bf963b4
2013-10-24fixed build breaker SerbianEike Rathke
Change-Id: I5d8e0bc2c62f13d14f1be32786be8aec243c134a
2013-10-24added list of "Neither defined nor reserved" for referenceEike Rathke
Change-Id: I79402ca5c0804912198b9d78471b1608b2170e04
2013-10-24fixed build breaker MongolianEike Rathke
Change-Id: I5100d44ceea79c4b47d2dd5bda5066c5003313a1
2013-10-24added/checked/aligned MS-LangIDs and mappings from new MS-LCID.pdfEike Rathke
... found at http://msdn.microsoft.com/library/cc233965.aspx (the 5th or 6th place I'm aware of where MS defines LCIDs, all different ...) * a bunch of new definitions up to Windows 8.1 * lots of cross-checks done with SIL, Ethnologue, ... Change-Id: Ifae8e676558c6712fe752856acca600d05d0a63f
2013-10-24adapt to new IsoLanguageCountryEntry structEike Rathke
IsoLanguageScriptCountryEntry and Bcp47CountryEntry are still missing. Change-Id: Ie22c6031a6bf8598ee71f4720b4d4b9d5bac97d4
2013-10-24LANGUAGE_USER_YIDDISH_US ought to be 0x803D instead of 0x083DEike Rathke
Change-Id: Idbb6837802ee6f12e95914283a5eb5d61982f4f8
2013-10-24gbuild: gb_Helper_extend_ld_path was rather broken...Michael Stahl
Change-Id: I03b2d8590fada4709f2223dcd05760bf2fddb196
2013-10-24un-break lpsolve for MSCMichael Stahl
Change-Id: Iccf8f5572530412ef72f802e968778826a73d886
2013-10-24gbuild: try to un-break cppunit tests on MACOSX and WNTMichael Stahl
Change-Id: I174c113dcaf31a09026d6620e8183b756396c4f1
2013-10-24extensions: crude hack for mysterious cairo link failureMichael Stahl
Why is /usr/lib64/libpixman-1.so not found automatically? Change-Id: Ide3929b53d130aee44ff6b01dcf2f7491a61a09b
2013-10-24redland: unbreak this for MSCMichael Stahl
Change-Id: Ifb1e841ed342103651e7d34d9bb47563c4015b23
2013-10-23When failing, we need to return an invalid address.Kohei Yoshida
ScAddress() gets initialized to a valid address of col=0,row=0,tab=0. Change-Id: I9f12b4b2329e2c9907b9c8113371d963fc06f442
2013-10-23Cell note deletion should happen even when no cells exist in the column.Kohei Yoshida
This fixes one of the API test breakages. Change-Id: I8168d490ec5d519e151a74fb8c4343337262f15b
2013-10-23Bail out on first hit. No need to go through the whole set.Kohei Yoshida
Change-Id: I044432a1d4e63f49731c24e4eb62525386818620
2013-10-24remove pointless use_librariesMichael Stahl
Change-Id: I5cf4170867fe40a59f5809c466c0be2255c151d2
2013-10-24fix curl for MSCMichael Stahl
Change-Id: I61316f0912e4d70c0a28bfa055c07018c39a6b10
2013-10-24cppunit: use libraries from WORKDIRMichael Stahl
Change-Id: I5ce895e6cadc874a3464e6109dfbedd785dbac77
2013-10-24curl: use libraries from WORKDIRMichael Stahl
Change-Id: Ib4a3aef1ff1d42270e737659b3f663260d3f1175
2013-10-24curl: libcurl.so.4 goes into instset, not libcurl.so!Michael Stahl
Currently we ship a libucpftp1.so with NEEDED libcurl.so.4 but that file is not actually in the instset, just a libcurl.so with SONAME libcurl.so.4. (regression in LO 4.0.0) Change-Id: I3a194c83c408587dd83ed4c690aa381664040c6f
2013-10-24lcms2: use libraries from WORKDIRMichael Stahl
Change-Id: Ieddc80d510884eeb6f64325f9dfbb34f1d3fb0b5
2013-10-24lpsolve: use libraries from WORKDIRMichael Stahl
Change-Id: I9b0aba0050d73287887de2d7d2376d9aa6303150
2013-10-24cairo: use libraries from WORKDIRMichael Stahl
Change-Id: Ieb28a48c5fe3b0d89261ff790ecc9db2b5bbf21c
2013-10-24redland: use libraries from WORKDIRMichael Stahl
Change-Id: Ief9a38cbef7552e94ce4ad01fa363a29654bdf9e
2013-10-24Enforce avoiding looking for non-existent system dicts on OS X and WindowsTor Lillqvist
It is totally pointless to look for "system" /usr/share/myspell, hyphen and mythes dictionaries on systems where they don't exist. Use only bundled dictionaries. (For OS X, we have code to use a system-specific spell checking API.) Change-Id: I13aed7225d003e608f61de95671feb2e50b26c25
2013-10-23fixincludeguards.sh: chart2Thomas Arnhold
Change-Id: I166e054926fb975949b3021cbc43b25a222f6198
2013-10-23remove unused header file: servicenames_charttypes.hxxThomas Arnhold
All definitions are unused. Here's the right file: chart2/source/inc/servicenames_charttypes.hxx Change-Id: I61e8e36e0ce7a318e1fbb2a3a2bf92e2d972c1c4
2013-10-23fixincludeguards.sh: sdThomas Arnhold
Change-Id: Ic831838b377656015d645eec9d439424378e08af
2013-10-23fixincludeguards.sh: filterThomas Arnhold
Change-Id: Ifdb49a0fd5f658056b14b7c2f4e323dd38b412e6
2013-10-23clean up messed up filterdetect.hxxThomas Arnhold
Change-Id: Ib8c7c8a560e2f567df9e4a0ba7dc6b05d9e9e66b
2013-10-23fixincludeguards.sh: ooxThomas Arnhold
Change-Id: Ibc1fb5c149461d6030749a974c6d37aa11ad0e16
2013-10-23mark as copy and pasteThomas Arnhold
Change-Id: I315e6d2d75ec15655f0c926339b5af0e50a1190f
2013-10-23fixincludeguards.sh: vbahelperThomas Arnhold
Change-Id: Ib744fe11590c3c03b55606fa9746cd7ed522ab2f
2013-10-23fixincludeguards.sh: xmloffThomas Arnhold
Change-Id: I0e7d9daac1ad88fad8d240373e91ef323966bb47
2013-10-23be verbose about which guard definition is problematicThomas Arnhold
Change-Id: I883acce26266b304e83bf898f86da12549a112e5