summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-09-11FILELIST_DIR: gb_INSTROOT already cont. LibreOffice.app/Contents on OS XStephan Bergmann
Change-Id: I2753079ff532642c8fb1b43f02211197cdb2702a
2013-09-11Consistency (though FILELIST_DIR = gid_Dir_Bundle_Contents on MACOSX anyway)Stephan Bergmann
Change-Id: Ifd2373ffa819d63591d234df18adf5f9a34c50bb
2013-09-11Get Mac OS X libjava_uno.jnilib -> libjava_uno.dylib symlink into instdirStephan Bergmann
...not exactly a nice way to do it, though. Plus, further missing instdir .jnilibs are LibreOffice.app/Contents/MacOS/libhsqldb.jnilib -> libhsqldb.dylib and LibreOffice.app/Contents/ure-link/lib/libjpipe.jnilib (which should not be a symlink but should replace the corresponding libjpipe.dylib completely). Change-Id: I5505704fc52da42e40c8b27185450d3fec8a864d
2013-09-11Improve debug outputStephan Bergmann
Change-Id: Ic7fee2d0ca95279d9809161a7f39480727b070e3
2013-09-11DOCX import: fix default section break type inside multiple columnsMiklos Vajna
Change-Id: I7c44a2bdb69563953d3257b435aeed5bae50f7b2
2013-09-11let us use the standard library instead of an own pow functionMarkus Mohrhard
Change-Id: Ib1c28fbb5d34409a42b7ea594cde9c1c1cdccdd8
2013-09-11typo fix: wether -> whetherAndras Timar
Change-Id: Iad4182d7150f851df06a7208a811d482351f736a
2013-09-11rework search/replace dialog to be shorter but widerCaolán McNamara
Change-Id: I1c452a8ae475795f0b1953cb0c709af15eceb716
2013-09-11Do the same with orcus filter interface implementation.Kohei Yoshida
Change-Id: I5d457486e2b73e0c92e90ea05558887d3e6f6a3b
2013-09-11-Werror,-WformatStephan Bergmann
Change-Id: Iae7da0146c670d77a4bdc2431a55c901318eef8d
2013-09-11Info.plist et al were no longer found when creating a .dmgStephan Bergmann
Change-Id: I898fd9e3ada84a52bd6305314f8b80db0254b3fc
2013-09-11It's plain "soffice" on Mac OS X nowStephan Bergmann
...since 07ec7b1c2ad558b5835ba6cfd69a6e69ebfd9bfe "soffice.bin is named soffice on Mac OS X." Change-Id: I4a4e64565dc4f3553648bf96ef43b558f757c852
2013-09-11added "Serbian Latin" ; LANGUAGE_SERBIAN_LATIN_NEUTRAL for 'sr-Latn'Eike Rathke
Change-Id: I1260fbd90f7eefc25d86d52707856dd40dbc9306
2013-09-11sal: fdo#39625 Make existing cppunittests workJelle van der Waa
Change-Id: I6bd34f0deaf246bc5898532377d996fcefc88cbc Reviewed-on: https://gerrit.libreoffice.org/5906 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-09-11Related: fdo#38838 Remove String::SearchChar()Thomas Arnhold
Change-Id: Ide40e0ef91aec04c2ae274aaf2a957dd5064854c Reviewed-on: https://gerrit.libreoffice.org/5894 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-09-11#i123198# catch and ignore uno exceptions in ↵Herbert Dürr
sfx2::sidebar::TabBar::Item::HandleClick() Patch by: Herbert Duerr Scenario found by: Thorsten Wagner (cherry picked from commit 1a078f3584e8a288c0ec33f176638406423ade63)
2013-09-11CID#736213 clip nLevel to legal boundsCaolán McNamara
Change-Id: I805425885ea86fdaf658d89f955a47769782c0cd
2013-09-11Prevent crash: pNode->GetWrongList() can return NULLTomaž Vajngerl
Change-Id: If3363271f72dae7581ac41542f890eaebed38e6c
2013-09-11tweak README for Linux a bitMichael Stahl
Change-Id: I60769987b1e81cbef0e78662af781309c0b9aaca
2013-09-11remove comment about removed multi-repository supportMichael Stahl
Change-Id: I67e9caa794ec5b55a7e7ab897c331008a675a2ac
2013-09-11Fix previous fixStephan Bergmann
Change-Id: I2ebee47dca633f6dab511e4dcef42bc799f1864f
2013-09-11Fix pythonloader.uno ini-file contentStephan Bergmann
cf. scp2/source/python/profileitem_python.scp) Change-Id: I49316ae078e56a961128bf59206843d0d616786e
2013-09-11String cleanupRicardo Montania
Conflicts: cui/source/tabpages/backgrnd.cxx editeng/source/items/frmitems.cxx editeng/source/items/numitem.cxx include/editeng/brushitem.hxx include/svx/xoutbmp.hxx sc/source/filter/html/htmlexp.cxx sc/source/filter/html/htmlexp2.cxx svx/source/core/extedit.cxx svx/source/core/graphichelper.cxx svx/source/sidebar/nbdtmg.cxx sw/source/ui/shells/txtnum.cxx Change-Id: I1f548a01574a18e3f3a402ee491358fa36b349e7 Reviewed-on: https://gerrit.libreoffice.org/5907 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-09-11single arg String::Erase erases to end of stringCaolán McNamara
Change-Id: Ifc77b9d0b83a784ec4e4659b83fe8356e54e279f
2013-09-11CID#736212 clip word 2 pap boundsCaolán McNamara
and add a unit test for the word 2..5 formats Change-Id: I6c7c26be6092acbb81282080de6c393d92ad5dd4
2013-09-11Put every UNOIDL entity into an .idl file of its ownStephan Bergmann
...so that future type manager mechanisms to access entities directly from .idl files can work. Generation of C++ headers for XDrawings and XLineObjects was also (inadvertently?) missing. Change-Id: I1a1a9cc39302eede2143742e03838a83d1e3a948
2013-09-11Set gb_INSTROOT and gb_DEVINSTALLROOT here, tooTor Lillqvist
Change-Id: I6831d9436dfb24ae42e124676cf283aae075be7e
2013-09-11More files are no longer in OUTDIR, only in INSTDIRTor Lillqvist
Change-Id: Ide6654cbc378621a41a4a207978a4f42bc44d3e3
2013-09-11fix windows build after my OUString changeNoel Grandin
std::max on windows doesn't like mixing int and sal_Int32 Change-Id: I0ad74f72d48a4bc7fea2d7d8a57e3d2f0b7d7bca
2013-09-11Put Mac OS X program -> MacOS symlink into instdirStephan Bergmann
Change-Id: Ie3a9546afa4faf07e1f69a59347ff1e15f8a9cb6
2013-09-11convert linguistic/source/*.cxx from String to OUStringNoel Grandin
Change-Id: I6f278d4b1a0eccf3757e1a7add6324402a09dfed
2013-09-11convert linguistic/source/convdic.hxx from String to OUStringNoel Grandin
Change-Id: Id4dc56902722ea139e06e727a7090b9b10e3b347
2013-09-11convert linguistic/source/dlistimp.hxx from String to OUStringNoel Grandin
Change-Id: I6928f59bba5e744957f2b2aae34d2d057c147985
2013-09-11convert linguistic/source/hhconvdic.hxx from String to OUStringNoel Grandin
Change-Id: I6ab2fd0d66410f8e10ec4228d7261358c1d0afe2
2013-09-11convert linguistic/source/lngsvcmgr.hxx from String to OUStringNoel Grandin
Change-Id: If9fd76687e1e361a6b29fe206edffd67a16cbb7f
2013-09-11convert include/linguistic/misc.hxx from String to OUStringNoel Grandin
Change-Id: I454c577d7b6c0994046de9cba076e6478a4ce309
2013-09-11convert include/svl/urlbmk.hxx from String to OUStringNoel Grandin
Change-Id: I68d54bf9f351130d0eab14c36b004ffbbb3185bc
2013-09-11convert some XubString to OUString in editengNoel Grandin
Change-Id: I49b9a4e148510d68807fbb720a8c32d542853f8b
2013-09-11whack unused define REDUCEDSVXFONTNoel Grandin
Change-Id: Id7be6b903a6acd526fa2cecd18347f40b9b4457d
2013-09-11convert various bits in editeng from String to OUStringNoel Grandin
Change-Id: If8b0da1e6b6e3f1f0a0f4946c7741fd5aec66aa6
2013-09-11convert editeng/source/editeng/*.cxx from String to OUStringNoel Grandin
Change-Id: I4063b427f050de0a179e6436fb647614bacd704c
2013-09-11convert ContentNode in editeng/source/editeng/editdoc.hxx to OUStringNoel Grandin
Change-Id: Ifea43a3c38c141bc0586af2f95f27db95a12ffbb
2013-09-11convert editeng/source/misc/*.cxx from String to OUStringNoel Grandin
Change-Id: I9ed5ec9430abcf8d3794e7baa6532e0f8449046d
2013-09-11convert editeng/source/items/*.cxx from String to OUStringNoel Grandin
Change-Id: I981311701ce6f7f4571c098c9f48e51288a1608a
2013-09-11convert editeng/source/uno/*.cxx from String to OUStringNoel Grandin
Change-Id: If709d2ce0aea90133b2b243bb9ecb77d64ca065b
2013-09-11convert editeng/source/editeng/editdoc.hxx from String to OUStringNoel Grandin
Change-Id: Ic329f4c218a6ee49b3e223b38a092fe368c5f0fa
2013-09-11convert editeng/source/editeng/editobj2.hxx from String to OUStringNoel Grandin
Change-Id: I12c71720c467d9afca5802b01db55401746f54bd
2013-09-11convert editeng/source/editeng/editundo.hxx from String to OUStringNoel Grandin
Change-Id: Ie00d45230491776c441efd4f2c464a002129db43
2013-09-11convert editeng/source/editeng/eehtml.hxx from String to OUStringNoel Grandin
Change-Id: I66475e324d4ce1ea3e349122eb55f67609a3905b
2013-09-11convert editeng/source/editeng/eeobj.hxx from String to OUStringNoel Grandin
Change-Id: Ie311cec1af5461d00ac7a620c7bda5cd00f03f55