summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/baside3.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin1-1/+1
2013-10-12Test WNT instead of the vague UNXTor Lillqvist1-3/+3
2013-10-01convert basctl module from String to OUStringNoel Grandin1-4/+4
2013-08-06Prevent basctl::PropBrw using basctl::Layout from within ~LayoutStephan Bergmann1-12/+9
2013-06-15Related: #i108689# Invalidate Basic IDE slots to trigger feature updateAriel Constenla-Haile1-3/+13
2013-06-03fdo#46808, Convert XMultiServiceFactory to XComponentContextNoel Grandin1-5/+5
2013-05-25Revert "fdo#46808, Convert awt::UnoControlDialogModel to new style"Stephan Bergmann1-7/+43
2013-05-22Use the new type-checking Reference constructor to reduce code noiseNoel Grandin1-3/+1
2013-05-21fdo#46808, Convert awt::UnoControlDialogModel to new styleNoel Grandin1-43/+7
2013-05-02Related: #i120515# fixed memory leakArmin Le Grand1-1/+4
2013-05-01convert message box return types to an enumCaolán McNamara1-1/+1
2013-03-30Use OUString in basctl(basicide)Chr. Rossmanith1-6/+6
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold1-2/+2
2013-02-12fdo#46808, Adapt ui::dialogs::FilePicker UNO service to new styleNoel Grandin1-29/+12
2012-11-22AllSettings with LanguageTagEike Rathke1-1/+1
2012-11-15fdo#46808, use service constructor for ucb::SimpleFileAccessNoel Grandin1-3/+2
2012-10-05::rtl::OUString to OUString in basctlRicardo Montania1-45/+45
2012-09-29Use comphelper::getComponentContextStephan Bergmann1-12/+5
2012-09-07basctl: int -> long for Point and SizeUray M. János1-1/+1
2012-09-07Basic IDE: Filling space of non-docking windowsUray M. János1-1/+3
2012-09-07Cleanup in basctl (raw pointers)Uray M. János1-107/+98
2012-09-07Fix for docking property browserUray M. János1-12/+71
2012-09-07Basic IDE: Docking property browser under object catalogUray M. János1-13/+28
2012-08-29Basic IDE: namespace basctlUray M. János1-114/+92
2012-08-17Object Catalog in Dialog EditorUray M. János1-7/+107
2012-08-07IDE: sal_Bool to boolUray M. János1-33/+19
2012-08-02sal_Bool -> boolTakeshi Abe1-3/+3
2012-08-01sal_Bool -> boolTakeshi Abe1-3/+3
2012-07-31sal_Bool -> boolTakeshi Abe1-1/+1
2012-07-27sal_Bool -> boolTakeshi Abe1-2/+2
2012-07-25sal_Bool -> boolTakeshi Abe1-8/+7
2012-06-29Remove unused header guards and optionsThomas Arnhold1-8/+0
2012-06-29Remove last PCH tracesThomas Arnhold1-2/+6
2012-06-12re-base on ALv2 code.Michael Meeks1-23/+14
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin1-5/+4
2012-04-30make ResId::toString a non-static memberCaolán McNamara1-13/+13
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-2/+1
2012-03-12replace usage of OUString::replace*AsciiL() with string literal overloadsLuboš Luňák1-2/+1
2012-02-15Various string function clean upStephan Bergmann1-3/+2
2012-01-20Use a smart pointer here insteadAugust Sodora1-1/+1
2012-01-10some misc tidyup ( that was reverted )Noel Power1-14/+14
2012-01-10Revert "remove duplicated images for basic dialog form controls ( & misc tidy...Noel Power1-14/+14
2011-12-09String->OUStringAugust Sodora1-23/+22
2011-12-06remove duplicated images for basic dialog form controls ( & misc tidyup )Noel Power1-14/+14
2011-12-05add some form control support for basic dialogsNoel Power1-0/+52
2011-11-29add spinbutton control to insertcontrolbar for basic dialog editorNoel Power1-0/+7
2011-11-27remove include of pch header in basctlNorbert Thiebaud1-2/+0
2011-11-21Remove unnecessary includesAugust Sodora1-38/+26
2011-08-24hide this classCaolán McNamara1-7/+7
2011-08-24catch ignored exceptions by const referenceTakeshi Abe1-7/+7