summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/moduldl2.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-10-23loplugin: cstylecastNoel Grandin1-1/+1
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin1-4/+4
2014-10-09Resolves: fdo#60904 allow export of VBAProjectCaolán McNamara1-2/+8
2014-09-24Remove o3tl/heap_ptr.hxx, use std::unique_ptr insteadStephan Bergmann1-1/+3
2014-09-23fdo#82577: Handle WindowNoel Grandin1-8/+8
2014-09-14Resolves: fdo#81039 crash on adding new macro libraryCaolán McNamara1-1/+1
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud1-2/+2
2014-05-31Avoid possible memory leaks in case of exceptionsTakeshi Abe1-5/+5
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-4/+4
2014-03-25svtools: sal_Bool->boolNoel Grandin1-2/+2
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-5/+5
2014-02-23Remove unneccessary commentsAlexander Wilms1-94/+2
2014-02-07auto_ptr -> heap_ptrStephan Bergmann1-10/+4
2014-01-06convert module and dialog tabpages to .uiCaolán McNamara1-1/+0
2014-01-06basctl::CheckBox all loaded from .ui now, drop resid ctorCaolán McNamara1-11/+0
2014-01-06convert lib page to .uiCaolán McNamara1-93/+96
2014-01-03convert import library dialog to .uiCaolán McNamara1-0/+20
2014-01-02allow simple MessageDialogs to be created from just message stringsCaolán McNamara1-17/+15
2013-12-31convert export basic dialog to .ui (600th .ui conversion)Caolán McNamara1-15/+7
2013-12-31MessageDialog isn't ready for this usage just yetCaolán McNamara1-15/+17
2013-12-31convert new lib dialog to .uiCaolán McNamara1-36/+24
2013-12-31convert goto line dialog to .uiCaolán McNamara1-14/+9
2013-12-24convert organize macros dialog to .uiCaolán McNamara1-10/+0
2013-12-18vcl get rid of xub_StrLen and STRING_LEN in outdev3Norbert Thiebaud1-1/+1
2013-11-11basctl: include <> for external includesNorbert Thiebaud1-4/+4
2013-10-07CID#738560 uninitialized memberCaolán McNamara1-5/+6
2013-10-02-Werror,-Wdeprecated-declarationsStephan Bergmann1-0/+4
2013-10-01convert basctl module from String to OUStringNoel Grandin1-19/+19
2013-09-22Related: fdo#38838 remove UniString::CompareIgnoreCaseToAsciiCaolán McNamara1-3/+3
2013-07-28reduce use of UniString from ResID ctorCaolán McNamara1-8/+8
2013-05-22Use the new type-checking Reference constructor to reduce code noiseNoel Grandin1-8/+6
2013-03-19further OUString cleanupThomas Arnhold1-1/+1
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 Grandin1-35/+21
2013-01-22fdo#38838 Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac1-6/+5
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith1-1/+1
2013-01-03fdo#57950: Remove chained append and simplify stringsMarcos Paulo de Souza1-8/+6
2012-12-29Remove last usage of RTL_CONSTASCII_STRINGPARAM in basctlMarcos Paulo de Souza1-2/+2
2012-11-29Pass pointer to view data entry to Paint() instead of its raw flag value.Kohei Yoshida1-4/+3
2012-11-16Fix the Windows build breakage by reorganizing svtools headers.Kohei Yoshida1-0/+1
2012-11-15fdo#46808, use service constructor for ucb::SimpleFileAccessNoel Grandin1-3/+2
2012-10-25XubString->OUStringCaolán McNamara1-2/+3
2012-10-23fdo#46808, Adapt packages::manifest::ManifestWriter UNO service to new styleNoel Grandin1-5/+3
2012-10-23fdo#46808, Adapt ui::dialogs::FolderPicker UNO service to new styleNoel Grandin1-21/+17
2012-10-19Merge SvListEntry and SvLBoxEntry into SvTreeListEntry.Kohei Yoshida1-29/+29
2012-10-11Merged SvTreeListBox and SvLBox.Kohei Yoshida1-3/+4
2012-10-09Some OUString and RTL_CONST refactoringRicardo Montania1-87/+85
2012-10-04Fixes/improvements on previous commitStephan Bergmann1-5/+8
2012-10-04fdo#46808, Adapt task::InteractionHandler UNO service to new styleNoel Grandin1-23/+13