Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-20 | removed an assignment in no use | Takeshi Abe | |
2011-09-19 | sal_True to true. | Kohei Yoshida | |
2011-09-19 | Store previously selected tables in std::set. | Kohei Yoshida | |
2011-09-19 | A little cleanup. | Kohei Yoshida | |
2011-09-19 | Let's avoid modifying the selection data during search and replace. | Kohei Yoshida | |
The previous code was modifying the selection data (ScMarkData) in a not-so-obvious fashion during the search and/or replace. Let's only modify selection in the view code to avoid surprises. The document model shouldn't be modifying the view model. Those methods that were taking a reference to ScMarkData now take a const reference instead. | |||
2011-09-19 | Pass as const reference where possible & indent fix. | Kohei Yoshida | |
2011-09-19 | Removed an unnecessary anonymous temporary object. | Kohei Yoshida | |
2011-09-20 | Kill the explicit linking to salmain.o, use vclmain instead. | Jan Holesovsky | |
2011-09-20 | Always output AWTLIB, gbuildized 'bean' depends on that. | Jan Holesovsky | |
2011-09-19 | Do not delete SwIndexReg::pEmptyIndexArray while SwXTextCursor instances can ↵ | Stephan Bergmann | |
still reference it. Found during termination of sw/qa/unoapi soffice.bin run under Valgrind/memcheck. | |||
2011-09-19 | Call macosx-change-install-names on executables in gbuild, too. | Stephan Bergmann | |
2011-09-19 | Removed --leak-check=yes from CppUnit valgrind/memcheck calls. | Stephan Bergmann | |
Can be enabled via VALGRIND_OPTS=--leak-check=yes. | |||
2011-09-19 | Avoid premature deletion of objects in ODatabaseContext::m_aDatabaseObjects. | Stephan Bergmann | |
Access of deleted objects found with valgrind/memcheck of dbaccess/qa/unoapi. | |||
2011-09-19 | Page Break: draw a dashed line using the header/footer separator code | Cédric Bosdonnat | |
2011-09-19 | Text Boundaries: draw small inner corners for the columns areas | Cédric Bosdonnat | |
Drawing small inner corners for the columns helps showing the columns without drawing a full rectangle and it is still compatible with the page and sections text boundaries. The whole subsidiary lines painting has been changed to call the method on all nested SwLayoutFrm. In order not to draw anything, simply override the method and do nothing in it: (almost) every object takes care of its boundaries. | |||
2011-09-19 | Header/Footer: draw page breaks between the two pages and in all cases | Cédric Bosdonnat | |
2011-09-19 | Ignore config.params file. | Tomas Chvatal | |
2011-09-19 | Use PREFIXDIR when possible | Baptiste Daroussin | |
2011-09-19 | Use PREFIXDIR each time possible to allow installing where /usr is not the ↵ | Baptiste Daroussin | |
prefix | |||
2011-09-19 | Do not hard code gperf | Baptiste Daroussin | |
2011-09-19 | delete does not need a NULL check | Luboš Luňák | |
2011-09-19 | Make 'desktop' build again with MinGW. | Jan Holesovsky | |
2011-09-19 | Fix soenv for FreeBSD | Baptiste Daroussin | |
2011-09-19 | FreeBSD has the same cppunit failure as OSX does | Baptiste Daroussin | |
2011-09-19 | unify the unxfbsd.mk into a single file and simplify it | Baptiste Daroussin | |
2011-09-19 | add comdlg32 | Caolán McNamara | |
2011-09-19 | get quickstart to link on windows | Caolán McNamara | |
2011-09-19 | Fix endless loop during building soffice.exe deps on Windows. | Jan Holesovsky | |
2011-09-19 | progress to link stage of loader2 | Caolán McNamara | |
2011-09-19 | despite its name, it appears not to be a gui app | Caolán McNamara | |
2011-09-19 | inch closer to building under windows | Caolán McNamara | |
2011-09-19 | ByteString->rtl::OStringBuffer | Caolán McNamara | |
2011-09-19 | windows berkleydb libname fixup | Caolán McNamara | |
2011-09-19 | oops not yet | Caolán McNamara | |
2011-09-19 | ByteString->rtl::OStringBuffer | Caolán McNamara | |
2011-09-19 | remove ByteString::Assign(sal_Char) | Caolán McNamara | |
2011-09-19 | ByteString->rtl::OString | Caolán McNamara | |
2011-09-19 | ByteString->rtl::OStringBuffer | Caolán McNamara | |
2011-09-19 | ditch SHL_SBX and don't leak | Caolán McNamara | |
2011-09-19 | shrink ByteString api | Caolán McNamara | |
2011-09-19 | ByteString->rtl::OString[Buffer] | Caolán McNamara | |
2011-09-19 | ByteString->rtl::OString[Buffer] | Caolán McNamara | |
2011-09-19 | ByteString->rtl::OString[Buffer] | Caolán McNamara | |
2011-09-19 | ByteString->rtl::OString | Caolán McNamara | |
2011-09-19 | ByteString->rtl::OString[Buffer] | Caolán McNamara | |
2011-09-19 | ByteString->rtl::OStringBuffer | Caolán McNamara | |
2011-09-19 | drop intermediate ByteString | Caolán McNamara | |
2011-09-19 | ByteString->rtl::OStringBuffer | Caolán McNamara | |
2011-09-19 | can use SearchAndReplaceAll sal_Char variant here | Caolán McNamara | |
2011-09-19 | unused local static ByteStrings | Caolán McNamara | |