summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-03-26Revert "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-26In Java, css.uno.RuntimeException is not derived from css.uno.ExceptionStephan 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-26Fix delivery of jvmfwk ini/data filesStephan Bergmann
...that are (also) used during the build (e.g., cd testtools/*/lib && ./bridgetest_inprocess_java). Broken by gbuild'ification of jvmfwk.
2012-03-26fix commentLuboš Luňák
2012-03-26More hackingTor Lillqvist
2012-03-26Hardcode default inifile as /assets/rc on AndroidTor Lillqvist
2012-03-26Add an OSL_TRACE when opening Android /assets filesTor Lillqvist
2012-03-26Field IDs on Dalvik are more unique than in JVMsTor Lillqvist
2012-03-26merge getVerticalDeltaAngle and GetVerticalFlagsCaolán McNamara
2012-03-26remove unused code (oox)Petr Vorel
2012-03-26Rename WEIT_WECH to FAR_AWAYNicolas Christener
2012-03-26Remove unused code in svtools.Santiago Martinez
2012-03-26Remove unused code in xmloff.Santiago Martinez
2012-03-26Remove unused code in vlc.Santiago Martinez
2012-03-26Remove unused code in scaddins.Santiago Martinez
2012-03-26removed duplicate includes in basic / canvas / chart2 / comphelperTakeshi Abe
2012-03-26removed duplicate includes in avmediaTakeshi Abe
2012-03-26Resolves: rhbz#806663 SlideshowImpl can outlive SdModule (somehow)Caolán McNamara
2012-03-26configuration checked before component context existsCaolá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-26readUnicodeString can just return the stringCaolán McNamara
seeing as no-one checks the return value, we don't need the intermediate temporary string
2012-03-26need seen for seperate CUI_RESSSTRCaolán McNamara
2012-03-26ditch some UniStrings and intermediate temporariesCaolán McNamara
2012-03-26callcatcher: update list, Table::Seek goneCaolán McNamara
2012-03-26callcatcher: shiny unused method reduction from to-stl conversionsCaolán McNamara
2012-03-26WaE: compile under product and dbgutil modesCaolán McNamara
2012-03-26reduce over use of static OUStringsCaolán McNamara
2012-03-26ditch collection of static OUStringsCaolán McNamara
2012-03-26fold accessibilityoptions_const.hxx into accessibilityoptions.cxxCaolán McNamara
2012-03-26dead helper dirCaolán McNamara
2012-03-26oox: fix doxygen syntax to avoid misleading output in ShapeTypeModelMiklos Vajna
2012-03-26Compatibility option for incorrect relative moves after closePath (fdo#47406)Fridrich Štrba
2012-03-26Fix fdo#47406 incorrect relative moves after closePathThorsten 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-26fdo#34324 put 16x16 math icon in RGB color spaceAndras Timar
2012-03-26sal_rtl_strings unittest depends on sal_textenc libraryLuboš Luňák
there's a dlopen of it somewhere in sal's string classes
2012-03-26Fix recent paintfrm.cxx regressionsStephan 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-26Adapt arrowhead pathes to corrected svg path z hanglingRegina Henschel
2012-03-26fdo#42328 Impress slide backgrounds with Liberation fontsOlivier Hallot
2012-03-26fdo#42328 Impress slide backgrounds with Liberation fontsOlivier Hallot
2012-03-26prevent update during init in name dlgs, related fdo#45679Markus Mohrhard
2012-03-26prevent update during init in new autofilter dlg, fdo#45679Markus Mohrhard
2012-03-26sal_Bool -> bool in dociter.[ch]xxMarkus Mohrhard
2012-03-26clean-up sc's macros_test a bitMarkus Mohrhard
2012-03-26disable password test onwindows for nowMarkus Mohrhard
2012-03-25rtftok: added missing test documentMiklos Vajna
2012-03-25use $(file in gbuild when availableNorbert Thiebaud
2012-03-25detect of gnumake support $(file functionNorbert 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-25disable failing testMarkus Mohrhard
missing test document
2012-03-25enable slowcheck for top level make all againMatúš Kukan
2012-03-25WaE: one more newly unused variableMarkus Mohrhard
2012-03-25packimages: missing dependencyMatúš Kukan