summaryrefslogtreecommitdiffstats
path: root/basctl/source/basicide/scriptdocument.cxx
Commit message (Expand)AuthorAgeFilesLines
* tdf#62475: partial handmade fixesAndrea Gelmini2015-05-151-6/+0
* loplugin:staticmethodsNoel Grandin2015-04-231-2/+2
* loplugin:staticmethodsNoel Grandin2015-04-231-3/+3
* Unused using declarationStephan Bergmann2015-04-221-1/+0
* tdf#89592 Using initializer_lists to populate Sequence<PropertyValue>Swachhand Lokhande2015-03-101-3/+4
* Removed useless includes in basctl/source/basicide/ treeAndrea Gelmini2014-12-051-14/+3
* fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2014-11-141-1/+1
* remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud2014-06-271-4/+4
* coverity#1213488 Uncaught exceptionCaolán McNamara2014-06-131-8/+14
* various: remove SAL_THROW macroNoel Grandin2014-06-051-4/+1
* simplify ternary conditions "xxx ? yyy : false"Noel Grandin2014-05-051-1/+1
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-011-1/+1
* Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann2014-03-271-10/+10
* Remove visual noise from basctlAlexander Wilms2014-02-251-6/+6
* auto_ptr -> scoped_ptrStephan Bergmann2014-02-071-2/+2
* convert basctl module from String to OUStringNoel Grandin2013-10-011-1/+1
* Related: fdo#38838 remove UniString::CompareIgnoreCaseToAsciiCaolán McNamara2013-09-221-2/+2
* finish deprecation of O(U)String::valueOf()Luboš Luňák2013-08-211-1/+1
* Revert "fdo#46808, Convert awt::UnoControlDialogModel to new style"Stephan Bergmann2013-05-251-9/+17
* fdo#46808, Convert awt::UnoControlDialogModel to new styleNoel Grandin2013-05-211-17/+9
* remove boilerplate commentsThomas Arnhold2013-04-011-1/+1
* fdo#46808, Use singleton util::theMacroExpander new-style constructorNoel Grandin2013-02-111-5/+3
* Remove last usage of RTL_CONSTASCII_STRINGPARAM in basctlMarcos Paulo de Souza2012-12-291-3/+3
* fdo#46808, use service constructor for i18n::CollatorNoel Grandin2012-11-301-1/+1
* some i18n wrappers with LanguageTagEike Rathke2012-11-231-1/+1
* fdo#46808, use service constructor for uri::UriReferenceFactoryNoel Grandin2012-10-231-11/+4
* more explicit char* => OUString conversion in basctlPetr Mladek2012-10-181-1/+1
* More rtl::OUString cleanup in basctlRicardo Montania2012-10-161-90/+86
* Use comphelper::getComponentContextStephan Bergmann2012-09-291-3/+2
* ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann2012-09-191-13/+19
* Basic IDE: namespace basctlUray M. János2012-08-291-72/+71
* IDE: sal_Bool to boolUray M. János2012-08-071-8/+8
* Remove UNO includes commentsThomas Arnhold2012-06-291-2/+0
* re-base on ALv2 code.Michael Meeks2012-06-121-23/+14
* make ResId::toString a non-static memberCaolán McNamara2012-04-301-6/+6
* Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann2012-03-141-0/+2
* Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe2012-02-181-2/+2
* Removed unnecessary tools includes.Marcel Metz2012-01-051-1/+0
* fix mistaken String::CreateFromInt32 -> OUString::valueOf conversionNoel Power2011-12-151-1/+1
* String->OUStringAugust Sodora2011-12-101-10/+10
* Fix for fdo43460 Part II getLength to isEmptyOlivier Hallot2011-12-101-3/+3
* Remove unnecessary includesAugust Sodora2011-12-051-11/+0
* remove include of pch header in basctlNorbert Thiebaud2011-11-271-2/+0
* remove FileStatusMask_XXX in favour of osl_FileStatus_Mask_XXX (components)Christina Rossmanith2011-04-191-1/+1
* Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky2011-03-181-8/+8
|\
| * Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud2011-03-091-8/+8
| |\
| | * removetooltypes01: #i112600# remove tooltypes from basctlMikhail Voytenko2011-01-141-8/+8
* | | Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold2011-03-121-1/+1
|/ /
* | EasyHack: createAsciiFrom -> RTL_CONST...Kevin Hunter2010-11-091-2/+2
* | Remove comment blocks, and other unnecessaries.Kevin Hunter2010-11-091-102/+75