summaryrefslogtreecommitdiffstats
path: root/svtools/source/misc
Commit message (Collapse)AuthorAgeFilesLines
...
* added Tibetan_India [bo-IN] to language list, fdo#40713Eike Rathke2013-06-121-0/+1
| | | | Change-Id: Ied426ee153ccd1a71e3cd0fbb4b417ac8b9b82e4
* sal_Bool to boolTakeshi Abe2013-06-071-1/+1
| | | | Change-Id: I58efb9d026203c77d3806552bd4280a4d16d5111
* Remove remnants of help agentCaolán McNamara2013-06-061-32/+0
| | | | | | | | | | it was removed with 66714f1888eaccef4eb5341971278ae7dfafa16b but gobs of code (and UI) still existed to collect the help id and give it to the missing help agent with various UI visible options and buttons to control the help agent which isn't there Change-Id: I625da27b3046d481e43f4d35d32cc7063a1c6291
* use uno::Reference#clear() method...Noel Grandin2013-06-051-2/+2
| | | | | | ...instead of assigning an empty value. Reduces code noise. Change-Id: Ic95b081a41fb740a738c92b3407a9514ccb8b06e
* fdo#60724 change spelling error REMOVEABLE -> REMOVABLE IIThomas Arnhold2013-05-292-3/+3
| | | | | Change-Id: I0057b9174af6a83f3fde0e27c3a91a4aeca95873 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
* fdo#46808, Convert ui:*AcceleratorConfiguration to new styleNoel Grandin2013-05-281-2/+2
| | | | | | | | | | | | | The services already existed, they just needed IDL files. API CHANGE: The return type of XUIConfigurationManager#getShortcutManager() is now XAcceleratorConfiguration instead of XInterface. This should not be a problem because XUIConfigurationManager is unpublished and the client code was relying on the service returning that type. Change-Id: I399fe35de3394b02a4166b75eb7ff93b28be8bef
* Resolves: #i120858# Change "Farsi" with "Persian"Ariel Constenla-Haile2013-05-231-1/+1
| | | | | | | | | | | | Changes done on UI code and IDL, not in comments (cherry picked from commit fa88b1f1e227ad7530f6595d802a6ed1f5d54cb4) Conflicts: scp2/source/ooo/module_langpack.ulf wizards/com/sun/star/wizards/letter/LocaleCodes.java Change-Id: I9f66f697789965af79c1ea6db08c8e43f099ddf8
* added Udmurt [udm-RU] to language listAndras Timar2013-05-131-0/+1
| | | | Change-Id: Ief2413fda7ecbf4cc73bc0d2bf483f9a6c16cca8
* added N'ko [nqo-GN] to language list, fdo#64331Eike Rathke2013-05-111-0/+1
| | | | | | RTL and CTL Change-Id: Ifdce9e3e08a715dcf493c4103479c5fd64a42d74
* remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák2013-05-061-9/+9
| | | | | | | Mechanical removal of usage together with OUString ctor, done by compiler plugin. Change-Id: I554227f76df0dac620b1b46fca32516f78b462c5
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-301-19/+4
|
* EmbeddedObjectRef: guard against div by zeroMiklos Vajna2013-04-261-1/+1
| | | | | | | With this, if dc92bac5df72ecca123472a5e945b1864a17f457 fails, it won't crash, just the assertion will fail. Change-Id: I9830094088819cade7cf47d1f25d34bb6eb52ae6
* fdo#62088: Fix regression introduced by the DateTime incompatible change.Jan Holesovsky2013-04-251-2/+8
| | | | | | | It is not good to mess with the stream operators, more so when the size of the data changes ;-) Change-Id: Id02b83224496a28575f4e12196892de198793983
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-222-40/+10
|
* Remove pass-through header file sot/inc/sot/clsids.hxxMichael Dunphy2013-04-202-2/+2
| | | | | | | | Change-Id: I122669d4ffaf72fb1d5f6fccc98e8a648f31aa23 Reviewed-on: https://gerrit.libreoffice.org/3490 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
* fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza2013-04-201-1/+1
| | | | | | | | | Now all these usages were removed from LO. Change-Id: I8a7233db20abdcdbb18428ad4004c78cc516a0e6 Reviewed-on: https://gerrit.libreoffice.org/3326 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
* date/time IDL datatypes incompatible changeLionel Elie Mamane2013-04-181-4/+4
| | | | | | | | | | - nanosecond precision - signed (allowed negative) year Also: assorted improvements / bugfixes in date/time handling code. Some factorisation of copy/pasted code. Change-Id: I761a1b0b8731c82f19a0c37acbcf43d3c06d6cd6
* Secure EmbeddedObjectRef::GetGraphic to react when something goes wrongArmin Le Grand2013-04-131-5/+12
| | | | | | | | | | | | when trying to get the replacement graphic, better fallback to default ole replacement graphic (cherry picked from commit 9dc64b4255ed0f2eda0df3a3bbf59fa47202788c) Conflicts: svtools/source/misc/embedhlp.cxx Change-Id: I31db9bf954cfca8f9c10163b03346c2b796ee0c8
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-0717-251/+251
| | | | | | | | Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
* new module i18nlangtagEike Rathke2013-04-052-4/+4
| | | | | | | | | | | Moved portions from module i18npool, all of former i18nisolang1 library that now is i18nlangtag. Included are languagetag, isolang and mslangid. This i18nlangtag code is now even used by module comphelper, so disentangling i18npool and making this an own module was needed to not create circular module dependencies. Change-Id: Ib887c3d6dde667403fd22d382310ba5f1a9b0015
* Added and fixed various vba APINoel Power2013-04-051-3/+5
| | | | | | | | Added OLEObject.LinkedCell Added ComboBox.LinkedCell Added Validation.Type Change-Id: I5ffc2212e689870d58ca99d1fbdfd7d101f8b50f
* ditch unused LANGUAGE_USER[1-9]Eike Rathke2013-04-031-9/+0
| | | | Change-Id: I5a3b2b27fa2a7ad22cab2ae6d833707f9e490f27
* Prefer to be sure not to have invalided iterator problemsJulien Nabet2013-03-301-2/+1
| | | | Change-Id: I2d520b88927c6acb3d248da05815822315bd066f
* Optimize a bit iterators stuffJulien Nabet2013-03-301-5/+3
| | | | Change-Id: I93de737265651a47a2ed0a56bca27bd19a5c5770
* Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2013-03-301-30/+13
| | | | | | + convert some while loops in for loops Change-Id: Ia68ce1b6297ad061233e56be2abf5b6ea98d3ddd
* ResMgr with LanguageTagEike Rathke2013-03-292-8/+5
| | | | Change-Id: Ie5ce9157a7ea59db7b0509fbaec61d07f8f9edf0
* removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold2013-03-193-13/+13
| | | | | | | | | s/(OUString\s+[a-zA-Z_][A-Za-z0-9_]*\s*)\(\s*RTL_CONSTASCII_USTRINGPARAM\s*\((\s*"[^")]*?"\s*)\)\s*\)/$1\($2\)/gms Change-Id: Iad20f242c80c4bdc69df17e2d7a69d58ea53654b Reviewed-on: https://gerrit.libreoffice.org/2835 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-195-49/+49
| | | | | | | | | | | Done with a perl regex: s/OUString\s*\(\s*RTL_CONSTASCII_USTRINGPARAM\s*\((\s*"[^")]*?"\s*)\)\s*\)/OUString\($1\)/gms Change-Id: Idf28320817cdcbea6d0f7ec06a9bf51bd2c3b3ec Reviewed-on: https://gerrit.libreoffice.org/2832 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
* fdo#60691 add modelines to *.src and *.hrc filesBorim2013-03-085-0/+14
| | | | | | | | | use solenv/bin/add-modulelines script for the task and remove all UTF bom from *.src and *.hrc files svx/source/dialog/hdft.src Change-Id: I745d4f0fe9b05436a142a03f8512970f91c41bd4
* It's either Ireland(en) or Éire(ga) not EireCaolán McNamara2013-03-081-1/+1
| | | | Change-Id: Ieecb3ca40c8eeb616e04ef69eae8a2f86d39c0bf
* we hardly need to distinguish New Zealand Maori from some other kind of MaoriCaolán McNamara2013-03-081-1/+1
| | | | Change-Id: I86c58fed2c83513eb7b82263806303ad77bed811
* fdo#38838, replacement of String with OUStringÁdám Csaba Király2013-03-051-2/+2
| | | | | | | | | | | Replaced String with OUString in mediawindow.cxx, basdoc.cxx, basdoc.hxx and bastype3.cxx. In other files I only replaced, what was necessary for the changes in basdoc to work. Change-Id: I1ad0e7e262f8becdf57f182853aaa914a88895a4 Reviewed-on: https://gerrit.libreoffice.org/2554 Reviewed-by: Muthu Subramanian K <muthusuba@gmail.com> Tested-by: Muthu Subramanian K <muthusuba@gmail.com>
* remove unused and commented out codeThomas Arnhold2013-03-041-43/+0
| | | | | | This code gets never called. Change-Id: I59228cba1444b7b09f74eb5cf8da9b755c7c32f7
* fdo#46808, convert singleton util::theOfficeInstallationDirectoriesNoel Grandin2013-03-041-8/+2
| | | | | | | | .. to new-style UNO. And deprecate old service in favour of singleton. Change-Id: I67244097c22af02530214d7c529dd0d32f5964c1
* loplugin: improve indentationThomas Arnhold2013-02-251-1/+1
| | | | Change-Id: Idb847766d93dc222d6c55889616da21eeac212ee
* loplugin: unused variablesThomas Arnhold2013-02-251-2/+0
| | | | Change-Id: I07b82471f0f32e9e894d4eb392beedeafc6be0c7
* sal: update log areasThomas Arnhold2013-02-232-2/+2
| | | | Change-Id: Id7b2c7e871abf19b70f427095371c6a6c0208607
* Removed several useless macros: UNISTRING, USTR, USTR_ASCII, ASCII_STR, ↵Jean-Noël Rouvignac2013-02-141-6/+5
| | | | | | | | | ASCII_STRING, CONST_ASCII, ASCSTR, ASCII, DEFINE_CONST_UNICODE, DEFINE_CONST_OUSTRING Change-Id: I96d690bf9f9b319e9eeafcf218ec5ce87f21215f Reviewed-on: https://gerrit.libreoffice.org/1954 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
* fdo#46808, use constructor for datatransfer::MimeContentTypeFactoryNoel Grandin2013-02-121-94/+77
| | | | Change-Id: I576a472e22ad0e3798f4b34d808ac320f13d3e6d
* fdo#46808, convert some code to XComponentContextNoel Grandin2013-02-121-2/+3
| | | | Change-Id: I627e0270fc9d4e5b84ae99320445d28648b7654c
* fdo#46808, convert svt::GraphicAccess to XComponentContextNoel Grandin2013-02-111-4/+4
| | | | Change-Id: I081158bc43bf39ad165c14d8ada31dd0142ca82c
* Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac2013-01-301-15/+11
| | | | | | | Change-Id: Ie859cb2dfdc7103c379fce56be88eef8fe390afd Reviewed-on: https://gerrit.libreoffice.org/1924 Tested-by: Luboš Luňák <l.lunak@suse.cz> Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
* unify the spelling of 'Kazakh' language nameAndras Timar2013-01-261-1/+1
| | | | | | | | | | While 'Kazakh' can be written as 'Kazak' or 'Qazaq', the 'Kazakh' form is the most widespread according to online sources (Wikipedia, LCID list from Microsoft). Also the 'Kazakh' form is preferred by a Kazakh contributor, see http://listarchives.libreoffice.org/global/l10n/msg05444.html In LibreOffice both 'Kazak' and 'Kazakh' was used at different places. Change-Id: Ief83eb05e92af16cb5b795f2bbb1e3d6f7c9659a
* Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac2013-01-211-1/+1
| | | | | | | Change-Id: I2f11f2f15a652a9edc3c7e5b67c854debeed20de Reviewed-on: https://gerrit.libreoffice.org/1784 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
* Const correct-ness in one place...Kohei Yoshida2013-01-172-5/+5
| | | | | | And an avalanche of changes that ensued. Change-Id: I7f882b621ba5af4cd01b2ac7f482ee3eed24e3d5
* sal_Bool to bool.Kohei Yoshida2013-01-171-28/+27
| | | | Change-Id: I6ad0385041618ebff879ec8533c13ef0ddbe239c
* Proper construction of the impl class, using initializer.Kohei Yoshida2013-01-171-126/+150
| | | | | | And make sure the whole thing still builds. Change-Id: I49d3c01d288df800e3261ce7d4f07080be2a4098
* String cleanup.Kohei Yoshida2013-01-171-1/+1
| | | | Change-Id: I3ae62993a1b753927af236b3a7923eacbb4c8cc0
* Resolves: fdo#37449 apparent access into empty codepage bitsetCaolán McNamara2013-01-151-3/+12
| | | | Change-Id: I2efc3ea10cd4313eaa1894fdfbffd113a125e2ba
* fdo#59158 About dialog Website button link fix for zh-CN and zh-TWAndras Timar2013-01-151-5/+12
| | | | Change-Id: I85007bf689bb6c7119a4971f0bd925beccb8bd30