summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-09-20removed an assignment in no useTakeshi Abe
2011-09-19sal_True to true.Kohei Yoshida
2011-09-19Store previously selected tables in std::set.Kohei Yoshida
2011-09-19A little cleanup.Kohei Yoshida
2011-09-19Let'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-19Pass as const reference where possible & indent fix.Kohei Yoshida
2011-09-19Removed an unnecessary anonymous temporary object.Kohei Yoshida
2011-09-20Kill the explicit linking to salmain.o, use vclmain instead.Jan Holesovsky
2011-09-20Always output AWTLIB, gbuildized 'bean' depends on that.Jan Holesovsky
2011-09-19Do 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-19Call macosx-change-install-names on executables in gbuild, too.Stephan Bergmann
2011-09-19Removed --leak-check=yes from CppUnit valgrind/memcheck calls.Stephan Bergmann
Can be enabled via VALGRIND_OPTS=--leak-check=yes.
2011-09-19Avoid premature deletion of objects in ODatabaseContext::m_aDatabaseObjects.Stephan Bergmann
Access of deleted objects found with valgrind/memcheck of dbaccess/qa/unoapi.
2011-09-19Page Break: draw a dashed line using the header/footer separator codeCédric Bosdonnat
2011-09-19Text Boundaries: draw small inner corners for the columns areasCé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-19Header/Footer: draw page breaks between the two pages and in all casesCédric Bosdonnat
2011-09-19Ignore config.params file.Tomas Chvatal
2011-09-19Use PREFIXDIR when possibleBaptiste Daroussin
2011-09-19Use PREFIXDIR each time possible to allow installing where /usr is not the ↵Baptiste Daroussin
prefix
2011-09-19Do not hard code gperfBaptiste Daroussin
2011-09-19delete does not need a NULL checkLuboš Luňák
2011-09-19Make 'desktop' build again with MinGW.Jan Holesovsky
2011-09-19Fix soenv for FreeBSDBaptiste Daroussin
2011-09-19FreeBSD has the same cppunit failure as OSX doesBaptiste Daroussin
2011-09-19unify the unxfbsd.mk into a single file and simplify itBaptiste Daroussin
2011-09-19add comdlg32Caolán McNamara
2011-09-19get quickstart to link on windowsCaolán McNamara
2011-09-19Fix endless loop during building soffice.exe deps on Windows.Jan Holesovsky
2011-09-19progress to link stage of loader2Caolán McNamara
2011-09-19despite its name, it appears not to be a gui appCaolán McNamara
2011-09-19inch closer to building under windowsCaolán McNamara
2011-09-19ByteString->rtl::OStringBufferCaolán McNamara
2011-09-19windows berkleydb libname fixupCaolán McNamara
2011-09-19oops not yetCaolán McNamara
2011-09-19ByteString->rtl::OStringBufferCaolán McNamara
2011-09-19remove ByteString::Assign(sal_Char)Caolán McNamara
2011-09-19ByteString->rtl::OStringCaolán McNamara
2011-09-19ByteString->rtl::OStringBufferCaolán McNamara
2011-09-19ditch SHL_SBX and don't leakCaolán McNamara
2011-09-19shrink ByteString apiCaolán McNamara
2011-09-19ByteString->rtl::OString[Buffer]Caolán McNamara
2011-09-19ByteString->rtl::OString[Buffer]Caolán McNamara
2011-09-19ByteString->rtl::OString[Buffer]Caolán McNamara
2011-09-19ByteString->rtl::OStringCaolán McNamara
2011-09-19ByteString->rtl::OString[Buffer]Caolán McNamara
2011-09-19ByteString->rtl::OStringBufferCaolán McNamara
2011-09-19drop intermediate ByteStringCaolán McNamara
2011-09-19ByteString->rtl::OStringBufferCaolán McNamara
2011-09-19can use SearchAndReplaceAll sal_Char variant hereCaolán McNamara
2011-09-19unused local static ByteStringsCaolán McNamara