summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-01-25make padmin ByteString freeCaolán McNamara4-44/+42
2012-01-25callcatcher: remove some unused codeCaolán McNamara7-58/+1
2012-01-25ByteString->rtl::OStringCaolán McNamara3-19/+14
2012-01-25move ugly WriteLines out of SvStream to beside sole userCaolán McNamara3-17/+12
2012-01-25String->rtl::OUStringCaolán McNamara2-5/+5
2012-01-25reduce unnecessary includesCaolán McNamara3-29/+27
2012-01-25fdo#43869 use the old rtf importer for pasteMiklos Vajna1-0/+6
2012-01-25writerfilter: drop unnecessary includes from DomainMapper.cxxMiklos Vajna1-25/+0
2012-01-25fix initial height of multiline input windowNoel Power2-7/+13
There is a hardcoded preferred height for the input window that was getting picked up becuase the result of GetTextHeight was just '1' ( due to no font being set up ) We shouldn't use a hardcoded value, we should always use the proper text height e.g. the result of a successfull call to GetTextHeight() ( the patch makes sure we get a decent result from this call )
2012-01-25transparency gradient effect fade in is wrong (fdo#45219)David Tardon1-1/+2
2012-01-25Add a note to the toplevel Makefile where to actually edit stuff.Jan Holesovsky1-0/+5
2012-01-25Allow killing 'make docs' by Ctrl-c.Jan Holesovsky1-1/+1
2012-01-25optimized zoom to use more common intervalsTim Hardeck11-23/+220
Round zoom values beginning with 50 to a multiple of 5, with 100 to one of 10, with 500 to one of 50 and with 1000 to one of 100. The step 100 is enforced to have one fixed point.
2012-01-25Fix file not found: cairocanvas.uno.so in smoketestoo_nativeRiccardo Magliocchetti2-8/+2
2012-01-25Put font embedding disable to correct unit testThorsten Behrens2-1/+2
2012-01-25Clean up (don't bind retval temporaries to references).Stephan Bergmann1-2/+2
2012-01-25Revert "fix rendering of metafiles embedded in emf+"Radek Doulik1-4/+4
This reverts commit f7b6cd87f78b786b59984e5b3c8a5a78f0ed7a94.
2012-01-25Add notice that the android/qa/simple directory has not been maintainedTor Lillqvist1-0/+3
2012-01-25Marking ImplDrawModeToColor as const.Muthu Subramanian2-2/+2
Missed it while reviewing commit: f9c09fbbb32f3808e2ef2eaa7148e10a130ccd20
2012-01-25Reduced duplicate code detected by simian.Christina Rossmanith3-46/+22
2012-01-25Removing unused code (basegfx).Alexander Bergmann7-321/+0
2012-01-24DataPilot to PivotTable in function names.Kohei Yoshida1-12/+12
From now on we'll stick with the 'pivot table' terminology...
2012-01-25WaE: unused parameter 'nType'Tor Lillqvist1-0/+1
2012-01-24Adapt reference svg to not contain embedded fonts anymore.Thorsten Behrens1-61/+4
2012-01-24android: re-factor headless a little, and start on the mainloopMichael Meeks5-42/+87
2012-01-24android: rename native_app_glue.h and install as osl/detail/android.hMichael Meeks4-6/+20
2012-01-24Disable svg font embedding for sd filters test, enable again.Thorsten Behrens3-16/+9
2012-01-24Remove dead code from svg filterThorsten Behrens3-37/+3
2012-01-24fdo#45067: Differentiate numeric and non-numeric field member values.Kohei Yoshida1-4/+11
2012-01-24WaE: "defined but not used" for stuff bypassed for AndroidTor Lillqvist2-1/+10
2012-01-24Fix for fdo43460 Part XLVI getLength() to isEmpty()Olivier Hallot8-45/+42
Part XLVI Modules xmlhelp
2012-01-24We don't do cppunit stuff hereTor Lillqvist1-15/+1
2012-01-24Put a local.properties in android/qa/desktop, tooTor Lillqvist1-1/+2
2012-01-24Use own own <osl/file.h> API to read the source in osl_copyFile()Tor Lillqvist3-11/+32
It seems that we call osl_copyFile() to copy from /assets on Android in some cases.
2012-01-24Fill in more struct stat fields in lo_apk_lstat()Tor Lillqvist1-2/+23
Set uid and gid to that of the process, atime to current time, mtime and ctime to the modification timestamp of the archive entry.
2012-01-24Bin incorrect claim in commentTor Lillqvist1-1/+0
2012-01-24android: extend rc files some more to aid bootstrapping.Michael Meeks1-1/+16
it seems there are two 'unorc' files - confusing huh ?
2012-01-24android: disable bundled extension synchronisationMichael Meeks1-0/+2
2012-01-24android: initialize security data, and use HOME / bootstrap keyMichael Meeks1-1/+33
2012-01-24android: disable lock-file bits for nowMichael Meeks1-1/+2
2012-01-24android: attempt to create presets/ directory, add 'HOME' too.Michael Meeks1-10/+8
2012-01-24android: disable create_user_install's copyFile goodnessMichael Meeks1-2/+12
osl_copyFile is not implemented for android yet, and we can pre-can this dir.
2012-01-25Removed unused field and non-existent classTakeshi Abe1-4/+0
2012-01-24remove bn-IN node, we have bnAndras Timar1-20/+0
2012-01-24remove unused #define SFX_ITEMTYPE_STATBAR in workwin.cxxIvan Timofeev1-2/+0
2012-01-24sfx2: fix indentation in viewsh.cxxIvan Timofeev1-267/+261
2012-01-24NDebug.hxx is gone nowCaolán McNamara5-5/+0
2012-01-24WaE: unused eCaolán McNamara1-2/+5
2012-01-24use write_uInt16s_FromOUString patternCaolán McNamara5-60/+94
2012-01-24callcatcher: update list, remove newly unused methodsCaolán McNamara51-2068/+8