summaryrefslogtreecommitdiff
path: root/basctl/source
AgeCommit message (Collapse)Author
2012-02-15Various string function clean upStephan Bergmann
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 Bence
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-07Use defined utility BASIC_DLL()/BASIC_MOD()Takeshi Abe
2012-02-07Removed dead codeTakeshi Abe
2012-01-31Simplify code by making getProcessComponentContext() implicit.Stephan Bergmann
2012-01-30use SAL_CALL - fix bulid in msvcKorrawit Pruegsanusak
2012-01-30Fixed cppheader.xsl nillable treatment.Stephan Bergmann
* 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-26Deleting a null pointer is safeTakeshi Abe
2012-01-25Replace SourceViewConfig with (simplified) direct configuration access.Stephan Bergmann
2012-01-23Replaced diagnore ENSURE_OR_BREAK with regular code.Marcel Metz
2012-01-20Use a smart pointer here insteadAugust Sodora
2012-01-20valgrind: Fix memory leakAugust Sodora
2012-01-10some misc tidyup ( that was reverted )Noel Power
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 Power
tidyup )" This reverts commit 83a28682f21f7b284aa57f9c336bae551621da03.
2012-01-05Removed unnecessary tools includes.Marcel Metz
2012-01-04Easyhack fdo#38831 remove SvStringsBrad Sowden
Remove SvStrings definition and obsolete #defines.
2011-12-20String->OUStringAugust Sodora
2011-12-15fix mistaken String::CreateFromInt32 -> OUString::valueOf conversionNoel Power
2011-12-12German translationsNoel Grandin
By Mike Whiteley/Noel Grandin, some smaller changes by myself; changes to binfilter removed from patch
2011-12-10String->OUStringAugust Sodora
2011-12-10Remove unnecessary includesAugust Sodora
2011-12-10String->OUStringAugust Sodora
2011-12-10Avoid use of preprocessorAugust Sodora
2011-12-10fix build with MSVCAndras Timar
2011-12-10Remove unnecessary includesAugust Sodora
2011-12-10String->OUStringAugust Sodora
2011-12-10String->OUStringAugust Sodora
2011-12-10String->OUStringAugust Sodora
2011-12-10Fix for fdo43460 Part II getLength to isEmptyOlivier Hallot
Part II Module basctl
2011-12-10Avoid use of the preprocessorAugust Sodora
2011-12-09callcatcher: remove unused code post automation removalCaolán McNamara
2011-12-09String->OUStringAugust Sodora
2011-12-09String->OUStringAugust Sodora
2011-12-09String->OUStringAugust Sodora
2011-12-09sal_Bool to boolAugust Sodora
2011-12-08Clean up SbxItemAugust Sodora
2011-12-08Remove unused codeAugust Sodora
2011-12-08childs -> childrenMichael T. Whiteley
2011-12-06remove duplicated images for basic dialog form controls ( & misc tidyup )Noel Power
2011-12-05add some form control support for basic dialogsNoel Power
2011-12-05So size_t is recognized on windowsAugust Sodora
2011-12-05String->OUStringAugust Sodora
2011-12-05Remove unnecessary includesAugust Sodora
2011-12-05add missing include for size_tIvan Timofeev
2011-12-04Refactor BreakPointAugust Sodora
2011-12-04String->OUStringAugust Sodora
2011-12-04sal_Bool to boolAugust Sodora
2011-11-30Remove unnecessary includesAugust Sodora
2011-11-30Remove unnecessary includesAugust Sodora
2011-11-30String->OUStringAugust Sodora