summaryrefslogtreecommitdiff
path: root/basctl
AgeCommit message (Collapse)AuthorFilesLines
2012-03-11Object Catalog pane in Basic IDETomcsik Bence12-19/+103
Object Catalog was a floating window. It has been converted to a fixed pane on the right hand side of the editor window. While it is a BasicDockingWindow, at the moment it is not possible to undock, move, or resize it. Also, the Object Catalog toolbar button does not show the visibility status of the pane, ideally it should look pressed, when the Object Catalog pane is visible. Another missing feature is that the Object Catalog pane cannot be switched on together with the dialog editor.
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan2-7/+7
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann14-33/+33
...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem.
2012-03-01implement scrolling with mouse in Object Catalog dialogTomcsik Bence4-53/+28
I edited out the ObjectTreeListBox class because BasicTreeListBox contains the scroll function and all the other functions that the ObjectTreeListBox uses.
2012-03-01Object Catalog button now toggles display of the dialogTomcsik Bence1-1/+4
TODO: implement a toggle toolbar button that shows the toggle state
2012-03-01make button label and dialog title consistent (Object Catalog)Tomcsik Bence1-1/+1
2012-02-27s/interpreters/scripting/Tor Lillqvist1-1/+1
2012-02-27Decouple disabling of scripting (BASIC &co) from OS being iOSTor Lillqvist1-1/+1
2012-02-18Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe1-2/+2
to equalsIgnoreAsciiCaseAscii("...")
2012-02-15Various string function clean upStephan Bergmann6-21/+28
Added: * rtl::OString::matchL * rtl::OString::endsWith * rtl::OString::endsWithL * rtl::OString::indexOfL * rtl::OString::replaceFirst * rtl::OString::replaceAll * rtl::OString::getToken * rtl::OUString::endsWith * rtl::OUString::replaceFirst * rtl::OUString::replaceFirstAsciiL * rtl::OUString::replaceFirstAsciiLAsciiL * rtl::OUString::replaceAll * rtl::OUString::replaceAllAsciiL * rtl::OUString::replaceAllAsciiLAsciiL * rtl::OUString::getToken plus underlying C functions where necessary Deprecated: * comphelper::string::remove * comphelper::string::getToken Removed: * comphelper::string::searchAndReplaceAsciiL * comphelper::string::searchAndReplaceAllAsciiWithAscii * comphelper::string::searchAndReplaceAsciiI * comphelper::string::replace * comphelper::string::matchL * comphelper::string::matchIgnoreAsciiCaseL * comphelper::string::indexOfL Also fixed some apparent misuses of RTL_CONSTASCII_USTRINGPARAM -> RTL_CONSTASCII_STRINGPARAM.
2012-02-13Wrong size of 'Remove watch' button at Basic IDE. fdo#44237Tomcsik Bence1-17/+21
This patch resize the nVirtToolBoxHeight in WatchWindow::WatchWindow if the aRemoveWatchButton plus some space is higher than nVirtToolBoxHeight. So the aRemoveWatchButton doesn't go into aHeaderBar.
2012-02-08Added READMEs for modules which used to be in componentsJosh Heidenreich1-0/+1
2012-02-07Use defined utility BASIC_DLL()/BASIC_MOD()Takeshi Abe1-1/+1
2012-02-07Removed dead codeTakeshi Abe1-3/+0
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud1-35/+2
2012-02-02Do Package_xml also for iOS so that packimages doesn't failTor Lillqvist1-1/+4
2012-01-31Simplify code by making getProcessComponentContext() implicit.Stephan Bergmann1-7/+4
2012-01-30use SAL_CALL - fix bulid in msvcKorrawit Pruegsanusak1-2/+2
2012-01-30Fixed cppheader.xsl nillable treatment.Stephan Bergmann1-1/+2
* cppheader.xsl had initially been written under the false assumption that a missing oor:nillable attribute defaults to "false" instead of "true". That has been fixed. * As a result, many places that use the new simplified officecfg/*.hxx headers broke as they did not expect value types to be wrapped boost::optional. To keep the code simple, I decided to change all occurrences in officecfg/registry/schema/ of properties that specify a default <value> and do not explicitly specify oor:nillable="true" to oor:nillable="false". Strictly speaking, this is an incompatible change, but in many cases it should be what was intended, anyway. * Some places that use the new simplified officecfg/*.hxx headers still had to be adapted to boost::optional wrapping. * This showed that unotools/configuration.hxx did not yet work for those wrapped properties and needed fixing, too.
2012-01-27Bypass building BASIC and scripting related modules for iOSTor Lillqvist1-0/+4
Any LO-based app distributed through the App Store can't have scripting or extendability anyway. Sure, this will break the build elsewhere because of missing headers. No big deal, I will take care of that eventually. It isn't as if there would anybody else building for iOS anyway, as far as I know. If there is, please make yourself heard.
2012-01-26Deleting a null pointer is safeTakeshi Abe2-4/+2
2012-01-25Replace SourceViewConfig with (simplified) direct configuration access.Stephan Bergmann2-45/+87
2012-01-23Replaced diagnore ENSURE_OR_BREAK with regular code.Marcel Metz1-3/+15
2012-01-23add the "Send Feedback..." help menu itemIvan Timofeev1-1/+2
2012-01-20Use a smart pointer here insteadAugust Sodora7-23/+12
2012-01-20valgrind: Fix memory leakAugust Sodora1-0/+1
2012-01-10some misc tidyup ( that was reverted )Noel Power4-29/+28
some id and string renaming from b08e273015d72251b68bca86535cf5919dd9e40e was reverted, those parts of the changes are reapplied here
2012-01-10Revert "remove duplicated images for basic dialog form controls ( & misc ↵Noel Power4-35/+35
tidyup )" This reverts commit 83a28682f21f7b284aa57f9c336bae551621da03.
2012-01-06Merge branch 'feature/gbuild_extensions'Michael Stahl1-0/+2
Conflicts: extensions/source/ole/servreg.cxx extensions/source/plugin/util/makefile.mk postprocess/packcomponents/makefile.mk postprocess/prj/build.lst tail_build/prj/build.lst
2012-01-05Removed unnecessary tools includes.Marcel Metz1-1/+0
2012-01-04Easyhack fdo#38831 remove SvStringsBrad Sowden1-2/+0
Remove SvStrings definition and obsolete #defines.
2012-01-04fix dep to svx/globlmn.hrc inside of tail_buildNorbert Thiebaud1-1/+1
2011-12-24Merge remote-tracking branch 'origin/master' into feature/gbuild_extensionsPeter Foley3-26/+23
Conflicts: Module_tail_build.mk Repository.mk extensions/util/makefile.pmk postprocess/prj/build.lst svx/AllLangResTarget_svx.mk
2011-12-20String->OUStringAugust Sodora2-25/+22
2011-12-20gbuild: these targets depend on svx/globlmn.hrcMatúš Kukan1-0/+2
2011-12-15fix mistaken String::CreateFromInt32 -> OUString::valueOf conversionNoel Power1-1/+1
2011-12-12German translationsNoel Grandin2-2/+2
By Mike Whiteley/Noel Grandin, some smaller changes by myself; changes to binfilter removed from patch
2011-12-10String->OUStringAugust Sodora1-40/+34
2011-12-10Remove unnecessary includesAugust Sodora1-26/+18
2011-12-10String->OUStringAugust Sodora1-115/+101
2011-12-10Avoid use of preprocessorAugust Sodora2-26/+27
2011-12-10fix build with MSVCAndras Timar1-1/+1
2011-12-10Remove unnecessary includesAugust Sodora1-15/+13
2011-12-10String->OUStringAugust Sodora2-4/+2
2011-12-10String->OUStringAugust Sodora1-10/+10
2011-12-10String->OUStringAugust Sodora3-16/+16
2011-12-10Fix for fdo43460 Part II getLength to isEmptyOlivier Hallot7-12/+12
Part II Module basctl
2011-12-10Avoid use of the preprocessorAugust Sodora1-10/+13
2011-12-09callcatcher: remove unused code post automation removalCaolán McNamara2-11/+0
2011-12-09String->OUStringAugust Sodora13-203/+190