summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Collapse)Author
2012-12-06OUStringBuffer::remove( int ) -> truncate( int )Luboš Luňák
Although this may seem consistent with remove( int, int ), it is in fact rather misleading API. The biggest offender is most probably buffer.remove( 'a' ) , which definitely does not do what it suggests to do. Change-Id: I287619cd4b953228b93fa68fb381d66c344c3865 Reviewed-on: https://gerrit.libreoffice.org/1256 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-12-05Bye bye ODMATor Lillqvist
SUSE has no interest in it any longer, and I doubt anybody else has either.
2012-12-04more explicit ctorsDavid Tardon
Change-Id: If91343890d9ed29ff2887e47c7c0a332baa5a8e1
2012-12-04SwXStyle::getPropertyDefaults: handle non-itemset based properties:Michael Stahl
These do not occur in ItemSets and thus cause fxItemPropertySet::getPropertyValue to throw. This caused sw_unoapi test to fail in sw.CharacterStyle on the property "Hidden" that was added in d9ef61fb546af443736057557552e3a95c569c11. Change-Id: I5b7b5b366120470a0f7d64b9b109b5c84c52b515
2012-11-30Fixed style iterators filters to show only hidden styles when requiredCédric Bosdonnat
Change-Id: I60d4dff4fc6eabc3882361457e19ae66f148d114
2012-11-30Styles & Formatting: added SFXSTYLEBIT_ALL_VISIBLE and show hidden stylesCédric Bosdonnat
Change-Id: Ie74ec3c15ba270afd0a6864bd5824a5bc0e3ea8b
2012-11-30Allow to hide styles in the "Styles & Formating" dialogCédric Bosdonnat
In its current state, the feature only hides the styles. Things to sort out are: + Add some automatic filter to show hidden styles + Make the visibility persist in the file format Change-Id: I5904f41bb567add7b6bf501c6c5297f9f149a915
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens
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 Grandin
Change-Id: I15a360723e335345aad09e73fcb0f6815ed9e0d4
2012-11-28fix misuse of toAscii(Lower|Upper)CaseNorbert Thiebaud
OUString are immutable so these api, contrary to what happen with String, do not change the object but create a new copy Change-Id: Ib48a8d11e485d4b8556f4427880aaaca32d4e82c
2012-11-28fix windows miss in svl OUString workNorbert Thiebaud
Change-Id: Iff20613231058db92d65cfecc5e4b16dd5395589
2012-11-27remove legacy String svl's Put*Entry family of function and convert usersNorbert Thiebaud
Change-Id: Iebf4017ce4c2c48389716eac1bbf7f386ac7a296
2012-11-27String=>OUString in svl's inettype and fall-outNorbert Thiebaud
Change-Id: I7d64d117183738b86d1869ed629d73675de9c679
2012-11-27String->OUString in svl urifilter and restrictedpathsNorbert Thiebaud
Change-Id: If11b8752c3aa21554c3ee06de07d63639695e284
2012-11-27String => OUString in svl numfmuno + clean-up legacy of GetPreviewStringNorbert Thiebaud
Change-Id: I20f080b76b864208f0706bef9e87cb299f3845aa
2012-11-27String => OUString conversion of svl's PasswordHelperNorbert Thiebaud
Change-Id: I7e107c37c43a8c9d868b579a2c389de558594a77
2012-11-27String=>OUString of svl's urihelperNorbert Thiebaud
Change-Id: Ib4d9175ce4661140a147962b8f45be40f800d85a
2012-11-27String => OUString for svl's zforfindNorbert Thiebaud
Change-Id: Ifcdca197bd2f99a9dddacd82e77ec07d18519a23
2012-11-27cosmetic prep work on zforfindNorbert Thiebaud
Change-Id: I3c445a20e2c8d17c4fc68360dd896d902be46e56
2012-11-27another round of String -> OUString conversion in zforlistNorbert Thiebaud
Change-Id: I9979927af016f0b782ae9481a6207649f6455558
2012-11-27more wrapper in zforlist to isolate String/OUString issuesNorbert Thiebaud
Change-Id: I53e5e60f59739bdcedb6e7b13006850e0e5b22c0
2012-11-27use const in SvNumberformat::GetOutputString when possibleNorbert Thiebaud
Change-Id: I364b1ac36f999f4309b3aab2ef0c55ff2147ef43
2012-11-27make GetIndexPuttingAndConverting String/OUString agnostic for nowNorbert Thiebaud
plus convert GetKeyWord() and GetStandardName and some more zforlist implementation conversion Change-Id: I64abe35a4875d84518a1904ef3121269b79a6df0
2012-11-27String -> OUString prep clean-upNorbert Thiebaud
Change-Id: Iacd7a20a49c40b6f4db07a14a17cc6301eeb086d
2012-11-27convert the last SvNumberformat::GetOutputString and users to OUStringNorbert Thiebaud
Change-Id: I9766872069ef5c2ee740dcbd8ac288aa8063a752
2012-11-27migrate user of InsertBlanks to OUStringNorbert Thiebaud
Change-Id: Idc7379daf25a226622e5599124df2ab68b98902a
2012-11-27clean-up few more String out of zformat internalsNorbert Thiebaud
Change-Id: I83f7794a3cc413c7720ad605a22c00efe966e1a5
2012-11-27no need for String version of ImpGetOutputStandardNorbert Thiebaud
Change-Id: Ie498b7603cd493b00698c2fa1858ba9a77832ea3
2012-11-27migrating SvNumberformat::GetOutputString implementation to OUStringBufferNorbert Thiebaud
Change-Id: Ib6c6d1a31b037b6e687b063257a9dc813ff3be91
2012-11-27support OUStringBuffer for ImpGetOutputStandardNorbert Thiebaud
Change-Id: I03aa6278ee3cbbb85ffa9cbe5437493dbc7e463b
2012-11-27remove String usage from SvNumberformat::SaveNorbert Thiebaud
Change-Id: I07d379c9a38a60b5950ff4e2970e46f18cac2de2
2012-11-27convert first and replace afterNorbert Thiebaud
the original code was converting one character at the time from whatever codepage of the input stream to unicode just to be able to substitute the 'euro' character that apparently is somehow not converted properly (why this is hacked here rather than fixed in the code page converted is another story) the change consist in translating the 'native' euro character in whatever the converter think it should be, then converting the whole string at once to Unicode and finally replace the 'bad' euro character representation with the the 'good' one. This turn the allocation pattern for O(N) to O(1) where N is the length of the string. Change-Id: Ie7ffeb813346953f539cf6dc34b43f890d8b970f
2012-11-27no need for String in SvNumberformat::ConvertLanguage anymoreNorbert Thiebaud
Change-Id: Ib849ffb115f7501d90dd56356c56c90edf9fd5e0
2012-11-27remove String use in SvNumberformat::LoadNorbert Thiebaud
Change-Id: Ie7cb50605d9e1e1a21d50a962bdc9b9880c8d06a
2012-11-27convert ImpGet[Date|Time|DateTime]Output to OUStringBufferNorbert Thiebaud
Change-Id: Ie4ab10b81897ac32228dc1267b3da00250ff82ea
2012-11-27convert ImpGet[Fraction|Scientific|Number]Output to OUStringBufferNorbert Thiebaud
Change-Id: Ia865ef3859bb120578e2d92a866ddadbeaa943df
2012-11-27migrate ImpNumberFill implementation to OUStringBufferNorbert Thiebaud
Change-Id: Ideb89b8ced5c3ac2b07a7e270b90e92beef02aad
2012-11-27migrate ImpNumberFillWithThousand implementation to OUString[Buffer]Norbert Thiebaud
Change-Id: Ife0fbb28ba2686a9a251757e109f2ac451296192
2012-11-27spin Scientific formatting in its own imp functionNorbert Thiebaud
Change-Id: I8d9e0d01642c04ca7742b68e8926b3966418f841
2012-11-27spin fractional formatting in it's own imp function like the rest.Norbert Thiebaud
Change-Id: I5a7d5fb1da268a3a3506a02f1735107666f02d92
2012-11-27fdo#46808, use service constructor for i18n::NativeNumberSupplierNoel Grandin
Change-Id: I092ca8f912e26f0743909920c6e740d648b8677e
2012-11-24CppunitTest_svl_urihelper calls non-inline LanguageTag functionsStephan Bergmann
Change-Id: I077ad299d5e657ae7b2af67a3ef678a50664b4e1
2012-11-24link with i18nisolang1Eike Rathke
Change-Id: I1ae06b7d9012e57ba66cca013bca47e5a9455b72
2012-11-24use LanguageTagEike Rathke
Change-Id: Ifa60bb0fc3cfde40a9a01478cfacf3ba2baba2b9
2012-11-23some i18n wrappers with LanguageTagEike Rathke
Change-Id: I2ceaa3159e8669c2c569fa8559c1e061dcad399d
2012-11-23prepend module local includeEike Rathke
Change-Id: Ib5ec2902a0642a25462e1e296087804dffbb04ce
2012-11-22silenced a SAL_WARN that was HACK macro, use SAL_INFO insteadEike Rathke
Change-Id: Ifea40945c1ac9596a97bf8b84aab734a86be8f38
2012-11-21svl: convert SvNumberformat constructor to OUStringNorbert Thiebaud
Change-Id: I4031e0a89737687ff167360b987961e8b0e362fe
2012-11-21obtain LanguageTag from SvtSysLocaleEike Rathke
Change-Id: Iaee25f1d92349704eaae45e6582d31dfa718ddcb
2012-11-20translations is a source-only moduleAndras Timar
Change-Id: Ib89ccdfe3646f68df6b483c54eb330c0b223c32a