summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-02-12Some cppcheck cleaningJulien Nabet
Change-Id: I8609949377181f8edb30ac07b2791cfcd079fc7d
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida
Change-Id: If255802082890e1b1b4c5197a791fa79a011773e
2013-02-12fdo#60668: filter out fieldmark chars from Index entries:Michael Stahl
SwTxtNode::GetExpandTxt must filter out all dummy characters used to represent fields, footnotes, field marks, etc. Change-Id: Ie5ae2a82da9a6618bb451efabfd38769c495cc93
2013-02-12Remove excessive inclusion of cell.hxx from other headers.Kohei Yoshida
In favor of forward delaration and/or inclusion of more specialized headers. Change-Id: I75f727cc50228b8958b60173ce14e5ce1fb7e6f7
2013-02-12Updated coreAndras Timar
Project: help a5cae6c3e83ddae0b26fac30cf95378d2a5882a3
2013-02-12Add prefix 'm' for ScEditCell's data members.Kohei Yoshida
Since I'm modifying the header.... Change-Id: I7cb44335a46dbc185e1a717304c221e5bb6fcb3c
2013-02-12Made similar change to SetData() of ScEditCell.Kohei Yoshida
Change-Id: Ie1475eb19a4ad41e5eac1ca00419a1af5c207b12
2013-02-12Go through all ScEditCell instantiations and fix memory leaks.Kohei Yoshida
Changed the signature of the constructor (one that clones the text object) to take a reference instead of a pointer, to smoke out the callers that use this constructor. Went through all its callers and made changes to either 1) pass ownership to the cell instance (if the text object uses the SfxItemPool instance returned from ScDocument::GetEditPool()), or 2) pass as const reference to make it clear that the instance will get cloned. Change-Id: I669e066d4739536bf8d3b356186503dcdfa303b0
2013-02-12Avoid unnecessary cloning of text object when instantiating ScEditCell.Kohei Yoshida
This alone cuts about 3 seconds off of the total import time with the test document from fdo#54638. Change-Id: I3be3229532b9e982f03565fd3fb630f70f2bce03
2013-02-12Updated coreAndras Timar
Project: help 0ba3d9a4202cd6418c4007a89e8c5fa73f0c9f05
2013-02-12Fix typo to make --enable-online-update build again.Jan Holesovsky
2013-02-12cui: kill RTL_CONSTASCII_USTRINGPARAM in macrosMiklos Vajna
Change-Id: I4d6b7760f9c6901c5c42070bedc8fbbec79215d0
2013-02-12SwFrmDlg: initial gradient background UIMiklos Vajna
Change-Id: I7d8612d6b2d3eb2262ed148153a0c249bcb36599
2013-02-12Simplify thisJulien Nabet
Change-Id: I341f4a74062e78f6a4d23ca24d635c6a95fb90cb
2013-02-12It's better to use fclose on a not null handleJulien Nabet
Change-Id: I609270e269a0905818d6a2b4f44cb9a034099346
2013-02-12Fix member variables not initialized in constructorJulien Nabet
Change-Id: I17275e7e17f76da967d2fa798f5ee88b50fd6d72 Reviewed-on: https://gerrit.libreoffice.org/2121 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-02-12Use the remote control same service name on Windows, tooTor Lillqvist
Change-Id: I45ecc4a745722cc6bf1f5017429a3e532200bf03
2013-02-12CMIS: proxy was setin to ":-1" is no proxy is defined in the UICédric Bosdonnat
Don't output the port number if that one is not valid.
2013-02-12Some cppcheck cleaningJulien Nabet
Change-Id: I74ff9d8d116ebfe9ebc302c79a3763eda9c1250f
2013-02-12Fix duplicate conditionsJulien Nabet
It was like this since initial commit in 2000-09-18 Change-Id: I83c73fcd4ec564770502f00c6301d5e405dc6c62
2013-02-13sal_Bool to boolTakeshi Abe
Change-Id: I248912310658aec789f89f9dba0821b7ec86163d
2013-02-12Undefined UpdateRequiredDialog::selectEntryStephan Bergmann
Change-Id: I7319b4bc276a38cf94aa90934529835ac38f57fa
2013-02-12Clean up EXTENSION_LISTBOX_ENTRY_NOTFOUNDStephan Bergmann
Change-Id: Ie491835b854bf59694a20c4f94e2333b72142d08
2013-02-12fdo#60092: fix STL regression in SwInsertDBColAutoPilot::DataToDocMichael Stahl
(regression from f7d681dc34e60eb8532403079d007ca1250f4941) Change-Id: Ida92854efe6ddffffb8fe10e5ef1f42c53747f40
2013-02-12Some cppcheck cleaningJulien Nabet
Change-Id: Idb380dbb7470dbdb371778ba0c486392cc55380e
2013-02-12Remove commented linesJulien Nabet
Change-Id: Iaf07d9f4bc0a133c1127d93bf635b6653fe1479a
2013-02-12Use a more descriptive name for the Impress Remote Control Bluetooth serviceTor Lillqvist
No point in using a generic "Serial Port" name, or describe it as a "COM Port" (eek). The remote control app doesn't check what the service name is anyway. (It probably should?) Change-Id: I6098110e8c4f62e20c38cf7e6b2071f00dd00515
2013-02-12fix ambiguous base-class problemNoel Grandin
Change-Id: I7cf34ceebc656e0ca507521bfdaaf8beac67644c
2013-02-12sdremote - fully annotate bluetooth SDP record.Michael Meeks
Change-Id: I3ddfb3e3f93782556ec7fd7a16afbb294d17c013
2013-02-12fix unused parameter warningNoel Grandin
Change-Id: I8acec495df9ef9cd077ca36bde3fac07a3586b8c
2013-02-12Tell what 00001101-0000-1000-8000-00805F9B34FB isTor Lillqvist
Fun that we have to reverse engineer and document magic numbers in our own code. Code written less than a year ago. Change-Id: I02b7697e7e02b85c8df78acda8f943c9b0628359
2013-02-12use a typedef to reduce code duplicationNoel Grandin
Change-Id: I915b88ad0683cecaf2018a529fb904753a4f27c0
2013-02-12Fix compilation of MS-Windows FilePickerNoel Grandin
...broken by 4b51374a7021d52f7f1be1861e2ee6a011b30ecd "fdo#46808, Adapt ui::dialogs::FilePicker UNO service to new style." Change-Id: Ie57b08ea16c9f8e350177c050a6d9ff952fd7332
2013-02-12Fix compilation of MacOS FilePickerNoel Grandin
...broken by 4b51374a7021d52f7f1be1861e2ee6a011b30ecd "fdo#46808, Adapt ui::dialogs::FilePicker UNO service to new style." Also remove unused field while we're there. Change-Id: If7e2057b9383edf4ee2fa581df984dea0e04e430
2013-02-12sdremote - cleanup and annotate bluetooth SDP record.Michael Meeks
Change-Id: Ie6c3d12387cececce4e169482659cbcbbcfd0975
2013-02-12Some cppcheck cleaningJulien Nabet
Change-Id: I65b2b9b0001843b2153d228b994f08f5b5565880
2013-02-12Fix Variable 'TimeBuffer' is not assigned a valueJulien Nabet
See http://nabble.documentfoundation.org/Cppcheck-TimeBuffer-is-not-assigned-a-value-in-basic-module-td4036591.html Change-Id: I2d67cecf3530301d49c43bbe397c5e975b2816b0
2013-02-12remove executable bit on .cxx filesLuboš Luňák
2013-02-12More setup_native fixes for --enable-epm Linux/RPM post gbuild'ificationStephan Bergmann
Change-Id: I27e0e68ebc27dd89c254793e670d0bf5f48fe57e
2013-02-12Updated coreCaolán McNamara
Project: help 5ef75efe29dca279f89c456533541145470860db
2013-02-12Adapt odk to new css.cui.ColorPickerStephan Bergmann
Change-Id: Iad9c496dfcdf97ec53f587cfa9d92bc48bc7c0a8
2013-02-12Fix compilation of kde/kde4Stephan Bergmann
...broken by 4b51374a7021d52f7f1be1861e2ee6a011b30ecd "fdo#46808, Adapt ui::dialogs::FilePicker UNO service to new style." Change-Id: I5fa8130507222b8588c15bdb9efd86daba7c0f38
2013-02-12fix cross compiling with icu 50.1.2David Ostrovsky
Change-Id: Ib112a2d3f9a75890591137a78b46be982b7d43df Reviewed-on: https://gerrit.libreoffice.org/2112 Reviewed-by: Joren De Cuyper <joren.libreoffice@telenet.be> Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2013-02-12A missing getuid.so is not fatalStephan Bergmann
...all the places that would LD_PRELOAD it check for it being set anyway. Change-Id: I7937771e635654ae370e4f57ea9fa783ae7dad7f
2013-02-12call_sum has only one parameterStephan Bergmann
Change-Id: Ib8925506c3ea08f2166483b9e902484ef8dd60f6
2013-02-12fdo#46808, use constructor for datatransfer::DataFormatTranslatorNoel Grandin
Change-Id: I68fd87ae71f764099b00b05a29cf5194d24da58d
2013-02-12fdo#46808, use constructor for datatransfer::MimeContentTypeFactoryNoel Grandin
Change-Id: I576a472e22ad0e3798f4b34d808ac320f13d3e6d
2013-02-12fdo#46808, convert some code to XComponentContextNoel Grandin
Change-Id: I627e0270fc9d4e5b84ae99320445d28648b7654c
2013-02-12fdo#46808, Adapt cui::ColorPicker UNO service to new styleNoel Grandin
The service already existed, it just did not have an IDL file Change-Id: I7a43b3f8c1299afde3a613dc7ec1c522c4b7a057
2013-02-12fdo#46808, convert some svtools code to XComponentContextNoel Grandin
Change-Id: Icf939095f130e684db88a8563c56f4eb1e6079bc