summaryrefslogtreecommitdiff
path: root/basctl
AgeCommit message (Collapse)AuthorFilesLines
2013-03-14make sure basic IDE cut/copy buttons on toolbar are refreshed fdo#30545Noel Power1-0/+8
Change-Id: I483469f0b76ade7fb107c6f4ae5c28a4b03877b1 (cherry picked from commit 56f30adffa34e2f645646048747e3110a275b072) Reviewed-on: https://gerrit.libreoffice.org/2708 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-01-15fdo#59212 UI elements were untranslatable in Basic Macro dialogAndras Timar1-6/+6
Change-Id: Ic8d2287db947f298c0492845b7a618c540a9c8df Reviewed-on: https://gerrit.libreoffice.org/1699 Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com>
2013-01-14fix a bunch of more crashes when setting personasMarkus Mohrhard3-11/+13
Change-Id: I6c2c398e074a41c3173bff57bc12496b4c2032b4 Reviewed-on: https://gerrit.libreoffice.org/1659 Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com>
2012-12-21Templates Manager: removed the old dialogs and menu entriesCédric Bosdonnat1-7/+0
Conflicts: basctl/uiconfig/basicide/menubar/menubar.xml extensions/source/bibliography/uiconfig/sbibliography/menubar/menubar.xml framework/uiconfig/startmodule/menubar/menubar.xml sc/uiconfig/scalc/menubar/menubar.xml sd/uiconfig/sdraw/menubar/menubar.xml sd/uiconfig/simpress/menubar/menubar.xml sfx2/inc/docvor.hxx sfx2/inc/orgmgr.hxx sfx2/source/doc/docvor.cxx sfx2/source/view/orgmgr.cxx sw/uiconfig/sglobal/menubar/menubar.xml sw/uiconfig/sweb/menubar/menubar.xml sw/uiconfig/swform/menubar/menubar.xml sw/uiconfig/swreport/menubar/menubar.xml sw/uiconfig/swriter/menubar/menubar.xml sw/uiconfig/swxform/menubar/menubar.xml Change-Id: I5aa9dd8c0bfb95c26bca14962f60041e892ea2ea
2012-12-18Removed File > Templates > Address Book Source... menu entry and its codeCédric Bosdonnat1-1/+0
Change-Id: Iaec660c2d8da109bd644f5c88213fdb0c51a9c0f
2012-12-12Resolves: fdo#57469 allow tab to traverse into custom widgetsCaolán McNamara1-1/+1
The magic WB_TABSTOP bit is the one that allows a widget to be accepted as a candidate for getting focus when pressing tab (cherry picked from commit 166d8257979aac6775319a9e1f305bc94df97e29) Conflicts: svx/source/dialog/fontlb.cxx Change-Id: I7d964bae6b84184ccbc4652d66cf3d2637566405
2012-12-04fix for fdo#57836 throw when attempting to store basicide modelNoel Power2-0/+36
Change-Id: I8769a63be61d45817757be3ad23ffc7b01173041
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens1-1/+0
This changes all generated API headers (.hpp and .hdl) to use a namespace alias 'css' instead of the pointlessly long com::sun::star Makes the change in cppumaker & associated tools, adds a global namespace alias definition in sal/types.h, and removes a kiloton of local, now pointless-to-harmful versions of that alias from all over the code. Change-Id: Ice5a644a6b971a981f01dc0589d48f5add31cc0f
2012-11-30fdo#46808, use service constructor for i18n::CollatorNoel Grandin1-1/+1
Change-Id: I15a360723e335345aad09e73fcb0f6815ed9e0d4
2012-11-29Pass pointer to view data entry to Paint() instead of its raw flag value.Kohei Yoshida1-4/+3
We need to hide these flags away. Change-Id: I112003a88a92174f5012b3356ba261a039eeccc1
2012-11-27String=>OUString of svl's urihelperNorbert Thiebaud1-7/+7
Change-Id: Ib4d9175ce4661140a147962b8f45be40f800d85a
2012-11-24get rid of Svx...Locale...() double conversion nonsenseEike Rathke2-9/+5
Change-Id: I21d14ff6087d1adb0ce769f2e8f8060a005250cc
2012-11-23some i18n wrappers with LanguageTagEike Rathke2-2/+2
Change-Id: I2ceaa3159e8669c2c569fa8559c1e061dcad399d
2012-11-22AllSettings with LanguageTagEike Rathke7-8/+9
Change-Id: I710ae66e51139662eb442b681fdf9cc9d158551d
2012-11-20Merge branch 'feature/killsdf'Andras Timar1-1/+1
Conflicts: desktop/prj/build.lst helpcontent2 l10ntools/Executable_gsicheck.mk l10ntools/Executable_uiex.mk regexp/inc/regexp/reclass.hxx solenv/gbuild/AllLangResTarget.mk Change-Id: I398f0cd9e7daefa8d2e04fd977d5bc2e9708169b
2012-11-20Bin pointless _SOLAR__PRIVATE which was always 1 anywayTor Lillqvist4-7/+0
Change-Id: I98f35920f02d4ee71787a9968158b220af69bde6
2012-11-16Fix the Windows build breakage by reorganizing svtools headers.Kohei Yoshida5-0/+5
Also removed a fair amount of implicit inline methods to promote use of more forward declaration. Change-Id: I5ad21f0d7abc85281708b7e87f1036b02a053627
2012-11-15fdo#46808, use service constructor for i18n::NumberFormatMapperNoel Grandin1-0/+3
Also create a utility constructor for LocaleDataWrapper, which simplifies many of the calling sites. Change-Id: Ic8510b51c4201fa17fc0620e18d3e258e43636ba
2012-11-15fdo#46808, use service constructor for ucb::SimpleFileAccessNoel Grandin2-6/+4
I upgraded the service to return XSimpleFileAccess3, since it already implemented that interface, and it's backwards compatible. Change-Id: I40001a46048bd21a23b6a2f58a95376f06fc634b
2012-11-11Merge branch 'master' into feature/killsdfAndras Timar39-961/+1207
Conflicts: Repository.mk RepositoryFixes.mk connectivity/prj/build.lst extensions/prj/build.lst filter/prj/build.lst fpicker/prj/build.lst l10ntools/StaticLibrary_transex.mk saxon/build.xml shell/prj/build.lst solenv/gbuild/AllLangResTarget.mk solenv/gbuild/Configuration.mk solenv/gbuild/UI.mk ucb/source/ucp/webdav/webdavcontent.cxx
2012-11-07basic: String -> OUStringNorbert Thiebaud2-5/+9
Change-Id: I42479b4bade5111e38d69f04c889c166f340d5ba
2012-11-05fdo#46808, use service constructor for i18n::CharacterClassificationNoel Grandin1-1/+1
Change-Id: I0499ad7de27b1539e97f01ab8aa0ef2d6713ae76
2012-11-05convert basic dialog to .uiCaolán McNamara10-384/+617
Change-Id: I1ed45e5990aca4be8b499fe300d7d43fda16bd6a
2012-11-03basic: preliminary cosmetic clean-upNorbert Thiebaud2-3/+34
parsing 1000s of line of code is hard enough without having to fight with weird indentation and irregular formatting. So as the review progress, in order to follow the code, cosmetic changes were made... In order to minimize the task of the reviewers and allow them to concentrate on what matter, an effort is made to collect these cosmetic changes into this separate commit. Change-Id: I3c9b04a0150d0d0a048c2e976fe24de4f2b6b98a
2012-10-31CMIS: added cancelCheckOut and checkIn implementations and menu itemsCédric Bosdonnat1-0/+2
Although the implementation is here, the dialogs to show when clicking on the menu items aren't there yet. Change-Id: I14886ec8ea8b97a35ca6c8474bc33e30da1a86d3
2012-10-31CMIS: added CheckOut in the File menuCédric Bosdonnat1-0/+1
Change-Id: I5f003556065cff34cec38148bc3bb4da20692e54
2012-10-30trivial empty-init String::Fill -> comphelper::padToLengthCaolán McNamara1-4/+5
Change-Id: I6c41b8f4d3ad739eff545063bd1f8fe8f4fba65e
2012-10-27OUString cleanup finished in basctlRicardo Montania5-40/+40
Change-Id: I6d18f5cde7866828ca95ccff702eb86d2e40c58d Reviewed-on: https://gerrit.libreoffice.org/925 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2012-10-27OUString cleanup and some identationRicardo Montania2-55/+51
Change-Id: Id222047750b7527e35977b73213ceeb12a53b57a Reviewed-on: https://gerrit.libreoffice.org/924 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2012-10-26::rtl::OUString -> OUString in basctlRicardo Montania2-35/+34
Change-Id: Ief0083c0274c573fce62c32dfae35a647804b20e Reviewed-on: https://gerrit.libreoffice.org/900 Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz>
2012-10-26More ::rtl::OUString -> OUString in basctlRicardo Montania1-31/+30
Change-Id: Ia68b74d06ffe533bcc302fb5094267e0efae6faa Reviewed-on: https://gerrit.libreoffice.org/901 Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz>
2012-10-25XubString->OUStringCaolán McNamara2-3/+4
Change-Id: I5835696a3246b4d8f401a1617d2b53ec8c7c5626
2012-10-23fdo#46808, Adapt packages::manifest::ManifestWriter UNO service to new styleNoel Grandin1-5/+3
The service already existed, it just did not have an IDL file Change-Id: I04c617a97262e9cc96af17fcae9cc084245c0149
2012-10-23fdo#46808, use service constructor for uri::UriReferenceFactoryNoel Grandin1-11/+4
Change-Id: I4e72bf5880fa28cb96d93ede7730a63220af7fa6
2012-10-23fdo#46808, Adapt ui::dialogs::FolderPicker UNO service to new styleNoel Grandin1-21/+17
Create a merged XFolderPicker2 interface for this service to implement. Which is backwards-compatible, but does not require creating a new service. Change-Id: I4a2c2a8d491a8d5633c19ddcea547f0efe75b91d
2012-10-22Some ::rtl::OUString to OUString in basctlRicardo Montania2-34/+34
Change-Id: Ifbc60c2e6f2906cc0b7a3ea3fb9dfa1a8421d6a2 Reviewed-on: https://gerrit.libreoffice.org/896 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2012-10-22OUString cleanup in basctlRicardo Montania5-33/+30
Change-Id: I9644427f6d3bb4b2f488325eb520b365115a8e82 Reviewed-on: https://gerrit.libreoffice.org/892 Reviewed-by: Ivan Timofeev <timofeev.i.s@gmail.com> Tested-by: Ivan Timofeev <timofeev.i.s@gmail.com>
2012-10-19Merge SvLBoxTreeList and SvTreeList.Kohei Yoshida1-1/+1
Change-Id: I318ff6f1009b1aaa7d0bd3abb250f92fb51a21cd
2012-10-19Merge SvListEntry and SvLBoxEntry into SvTreeListEntry.Kohei Yoshida10-183/+183
Change-Id: I89cfc8c1288c00674fe64e791c149743d377d5ee
2012-10-18more explicit char* => OUString conversion in basctlPetr Mladek1-1/+1
it will hopefully fix build on the Windows tinderbox
2012-10-16More rtl::OUString cleanup in basctlRicardo Montania2-95/+91
Change-Id: Ife2754b17e111c0e129670b95bd2e16d81ad906c Reviewed-on: https://gerrit.libreoffice.org/873 Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz>
2012-10-16rtl::OUString cleanup in basctlRicardo Montania3-42/+41
Change-Id: If57c184b355224f31fdf7872ab1f52c034e5c7f0 Reviewed-on: https://gerrit.libreoffice.org/872 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
2012-10-15Use isEmpty().Jan Holesovsky1-1/+1
Change-Id: I0b2a30384cbbe3f05d25968c4e7e19e84c23e267
2012-10-13Merge branch 'master' into feature/killsdfAndras Timar26-628/+618
Conflicts: Makefile.top Module_tail_build.mk RepositoryExternal.mk RepositoryFixes.mk accessibility/source/standard/vclxaccessibletoolbox.cxx basic/source/uno/dlgcont.cxx connectivity/Library_ado.mk cross_tail_build/prj/build.lst desktop/source/offacc/acceptor.cxx filter/Library_PptImporter.mk filter/source/t602/filterenv.cxx i18npool/Library_textconv_dict.mk ooo.lst.in saxon/ExternalProject_saxon.mk saxon/build.xml sc/sdi/scalc.sdi sc/source/filter/xml/xmlstyli.cxx sc/source/ui/condformat/condformatdlg.cxx sc/source/ui/condformat/condformatmgr.cxx sc/source/ui/view/cellsh1.cxx sdext/source/pdfimport/misc/pwdinteract.cxx shell/qa/zip/makefile.mk shell/qa/zip/testimpl/makefile.mk solenv/gbuild/CppunitTest.mk solenv/gbuild/gbuild.mk solenv/gbuild/platform/android.mk solenv/gbuild/platform/com_GCC_defs.mk solenv/gbuild/platform/macosx.mk soltools/Executable_adjustvisibility.mk soltools/Executable_checkdll.mk soltools/Executable_cpp.mk soltools/Executable_javadep.mk soltools/Executable_makedepend.mk sw/qa/extras/rtfimport/rtfimport.cxx tail_build/prj/build.lst tomcat/ExternalProject_tomcat.mk ucb/source/ucp/webdav/webdavcontent.cxx xml2cmp/Executable_xml2cmp.mk
2012-10-13fix String->OUString conversionIvan Timofeev1-1/+1
Change-Id: Icc21b8998f205b635a21275ea4355824eca83a60
2012-10-13Review corrections in basctl/.../basobj3.cxxRicardo Montania1-5/+5
Change-Id: I905e85ce9d754047ad287c9dd3caa92427b25b0d
2012-10-12766 gerrit patch, fix appendAscii in bastype2.cxxRicardo Montania1-1/+1
Change-Id: I4409d1b0585a8c52cba14d1e67ccf776c6070c8a Reviewed-on: https://gerrit.libreoffice.org/854 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
2012-10-11Merged SvTreeListBox and SvLBox.Kohei Yoshida2-4/+5
There is no reason to keep SvLBox separate. Change-Id: I0b34aa8f8ca539d4f4f0f9cea9fa9b8faec241e8
2012-10-09Some OUString and RTL_CONST refactoringRicardo Montania3-94/+92
Change-Id: I27709f12ef6e3448ed457bd0e9f2056979ba0291
2012-10-09::rtl::OUString to OUString in basctlRicardo Montania2-117/+117
Change-Id: If6a53fd69f8a99bafc7fc324911132dd51e67266