summaryrefslogtreecommitdiffstats
path: root/basctl
Commit message (Collapse)AuthorAgeFilesLines
* Reduce newline bloat at eofThomas Arnhold2012-06-275-165/+0
| | | | Change-Id: I494ceee07d6825f9466cab810742d7f85291fe14
* re-base on ALv2 code.Michael Meeks2012-06-263-69/+43
|
* Remove various commented out definesThomas Arnhold2012-06-251-10/+0
| | | | | | Most of them in hrc files. Change-Id: I3944f6ed9befd2b498385f61b851790362221a4f
* hrc cleanup: Remove unused definesThomas Arnhold2012-06-211-5/+0
| | | | | | | | | | | All of those defines (should) not be used at any point in the code. False positives may exist, because some macro names are getting generated by some template/macro foo. This is the version which compiled fine for me. Also there are many commented out lines removed. Change-Id: I6394024682e4ab3691eb72707a9363d41ba31df8
* removed unused forward declarations of classTakeshi Abe2012-06-205-11/+0
| | | | Change-Id: Iee1b78242e210466375376da3e4dbbaec609cc03
* Revert "Remove License/Credits menu items"Petr Mladek2012-06-191-0/+2
| | | | | | | GPLv3 has to be easily accessible. We should not hide it under too many mouse clicks. This reverts commit f4c567f8d4c46aca75f7c73d67e0bc952b4c2e2d.
* Remove License/Credits menu itemsStefan Knorr (astron)2012-06-181-2/+0
| | | | | | | | The About dialog now houses these functions. Change-Id: I7f751027564897a063d2910644c69680d471b6d9 Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
* hrc cleanup: Remove completely unused RIDsThomas Arnhold2012-06-155-32/+4
| | | | | | | | | | | These RID definitions aren't used at any other point. So remove them. Unused START and END definitions were commented out for documentation purpose. All definitions in basctl/source/basicide/tbxctl.hrc were unused, so I removed this file. Change-Id: I4713188a12b9da912b2a91b85ea4e54ca1aeb994
* re-base on ALv2 code.Michael Meeks2012-06-12123-2657/+1826
|
* remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara2012-06-111-8/+4
| | | | Change-Id: Ib9797fe97cd008cc6508ce8cec47dc5373416892
* Remove superfluous empty lines on topThomas Arnhold2012-06-095-10/+0
| | | | | | More than two lines are removed for readability. Change-Id: Ibff6cf68d7c512e240a54065b54a225bb23a782b
* fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin2012-06-062-33/+23
| | | | | | | Update calls to factories to use new SimpleFileAccess::create method Change-Id: Ie5b0696fe2228a9033b19969245a53c21a61aa14 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
* status bar: Standardize the size of modification status to '9' everywhere.Jan Holesovsky2012-05-281-1/+1
| | | | Change-Id: Ic5f8473fb5edaa84cdcd5a6cb563c6a5c4fadea3
* Removed unused SfxMedium::bDirectStephan Bergmann2012-05-241-2/+2
| | | | | | | | See the TODO comment in sfx2/inc/sfx2/docfile.hxx about a temporary SfxMedium ctor overload to find not yet adapted uses of another overload, to be removed again in due time. Change-Id: Ie22c33c32f8870ce6ebf6d500abc7a4e33d97183
* status bar: INSRT/OVER -> 'Overwrite' shown only when in overwrite mode.Jan Holesovsky2012-05-231-3/+3
| | | | | | | Idea by Mirek M. - thank you! Additionally introduced a tooltip showing more verbose text when in overwrite mode. Change-Id: I1236253bc6c97809ebed872fe86233cc08f41345
* make ResId::toString a non-static memberCaolán McNamara2012-04-3017-84/+85
| | | | Change-Id: I756c0a19bea7b1cc0e290d9f382a04d655819bfb
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-1/+0
| | | | | | | | this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
* 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
| | | | | | | | | Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-062-4/+2
|
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-1/+1
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
* 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
| | | | | | Also change the API slightly, removing GetSelectedData(int index) and replacing it with GetLastSelectedDate(), since the only usage of GetSelectedData in the codebase only needed to get the last date.
* 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
| | | | | seeing as no-one checks the return value, we don't need the intermediate temporary string
* Revert "fix debug build"Fridrich Štrba2012-03-221-1/+0
| | | | | | This reverts commit 0589dd3fb5c5bf2fdcdbccfab31fbe26c0a9727d. Given the find above, this assert will never be triggered anyway
* 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
| | | | | | | | | | | | | | ...which has the necessary features to support it. Change a lot of classes to either contain a protected non-virtual dtor (which is backwards compatible, so even works for cppumaker-generated UNO headers) or a public virtual one. cppuhelper/propertysetmixin.hxx still needs to disable the warning, as the relevant class has a non-virtual dtor but friends, which would still cause GCC to warn. Includes a patch for libcmis, intended to be upstreamed.
* replace usage of OUString::replace*AsciiL() with string literal overloadsLuboš Luňák2012-03-126-21/+9
|
* Object Catalog pane in Basic IDETomcsik Bence2012-03-1112-19/+103
| | | | | | | | | | | Object Catalog was a floating window. It has been converted to a fixed pane on the right hand side of the editor window. While it is a BasicDockingWindow, at the moment it is not possible to undock, move, or resize it. Also, the Object Catalog toolbar button does not show the visibility status of the pane, ideally it should look pressed, when the Object Catalog pane is visible. Another missing feature is that the Object Catalog pane cannot be switched on together with the dialog editor.
* gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan2012-03-102-7/+7
|
* New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann2012-03-0114-33/+33
| | | | | ...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem.
* implement scrolling with mouse in Object Catalog dialogTomcsik Bence2012-03-014-53/+28
| | | | | | I edited out the ObjectTreeListBox class because BasicTreeListBox contains the scroll function and all the other functions that the ObjectTreeListBox uses.
* Object Catalog button now toggles display of the dialogTomcsik Bence2012-03-011-1/+4
| | | | TODO: implement a toggle toolbar button that shows the toggle state
* make button label and dialog title consistent (Object Catalog)Tomcsik Bence2012-03-011-1/+1
|