summaryrefslogtreecommitdiff
path: root/svl/inc
AgeCommit message (Collapse)AuthorFilesLines
2012-11-27migrate user of InsertBlanks to OUStringNorbert Thiebaud1-1/+10
Change-Id: Idc7379daf25a226622e5599124df2ab68b98902a
2012-11-27clean-up few more String out of zformat internalsNorbert Thiebaud1-9/+12
Change-Id: I83f7794a3cc413c7720ad605a22c00efe966e1a5
2012-11-27no need for String version of ImpGetOutputStandardNorbert Thiebaud1-1/+0
Change-Id: Ie498b7603cd493b00698c2fa1858ba9a77832ea3
2012-11-27migrating SvNumberformat::GetOutputString implementation to OUStringBufferNorbert Thiebaud1-11/+11
Change-Id: Ib6c6d1a31b037b6e687b063257a9dc813ff3be91
2012-11-27support OUStringBuffer for ImpGetOutputStandardNorbert Thiebaud1-0/+1
Change-Id: I03aa6278ee3cbbb85ffa9cbe5437493dbc7e463b
2012-11-27remove String usage from SvNumberformat::SaveNorbert Thiebaud1-3/+3
Change-Id: I07d379c9a38a60b5950ff4e2970e46f18cac2de2
2012-11-27convert ImpGet[Date|Time|DateTime]Output to OUStringBufferNorbert Thiebaud1-2/+2
Change-Id: Ie4ab10b81897ac32228dc1267b3da00250ff82ea
2012-11-27convert ImpGet[Fraction|Scientific|Number]Output to OUStringBufferNorbert Thiebaud1-5/+14
Change-Id: Ia865ef3859bb120578e2d92a866ddadbeaa943df
2012-11-27migrate ImpNumberFillWithThousand implementation to OUString[Buffer]Norbert Thiebaud1-6/+6
Change-Id: Ife0fbb28ba2686a9a251757e109f2ac451296192
2012-11-27spin Scientific formatting in its own imp functionNorbert Thiebaud1-0/+3
Change-Id: I8d9e0d01642c04ca7742b68e8926b3966418f841
2012-11-27spin fractional formatting in it's own imp function like the rest.Norbert Thiebaud1-0/+4
Change-Id: I5a7d5fb1da268a3a3506a02f1735107666f02d92
2012-11-27fdo#46808, use service constructor for i18n::NativeNumberSupplierNoel Grandin1-6/+6
Change-Id: I092ca8f912e26f0743909920c6e740d648b8677e
2012-11-23some i18n wrappers with LanguageTagEike Rathke2-16/+15
Change-Id: I2ceaa3159e8669c2c569fa8559c1e061dcad399d
2012-11-21svl: convert SvNumberformat constructor to OUStringNorbert Thiebaud1-13/+15
Change-Id: I4031e0a89737687ff167360b987961e8b0e362fe
2012-11-19Bin the HACK() sillynessTor Lillqvist1-1/+1
Change-Id: Ieeebc4098404fa006d66bb8b656172a4348b1dc1
2012-11-18convert a GetOutputString variant to OUStringNorbert Thiebaud1-2/+3
Change-Id: I4bed439df3d4f4c0a87a6e406048de2af6995b89
2012-11-18migrate one GetOutputString variatn to OUStringNorbert Thiebaud2-8/+5
that create some clutter on some of the caller, this will be resolved as things progress to ward OUString only This is done that way to be incremental and avoid creating too big patches Change-Id: I4a881d85cc2ee1eb53bc0c0d0902838b1d3720a2
2012-11-18PutEntry familly of functions use consistent pairing OUString/sal_Int32Norbert Thiebaud1-2/+6
Change-Id: I23ae9d3e8bf71ef9ece75ea013d18c36ab2e69d4
2012-11-18svl: OUString conversion of most of zforscanNorbert Thiebaud1-1/+1
Change-Id: I02ca7f7770e2d53371e7c597c087c4a370ce8d3f
2012-11-18svl: convert Color to OUStringNorbert Thiebaud1-4/+4
Change-Id: Icaa3e29fbd5674271e69fa17ed9249c65b4a9c40
2012-11-18svl: convert KeywordTable to OUStringNorbert Thiebaud1-3/+3
Change-Id: I93daafcb6cc161f10ec87fe9f1dc877e2154299d
2012-11-18svl: convert GetQuoteEnd to OUStringNorbert Thiebaud1-3/+4
Change-Id: I79bd0aecb98b7b47ee892ed4ce1b53abcd09ff44
2012-11-15fdo#46808, use service constructor for i18n::NumberFormatMapperNoel Grandin1-15/+15
Also create a utility constructor for LocaleDataWrapper, which simplifies many of the calling sites. Change-Id: Ic8510b51c4201fa17fc0620e18d3e258e43636ba
2012-11-13save fixed denominator for fractions fdo#56419Noel Power1-0/+1
Change-Id: I612ff2340b272661067cb6a54106e91443fec91e
2012-11-12Fix misleading commentsTor Lillqvist1-2/+2
Change-Id: Id85c063c7a5a44c3c71e4eee04342fdb1a38f487
2012-11-05fdo#46808: Slight simplifications of previous commitStephan Bergmann1-9/+1
Change-Id: I9e0158faa24d388176427529500f073b8b6f34bd
2012-11-05fdo#46808, Adapt i18n::Transliteration UNO service to new styleNoel Grandin1-2/+11
Simply make the service implement XExtendedTransliteration, since all of the implementatins already do that. Change-Id: If03bf56a8d33931ad0230743a4603e2ae9b104ac
2012-11-01XubString->OUStringCaolán McNamara2-4/+4
Change-Id: Iea7d8681cdcd45d545826af63fc689640dfe29f0
2012-10-31resolved rhbz865058 retard overflow of internal table of number formatsEike Rathke1-1/+1
Due to an insane amount of ridiculous "user-defined" number formats the internal table may overflow during import, stave off and increase the number of available slots to another arbitrary limit.
2012-10-30trivial empty-init String::Fill -> comphelper::padToLengthCaolán McNamara1-6/+5
Change-Id: I6c41b8f4d3ad739eff545063bd1f8fe8f4fba65e
2012-10-29fdo#46808, Adapt i18n::LocaleCalendar UNO service to new styleNoel Grandin1-6/+6
Did not need to create a new interface, because XCalendar3 already covers the whole service interface. Change-Id: Iaf094014c16e872d2003ca6e8e7588abd081d882
2012-10-09String->OUString in SVL::SvNumberFormat calendar methodsNoel Grandin1-4/+4
Change-Id: I6fe904d25a0675d881ee7c1d761e9af87e23a69d Reviewed-on: https://gerrit.libreoffice.org/772 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2012-10-09String->OUString in svl::ImpSvNumFor::GetNewCurrencySymbol methodNoel Grandin1-2/+2
Change-Id: Ie283a02903b0bf420291e1e4e1e29232cc7ff3a9 Reviewed-on: https://gerrit.libreoffice.org/771 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2012-10-09String->OUString in svl::SvNumberFormat::GetMappedFormatstring methodNoel Grandin1-1/+1
Change-Id: I80512acbcd639ee20f56f9ac95efc00bd3209b76 Reviewed-on: https://gerrit.libreoffice.org/770 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2012-10-04sal_Bool->bool in svl::DdeTransactionNoel Grandin1-2/+2
Change-Id: I97dd4411b5293b8f61527505e54608442eb18cca
2012-10-04sal_Bool->bool in svl::SfxStyleSheetBaseNoel Grandin1-22/+23
Change-Id: Id506fa56d07be56d63715703e354625715275933
2012-10-04sal_Bool->bool in svl::SvxSearchItemNoel Grandin1-45/+45
Change-Id: I60230e57993ee24fc80eb26d16588f131ec1f8dc
2012-10-04sal_Bool->bool in svl::DECL_PTRHINTNoel Grandin1-4/+4
Change-Id: Ib9a0aa8e22cb84b07b7346e5647b2a2667f05c6a
2012-10-02String->OUString in svl::ImpSvNumberformatInfoNoel Grandin1-2/+2
Change-Id: Iff00b06a1e4e7c485e70ef0537fdea07ce3d42e5
2012-10-02String->OUString in sComment field in svl::SvNumberFormatNoel Grandin1-3/+3
Change-Id: I5a774563c791c7cd4170680a65711cc339f60c5b
2012-10-02sal_Bool->bool in svl::SfxImageItemNoel Grandin1-2/+2
Change-Id: I1a6d53352c65cd0999392531d8e406154bc4bf7a
2012-10-02sal_Bool->bool in svl::SvtCTLOptionsNoel Grandin1-10/+10
Change-Id: I824595b6b60d4114f27bf64d8a84f2973f778e39
2012-10-02XubString->OUStringCaolán McNamara1-32/+30
Change-Id: I49d2d41ad4d5ee4ececf5a57eae070898e33075f
2012-09-28convert GetRepeatComment to OUStringCaolán McNamara1-19/+19
Change-Id: Ibf75533d04b3c68b875f44ad22639934578867e3
2012-09-17XubString->OUStringCaolán McNamara2-9/+9
Change-Id: Ic8b191dfb0d14e129dc804aeb4ac14c732e72e6b
2012-08-29resolved fdo#52240 fdo#52137 fdo#52288 user editable date patternsEike Rathke1-0/+4
Implemented user editable date acceptance patterns. The introduction of strict date parsing using locale dependent date acceptance patterns in 3.6.0 wasn't always welcomed. Besides that not every locale had patterns for incomplete (only day and month) date input, users also complained about not being able to key in dates on numeric keypads if the locale's date separator wasn't '/' or '-' This commit implements a "Date acceptance patterns" edit field under Tools->Options->LanguageSettings->Languages that follows the selected locale and enables the user to add patterns. Example de-DE locale: * default patterns: D.M.Y;D.M. * to enable additional input on numeric keypad: D.M.Y;D.M.;D-M-Y;D-M * if 3-4 shall not result in a date, D-M- could be used instead of D-M * note that to enter an ISO 8601 Y-M-D date with a D-M-Y pattern active one needs to enter a year >31 or with at least 3 digits, e.g. 011 Change-Id: I9e20fcb168578b02d0f0248a0e209942e0f27113
2012-08-28tweaking the "fill in character" support in Calc Number Format StringsJohann Messner1-2/+2
a) changed ordering of repeat code marker ( 0x1b ) and repeat code to more sensible ( and correct imo ) order b) prevent some possible div/0 errors c) added some missing formatter 'GetOutputString' calls
2012-08-14-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann2-3/+1
Change-Id: I792247193e98cbf9225ec103911920e7f63640bf
2012-08-07String::AllocBuffer replacementsCaolán McNamara1-1/+1
Change-Id: I278cd66fb4819721bb473796c28598aaf04eb123
2012-08-07Remove non-existing forward declarationsThomas Arnhold3-4/+0
Those classes don't exist. So remove friend class operators too. Change-Id: I8e3b32db933dea7cbab86015f0c926df967511f6