summaryrefslogtreecommitdiffstats
path: root/basctl/source
Commit message (Expand)AuthorAgeFilesLines
* New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann2012-03-0114-33/+33
* implement scrolling with mouse in Object Catalog dialogTomcsik Bence2012-03-014-53/+28
* Object Catalog button now toggles display of the dialogTomcsik Bence2012-03-011-1/+4
* make button label and dialog title consistent (Object Catalog)Tomcsik Bence2012-03-011-1/+1
* Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe2012-02-181-2/+2
* Various string function clean upStephan Bergmann2012-02-156-21/+28
* Wrong size of 'Remove watch' button at Basic IDE. fdo#44237Tomcsik Bence2012-02-131-17/+21
* Use defined utility BASIC_DLL()/BASIC_MOD()Takeshi Abe2012-02-071-1/+1
* Removed dead codeTakeshi Abe2012-02-071-3/+0
* 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
* 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
* 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-102-21/+21
* Revert "remove duplicated images for basic dialog form controls ( & misc tidy...Noel Power2012-01-102-21/+21
* Removed unnecessary tools includes.Marcel Metz2012-01-051-1/+0
* Easyhack fdo#38831 remove SvStringsBrad Sowden2012-01-041-2/+0
* 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
* String->OUStringAugust Sodora2011-12-101-40/+34
* Remove unnecessary includesAugust Sodora2011-12-101-26/+18
* String->OUStringAugust Sodora2011-12-101-115/+101
* Avoid use of preprocessorAugust Sodora2011-12-102-26/+27
* fix build with MSVCAndras Timar2011-12-101-1/+1
* Remove unnecessary includesAugust Sodora2011-12-101-15/+13
* String->OUStringAugust Sodora2011-12-102-4/+2
* String->OUStringAugust Sodora2011-12-101-10/+10
* String->OUStringAugust Sodora2011-12-103-16/+16
* Fix for fdo43460 Part II getLength to isEmptyOlivier Hallot2011-12-107-12/+12
* Avoid use of the preprocessorAugust Sodora2011-12-101-10/+13
* callcatcher: remove unused code post automation removalCaolán McNamara2011-12-092-11/+0
* String->OUStringAugust Sodora2011-12-0913-203/+190
* String->OUStringAugust Sodora2011-12-092-7/+9
* String->OUStringAugust Sodora2011-12-097-33/+33
* sal_Bool to boolAugust Sodora2011-12-092-17/+15
* Clean up SbxItemAugust Sodora2011-12-082-38/+4
* Remove unused codeAugust Sodora2011-12-082-6/+0
* childs -> childrenMichael T. Whiteley2011-12-086-23/+23
* remove duplicated images for basic dialog form controls ( & misc tidyup )Noel Power2011-12-062-21/+21
* add some form control support for basic dialogsNoel Power2011-12-059-13/+165
* So size_t is recognized on windowsAugust Sodora2011-12-051-0/+2
* String->OUStringAugust Sodora2011-12-051-9/+11
* Remove unnecessary includesAugust Sodora2011-12-051-11/+0
* add missing include for size_tIvan Timofeev2011-12-051-0/+1
* Refactor BreakPointAugust Sodora2011-12-047-188/+266