summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-01-25refresh unused code listCaolán McNamara
2012-01-25make padmin ByteString freeCaolán McNamara
2012-01-25callcatcher: remove some unused codeCaolán McNamara
2012-01-25ByteString->rtl::OStringCaolán McNamara
2012-01-25move ugly WriteLines out of SvStream to beside sole userCaolán McNamara
2012-01-25String->rtl::OUStringCaolán McNamara
2012-01-25reduce unnecessary includesCaolán McNamara
2012-01-25fdo#43869 use the old rtf importer for pasteMiklos Vajna
2012-01-25writerfilter: drop unnecessary includes from DomainMapper.cxxMiklos Vajna
2012-01-25fix initial height of multiline input windowNoel Power
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 Tardon
2012-01-25Add a note to the toplevel Makefile where to actually edit stuff.Jan Holesovsky
2012-01-25Allow killing 'make docs' by Ctrl-c.Jan Holesovsky
2012-01-25optimized zoom to use more common intervalsTim Hardeck
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 Magliocchetti
2012-01-25Put font embedding disable to correct unit testThorsten Behrens
2012-01-25Clean up (don't bind retval temporaries to references).Stephan Bergmann
2012-01-25Revert "fix rendering of metafiles embedded in emf+"Radek Doulik
This reverts commit f7b6cd87f78b786b59984e5b3c8a5a78f0ed7a94.
2012-01-25Add notice that the android/qa/simple directory has not been maintainedTor Lillqvist
2012-01-25Marking ImplDrawModeToColor as const.Muthu Subramanian
Missed it while reviewing commit: f9c09fbbb32f3808e2ef2eaa7148e10a130ccd20
2012-01-25Reduced duplicate code detected by simian.Christina Rossmanith
2012-01-25Removing unused code (basegfx).Alexander Bergmann
2012-01-24DataPilot to PivotTable in function names.Kohei Yoshida
From now on we'll stick with the 'pivot table' terminology...
2012-01-25WaE: unused parameter 'nType'Tor Lillqvist
2012-01-24Adapt reference svg to not contain embedded fonts anymore.Thorsten Behrens
2012-01-24android: re-factor headless a little, and start on the mainloopMichael Meeks
2012-01-24android: rename native_app_glue.h and install as osl/detail/android.hMichael Meeks
2012-01-24Disable svg font embedding for sd filters test, enable again.Thorsten Behrens
2012-01-24Remove dead code from svg filterThorsten Behrens
2012-01-24fdo#45067: Differentiate numeric and non-numeric field member values.Kohei Yoshida
2012-01-24WaE: "defined but not used" for stuff bypassed for AndroidTor Lillqvist
2012-01-24Fix for fdo43460 Part XLVI getLength() to isEmpty()Olivier Hallot
Part XLVI Modules xmlhelp
2012-01-24We don't do cppunit stuff hereTor Lillqvist
2012-01-24Put a local.properties in android/qa/desktop, tooTor Lillqvist
2012-01-24Use own own <osl/file.h> API to read the source in osl_copyFile()Tor Lillqvist
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 Lillqvist
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 Lillqvist
2012-01-24android: extend rc files some more to aid bootstrapping.Michael Meeks
it seems there are two 'unorc' files - confusing huh ?
2012-01-24android: disable bundled extension synchronisationMichael Meeks
2012-01-24android: initialize security data, and use HOME / bootstrap keyMichael Meeks
2012-01-24android: disable lock-file bits for nowMichael Meeks
2012-01-24android: attempt to create presets/ directory, add 'HOME' too.Michael Meeks
2012-01-24android: disable create_user_install's copyFile goodnessMichael Meeks
osl_copyFile is not implemented for android yet, and we can pre-can this dir.
2012-01-25Removed unused field and non-existent classTakeshi Abe
2012-01-24remove bn-IN node, we have bnAndras Timar
2012-01-24remove unused #define SFX_ITEMTYPE_STATBAR in workwin.cxxIvan Timofeev
2012-01-24sfx2: fix indentation in viewsh.cxxIvan Timofeev
2012-01-24NDebug.hxx is gone nowCaolán McNamara
2012-01-24WaE: unused eCaolán McNamara
2012-01-24use write_uInt16s_FromOUString patternCaolán McNamara