summaryrefslogtreecommitdiffstats
path: root/svl/inc
Commit message (Collapse)AuthorAgeFilesLines
* add constLuboš Luňák2012-03-301-1/+1
|
* UniString removal.Kohei Yoshida2012-03-271-0/+4
|
* readUnicodeString can just return the stringCaolán McNamara2012-03-265-26/+22
| | | | | seeing as no-one checks the return value, we don't need the intermediate temporary string
* reduce UniStringsCaolán McNamara2012-03-204-30/+31
|
* SfxUINT32s->std::vectorCaolán McNamara2012-03-201-4/+2
|
* 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.
* callcatcher: update listCaolán McNamara2012-03-141-11/+0
|
* ditch SfxULongRangesCaolán McNamara2012-03-121-4/+0
|
* Convert from tools/table.hxx to std::map in SvxMacroTableDtorNoel Grandin2012-03-081-15/+29
| | | | | | | | | In this case, we also convert from storing pointers to storing the items directly because SvxMacroTableDtor completely controls the lifecycle of the SvxMacro objects it contains. Also add an operator== to SvxMacroTableDtor and remove the out-of-line implementations of equals from two other places.
* String to OUString in cell.[ch]xx and follow upMarkus Mohrhard2012-03-051-0/+11
|
* SfxStyleSheet needs a default ctorCaolán McNamara2012-02-281-9/+9
| | | | | | due to use of ImplInheritanceHelper2 SfxStyleSheet needs a default ctor, though its never called. rearrange things a little so we can have an empty ctor without pulling in a bunch of code which is never executed
* remove dangling legacy binary-compatible between-milestons temp hack nonsenseCaolán McNamara2012-02-281-2/+0
|
* Removed unused codeSzabolcs Dezsi2012-02-271-2/+0
|
* Remove unused codePetr Vorel2012-02-191-1/+0
|
* Remove unused codeElton Chung2012-02-191-7/+0
|
* Removed unused code from svl and sfx2Szabolcs Dezsi2012-02-172-3/+0
|
* EasyHack 42790: get rid of PRODUCTLaurent Balland-Poirier2012-02-171-3/+3
| | | | Preprocessor constant PRODUCT is replaced by !DBG_UTIL
* callcatcher: update unused code listCaolán McNamara2012-02-161-1/+7
|
* Remove some more outdated sunpro tracesThomas Arnhold2012-02-141-7/+0
| | | | | | | On Solaris gcc should be used. See: 514cefbcb7b800f8ddd2aa595502f4fe8403882f 19480ddf483174e956bd658b76380dbe499678dd
* EasyHack: Removed gcc conditionalsAlexander Bergmann2012-02-131-2/+2
|
* Replaced String by rtl::OUString in SvxMacroTakeshi Abe2012-02-091-11/+11
|
* changes to "tools/table.hxx to std::map conversion"Eike Rathke2012-02-081-12/+15
| | | | | | | | | | | | | | | | | | * use consistent indenting with 4 spaces (instead of tabs (plus one space)) * use erase(it++) instead of erase(it); ++it to not access invalidated iterator * for First(); Remove(); Next() loops over entire Table use map::clear() at the end if it isn't in a dtor * use existing typedef SvNumberFormatTable in numfmtsh.hxx instead of redefining, which means include zforlist.hxx now and some other forward declarations can be removed * removed inlined duplicated code of GetEntry(), implemented it in zforlist.cxx instead and made const GetFormatEntry() just call GetEntry() * removed the temporary sal_uIntPtr nFormat to be used as key, the sal_uIntPtr was only used because Table effectively had pointer size as keys. * made initial assignments of nDefaultFormat and nDefaultCurrencyFormat use the ternary conditional operator
* tools/table.hxx to std::map conversion in SV, SVL and SVX modulesNoel Grandin2012-02-081-9/+17
| | | | | This patch converts one use of tools/table.hxx in svl/inc/svl/zforlist.hxx, whose use in turn spans 3 modules.
* update unused listCaolán McNamara2012-02-081-1/+1
|
* Reintroduce MSVC workaroundStephan Bergmann2012-02-071-0/+1
| | | | | ...originally introduced with 02abccf953185f266979aafd946f5b96c5d59875 but erroneously purged with 9c2f7056a82c4d7719715ca1c77f8dd4c17aa24c.
* Have SfxItemSet::HasItem take an optional pointer-to-pointer.Kohei Yoshida2012-02-071-1/+1
| | | | To make it clear that the second argument is optional.
* I think it's time we had a real method for this...Kohei Yoshida2012-02-061-0/+2
| | | | | | This helps eliminate dozens of IS_AVAILABLE macros scattered across Calc code. I'm sure we have other similar macros like this elsewhere.
* Remove unused codeElton Chung2012-02-056-7/+0
|
* Replaced String by rtl::OUStringTakeshi Abe2012-02-031-9/+8
|
* Removed NfCurrencyEntry::ApplyVariableInformation().Mariusz Dykierek2012-01-231-4/+0
|
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-215-70/+67
| | | | | | | | | 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 unused codeThomas Arnhold2012-01-181-3/+0
|
* Remove SvStringsDtorAugust Sodora2012-01-142-7/+0
|
* Remove SvStringISortAugust Sodora2012-01-111-5/+0
|
* Remove superfluous _ZFORLIST_DECLARE_TABLE definition.Marcel Metz2012-01-071-6/+0
|
* getPropertyMap can return a reference instead of a pointerCaolán McNamara2012-01-051-5/+3
|
* Easyhack fdo#38831 remove SvStringsBrad Sowden2012-01-042-8/+2
| | | | Remove SvStrings definition and obsolete #defines.
* recognize arbitrary y-m-d format for editing as ISO 8601 yyyy-mm-ddEike Rathke2011-12-222-5/+18
|
* callcatcher: newly unused codeCaolán McNamara2011-12-221-1/+0
|
* resolved fdo#37978 - Date formatting in Spreadsheet is inconsistentEike Rathke2011-12-211-0/+3
| | | | | | | * SvNumberFormatter::IsNumberFormat() ISO 8601 date input results in yyyy-mm-dd format if no other date format was set. * SvNumberFormatter::GetInputLineString() preserves ISO 8601 date format for editing if such was set.
* callcatcher: Remove unused codeAugust Sodora2011-12-201-2/+0
|
* callcatcher: Remove unused codeAugust Sodora2011-12-191-8/+0
|
* Simplified, type-safe C++ configuration access.Stephan Bergmann2011-12-131-1/+1
| | | | | | | | | | | | | | | | * New offapi com.sun.star.configuration entities to access the complete configuration read-only or read/write... * ...configmgr adapted to support those new services/singletons... * ...new unotools/configuration.hxx is the type-safe C++ plumbing on top of that... * ...officecfg now generates C++ headers to access all the properties and sets given in the .xcs files... * ...and svl's asiancfg.cxx exemplarily makes use of the new officecfg/Office/Common.hxx to access the configuration. * There is still TODOs: For one, see those listed in officecfg/registry/cppheader.xsl. For another, at least a notification mechanism for the new read-only configuration access and the C++ wrapper is missing.
* slideshow: play back embedded media:Michael Stahl2011-12-121-1/+1
| | | | | The slideshow uses the UNO API to access the drawing objects, so add a property to get the temp file URL from the media object.
* callcatcher: remove unused code post automation removalCaolán McNamara2011-12-091-53/+0
|
* Use configmgr directly in SvxAsianConfig.Stephan Bergmann2011-12-061-30/+38
|
* remove precompiled_xxx.hxx/cxxNorbert Thiebaud2011-11-272-458/+0
|
* remove include of pch header from svlNorbert Thiebaud2011-11-272-2/+0
|
* Remove unnecessary includesAugust Sodora2011-11-261-4/+0
|
* CosmeticAugust Sodora2011-11-261-21/+17
|