summaryrefslogtreecommitdiffstats
path: root/basctl
Commit message (Expand)AuthorAgeFilesLines
* targetted improvement of UNO API includes / usageMichael Meeks2012-07-021-4/+1
* Remove some unused defines and controlsThomas Arnhold2012-06-292-4/+0
* Remove unused header guards and optionsThomas Arnhold2012-06-298-46/+0
* Remove last PCH tracesThomas Arnhold2012-06-2917-85/+70
* Remove UNO includes commentsThomas Arnhold2012-06-298-18/+0
* Remove some more PCH tracesThomas Arnhold2012-06-291-22/+0
* Reduce newline bloat at eofThomas Arnhold2012-06-275-165/+0
* re-base on ALv2 code.Michael Meeks2012-06-263-69/+43
* Remove various commented out definesThomas Arnhold2012-06-251-10/+0
* hrc cleanup: Remove unused definesThomas Arnhold2012-06-211-5/+0
* removed unused forward declarations of classTakeshi Abe2012-06-205-11/+0
* Revert "Remove License/Credits menu items"Petr Mladek2012-06-191-0/+2
* Remove License/Credits menu itemsStefan Knorr (astron)2012-06-181-2/+0
* hrc cleanup: Remove completely unused RIDsThomas Arnhold2012-06-155-32/+4
* re-base on ALv2 code.Michael Meeks2012-06-12123-2657/+1826
* remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara2012-06-111-8/+4
* Remove superfluous empty lines on topThomas Arnhold2012-06-095-10/+0
* fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin2012-06-062-33/+23
* status bar: Standardize the size of modification status to '9' everywhere.Jan Holesovsky2012-05-281-1/+1
* Removed unused SfxMedium::bDirectStephan Bergmann2012-05-241-2/+2
* status bar: INSRT/OVER -> 'Overwrite' shown only when in overwrite mode.Jan Holesovsky2012-05-231-3/+3
* make ResId::toString a non-static memberCaolán McNamara2012-04-3017-84/+85
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-1/+0
* 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
* add package deps for resourcesDavid Tardon2012-04-091-4/+9
* Fix "Same expression..." reported by cppcheckJulien Nabet2012-04-081-1/+1
* gbuild: "use" vs. "add":Michael Stahl2012-04-081-3/+3
* 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
* more dependencies and include pathsMatúš Kukan2012-03-271-1/+3
* 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