Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-15 | Cleanup: auto_ptr uses as a plain scope guard. | Thorsten Behrens | |
2012-02-16 | Use RTL_CONSTASCII_STRINGPARAM instead of bare number | Takeshi Abe | |
2012-02-15 | remove hideous plasma debugging bits from android branch | Michael Meeks | |
2012-02-15 | Turn on strictures for some installer Perl modules. | Tim Retout | |
2012-02-15 | I can't see the point of these masses of vcl settings which go nowhere | Caolán McNamara | |
2012-02-15 | WaE: member initialization order | Caolán McNamara | |
2012-02-15 | WaE: these are integers, not pointers | Caolán McNamara | |
2012-02-15 | WaE: /* within comment | Caolán McNamara | |
2012-02-15 | WaE: mingw | Caolán McNamara | |
2012-02-15 | Set SOLARLIB for Android | Tor Lillqvist | |
2012-02-15 | sw: SvxRTFItemStack has been changed to std::deque in the meantime | Miklos Vajna | |
2012-02-15 | Various string function clean up | Stephan 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-15 | Merge sal_textenc into sal just on Android | Tor Lillqvist | |
2012-02-15 | n#695479: Remove properties when removing empty fly frame | Cédric Bosdonnat | |
2012-02-15 | When using libmerged there is no "tk" library | Tor Lillqvist | |
2012-02-15 | Add comment wondering why this loadFile() isn't in osl | Tor Lillqvist | |
2012-02-15 | Special-case files in /assets on Android | Tor Lillqvist | |
2012-02-15 | Add svt and tk to libmerged | Tor Lillqvist | |
2012-02-15 | Forgot to drop the merged fw* and sfx libs from here | Tor Lillqvist | |
2012-02-15 | Need libtextinstream.uno | Tor Lillqvist | |
2012-02-15 | Don't bother with a separate libsal_textenc when merging libs | Tor Lillqvist | |
2012-02-15 | There is no libvclplug_svplo for Android | Tor Lillqvist | |
2012-02-15 | Need libsal_textenc | Tor Lillqvist | |
2012-02-15 | Add sb to libmerged | Tor Lillqvist | |
2012-02-15 | Translate German comments | Philipp Weissenbacher | |
2012-02-15 | Fix some translation oversights | Stefan Knorr (astron) | |
At least some of the things corrected, also (c) myself. | |||
2012-02-15 | sw: add doxygen comments for some document model / layout classes | Miklos Vajna | |
2012-02-15 | unusedcode.easy: Removed unused code | Alexander Bergmann | |
2012-02-15 | WaE: moaning about unintialized variables | Caolán McNamara | |
2012-02-15 | fdo#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-15 | fdo#45530: Accessibility does not work on WNT | Masataka Shinke | |
2012-02-15 | sw: ww8: ~SwIndexReg assertion: | Michael Stahl | |
Remove pointless SwPosition that triggers the assertion when loading bugdoc from i#87910 from wwSectionManager::InsertSegments. | |||
2012-02-15 | PLASMA_NOW fix | Stephan Bergmann | |
2012-02-15 | Fix recognition of ccache in $CC and/or $CXX | Tor Lillqvist | |
2012-02-15 | Ifdefify temporary (?) Android hacks | Tor Lillqvist | |
2012-02-15 | Revert temporary and not properly ifdeffed Android stuff | Tor Lillqvist | |
2012-02-15 | Do try to use ccache even if CC/CXX are set | Tor 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-15 | lock in those ByteString gains so there's no back-sliding | Caolán McNamara | |
2012-02-15 | Fix fdo#45779 - accessing empty polygon. | Thorsten Behrens | |
Guard access to first polygon point. | |||
2012-02-15 | Merge branch 'feature/android' | Tor Lillqvist | |
2012-02-14 | More String to rtl::OUString conversion while I'm at it. | Kohei Yoshida | |
2012-02-14 | Get sc to build once again with debug=true. | Kohei Yoshida | |
2012-02-14 | String to rtl::OUString in the xls pivot table import code. | Kohei Yoshida | |
2012-02-14 | auto_ptr to scoped_ptr. | Kohei Yoshida | |
2012-02-14 | More, boolean-related cleanup. Removed unused data members. | Kohei Yoshida | |
2012-02-14 | Removed code that's no longer relevant. | Kohei Yoshida | |
2012-02-14 | Fixed 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-14 | Try to preserve the orientation of data layout dimension. | Kohei Yoshida | |
2012-02-14 | Remove std::auto_ptr in favor of boost::scoped_ptr. | Kohei Yoshida | |
2012-02-14 | Handle 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. |