summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-02-15Cleanup: auto_ptr uses as a plain scope guard.Thorsten Behrens
2012-02-16Use RTL_CONSTASCII_STRINGPARAM instead of bare numberTakeshi Abe
2012-02-15remove hideous plasma debugging bits from android branchMichael Meeks
2012-02-15Turn on strictures for some installer Perl modules.Tim Retout
2012-02-15I can't see the point of these masses of vcl settings which go nowhereCaolán McNamara
2012-02-15WaE: member initialization orderCaolán McNamara
2012-02-15WaE: these are integers, not pointersCaolán McNamara
2012-02-15WaE: /* within commentCaolán McNamara
2012-02-15WaE: mingwCaolán McNamara
2012-02-15Set SOLARLIB for AndroidTor Lillqvist
2012-02-15sw: SvxRTFItemStack has been changed to std::deque in the meantimeMiklos Vajna
2012-02-15Various string function clean upStephan Bergmann
Added: * rtl::OString::matchL * rtl::OString::endsWith * rtl::OString::endsWithL * rtl::OString::indexOfL * rtl::OString::replaceFirst * rtl::OString::replaceAll * rtl::OString::getToken * rtl::OUString::endsWith * rtl::OUString::replaceFirst * rtl::OUString::replaceFirstAsciiL * rtl::OUString::replaceFirstAsciiLAsciiL * rtl::OUString::replaceAll * rtl::OUString::replaceAllAsciiL * rtl::OUString::replaceAllAsciiLAsciiL * rtl::OUString::getToken plus underlying C functions where necessary Deprecated: * comphelper::string::remove * comphelper::string::getToken Removed: * comphelper::string::searchAndReplaceAsciiL * comphelper::string::searchAndReplaceAllAsciiWithAscii * comphelper::string::searchAndReplaceAsciiI * comphelper::string::replace * comphelper::string::matchL * comphelper::string::matchIgnoreAsciiCaseL * comphelper::string::indexOfL Also fixed some apparent misuses of RTL_CONSTASCII_USTRINGPARAM -> RTL_CONSTASCII_STRINGPARAM.
2012-02-15Merge sal_textenc into sal just on AndroidTor Lillqvist
2012-02-15n#695479: Remove properties when removing empty fly frameCédric Bosdonnat
2012-02-15When using libmerged there is no "tk" libraryTor Lillqvist
2012-02-15Add comment wondering why this loadFile() isn't in oslTor Lillqvist
2012-02-15Special-case files in /assets on AndroidTor Lillqvist
2012-02-15Add svt and tk to libmergedTor Lillqvist
2012-02-15Forgot to drop the merged fw* and sfx libs from hereTor Lillqvist
2012-02-15Need libtextinstream.unoTor Lillqvist
2012-02-15Don't bother with a separate libsal_textenc when merging libsTor Lillqvist
2012-02-15There is no libvclplug_svplo for AndroidTor Lillqvist
2012-02-15Need libsal_textencTor Lillqvist
2012-02-15Add sb to libmergedTor Lillqvist
2012-02-15Translate German commentsPhilipp Weissenbacher
2012-02-15Fix some translation oversightsStefan Knorr (astron)
At least some of the things corrected, also (c) myself.
2012-02-15sw: add doxygen comments for some document model / layout classesMiklos Vajna
2012-02-15unusedcode.easy: Removed unused codeAlexander Bergmann
2012-02-15WaE: moaning about unintialized variablesCaolán McNamara
2012-02-15fdo#45530: scp2: java accessibilty bridge cleanup:Michael Stahl
AFAIK java_uno_accessbridge.jar is only required on WNT. Also remove the duplicate old definition of gid_File_Jar_Accessbridge that was effectively disabled by 6fdde9acfd5aebd23400e7101c8ddff80fcdd8fa.
2012-02-15fdo#45530: Accessibility does not work on WNTMasataka Shinke
2012-02-15sw: ww8: ~SwIndexReg assertion:Michael Stahl
Remove pointless SwPosition that triggers the assertion when loading bugdoc from i#87910 from wwSectionManager::InsertSegments.
2012-02-15PLASMA_NOW fixStephan Bergmann
2012-02-15Fix recognition of ccache in $CC and/or $CXXTor Lillqvist
2012-02-15Ifdefify temporary (?) Android hacksTor Lillqvist
2012-02-15Revert temporary and not properly ifdeffed Android stuffTor Lillqvist
2012-02-15Do try to use ccache even if CC/CXX are setTor Lillqvist
For Android, they could have been set earlier in the configure script even. We do want to use ccache also for Android cross-compilation.
2012-02-15lock in those ByteString gains so there's no back-slidingCaolán McNamara
2012-02-15Fix fdo#45779 - accessing empty polygon.Thorsten Behrens
Guard access to first polygon point.
2012-02-15Merge branch 'feature/android'Tor Lillqvist
2012-02-14More String to rtl::OUString conversion while I'm at it.Kohei Yoshida
2012-02-14Get sc to build once again with debug=true.Kohei Yoshida
2012-02-14String to rtl::OUString in the xls pivot table import code.Kohei Yoshida
2012-02-14auto_ptr to scoped_ptr.Kohei Yoshida
2012-02-14More, boolean-related cleanup. Removed unused data members.Kohei Yoshida
2012-02-14Removed code that's no longer relevant.Kohei Yoshida
2012-02-14Fixed ODS import filter to correctly identify data layout dimension.Kohei Yoshida
And cleaned up the code a bit. The new code should be much more robust.
2012-02-14Try to preserve the orientation of data layout dimension.Kohei Yoshida
2012-02-14Remove std::auto_ptr in favor of boost::scoped_ptr.Kohei Yoshida
2012-02-14Handle painting of data layout dimension button correctly during refresh.Kohei Yoshida
Data layout dimension can be anywhere in the row/column fields. Use the appropriate boolean property to determine if the field is data layout.