summaryrefslogtreecommitdiff
path: root/basctl/source
AgeCommit message (Expand)AuthorFilesLines
2012-07-29Remove strange DummyTypeCaolán McNamara1-0/+1
2012-07-27sal_Bool -> boolTakeshi Abe10-64/+65
2012-07-26fdo#50632 IDE: update Object Catalog when closing a documentUray M. János2-7/+29
2012-07-26fixed Replace all message in Basic IDEUray M. János1-1/+1
2012-07-26sal_Bool -> boolTakeshi Abe11-52/+52
2012-07-26Ditch useless fieldsTakeshi Abe2-6/+0
2012-07-25fdo#50633 IDE: select current module in Object Catalog on openUray M. János4-8/+8
2012-07-25Restore use of MatchGroupCaolán McNamara1-0/+3
2012-07-25sal_Bool -> boolTakeshi Abe6-43/+42
2012-07-24fdo#52223 fix Object Catalog in Basic IDE when resizingUray M. János5-30/+27
2012-07-24Remove unused argumentTakeshi Abe3-6/+4
2012-07-23Some clean-upStephan Bergmann1-23/+3
2012-07-23WaE: misc. fixes.Michael Meeks2-1/+1
2012-07-23fdo#48549 System::Beep() removalMathieu Vonlanthen3-38/+2
2012-07-20sal_Bool -> boolTakeshi Abe7-89/+89
2012-07-18Various Clang 3.1 -Wunsued-variable, -Wconstant-conversionStephan Bergmann1-1/+0
2012-07-14hrc cleanup: Remove include guards from src filesThomas Arnhold1-2/+0
2012-07-09some UniString->rtl::OUStringCaolán McNamara3-4/+4
2012-07-04Convert aTabs field in SvTreeListBox from SvPtrarr to std::vectorNoel Grandin1-2/+2
2012-07-03ditch String::CreateFromAsciiCaolán McNamara4-13/+11
2012-07-03fdo#51577 - fix incremental search / buffer switching hang/crashMichael Meeks1-1/+4
2012-07-02hrc cleanup: Remove unused definesThomas Arnhold1-7/+0
2012-06-29Remove some unused defines and controlsThomas Arnhold2-4/+0
2012-06-29Remove unused header guards and optionsThomas Arnhold8-46/+0
2012-06-29Remove last PCH tracesThomas Arnhold17-85/+70
2012-06-29Remove UNO includes commentsThomas Arnhold8-18/+0
2012-06-29Remove some more PCH tracesThomas Arnhold1-22/+0
2012-06-27Reduce newline bloat at eofThomas Arnhold5-165/+0
2012-06-26re-base on ALv2 code.Michael Meeks3-69/+43
2012-06-25Remove various commented out definesThomas Arnhold1-10/+0
2012-06-20removed unused forward declarations of classTakeshi Abe5-11/+0
2012-06-15hrc cleanup: Remove completely unused RIDsThomas Arnhold4-26/+3
2012-06-12re-base on ALv2 code.Michael Meeks105-2484/+1539
2012-06-11remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara1-8/+4
2012-06-09Remove superfluous empty lines on topThomas Arnhold5-10/+0
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin2-33/+23
2012-05-24Removed unused SfxMedium::bDirectStephan Bergmann1-2/+2
2012-04-30make ResId::toString a non-static memberCaolán McNamara17-84/+85
2012-04-24WaE: equality comparison with extraneous parenthesesTor Lillqvist1-1/+1
2012-04-20removed unused definesTakeshi Abe1-2/+0
2012-04-20removed unused const/static dataTakeshi Abe2-7/+0
2012-04-18move tools/table.hxx to binfilterMichael Stahl1-2/+0
2012-04-18calling GetChar() only once sufficesTakeshi Abe1-4/+5
2012-04-18replaced String by rtl::OUStringTakeshi Abe2-13/+11
2012-04-17removed useless static dataTakeshi Abe2-5/+0
2012-04-17removed unused definesTakeshi Abe5-12/+0
2012-04-16Resolves: fdo#48368 CRASH closing IDEJulien Nabet1-2/+2
2012-04-11String::CreateFromInt32->rtl::OUString::valueOfCaolán McNamara1-2/+2
2012-04-08Fix "Same expression..." reported by cppcheckJulien Nabet1-1/+1
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2-4/+2