Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-25 | make padmin ByteString free | Caolán McNamara | 4 | -44/+42 | |
2012-01-25 | callcatcher: remove some unused code | Caolán McNamara | 7 | -58/+1 | |
2012-01-25 | ByteString->rtl::OString | Caolán McNamara | 3 | -19/+14 | |
2012-01-25 | move ugly WriteLines out of SvStream to beside sole user | Caolán McNamara | 3 | -17/+12 | |
2012-01-25 | String->rtl::OUString | Caolán McNamara | 2 | -5/+5 | |
2012-01-25 | reduce unnecessary includes | Caolán McNamara | 3 | -29/+27 | |
2012-01-25 | fdo#43869 use the old rtf importer for paste | Miklos Vajna | 1 | -0/+6 | |
2012-01-25 | writerfilter: drop unnecessary includes from DomainMapper.cxx | Miklos Vajna | 1 | -25/+0 | |
2012-01-25 | fix initial height of multiline input window | Noel Power | 2 | -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-25 | transparency gradient effect fade in is wrong (fdo#45219) | David Tardon | 1 | -1/+2 | |
2012-01-25 | Add a note to the toplevel Makefile where to actually edit stuff. | Jan Holesovsky | 1 | -0/+5 | |
2012-01-25 | Allow killing 'make docs' by Ctrl-c. | Jan Holesovsky | 1 | -1/+1 | |
2012-01-25 | optimized zoom to use more common intervals | Tim Hardeck | 11 | -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-25 | Fix file not found: cairocanvas.uno.so in smoketestoo_native | Riccardo Magliocchetti | 2 | -8/+2 | |
2012-01-25 | Put font embedding disable to correct unit test | Thorsten Behrens | 2 | -1/+2 | |
2012-01-25 | Clean up (don't bind retval temporaries to references). | Stephan Bergmann | 1 | -2/+2 | |
2012-01-25 | Revert "fix rendering of metafiles embedded in emf+" | Radek Doulik | 1 | -4/+4 | |
This reverts commit f7b6cd87f78b786b59984e5b3c8a5a78f0ed7a94. | |||||
2012-01-25 | Add notice that the android/qa/simple directory has not been maintained | Tor Lillqvist | 1 | -0/+3 | |
2012-01-25 | Marking ImplDrawModeToColor as const. | Muthu Subramanian | 2 | -2/+2 | |
Missed it while reviewing commit: f9c09fbbb32f3808e2ef2eaa7148e10a130ccd20 | |||||
2012-01-25 | Reduced duplicate code detected by simian. | Christina Rossmanith | 3 | -46/+22 | |
2012-01-25 | Removing unused code (basegfx). | Alexander Bergmann | 7 | -321/+0 | |
2012-01-24 | DataPilot to PivotTable in function names. | Kohei Yoshida | 1 | -12/+12 | |
From now on we'll stick with the 'pivot table' terminology... | |||||
2012-01-25 | WaE: unused parameter 'nType' | Tor Lillqvist | 1 | -0/+1 | |
2012-01-24 | Adapt reference svg to not contain embedded fonts anymore. | Thorsten Behrens | 1 | -61/+4 | |
2012-01-24 | android: re-factor headless a little, and start on the mainloop | Michael Meeks | 5 | -42/+87 | |
2012-01-24 | android: rename native_app_glue.h and install as osl/detail/android.h | Michael Meeks | 4 | -6/+20 | |
2012-01-24 | Disable svg font embedding for sd filters test, enable again. | Thorsten Behrens | 3 | -16/+9 | |
2012-01-24 | Remove dead code from svg filter | Thorsten Behrens | 3 | -37/+3 | |
2012-01-24 | fdo#45067: Differentiate numeric and non-numeric field member values. | Kohei Yoshida | 1 | -4/+11 | |
2012-01-24 | WaE: "defined but not used" for stuff bypassed for Android | Tor Lillqvist | 2 | -1/+10 | |
2012-01-24 | Fix for fdo43460 Part XLVI getLength() to isEmpty() | Olivier Hallot | 8 | -45/+42 | |
Part XLVI Modules xmlhelp | |||||
2012-01-24 | We don't do cppunit stuff here | Tor Lillqvist | 1 | -15/+1 | |
2012-01-24 | Put a local.properties in android/qa/desktop, too | Tor Lillqvist | 1 | -1/+2 | |
2012-01-24 | Use own own <osl/file.h> API to read the source in osl_copyFile() | Tor Lillqvist | 3 | -11/+32 | |
It seems that we call osl_copyFile() to copy from /assets on Android in some cases. | |||||
2012-01-24 | Fill in more struct stat fields in lo_apk_lstat() | Tor Lillqvist | 1 | -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-24 | Bin incorrect claim in comment | Tor Lillqvist | 1 | -1/+0 | |
2012-01-24 | android: extend rc files some more to aid bootstrapping. | Michael Meeks | 1 | -1/+16 | |
it seems there are two 'unorc' files - confusing huh ? | |||||
2012-01-24 | android: disable bundled extension synchronisation | Michael Meeks | 1 | -0/+2 | |
2012-01-24 | android: initialize security data, and use HOME / bootstrap key | Michael Meeks | 1 | -1/+33 | |
2012-01-24 | android: disable lock-file bits for now | Michael Meeks | 1 | -1/+2 | |
2012-01-24 | android: attempt to create presets/ directory, add 'HOME' too. | Michael Meeks | 1 | -10/+8 | |
2012-01-24 | android: disable create_user_install's copyFile goodness | Michael Meeks | 1 | -2/+12 | |
osl_copyFile is not implemented for android yet, and we can pre-can this dir. | |||||
2012-01-25 | Removed unused field and non-existent class | Takeshi Abe | 1 | -4/+0 | |
2012-01-24 | remove bn-IN node, we have bn | Andras Timar | 1 | -20/+0 | |
2012-01-24 | remove unused #define SFX_ITEMTYPE_STATBAR in workwin.cxx | Ivan Timofeev | 1 | -2/+0 | |
2012-01-24 | sfx2: fix indentation in viewsh.cxx | Ivan Timofeev | 1 | -267/+261 | |
2012-01-24 | NDebug.hxx is gone now | Caolán McNamara | 5 | -5/+0 | |
2012-01-24 | WaE: unused e | Caolán McNamara | 1 | -2/+5 | |
2012-01-24 | use write_uInt16s_FromOUString pattern | Caolán McNamara | 5 | -60/+94 | |
2012-01-24 | callcatcher: update list, remove newly unused methods | Caolán McNamara | 51 | -2068/+8 | |