summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-03-22More Android hackingTor Lillqvist
2012-03-22Add JNI wrappers for InitVCL and osl_setCommandArgsTor Lillqvist
2012-03-22No point searching PATH on Android and iOSTor Lillqvist
2012-03-22Add a wrapper for InitVCL(), to be called from Java on AndroidTor Lillqvist
2012-03-22Make the DocumentLoader experimental app build againTor Lillqvist
2012-03-22Edit a comment a bitTor Lillqvist
2012-03-22fdo#41739: Math: do not skip "newline" on errorIvan Timofeev
2012-03-22Clarify rtl_bootstrap_get documentation.Will Thompson
2012-03-22rtl::bootstap: rename filename parameter to contain "uri"Will Thompson
2012-03-22annoying PATHES->PATHS typosCaolán McNamara
2012-03-22n#750258: removed strange non-wrapping conditionCédric Bosdonnat
2012-03-22Revert "make text wrapping work in headers/footers too (fdo#39155)"Cédric Bosdonnat
2012-03-22MinGW: work around newly ambiguous boost::bind calls with GCC 4.6Stephan Bergmann
2012-03-22Revert "fix debug build"Fridrich Štrba
2012-03-22Revert "AC_PROG_GREP (I'm pedantic, am I not?)" - XCode 2.5.x doesn't know itChristian Lohmaier
2012-03-22Make SAL_CALL placement work with both MinGW and MSVCStephan Bergmann
2012-03-22over-engineered thread-safe static OUStringCaolán McNamara
2012-03-22confirmed that tests pass on windowsCaolán McNamara
2012-03-22testtool is gone these daysCaolán McNamara
2012-03-22WaE: ignoring lockf return valueCaolán McNamara
2012-03-22WaE: ignoring return value of 'fwrite'Caolán McNamara
2012-03-22WaE: ignoring return value of 'fwrite'Caolán McNamara
2012-03-22removed duplicate includes in scTakeshi Abe
2012-03-22Convert SVARRAY SORT into STL setBartosz Kosiorek
2012-03-22n#751054 fix VML import of absolutely positioned picturesMiklos Vajna
2012-03-22Look for properly registered windows sdks instead for random version numbersFridrich Štrba
2012-03-22MinGW apparently needs to be forced into __cdeclStephan Bergmann
2012-03-22MinGW: other DLLs must not pick sal's special __mainStephan Bergmann
2012-03-22Fix SAL_CALL placement (so MinGW won't complain)Stephan Bergmann
2012-03-22Needless SAL_CALLStephan Bergmann
2012-03-22ChartTokenMap can contain null pointersStephan Bergmann
2012-03-22Some changes in libcdr to appease valgrindFridrich Štrba
2012-03-22fix debug buildFridrich Štrba
2012-03-22Fixed previous commit for --enable-dbgutil modeStephan Bergmann
2012-03-22Conver SV VARARR to std::deque for sw module.Bartosz Kosiorek
2012-03-22Convert tools/table.hxx to std::map in Chart2PositionMap classNoel Grandin
2012-03-22remove unnecessary use of local variable and auto_ptrNoel Grandin
2012-03-22if/else branches contain same codeNoel Grandin
2012-03-22restructure insert code as a precursor to further simplificationNoel Grandin
2012-03-22simplify code - remove unnecessary and complicated allocationNoel Grandin
2012-03-22SVG import: keep aspect ratio when transforming viewbox to viewportChristina Rossmanith
2012-03-22Convert tools/table.hxx to std::map in class ScHTMLLayoutParserNoel Grandin
2012-03-22Convert tools/table.hxx usage to std::map in ScEEImport classNoel Grandin
2012-03-22Convert tools/table.hxx usage to std::map in Basic IDE moduleNoel Grandin
2012-03-22maTransform had to go ( was always = identity)Christina Rossmanith
2012-03-21New unit test for data pilot grouping (normal grouping).Kohei Yoshida
2012-03-22restructure the code a bit moreMarkus Mohrhard
2012-03-22prevent call to virtual method in destructor, fdo#47589Markus Mohrhard
2012-03-22Make sure one base class does not use another one after destructionMarkus Mohrhard
2012-03-22don't need to check for null before deleteMarkus Mohrhard