summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Collapse)Author
2011-08-05fdo#34977 preserve time when editing even if only date was displayedEike Rathke
* For date formats choose the datetime format when editing a value with a time fraction. * When editing time formats choose the time format only if 0>=value<1, choose the duration format when editing a value that may represent a duration, i.e. is <0 or >=1, and absolute value is less than 32k hours. If greater than 32k hours choose the datetime format.
2011-08-05removed SkipNumberFormatterInStream, was dropped, declared but not definedEike Rathke
2011-08-05Fix fdo#38956 discarding bracketed prefixes in number formats, such as [RED]Eike Rathke
* Fixed discarding of prefixes. * Fixed the broken handling of Thai calendar and numerals speciality. * Added bits to actually display a format with embedded LCID in the dialog if the LCID doesn't match the currently viewed locale.
2011-08-05callcatcher: unused methodsCaolán McNamara
2011-08-05Emacs modeline compatible with vim's oneTakeshi Abe
2011-08-04va_end closer of the va_start correspondingJulien Nabet
2011-08-04callcatcher: remove unused methodsCaolán McNamara
2011-08-03callcatcher: remove unused methodsThomas Arnhold
2011-07-31callcatcher: remove unused codeCaolán McNamara
2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist
2011-07-28Don't delete valid [$.*] components of number formatsKatarina Machalkova
... such as [RED], [NatNumX] etc.
2011-07-27callcatcher: remove various unused methodsCaolán McNamara
2011-07-26callcatcher: Remove unused SvxSearchConfigThomas Arnhold
2011-07-24Merge branch 'master' into feature/gnumake4Bjoern Michaelsen
2011-07-22Do build rsc also on non-desktop OSes just for rscsfx.hxx to get deliveredTor Lillqvist
Don't actually compile anything, though... Just the rscsfx.hxx is needed.
2011-07-21resyncing to masterBjoern Michaelsen
2011-07-20Port SfxIntegerListItem to ::std::vectorMaciej Rumianowski
For calc to be free of SvULongs SfxIntegerListItem has to use SvULongs. Additionaly a constructor with Sequence used in calc.
2011-07-18callcatcher: remove unused methodsCaolán McNamara
2011-07-14Replace List with std::vector< SvNumberFormatter* >Joseph Powers
2011-07-14callcatcher: unused methodsCaolán McNamara
2011-07-14callcatcher: actually remove INetContentTypes::GetExtensionThomas Arnhold
2011-07-14callcatcher: remove INetContentTypes::FooThomas Arnhold
2011-07-13callcatcher: downheap only used by removed heapsort, also remove itCaolán McNamara
2011-07-12Remove component_getImplementationEnvironment methodsMatus Kukan
2011-07-12callcatcher: remove unused INetURLHistory_Impl::heapsortThomas Arnhold
2011-07-11callcatcher: remove unused SfxItemPool::GetLoadingVersionCaolán McNamara
2011-07-11callcatcher: remove unused createRFC822MailboxCaolán McNamara
2011-07-10Building rsc makes sense only for desktop OSesTor Lillqvist
2011-07-07fdo#38963: crash in number format dialogMarkus Mohrhard
2011-07-01ByteString::CreateFromInt32 -> OString::valueOfCaolán McNamara
2011-06-29Replace List with std::vector< CntHTTPCookie* >Joseph Powers
2011-06-28typo fix/silence warning C4819 on WindowsAndras Timar
2011-06-24update component factory methods to use new prefixes, to add lib mergingMatus Kukan
2011-06-23remove unused forward declarationCaolán McNamara
2011-06-23Remove unused SmartRel2Abs variantCaolán McNamara
2011-06-23anonymous namespaces work fine nowCaolán McNamara
2011-06-23ditch other unused stream operatorsCaolán McNamara
2011-06-23ditch unused stream operatorsCaolán McNamara
2011-06-23remove parse ByteString variantCaolán McNamara
2011-06-22junk unused archaic pre-stl containersCaolán McNamara
2011-06-22remove unused appendUSASCIIParameter methodsCaolán McNamara
2011-06-21Do depend on rsc always, we include rscsfx.hxx delivered from thereTor Lillqvist
2011-06-20catch by const referenceCaolán McNamara
2011-06-19Merge branch 'master' into feature/gnumake4Bjoern Michaelsen
Conflicts: basebmp/prj/d.lst basebmp/test/basictest.cxx basebmp/test/makefile.mk basegfx/inc/basegfx/basegfxdllapi.h basegfx/inc/basegfx/tools/debugplotter.hxx basegfx/inc/basegfx/tuple/b2ituple.hxx basegfx/prj/d.lst basegfx/source/numeric/makefile.mk basegfx/source/polygon/makefile.mk basegfx/source/range/makefile.mk basegfx/source/raster/makefile.mk basegfx/source/tuple/makefile.mk basegfx/source/vector/makefile.mk basegfx/test/basegfx1d.cxx basegfx/test/makefile.mk basegfx/util/makefile.mk canvas/Library_canvasfactory.mk canvas/Module_canvas.mk canvas/prj/build.lst canvas/prj/d.lst canvas/source/cairo/cairo_canvashelper_texturefill.cxx canvas/source/cairo/makefile.mk canvas/source/tools/makefile.mk comphelper/qa/string/makefile.mk cppcanvas/Module_cppcanvas.mk cppcanvas/inc/cppcanvas/cppcanvasdllapi.h cppcanvas/prj/build.lst cppcanvas/prj/d.lst cppcanvas/source/mtfrenderer/makefile.mk cppcanvas/util/makefile.mk i18npool/source/search/makefile.mk regexp/Library_regexp.mk regexp/prj/d.lst sax/CppunitTest_sax.mk sax/Library_sax.mk sax/prj/d.lst sax/qa/cppunit/test_converter.cxx sax/source/expatwrap/attrlistimpl.hxx sax/util/makefile.mk svtools/Library_svt.mk tools/Executable_sspretty.mk ucbhelper/prj/d.lst ucbhelper/source/provider/configureucb.cxx ucbhelper/source/provider/provconf.cxx ucbhelper/util/makefile.mk unotools/Library_utl.mk unotools/Module_unotools.mk unotools/Package_inc.mk unotools/prj/build.lst vcl/Library_desktop_detector.mk vcl/Library_vcl.mk vcl/Library_vclplug_gtk.mk vcl/aqua/source/gdi/salprn.cxx vcl/inc/aqua/saldata.hxx vcl/unx/generic/gdi/salgdi3.cxx
2011-06-18ause130: #i117218# change .idl handling to gnu makeHans-Joachim Lankenau
2011-06-18remove dead codeTakeshi Abe
2011-06-17meged from outgoing [hg:e7087a952a92]Henning Brinkmann
2011-06-17gnumake4: #i116959#: kill ↵Michael Stahl
gb_LinkTarget_set_{defs,cflags,cxxflags,objcxxflags} [hg:389f5e8ec8cd]
2011-06-17gnumake4: #i117340#: JavaClassSet: adapt users [hg:efb3d33ce8ca]Michael Stahl
2011-06-16Revert "Don't link with jvmfwk unless SOLAR_JAVA"Tor Lillqvist
Nah, in the non-SOLAR_JAVA case we just build a dummy libjvmfwk. This reverts commit 2b3f92d9293123ff96b18c82935d68e9d86ec1d0.