summaryrefslogtreecommitdiffstats
path: root/basctl
Commit message (Collapse)AuthorAgeFilesLines
* -Wunused-macrosStephan Bergmann2013-03-271-3/+0
| | | | Change-Id: Ifaa1637122d6f9cae1e29b77ac36ca5d1f220aed
* String::AppendAscii cleanupRicardo Montania2013-03-221-2/+2
| | | | | | | Change-Id: I3c1ff291488b7747e143982aa7ea95169175c2c2 Reviewed-on: https://gerrit.libreoffice.org/2914 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
* further OUString cleanupThomas Arnhold2013-03-192-4/+4
| | | | Change-Id: I19954ee5976cb881a5fe73a889c8e04a19b14eb6
* various efforts to consistently apply HIG rulesCaolán McNamara2013-03-151-24/+11
| | | | Change-Id: I786227d89cc441990d6bdce0acf872a73be51a7c
* remove legacy build.pl prj/build.lst files.Michael Meeks2013-03-141-3/+0
|
* make sure basic IDE cut/copy buttons on toolbar are refreshed fdo#30545Noel Power2013-03-131-0/+8
| | | | Change-Id: I483469f0b76ade7fb107c6f4ae5c28a4b03877b1
* Abbreviate Rectangle as Rect, not RecTor Lillqvist2013-03-121-3/+3
| | | | Change-Id: If38a5d23150bcd19a6eb6024c2ef1eea826898f5
* fdo#38838: Converting String/UniString to OUStringelixir2013-03-111-2/+2
| | | | | | | Change-Id: If64db96005fcd8a42e4fa24041867b99183965f9 Reviewed-on: https://gerrit.libreoffice.org/2586 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
* remove remaining UTF bomBorim2013-03-112-2/+2
| | | | | | | Change-Id: I3a24a7af782f538cdfad4cc58328c5ab7412c2cc Reviewed-on: https://gerrit.libreoffice.org/2644 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
* fdo#60691 add modelines to *.src and *.hrc filesBorim2013-03-0820-0/+53
| | | | | | | | | 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
* fdo#38838, replacement of String with OUStringÁdám Csaba Király2013-03-053-14/+14
| | | | | | | | | | | 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>
* fdo#38838, change String to OUStringÁdám Csaba Király2013-03-042-14/+14
| | | | | | | Change-Id: I373f5d2f453dff83141a4cdaeed94ce0268bf70c Reviewed-on: https://gerrit.libreoffice.org/2497 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
* remove unused and commented out codeThomas Arnhold2013-03-042-9/+0
| | | | | | This code gets never called. Change-Id: I59228cba1444b7b09f74eb5cf8da9b755c7c32f7
* Related to fdo#60724: correct spellingThomas Arnhold2013-03-031-2/+2
| | | | | | | | Using the autocorrect list of LibreOffice extras/source/autotext/lang/en-US/acor/DocumentList.xml Change-Id: I8b93969bc0742c2e95b8b7db3c4c37691e8d3657 Script: http://pastebin.ca/2327716
* coverity#736107: nesting level mismatchMarkus Mohrhard2013-03-031-0/+2
| | | | Change-Id: I24655d0e87335ac0356a1082fd993a87613e213e
* remove all d.lstMichael Stahl2013-02-281-0/+0
| | | | Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
* loplugin: improve indentationThomas Arnhold2013-02-251-4/+2
| | | | Change-Id: Idb847766d93dc222d6c55889616da21eeac212ee
* loplugin: unused variablesThomas Arnhold2013-02-254-20/+0
| | | | | | aErrorText usage was commented out since 2000. Change-Id: Ic4d81c2d48e59a36e2f4280ceb36ea8148b9dc9d
* sal: update log areasThomas Arnhold2013-02-231-1/+1
| | | | Change-Id: Id7b2c7e871abf19b70f427095371c6a6c0208607
* fix editeng and basctl buildCaolán McNamara2013-02-221-1/+1
| | | | Change-Id: I0d70449ad9b42219969c82e2054694c4a5830dcf
* coverity#982443 Explicitt null dereferencedNorbert Thiebaud2013-02-221-34/+30
| | | | | | | Change-Id: I470c34c38eda673e6663b23cdb28ea4be0bef914 Reviewed-on: https://gerrit.libreoffice.org/2218 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
* coverity#735665 Dereference after null checkNorbert Thiebaud2013-02-221-4/+6
| | | | | | | Change-Id: I9d217789116602838dabbf93e81ab8d0467c5c7b Reviewed-on: https://gerrit.libreoffice.org/2217 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
* coverity#735664 coverity#736134 coverity#736135 Dereference NullNorbert Thiebaud2013-02-221-2/+2
| | | | | | | Change-Id: I1a5c7d7bb2d60a43bb6197fc04a01d981a1396d1 Reviewed-on: https://gerrit.libreoffice.org/2215 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
* change lib:widget delimiter from : to -Caolán McNamara2013-02-211-2/+2
| | | | | | | because glade catalogs don't allow : in widgetnames which blocks making a catalog for our custom widgets Change-Id: I3d590ce7451264b49fa5a82a752dac44e47bbd81
* coverity#735601 coverity#736164Norbert Thiebaud2013-02-181-1/+5
| | | | | | | Change-Id: I5805d749ba32bec778ae98e9b30ba68d74cc44c3 Reviewed-on: https://gerrit.libreoffice.org/2219 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* Move SyntaxHighlighter class from svtools to comphelperAndras Timar2013-02-163-9/+5
| | | | | | | | We use this class in helpcompiler, and it is not desirable to compile svtools (thus half of LibreOffice) for a build tool in cross-compiling environment. Change-Id: I5e6bc3e576af41eb03c1420dd347c542306f69fa
* String to OUStringAndras Timar2013-02-131-2/+2
| | | | Change-Id: Ibb0b1808532622ffb2dfc55d533428f6d72b890c
* fdo#46808, use constructor for datatransfer::MimeContentTypeFactoryNoel Grandin2013-02-121-12/+9
| | | | Change-Id: I576a472e22ad0e3798f4b34d808ac320f13d3e6d
* fdo#46808, script::DocumentDialogLibraryContainer needed a new constructorNoel Grandin2013-02-121-5/+3
| | | | Change-Id: I44184dc45150e9b3b8ca4b838ea88ad260578b93
* fdo#46808, script::DocumentScriptLibraryContainer needed a new constructorNoel Grandin2013-02-121-5/+3
| | | | Change-Id: I9a657cf3fd7715b4890257e1aa4d97d0cf79cecc
* fdo#46808, Adapt ui::dialogs::FilePicker UNO service to new styleNoel Grandin2013-02-123-90/+44
| | | | Change-Id: I1cafbfc53994e5d74241042dbd1d292ddbda67d5
* fdo#46808, Use singleton util::theMacroExpander new-style constructorNoel Grandin2013-02-111-5/+3
| | | | | | And deprecate the old-style service util::MacroExpander Change-Id: Ifcefe31a8f8c68c6d44d6ec19616727eb607e1cd
* Remove unused methodsThomas Arnhold2013-02-092-7/+0
| | | | | | GetOptimalSizePixel and GetHCtrlWidth are never called Change-Id: Ib2ce1445447e85de66683f8b0fdf4fc8aa464084
* Move close button to most left of the findbarJoren De Cuyper2013-02-071-1/+1
| | | | | | | | | I had a conversation with some UX-members, they all agree the close button needs to be on the far most left of the findbar. Change-Id: I3c13df4821f3f4f86fec02fa5427b2277fa10c19 Reviewed-on: https://gerrit.libreoffice.org/2025 Reviewed-by: Jan Holesovsky <kendy@suse.cz> Tested-by: Jan Holesovsky <kendy@suse.cz>
* gbuild: remove various pointless calls that don't add anythingMichael Stahl2013-01-261-4/+0
| | | | Change-Id: I7eccac4fa8890c2873c6bbd7f8f5bf5b0dd006d2
* gbuild: do not copy boost headers aroundMichael Stahl2013-01-261-0/+2
| | | | | | | | | - do not use gb_UnpackedTarball_copy_header_files for boost - adapt the optimization in concat-deps.c for new path - use boost_headers in all LinkTargets that require it - add explicit include paths to mysqlc, mysqlcppconn, libvisio, liborcus Change-Id: I0c43e73ed43cc9d2e6bce8faf55e992d655a0bb9
* fdo#38838 Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac2013-01-224-60/+52
| | | | | | | | | Also used the new OUString::number(...) methods. Change-Id: I3174c43d56d1ae359901bb8a13fe0096f2c74808 Reviewed-on: https://gerrit.libreoffice.org/1766 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
* Changed SetText() / GetText() to take/return OUStringChr. Rossmanith2013-01-213-4/+4
| | | | | | | | | replaced lots of Len() with isEmpty() Change-Id: I6b82d48245ee2a0782e05a326f7934e9357227d0 Reviewed-on: https://gerrit.libreoffice.org/1795 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
* Add close findbar button also on other LO componentsJoren De Cuyper2013-01-171-0/+1
| | | | | | | Change-Id: I8a18d0459d9584d00b8d7c747b0bb500e02988d9 Reviewed-on: https://gerrit.libreoffice.org/1727 Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com>
* fdo#59212 UI elements were untranslatable in Basic Macro dialogAndras Timar2013-01-151-6/+6
| | | | Change-Id: Ic8d2287db947f298c0492845b7a618c540a9c8df
* fix a bunch of more crashes when setting personasMarkus Mohrhard2013-01-123-11/+13
| | | | Change-Id: I6c2c398e074a41c3173bff57bc12496b4c2032b4
* add a CloseButton to vcl for convenienceCaolán McNamara2013-01-091-1/+1
| | | | | | | does exactly the same default action as a CancelButton except with "Close" as the label Change-Id: I538e8fc761cde4a1050d066ef935df1ecd930414
* Cleanup: #include <tools/gen.hxx>Matteo Casalin2013-01-071-1/+0
| | | | | | | Change-Id: Ic547b4a59102afc8bdbc85ec95ac312e32ef2530 Reviewed-on: https://gerrit.libreoffice.org/1484 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
* fdo#57950: Remove chained append and simplify stringsMarcos Paulo de Souza2013-01-031-8/+6
| | | | | | | | No need to two strings here, since just destFolder is used. Change-Id: Ie1bfd5744113764caaec11d9fb9c771f9c67e1c4 Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com> Signed-off-by: Luboš Luňák <l.lunak@suse.cz>
* fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERTRadu Ioan2012-12-311-6/+6
| | | | | | | | | Changed some OSL_ and DBG_ to SAL_ Change-Id: I192994238b949ffc51697a356a2f49072d5cedb2 Reviewed-on: https://gerrit.libreoffice.org/1519 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
* Remove last usage of RTL_CONSTASCII_STRINGPARAM in basctlMarcos Paulo de Souza2012-12-292-5/+5
| | | | | | | | Change-Id: I5bc79699e794de47611d785b9ae48b4badf9f2f6 Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/1502 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
* fdo#57950: remove consecutive append in basctl with StringBufferMarcos Paulo de Souza2012-12-271-7/+2
| | | | | | | | Change-Id: I43464dd702c6b4a63df39b6a4b35bec63712d5e6 Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/1486 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
* fdo#46808, Convert frame::Desktop to new style service.Noel Grandin2012-12-212-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | I had to drop XEventBroadcaster from the merged interface because it introduced method name conflicts (addEventListener). Shouldn't be an issue since it was scheduled to be dropped anyhow, and the service implementation still implements it, so existing clients will be fine. I dropped the interface XPropertySet from the combined IDL because nobody seems to be using it, and it's primary purpose appears to be to set weird flags. I dropped the optional interfaces XStatusIndicatorFactory XDispatchInformationProvider from the combined IDL because the service does not implement them, and nobody seems to be using them. I suspect they were mistakenly copied from XFrame. I also did not convert the Title, UserDefinedAttributes and LayoutManager properties to attributes, again because no-one is using them. Change-Id: I678a00006ed2cca2d6c37c4e39465811442c33af
* Templates Manager: removed the old dialogs and menu entriesCédric Bosdonnat2012-12-201-8/+0
| | | | Change-Id: I5aa9dd8c0bfb95c26bca14962f60041e892ea2ea
* Replace chained O(U)StringBuffer::append() with operator+Christos Strubulis2012-12-182-14/+5
| | | | | Change-Id: I0fcd70cff092c7d90b57b9af9dcec99f23750f1c Signed-off-by: Luboš Luňák <l.lunak@suse.cz>