summaryrefslogtreecommitdiffstats
path: root/basic/inc
Commit message (Collapse)AuthorAgeFilesLines
* execute move of global headersBjoern Michaelsen2013-04-2326-3457/+0
| | | | | | | see https://gerrit.libreoffice.org/#/c/3367/ and Change-Id: I00c96fa77d04b33a6f8c8cd3490dfcd9bdc9e84a for details Change-Id: I199a75bc4042af20817265d5ef85b1134a96ff5a
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-221-21/+5
|
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-073-3/+3
| | | | | | | | Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
* new module i18nlangtagEike Rathke2013-04-051-1/+1
| | | | | | | | | | | Moved portions from module i18npool, all of former i18nisolang1 library that now is i18nlangtag. Included are languagetag, isolang and mslangid. This i18nlangtag code is now even used by module comphelper, so disentangling i18npool and making this an own module was needed to not create circular module dependencies. Change-Id: Ib887c3d6dde667403fd22d382310ba5f1a9b0015
* fdo#60691 add modelines to *.src and *.hrc filesBorim2013-03-081-0/+3
| | | | | | | | | use solenv/bin/add-modulelines script for the task and remove all UTF bom from *.src and *.hrc files svx/source/dialog/hdft.src Change-Id: I745d4f0fe9b05436a142a03f8512970f91c41bd4
* remove unused and commented out codeThomas Arnhold2013-03-041-5/+0
| | | | | | This code gets never called. Change-Id: I59228cba1444b7b09f74eb5cf8da9b755c7c32f7
* Remove all occurences of RTL_* and ::rtl prefix from basicMarcos Paulo de Souza2013-01-032-2/+2
| | | | | | | | | | This is a big commit, so thanks for your time reviewing this :) Conflicts: basic/source/sbx/sbxscan.cxx Change-Id: Ib9bc710b87475b5695764557321e5dcef25e5933 Signed-off-by: Miklos Vajna <vmiklos@suse.cz>
* c++ API: use css alias in generated headers, adds global css declThorsten Behrens2012-11-301-2/+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
* convert users of XDocumentInfo to XDocumentPropertiesMichael Stahl2012-11-221-1/+2
| | | | Change-Id: I10f395f90d554d0ec26fe9f2654ae839e21c7ee5
* basic: String -> OUStringNorbert Thiebaud2012-11-0715-210/+202
| | | | Change-Id: I42479b4bade5111e38d69f04c889c166f340d5ba
* basic: preliminary cosmetic clean-upNorbert Thiebaud2012-11-0311-71/+71
| | | | | | | | | | | | | | 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
* basic: String -> OUString in basicmanagerNorbert Thiebaud2012-11-031-32/+32
| | | | Change-Id: I6607bfe8b6bf4d29ffd01cd88a19af5e53d616b5
* Remove unused reference classTakeshi Abe2012-09-134-9/+0
| | | | Change-Id: I17246e036e821c4a8be36cf322dcf23285e3d97a
* Bin pointer to non-existent classTakeshi Abe2012-09-135-15/+0
| | | | Change-Id: I215c84967a53dbadba86913d24bc4aadc6543467
* Remove unnecessary #ifndef guardsTakeshi Abe2012-09-1111-123/+0
| | | | | | | Change-Id: I0b393c97f8781d99bf5d3be4065864379eab004c Reviewed-on: https://gerrit.libreoffice.org/594 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
* sal_Bool to boolTakeshi Abe2012-09-081-9/+9
| | | | Change-Id: I86e5b49ccc9737517ecde17dbdaba44eeaee2371
* Bin useless includesTakeshi Abe2012-09-071-3/+0
| | | | Change-Id: I08a58468a3ce75038b65a8d9641cc2138541a7f5
* sal_Bool to boolTakeshi Abe2012-09-075-14/+14
| | | | Change-Id: Ie8a128db35bebcdcee5eda984a7875339418d9bb
* sal_Bool to boolTakeshi Abe2012-09-051-2/+2
| | | | Change-Id: Iebed1c159606ab695b049032da5a3509e468fb91
* Fix typo ImpLoadLibaryTakeshi Abe2012-08-281-2/+2
| | | | | | | Change-Id: I773678437aae6577f22078e97bcac1377c4307d8 Reviewed-on: https://gerrit.libreoffice.org/495 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Kohei Yoshida <kohei.yoshida@gmail.com>
* sal_Bool to boolTakeshi Abe2012-08-211-1/+1
| | | | Change-Id: I38141187c4f0809343a93c5765c0773d2321968a
* -Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann2012-08-165-20/+0
| | | | Change-Id: Ia6f5bf7c3372515c2796d239aeb610fbe6f29f8d
* reduce static_initialization_and_destruction chainCaolán McNamara2012-08-091-1/+1
| | | | Change-Id: I9fdefd428b858fd5581412d6f8e896a0eb680fef
* remove unnecessary includes of svl/svarray.hxxCaolán McNamara2012-07-302-2/+0
| | | | Change-Id: Ifec201efc4e97baf2d36d66c4ae6967eadd6134c
* XubString->rtl::OUStringCaolán McNamara2012-07-207-19/+19
| | | | Change-Id: I584ff580e3c8eee401f07c858ecbd63e5b0bf980
* re-base on ALv2 code. Includes:Michael Meeks2012-07-1825-578/+367
| | | | | | 118568: switch to using ucpp Patch contributed by Juergen Schmidt http://svn.apache.org/viewvc?view=revision&revision=1209396
* clean up include guards in sbxvar.hxxMichael Stahl2012-07-051-19/+3
| | | | Change-Id: I802d142ae93b3e9c7d42ab98d5c757df94a82196
* Remove unused definesThomas Arnhold2012-07-011-15/+0
| | | | Change-Id: Ic36b131ee9964a6671f7f41e1cad1631c43ad565
* Remove UNO includes commentsThomas Arnhold2012-06-291-2/+0
| | | | Change-Id: I48e193322967fb75e93eaf81e9e2110d3056f92a
* Remove various commented out definesThomas Arnhold2012-06-252-145/+0
| | | | | | Most of them in hrc files. Change-Id: I3944f6ed9befd2b498385f61b851790362221a4f
* re-base on ALv2 code.Michael Meeks2012-06-193-75/+48
|
* callcatcher: chainsaw out some unnecessary codeCaolán McNamara2012-06-151-2/+0
| | | | Change-Id: I88de7a942fbc9e0c51a3261236f5203f037d2392
* WaE: MSVC2008 C2220 unsafe mix of types in operationCaolán McNamara2012-04-201-3/+3
|
* .hrc files don't need executable bitsMichael Stahl2012-03-231-0/+0
|
* remove ToDouble/ToFloatCaolán McNamara2012-03-203-3/+0
|
* Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann2012-03-142-0/+6
| | | | | | | | | | | | | | ...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.
* Removed useless #ifdef guardTakeshi Abe2012-03-061-5/+1
|
* Remove unused SbxMemoryStreamTor Lillqvist2012-03-051-53/+0
|
* Remove unused code from basicElton Chung2012-03-051-16/+0
|
* Convert SbxFactory from SV_DECL_PTRARR_DEL to boost::ptr_vectorNoel Grandin2012-03-051-1/+2
|
* can use a reference for singletonCaolán McNamara2012-02-131-2/+1
|
* add SbGlobal for shared static objectsMarkus Mohrhard2012-02-101-0/+45
|
* Replaced String by rtl::OUString in SbiScannerTakeshi Abe2012-01-311-2/+2
|
* SvDispatch class doesn't exist anymoreCaolán McNamara2012-01-272-4/+0
|
* Removed unused field and non-existent classTakeshi Abe2012-01-251-4/+0
|
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-211-1/+1
| | | | | | | | | SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC) is used to annotate legitimately unused parameters, so that static analysis tools can tell legitimately unused parameters from truly unnecessary ones. To that end, some patches for external modules are also added, that are only applied when compiling with GCC and add necessary __attribute__ ((unused)) in headers.
* Remove useless macrosAugust Sodora2012-01-201-7/+0
|
* Replace BasicErrorManager with std::vectorAugust Sodora2012-01-201-8/+5
|
* Remove unused macrosAugust Sodora2012-01-171-14/+0
|
* Remove unused SttResMgr from basicAugust Sodora2012-01-161-2/+0
|