summaryrefslogtreecommitdiffstats
path: root/basctl
Commit message (Collapse)AuthorAgeFilesLines
* add missing tools/table.hxx includeMarkus Mohrhard2012-03-291-0/+2
|
* more dependencies and include pathsMatúš Kukan2012-03-271-1/+3
|
* readUnicodeString can just return the stringCaolán McNamara2012-03-261-2/+2
| | | | | seeing as no-one checks the return value, we don't need the intermediate temporary string
* Revert "fix debug build"Fridrich Štrba2012-03-221-1/+0
| | | | | | This reverts commit 0589dd3fb5c5bf2fdcdbccfab31fbe26c0a9727d. Given the find above, this assert will never be triggered anyway
* fix debug buildFridrich Štrba2012-03-221-0/+1
|
* Fixed previous commit for --enable-dbgutil modeStephan Bergmann2012-03-221-1/+0
|
* Convert tools/table.hxx usage to std::map in Basic IDE moduleNoel Grandin2012-03-229-110/+137
|
* remove extra string castsCaolán McNamara2012-03-205-16/+13
|
* Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann2012-03-142-0/+5
| | | | | | | | | | | | | | ...which has the necessary features to support it. Change a lot of classes to either contain a protected non-virtual dtor (which is backwards compatible, so even works for cppumaker-generated UNO headers) or a public virtual one. cppuhelper/propertysetmixin.hxx still needs to disable the warning, as the relevant class has a non-virtual dtor but friends, which would still cause GCC to warn. Includes a patch for libcmis, intended to be upstreamed.
* replace usage of OUString::replace*AsciiL() with string literal overloadsLuboš Luňák2012-03-126-21/+9
|
* Object Catalog pane in Basic IDETomcsik Bence2012-03-1112-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.
* gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan2012-03-102-7/+7
|
* New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann2012-03-0114-33/+33
| | | | | ...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem.
* implement scrolling with mouse in Object Catalog dialogTomcsik Bence2012-03-014-53/+28
| | | | | | I edited out the ObjectTreeListBox class because BasicTreeListBox contains the scroll function and all the other functions that the ObjectTreeListBox uses.
* Object Catalog button now toggles display of the dialogTomcsik Bence2012-03-011-1/+4
| | | | TODO: implement a toggle toolbar button that shows the toggle state
* make button label and dialog title consistent (Object Catalog)Tomcsik Bence2012-03-011-1/+1
|
* s/interpreters/scripting/Tor Lillqvist2012-02-271-1/+1
|
* Decouple disabling of scripting (BASIC &co) from OS being iOSTor Lillqvist2012-02-271-1/+1
|
* Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe2012-02-181-2/+2
| | | | to equalsIgnoreAsciiCaseAscii("...")
* Various string function clean upStephan Bergmann2012-02-156-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.
* Wrong size of 'Remove watch' button at Basic IDE. fdo#44237Tomcsik Bence2012-02-131-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.
* Added READMEs for modules which used to be in componentsJosh Heidenreich2012-02-081-0/+1
|
* Use defined utility BASIC_DLL()/BASIC_MOD()Takeshi Abe2012-02-071-1/+1
|
* Removed dead codeTakeshi Abe2012-02-071-3/+0
|
* switch to include-based build rather than sourced-based buildNorbert Thiebaud2012-02-051-35/+2
|
* Do Package_xml also for iOS so that packimages doesn't failTor Lillqvist2012-02-021-1/+4
|
* Simplify code by making getProcessComponentContext() implicit.Stephan Bergmann2012-01-311-7/+4
|
* use SAL_CALL - fix bulid in msvcKorrawit Pruegsanusak2012-01-301-2/+2
|
* Fixed cppheader.xsl nillable treatment.Stephan Bergmann2012-01-301-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.
* Bypass building BASIC and scripting related modules for iOSTor Lillqvist2012-01-271-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.
* Deleting a null pointer is safeTakeshi Abe2012-01-262-4/+2
|
* Replace SourceViewConfig with (simplified) direct configuration access.Stephan Bergmann2012-01-252-45/+87
|
* Replaced diagnore ENSURE_OR_BREAK with regular code.Marcel Metz2012-01-231-3/+15
|
* add the "Send Feedback..." help menu itemIvan Timofeev2012-01-231-1/+2
|
* Use a smart pointer here insteadAugust Sodora2012-01-207-23/+12
|
* valgrind: Fix memory leakAugust Sodora2012-01-201-0/+1
|
* some misc tidyup ( that was reverted )Noel Power2012-01-104-29/+28
| | | | some id and string renaming from b08e273015d72251b68bca86535cf5919dd9e40e was reverted, those parts of the changes are reapplied here
* Revert "remove duplicated images for basic dialog form controls ( & misc ↵Noel Power2012-01-104-35/+35
| | | | | | tidyup )" This reverts commit 83a28682f21f7b284aa57f9c336bae551621da03.
* Merge branch 'feature/gbuild_extensions'Michael Stahl2012-01-061-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
| * fix dep to svx/globlmn.hrc inside of tail_buildNorbert Thiebaud2012-01-041-1/+1
| |
| * Merge remote-tracking branch 'origin/master' into feature/gbuild_extensionsPeter Foley2011-12-243-26/+23
| |\ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Module_tail_build.mk Repository.mk extensions/util/makefile.pmk postprocess/prj/build.lst svx/AllLangResTarget_svx.mk
| * | gbuild: these targets depend on svx/globlmn.hrcMatúš Kukan2011-12-201-0/+2
| | |
* | | Removed unnecessary tools includes.Marcel Metz2012-01-051-1/+0
| | |
* | | Easyhack fdo#38831 remove SvStringsBrad Sowden2012-01-041-2/+0
| |/ |/| | | | | Remove SvStrings definition and obsolete #defines.
* | String->OUStringAugust Sodora2011-12-202-25/+22
| |
* | fix mistaken String::CreateFromInt32 -> OUString::valueOf conversionNoel Power2011-12-151-1/+1
|/
* German translationsNoel Grandin2011-12-122-2/+2
| | | | By Mike Whiteley/Noel Grandin, some smaller changes by myself; changes to binfilter removed from patch
* String->OUStringAugust Sodora2011-12-101-40/+34
|
* Remove unnecessary includesAugust Sodora2011-12-101-26/+18
|
* String->OUStringAugust Sodora2011-12-101-115/+101
|