summaryrefslogtreecommitdiffstats
path: root/basctl/source
Commit message (Expand)AuthorAgeFilesLines
* fix for fdo#57836 throw when attempting to store basicide modelNoel Power2013-01-042-0/+36
* fdo#50632 IDE: update Object Catalog when closing a documentUray M. János2012-08-102-7/+29
* fixed Replace all message in Basic IDEUray M. János2012-08-101-1/+1
* fdo#50633 IDE: select current module in Object Catalog on openUray M. János2012-08-104-8/+8
* fdo#52223 fix Object Catalog in Basic IDE when resizingUray M. János2012-07-245-30/+27
* fdo#51577 - fix incremental search / buffer switching hang/crashMichael Meeks2012-07-031-1/+4
* Removed unused SfxMedium::bDirectStephan Bergmann2012-05-241-2/+2
* make ResId::toString a non-static memberCaolán McNamara2012-04-3017-84/+85
* WaE: equality comparison with extraneous parenthesesTor Lillqvist2012-04-241-1/+1
* removed unused definesTakeshi Abe2012-04-201-2/+0
* removed unused const/static dataTakeshi Abe2012-04-202-7/+0
* move tools/table.hxx to binfilterMichael Stahl2012-04-181-2/+0
* calling GetChar() only once sufficesTakeshi Abe2012-04-181-4/+5
* replaced String by rtl::OUStringTakeshi Abe2012-04-182-13/+11
* removed useless static dataTakeshi Abe2012-04-172-5/+0
* removed unused definesTakeshi Abe2012-04-175-12/+0
* Resolves: fdo#48368 CRASH closing IDEJulien Nabet2012-04-161-2/+2
* String::CreateFromInt32->rtl::OUString::valueOfCaolán McNamara2012-04-111-2/+2
* Fix "Same expression..." reported by cppcheckJulien Nabet2012-04-081-1/+1
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-062-4/+2
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-1/+1
* Convert tools/table.hxx to std::set in EditorWindow class in basctl moduleNoel Grandin2012-04-022-11/+11
* Convert tools/table.hxx usage to std::set in Calendar class in svtools moduleNoel Grandin2012-04-021-0/+1
* add missing tools/table.hxx includeMarkus Mohrhard2012-03-291-0/+2
* readUnicodeString can just return the stringCaolán McNamara2012-03-261-2/+2
* Revert "fix debug build"Fridrich Štrba2012-03-221-1/+0
* 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
* replace usage of OUString::replace*AsciiL() with string literal overloadsLuboš Luňák2012-03-126-21/+9
* Object Catalog pane in Basic IDETomcsik Bence2012-03-1111-19/+100
* 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