summaryrefslogtreecommitdiff
path: root/svl/inc
AgeCommit message (Collapse)Author
2012-01-07Remove superfluous _ZFORLIST_DECLARE_TABLE definition.Marcel Metz
2012-01-05getPropertyMap can return a reference instead of a pointerCaolán McNamara
2012-01-04Easyhack fdo#38831 remove SvStringsBrad Sowden
Remove SvStrings definition and obsolete #defines.
2011-12-22recognize arbitrary y-m-d format for editing as ISO 8601 yyyy-mm-ddEike Rathke
2011-12-22callcatcher: newly unused codeCaolán McNamara
2011-12-21resolved fdo#37978 - Date formatting in Spreadsheet is inconsistentEike Rathke
* 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.
2011-12-20callcatcher: Remove unused codeAugust Sodora
2011-12-19callcatcher: Remove unused codeAugust Sodora
2011-12-13Simplified, type-safe C++ configuration access.Stephan Bergmann
* 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.
2011-12-12slideshow: play back embedded media:Michael Stahl
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.
2011-12-09callcatcher: remove unused code post automation removalCaolán McNamara
2011-12-06Use configmgr directly in SvxAsianConfig.Stephan Bergmann
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud
2011-11-27remove include of pch header from svlNorbert Thiebaud
2011-11-26Remove unnecessary includesAugust Sodora
2011-11-26CosmeticAugust Sodora
2011-11-26String->OUStringAugust Sodora
2011-11-26Remove unused parameterAugust Sodora
2011-11-26Simplification in lngmisc with accompanying testsAugust Sodora
2011-11-26sal_Bool->boolAugust Sodora
2011-11-26Mark as privateAugust Sodora
2011-11-26Remove newly unused codeAugust Sodora
2011-11-26Added test for linguistic::RemoveHyphen and some simplificationAugust Sodora
2011-11-26C-style cast -> C++-style castAugust Sodora
2011-11-26Remove unnecessary includesAugust Sodora
2011-11-22added partitive case month namesEike Rathke
* Locale data: * nominative (nouns) month names always given in <MonthsOfYear> element * optional genitive case month names in <GenitiveMonths> element, following the <MonthsOfYear> element; if not given take nominative names * optional partitive case month names in <PartitiveMonths> element, following the <GenitiveMonths> element, or following the <MonthsOfYear> element if the <GenitiveMonths> element is not present; if not given take genitive case names, or nominative if genitive names aren't defined * currently known partitive case matters in Finnish locales * Rules for use of nominative / genitive / partitive case month names in number formatter: * no day of month (D or DD) present in format code => MMM or MMMM display nominative month name (noun) * day of month (D or DD) after MMM or MMMM => genitive name * no genitive names defined => nominative names * day of month (D or DD) before MMM or MMMM => partitive name * no partitive names defined => genitive names * no genitive names defined => nominative names
2011-11-19use possessive genitive case month names in number formatterEike Rathke
* Switching between noun and genitive case month names is very simply done: * If the format contains a day of month (D or DD) code, genitive case is used. * If there is no day of month, the month noun is used. For example for a standalone MMMM code or a combined MMMM-YYYY code. * For input both, noun and genitive case, forms are recognized.
2011-11-14Removed comphelper -> unotools processfactory.hxx duplication.Stephan Bergmann
2011-11-14can ditch the ByteStringPtr typedef nowCaolán McNamara
2011-11-09Removed SvStringsSortDtorDaisuke Nishino
2011-11-07Get rid of SvStringsSortDaisuke Nishino
2011-11-04Support rtl::OUString reference here as well.Kohei Yoshida
2011-11-01eliminate SvUShorts typeDaniel Di Marco
2011-10-28drop some unused codeCaolán McNamara
2011-10-26Surely every target processor know how to do logical shift left efficientlyNorbert Thiebaud
2011-10-18Align a rebellious lineLior Kaplan
2011-10-18Compact the enumeration spaces from previous commitLior Kaplan
2011-10-18Remove .chaos file types, except 3 which are in use in the codeLior Kaplan
2011-10-04SvByteStrings can go nowCaolán McNamara
2011-10-04callcatcher: various unused methodsCaolán McNamara
2011-10-04Finally remove SvULongsMaciej Rumianowski
In all places SvULongs have been replaced with std::vector, now can be totally removed.
2011-10-03more uselessness in msvcCaolán McNamara
2011-10-03revert this, reported windows bustageCaolán McNamara
2011-10-03callcatcher: update listCaolán McNamara
2011-10-02callcatcher: various unused methodsCaolán McNamara
2011-09-30Cleaned up svldata.Stephan Bergmann
2011-09-30temp fix to issues stemming from 979e2c8f8b9325a5c75bfc1f388aa8f69b988d2cNorbert Thiebaud
2011-09-30add mode-lines to .m files and last round of merged files, etc.Caolán McNamara
2011-09-15callcatcher: some unused codeCaolán McNamara
2011-09-13try better template friend class syntaxCaolán McNamara