summaryrefslogtreecommitdiff
path: root/basctl
AgeCommit message (Expand)AuthorFilesLines
2013-03-27-Wunused-macrosStephan Bergmann1-3/+0
2013-03-22String::AppendAscii cleanupRicardo Montania1-2/+2
2013-03-19further OUString cleanupThomas Arnhold2-4/+4
2013-03-15various efforts to consistently apply HIG rulesCaolán McNamara1-24/+11
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks1-3/+0
2013-03-13make sure basic IDE cut/copy buttons on toolbar are refreshed fdo#30545Noel Power1-0/+8
2013-03-12Abbreviate Rectangle as Rect, not RecTor Lillqvist1-3/+3
2013-03-11fdo#38838: Converting String/UniString to OUStringelixir1-2/+2
2013-03-11remove remaining UTF bomBorim2-2/+2
2013-03-08fdo#60691 add modelines to *.src and *.hrc filesBorim20-0/+53
2013-03-05fdo#38838, replacement of String with OUStringÁdám Csaba Király3-14/+14
2013-03-04fdo#38838, change String to OUStringÁdám Csaba Király2-14/+14
2013-03-04remove unused and commented out codeThomas Arnhold2-9/+0
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold1-2/+2
2013-03-03coverity#736107: nesting level mismatchMarkus Mohrhard1-0/+2
2013-02-28remove all d.lstMichael Stahl1-0/+0
2013-02-25loplugin: improve indentationThomas Arnhold1-4/+2
2013-02-25loplugin: unused variablesThomas Arnhold4-20/+0
2013-02-23sal: update log areasThomas Arnhold1-1/+1
2013-02-22fix editeng and basctl buildCaolán McNamara1-1/+1
2013-02-22coverity#982443 Explicitt null dereferencedNorbert Thiebaud1-34/+30
2013-02-22coverity#735665 Dereference after null checkNorbert Thiebaud1-4/+6
2013-02-22coverity#735664 coverity#736134 coverity#736135 Dereference NullNorbert Thiebaud1-2/+2
2013-02-21change lib:widget delimiter from : to -Caolán McNamara1-2/+2
2013-02-18coverity#735601 coverity#736164Norbert Thiebaud1-1/+5
2013-02-16Move SyntaxHighlighter class from svtools to comphelperAndras Timar3-9/+5
2013-02-13String to OUStringAndras Timar1-2/+2
2013-02-12fdo#46808, use constructor for datatransfer::MimeContentTypeFactoryNoel Grandin1-12/+9
2013-02-12fdo#46808, script::DocumentDialogLibraryContainer needed a new constructorNoel Grandin1-5/+3
2013-02-12fdo#46808, script::DocumentScriptLibraryContainer needed a new constructorNoel Grandin1-5/+3
2013-02-12fdo#46808, Adapt ui::dialogs::FilePicker UNO service to new styleNoel Grandin3-90/+44
2013-02-11fdo#46808, Use singleton util::theMacroExpander new-style constructorNoel Grandin1-5/+3
2013-02-09Remove unused methodsThomas Arnhold2-7/+0
2013-02-07Move close button to most left of the findbarJoren De Cuyper1-1/+1
2013-01-26gbuild: remove various pointless calls that don't add anythingMichael Stahl1-4/+0
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl1-0/+2
2013-01-22fdo#38838 Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac4-60/+52
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith3-4/+4
2013-01-17Add close findbar button also on other LO componentsJoren De Cuyper1-0/+1
2013-01-15fdo#59212 UI elements were untranslatable in Basic Macro dialogAndras Timar1-6/+6
2013-01-12fix a bunch of more crashes when setting personasMarkus Mohrhard3-11/+13
2013-01-09add a CloseButton to vcl for convenienceCaolán McNamara1-1/+1
2013-01-07Cleanup: #include <tools/gen.hxx>Matteo Casalin1-1/+0
2013-01-03fdo#57950: Remove chained append and simplify stringsMarcos Paulo de Souza1-8/+6
2012-12-31fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERTRadu Ioan1-6/+6
2012-12-29Remove last usage of RTL_CONSTASCII_STRINGPARAM in basctlMarcos Paulo de Souza2-5/+5
2012-12-27fdo#57950: remove consecutive append in basctl with StringBufferMarcos Paulo de Souza1-7/+2
2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin2-6/+7
2012-12-20Templates Manager: removed the old dialogs and menu entriesCédric Bosdonnat1-8/+0
2012-12-18Replace chained O(U)StringBuffer::append() with operator+Christos Strubulis2-14/+5