Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-26 | Revert "Field IDs on Dalvik are more unique than in JVMs" | Stephan Bergmann | |
This reverts commit b5ca34fa409bc4cbeb41a84b900612e302f5b0fb. 829a9b9c1041626efb688157658c1e0e2f6e8414 "In Java, css.uno.RuntimeException is not derived from css.uno.Exception" is a better fix. | |||
2012-03-26 | In Java, css.uno.RuntimeException is not derived from css.uno.Exception | Stephan Bergmann | |
which lead to Bridge::map_to_java (jni_data.cxx) copying the Context member of RuntimeException twice, once with a fieldID for Exception, which fails on Dalvik. | |||
2012-03-26 | Fix delivery of jvmfwk ini/data files | Stephan Bergmann | |
...that are (also) used during the build (e.g., cd testtools/*/lib && ./bridgetest_inprocess_java). Broken by gbuild'ification of jvmfwk. | |||
2012-03-26 | fix comment | Luboš Luňák | |
2012-03-26 | More hacking | Tor Lillqvist | |
2012-03-26 | Hardcode default inifile as /assets/rc on Android | Tor Lillqvist | |
2012-03-26 | Add an OSL_TRACE when opening Android /assets files | Tor Lillqvist | |
2012-03-26 | Field IDs on Dalvik are more unique than in JVMs | Tor Lillqvist | |
2012-03-26 | merge getVerticalDeltaAngle and GetVerticalFlags | Caolán McNamara | |
2012-03-26 | remove unused code (oox) | Petr Vorel | |
2012-03-26 | Rename WEIT_WECH to FAR_AWAY | Nicolas Christener | |
2012-03-26 | Remove unused code in svtools. | Santiago Martinez | |
2012-03-26 | Remove unused code in xmloff. | Santiago Martinez | |
2012-03-26 | Remove unused code in vlc. | Santiago Martinez | |
2012-03-26 | Remove unused code in scaddins. | Santiago Martinez | |
2012-03-26 | removed duplicate includes in basic / canvas / chart2 / comphelper | Takeshi Abe | |
2012-03-26 | removed duplicate includes in avmedia | Takeshi Abe | |
2012-03-26 | Resolves: rhbz#806663 SlideshowImpl can outlive SdModule (somehow) | Caolán McNamara | |
2012-03-26 | configuration checked before component context exists | Caolán McNamara | |
in simple applications, e.g. spadmin, which don't have a custom main, then this configuration check happens too early before Application::Main gets run to have a chance to set the ProcessComponentContext. | |||
2012-03-26 | readUnicodeString can just return the string | Caolán McNamara | |
seeing as no-one checks the return value, we don't need the intermediate temporary string | |||
2012-03-26 | need seen for seperate CUI_RESSSTR | Caolán McNamara | |
2012-03-26 | ditch some UniStrings and intermediate temporaries | Caolán McNamara | |
2012-03-26 | callcatcher: update list, Table::Seek gone | Caolán McNamara | |
2012-03-26 | callcatcher: shiny unused method reduction from to-stl conversions | Caolán McNamara | |
2012-03-26 | WaE: compile under product and dbgutil modes | Caolán McNamara | |
2012-03-26 | reduce over use of static OUStrings | Caolán McNamara | |
2012-03-26 | ditch collection of static OUStrings | Caolán McNamara | |
2012-03-26 | fold accessibilityoptions_const.hxx into accessibilityoptions.cxx | Caolán McNamara | |
2012-03-26 | dead helper dir | Caolán McNamara | |
2012-03-26 | oox: fix doxygen syntax to avoid misleading output in ShapeTypeModel | Miklos Vajna | |
2012-03-26 | Compatibility option for incorrect relative moves after closePath (fdo#47406) | Fridrich Štrba | |
2012-03-26 | Fix fdo#47406 incorrect relative moves after closePath | Thorsten Behrens | |
I missed the fact that odf export still uses the old exporter in xmloff/source/draw/xexptran.cxx, which was not fixed wrt. the update of current position in basegfx/source/polygon/b2dsvgpolypolygon.cxx | |||
2012-03-26 | fdo#34324 put 16x16 math icon in RGB color space | Andras Timar | |
2012-03-26 | sal_rtl_strings unittest depends on sal_textenc library | Luboš Luňák | |
there's a dlopen of it somewhere in sal's string classes | |||
2012-03-26 | Fix recent paintfrm.cxx regressions | Stephan Bergmann | |
...as reported by Linux-RHEL6-x86_64@14-with-check tinderbox. For one, e94c4ab5523c7dcbee2f1b7fd47685529498e774 "Conver SV VARARR to std::deque for sw module." did not use rbegin/rend to iterate backwards. For another, e94c4ab5523c7dcbee2f1b7fd47685529498e774 and subsequent 1a412714031bf6cf3f7962b044b2edea74899b46 "fixed crash due to use of STL deque for SwLineRects" failed to get the nested loop "Remove all help line that are almost covered (tables)" at the start of SwSubsRects::PaintSubsidiary converted correctly. This attempt here at fixing it models the original behavior (before conversion) more closely, and hopefully gets it right now. | |||
2012-03-26 | Adapt arrowhead pathes to corrected svg path z hangling | Regina Henschel | |
2012-03-26 | fdo#42328 Impress slide backgrounds with Liberation fonts | Olivier Hallot | |
2012-03-26 | fdo#42328 Impress slide backgrounds with Liberation fonts | Olivier Hallot | |
2012-03-26 | prevent update during init in name dlgs, related fdo#45679 | Markus Mohrhard | |
2012-03-26 | prevent update during init in new autofilter dlg, fdo#45679 | Markus Mohrhard | |
2012-03-26 | sal_Bool -> bool in dociter.[ch]xx | Markus Mohrhard | |
2012-03-26 | clean-up sc's macros_test a bit | Markus Mohrhard | |
2012-03-26 | disable password test onwindows for now | Markus Mohrhard | |
2012-03-25 | rtftok: added missing test document | Miklos Vajna | |
2012-03-25 | use $(file in gbuild when available | Norbert Thiebaud | |
2012-03-25 | detect of gnumake support $(file function | Norbert Thiebaud | |
$(file is a new function that landed in gnu-make cvs it allow to write a makefile variable directly into a file bypassing the usual command line size limitiation | |||
2012-03-25 | disable failing test | Markus Mohrhard | |
missing test document | |||
2012-03-25 | enable slowcheck for top level make all again | Matúš Kukan | |
2012-03-25 | WaE: one more newly unused variable | Markus Mohrhard | |
2012-03-25 | packimages: missing dependency | Matúš Kukan | |