summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-09-09String to OUstringMatteo Casalin4-25/+24
Change-Id: I98f2e16f1e679cb2c01984ed34dc4efb254c918d Reviewed-on: https://gerrit.libreoffice.org/5876 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-09-09String to OUStringMatteo Casalin2-82/+76
Change-Id: I0adbe625400f71eb8cb21d0b36a117c708348a20 Reviewed-on: https://gerrit.libreoffice.org/5875 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-09-09callcatcher: update unused codeCaolán McNamara19-165/+6
Change-Id: I76825425ff084d3fb1e331fb7ff13b097744c208 Reviewed-on: https://gerrit.libreoffice.org/5882 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-09-09fdo#68291 RTF paste: don't set PageDescName during pasteMiklos Vajna5-1/+32
In general, paste should not deal with page styles. In this case, it even caused an additional page break. Change-Id: Ia7c5a9ad844821b6622babfbd94469ec3c04cf0a
2013-09-09OSL_ENSURE -> SAL_WARN_IFThomas Arnhold7-63/+62
Change-Id: I2807797c6906ae5aaa8aabf7298df5fd8604e96a
2013-09-09Use consistent calling convention: SAL_CALLTor Lillqvist1-2/+2
Fixes error C2695: 'VLC::EventHandler::run': overriding virtual function differs from 'osl::Thread::run' only by calling convention. Change-Id: Ie6c9bd9a2f5e6830dc70ded29839cd5b4b4b0445
2013-09-09Math: OSL_FAIL -> SAL_WARNThomas Arnhold17-121/+106
And some cleanup. Change-Id: I2e5239a6f7d0dca5855b80752deae6be27c21af6
2013-09-09Math: Clear up the purpose of both listsThomas Arnhold1-0/+4
Change-Id: Ic19148fbcff40fae6b06e21cae26f0bce0dde5fc
2013-09-09Stop transition preview if "No transition" is selected.Andrzej J.R. Hunt2-2/+15
Currently a transition preview continues playing until it either completes, a different transition is selected (in which case the new preview starts) or the user clicks on the preview. However when "No transition" is selected whilst a preview is still playing then the prveview continues to play. This will also be useful for fdo#36946 which would introduce categories into the list which themselves aren't valid transitions, therefore we would want to stop any previews on progress when selecting a non-transition in the list. Change-Id: I708fcc017a94173c91cb45bef18255f97debfd57
2013-09-08We still need to manually get the matrix cell to start listening.Kohei Yoshida1-0/+4
Change-Id: Iadf00c3419b977e979b893b52439758c6ac14f01
2013-09-08Import matrix formulas from xlsx without using UNO API.Kohei Yoshida2-46/+16
Change-Id: Ic13d08ad3a827ede0db73d8ba78b9cfa82c662e9
2013-09-08Make data member names consistent.Kohei Yoshida2-25/+28
Change-Id: Icd949d84bb7a575b0e4adbe5c1c6f4d30e9b5213
2013-09-09One more case of explicit OUString construction needed for return statementTor Lillqvist1-1/+1
Change-Id: I577aa609179cdb83124b004ff9ef5aa2123e1e5b
2013-09-09Try to keep older(?) gcc versions happyTor Lillqvist6-9/+9
Change-Id: Id563e644356a9265ded66cf08a711078c804ac84
2013-09-09Try to make the Gentoo tinderbox happy with explicit OUString() valuesTor Lillqvist3-3/+3
Change-Id: If73a84a09ad54072e1251ed2db8aacc307ff32d2
2013-09-09Seems an explicit destructor is neededTor Lillqvist2-0/+6
Otherwise it is unresolved in an optimising Clang build when linking libsc. Change-Id: I5f4d3facfe79793607396b83722ebd65ad8bb2ba
2013-09-09Bin some uses of the stupid DECLARE_ASCII macroTor Lillqvist28-112/+78
Change-Id: I076eef8069e848ec3cf9c69f1b489ad44586324e
2013-09-09Bin now unused U2B macroTor Lillqvist1-10/+0
Change-Id: Ic8f3b11fac527bfe8d6643be758c85bf53e496ef
2013-09-09Bin unused remains of framework's own "debug framework"Tor Lillqvist64-413/+0
Change-Id: I71937debf674ff11173d7d8fa5aa43dc12234ce6
2013-09-08Updated coreStanislav Horacek1-0/+0
Project: help 4ae80c49646df353bada547f4755593bf1a6b209 fdo#60875 add highlighting of protected cells Change-Id: Ifb21ce315b406fbd6260ea6ad766a9ffa6c2c9c9 Reviewed-on: https://gerrit.libreoffice.org/5874 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2013-09-09Fix non-debug buildTor Lillqvist2-25/+5
Change-Id: I5446c7fec62c1a934b1ffb21fefa1279b932ca09
2013-09-09Bin the fairly pointless LOG_REGISTRATION_GETFACTORYTor Lillqvist3-74/+0
Change-Id: Ia73eed753d1c4adc847a190449a18498710c8b40
2013-09-08Use SAL_INFO instead of framework's own "event logging"Tor Lillqvist4-124/+14
That "event logging" consisted of two macros, both used in a single place. Change-Id: I8faffd9756399f1902e52aa41968b71a964a4324
2013-09-08Use SAL_INFO instead of framework's own WRITE_LOGFILETor Lillqvist5-144/+23
Change-Id: Ieb1a45ca75c7a475d02535cd176396a0aeb68510
2013-09-08Use SAL_WARN_IF instead of framework's home-grown LOG_ASSERT(2)Tor Lillqvist30-555/+63
Also remove declarations for debug function that don't exist (have been removed (misguidedly?) as unused perhaps). Change-Id: I0bc3320c52b3d50dc851a07fdc30b593cc4856b1
2013-09-08Get rid of some pointless SAL_INFO callsTor Lillqvist2-25/+0
Change-Id: I451cacc550972a6a61e3e325936ce950bbf87475
2013-09-08Use SAL_INFO instead of framework's own LOG_WARNINGTor Lillqvist12-97/+41
Change-Id: Ief44fceaf03d2567f4aacd9ff74d361436e5e05b
2013-09-08Use SAL_INFO instead of framework's own LOG_EXCEPTIONTor Lillqvist2-20/+2
Change-Id: If1976d235f82267a85598d5d59d8ed332a39c792
2013-09-08Math: Further cleanup and realignmentThomas Arnhold5-269/+28
Change-Id: I8cf6265c02db03585aaa86e137e328317f995e4d
2013-09-08Math: Remove obsolete GetConversion()Thomas Arnhold2-115/+6
CONVERT_NONE is the default case, as SetConversion() gets never called. We dropped the support for legacy filetypes with 4.0 anyway. Change-Id: Ic49ae7b53497e8198c8b61eab0b0cdc120c2bdd7
2013-09-08String to OUStringThomas Arnhold1-5/+5
Change-Id: I24af8d00178d47a8c675b945d4d1291f0bfd0f11
2013-09-08fdo#57950: Remove some chained appends in vclJulien Nabet1-6/+2
Change-Id: Ib649e291d8be862edd98366cc6939cf6dc1e7158
2013-09-08convert add/rename entries dialogs to .uiCaolán McNamara10-107/+286
Change-Id: I40040a237763a0706177ba5c6c1a664a51b3ee07
2013-09-08fix emptyCaolán McNamara1-1/+1
Change-Id: Ib15a230d67a9af048106d82ed30fec64803a97ef
2013-09-08add mnemonic widgetsCaolán McNamara1-8/+3
Change-Id: I0ad5c2f5b5a8037612f339fcd5fb246bb526aaf0
2013-09-08Related: fdo#38838 drop String::EmptyString now as wellCaolán McNamara23-64/+52
Change-Id: I849dbf3a40189e700036249b15dd8bde493083b6
2013-09-08SwAddrDlg can now be converted to SfxSingleTabDialogCaolán McNamara2-18/+6
Change-Id: I7fb53193d52d6c04c34fce23aa1610ce1035493c
2013-09-08don't care if SfxNoLayoutSingleTabDialog or SfxSingleTabDialog hereCaolán McNamara1-1/+1
Change-Id: Ic269a729a59c8dedb29b1f54b7413d65259363c0
2013-09-08SwBackgroundDlg can now be converted to SfxSingleTabDialogCaolán McNamara2-25/+6
Change-Id: I6e15b914e022674e27a14023144fe7a3add0ed43
2013-09-08SvxJSearchOptionsDialog can now be converted to SfxSingleTabDialogCaolán McNamara2-9/+8
Change-Id: I13ec9a61b24c937830faea4eba6bf59ae4cbc0b1
2013-09-08SwDropCapsDlg can now be converted to SfxSingleTabDialogCaolán McNamara2-17/+7
Change-Id: I2d9baf887cf31789e0d439c4b9bbe3c1371b8f18
2013-09-08Related: fdo#38838 String::GetBufferAccess is now no moreCaolán McNamara11-64/+56
Change-Id: I9fdd600fd0a530c0763875109eee6600e4a77879
2013-09-08Updated coreCaolán McNamara1-0/+0
Project: help de38f0c7333b468fe0fbc31fccbb42e33a59da27
2013-09-08pywizards: Fix date and time fieldsXisco Fauli3-33/+34
Change-Id: I7be16558bab7c4dde2d326808b9fb115a6878894
2013-09-08break the habit of throwing away the actually useful error messagesChristian Lohmaier1-11/+10
The lines that help dignose a problem is almost never the first one that just states "there was an error". The explanation of the error follows in the next lines. So don't quit immediately after the first error-line, but wait what the command has to tell and log/print the whole info. Change-Id: I2a4b3470b4b66ed37fa5e5a34d452c548d24b965 Reviewed-on: https://gerrit.libreoffice.org/5861 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Reviewed-by: Thorsten Behrens <tbehrens@suse.com> Tested-by: Thorsten Behrens <tbehrens@suse.com>
2013-09-08Related: fdo#38838 String::ReleaseBufferAccess is now no moreCaolán McNamara3-43/+11
Change-Id: Ib5390183e3d98a23f9243debfe3624561ca92535
2013-09-08Updated coreCaolán McNamara1-0/+0
Project: help 23b68c3c3aff33699a8cd66da38431e801b5b933
2013-09-08SwMailConfigDlg can now be converted to SfxSingleTabDialogCaolán McNamara2-11/+5
Change-Id: Ic9895e027be8b5406dda7756a19127bd4edee63d
2013-09-08Creating one single Player manager.Minh Ngo4-10/+27
Change-Id: I2a56f38a0b28c828f365a24d744aea385436c2b5
2013-09-08disable pangesture recognizer when pointer image is displayedSiqi LIU3-5/+17
Change-Id: Iea5895b98a05faee0772569665c980eac716927b