summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2013-02-12fdo#46808, script::DocumentDialogLibraryContainer needed a new constructorNoel Grandin
Change-Id: I44184dc45150e9b3b8ca4b838ea88ad260578b93
2013-02-12fdo#46808, script::DocumentScriptLibraryContainer needed a new constructorNoel Grandin
Change-Id: I9a657cf3fd7715b4890257e1aa4d97d0cf79cecc
2013-02-12fdo#46808, Adapt ui::dialogs::FilePicker UNO service to new styleNoel Grandin
Change-Id: I1cafbfc53994e5d74241042dbd1d292ddbda67d5
2013-02-12fdo#46808, Adapt linguistic2::DictionaryList UNO service to new styleNoel Grandin
Change-Id: Iaf81a38063411b8a003b78f7eb7d6aab6c9df292
2013-02-12fdo#46808, convert xmloff module code to use XComponentContextNoel Grandin
with lots of repurcussions in other modules Change-Id: I6982671eecc701b06cf85d93533e1fe618044fea
2013-02-12fdo#46808, Adapt document::XMLOasisBasicImporter UNO service to new styleNoel Grandin
Change-Id: Ic494847cf56c7661474d2a096dccc675780c9ce1
2013-02-12fdo#46808, Adapt animations::SequenceTimeContainer UNO service to new styleNoel Grandin
The service already existed, it just did not have an IDL file Change-Id: I9698830f9c01936a12669ee950e2b231f303c2f8
2013-02-12fdo#46808, convert i18n::OrdinalSuffix to new-styleNoel Grandin
Change-Id: I62d0d3455d81bf9a2ea485b74faa5f1ecd417d87
2013-02-12fdo#46808, convert i18n::InputSequenceChecker to new-styleNoel Grandin
Change-Id: I29678d74ae3c6dc38d3d09e2cf4a0d4f28f789a1
2013-02-12Templates Manager: if the title can't be edited, don't update it in UICédric Bosdonnat
Conflicts: sfx2/inc/sfx2/templatelocalview.hxx sfx2/source/control/templatelocalview.cxx sfx2/source/control/templateview.cxx Change-Id: Id16431fb3517c831a5e81ff72fafaa8569f99ef1
2013-02-12don't duplicate code for msvc and gccDavid Ostrovsky
Change-Id: I65f33f31fb31ad5b2373bbc08865ca5b358d7ce0
2013-02-12remove Basque autotext files, they were in EnglishAndras Timar
Change-Id: I01d30f2cc714e0b2e283e738abd7955919c070d2
2013-02-12WaE: anonymous type with no linkage used to declare variable with linkageTor Lillqvist
Let's just use old-fashioned (?) "static" linkage instead then for this variable if the anonymous namespace thing confuses some compilers. Change-Id: Ibf0105f9c87502b067219f119304b6fa5003b443