summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Remove some useless memset(0)Christophe Christophe Marion2012-06-201-7/+2
* adapt callers of getCurrFormatsImpl() to changesEike Rathke2012-06-201-11/+10
* Avoid deadlock when signal handler joins threadStephan Bergmann2012-06-202-4/+7
* Work around false valgrind warning about optimized strlen implementationStephan Bergmann2012-06-201-1/+1
* pOldStyleSaveFrame is never set anywayStephan Bergmann2012-06-205-131/+5
* Move IceSalSession declaration to sm.cxxStephan Bergmann2012-06-202-19/+28
* Move pOneInstance to SessionManagerClient::m_pSessionStephan Bergmann2012-06-202-18/+22
* Clean up how nStateVal is smuggled inStephan Bergmann2012-06-201-6/+6
* Mutex lifecycle must encompass WeakComponentImplHelper baseStephan Bergmann2012-06-201-12/+13
* Some clean upStephan Bergmann2012-06-201-20/+18
* Make VCLSession into a OneInstanceFactoryStephan Bergmann2012-06-204-33/+17
* Remove duplicate ImplGetAppSVData and GetAppSalDataStephan Bergmann2012-06-205-5/+1
* SessionManagerClient::open need not be exportedStephan Bergmann2012-06-201-1/+1
* Properly detect and remove ".bin" at endStephan Bergmann2012-06-201-3/+2
* USE_SM_EXTENSION is always definedStephan Bergmann2012-06-201-20/+0
* aero menubar: Make the glow around the entries smaller.Jan Holesovsky2012-06-201-2/+58
* aero menubar: Make the text in menu black.Jan Holesovsky2012-06-202-10/+101
* aero toolbar: Use the new toolbar look on Vista+ regardless of glass menu.Jan Holesovsky2012-06-201-1/+1
* aero menubar: Improve look according to Mirek M. + Astron's notes.Jan Holesovsky2012-06-201-63/+52
* Use actual view size instead of 1024x1024Tor Lillqvist2012-06-201-7/+22
* More pagesTor Lillqvist2012-06-201-0/+0
* Parametrize the page cache sizeTor Lillqvist2012-06-201-24/+28
* make space for radiobuttons in cert dialog a bit biggerCaolán McNamara2012-06-201-1/+1
* SwDoc::SetFlyFrmAnchor: fix crash when SwTxtNode has no hintsMiklos Vajna2012-06-201-1/+2
* Fix some sloppinessPhilipp Weissenbacher2012-06-201-3/+3
* ditch last (?) uses of UniString::UniString(sal_Unicode, ...)Caolán McNamara2012-06-208-29/+27
* Resolves: fdo#47636 cache fontconfig font substitutionsCaolán McNamara2012-06-203-55/+212
* Translate German comments, fix some whitespace and spellingPhilipp Weissenbacher2012-06-203-155/+143
* Clean up previous translationPhilipp Weissenbacher2012-06-201-12/+12
* n#758883 dmapper: set wrap mode even if determining the position failedMiklos Vajna2012-06-201-4/+10
* disable this test for now, fails on windows due to row height problemMarkus Mohrhard2012-06-201-1/+2
* fdo#51227 added locale data for Papiamento (Curacao) [pap-CW]Eike Rathke2012-06-203-1/+361
* Further tweaks to the async codeTor Lillqvist2012-06-201-47/+31
* Clean up logic a bit for formula cell ODS importDaniel Bankston2012-06-201-15/+8
* Use better variable and method names for ScMyTables current cell positionDaniel Bankston2012-06-204-33/+33
* Simplify table ODS import logic to improve performanceDaniel Bankston2012-06-203-290/+35
* Remove subtable import code since sc core doesn't support itDaniel Bankston2012-06-206-141/+75
* Clean minor misc code leftovers from conversionDaniel Bankston2012-06-202-163/+141
* Add test case for cell text with line breaksDaniel Bankston2012-06-202-0/+7
* Add test case for row height to formats unit testDaniel Bankston2012-06-201-2/+8
* Add test case for i53253 to formats unit testDaniel Bankston2012-06-202-1/+9
* Rename the class ImplFontData into PhysicalFontFaceNorbert Thiebaud2012-06-2030-192/+192
* fdo#38731 added Papiamento (Curaçao) [pap-CW] and (Bonaire) [pap-BQ]Eike Rathke2012-06-203-0/+6
* Convert date/calendar code to avoid deprecation warningsNoel Grandin2012-06-201-6/+11
* Fix some deprecation warningsNoel Grandin2012-06-204-8/+13
* fdo#37626: form wizard recognise "#" also at beginning of lineLionel Elie Mamane2012-06-201-1/+1
* fix comment snafuMichael Meeks2012-06-191-0/+1
* re-base on ALv2 code.Michael Meeks2012-06-19559-12849/+8175
* re-base on ALv2 code.Michael Meeks2012-06-193-49/+49
* Asynchronous document loading and page renderingTor Lillqvist2012-06-191-134/+225