summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-12-20another "ScToken::GetDoubleRef: virtual dummy called"Eike Rathke
When checking for svSingleRef or svDoubleRef, also check for svExternalSingleRef or svExternalDoubleRef. Otherwise the dummy reference is treated.
2011-12-20catch rather unlikely vcl case and don't crashMichael Meeks
2011-12-20sal: disable subsequentcheck which has circular dependencyMatúš Kukan
make 3.82 continues without error but apparently older version not
2011-12-20callcatcher: update listCaolán McNamara
2011-12-20SelectHdl_Impl doesn't need to be an [IMPL|DECL]Link nowCaolán McNamara
2011-12-20valgrind: uninitialized values usedCaolán McNamara
2011-12-20pretty up exception message for display in StarBasic dialogsCaolán McNamara
2011-12-20fdo#42109 fix RTF import of fields inside tablesMiklos Vajna
2011-12-20if a bracket pair has no left/right bracket, it needs to explicit (fdo#32636)Luboš Luňák
2011-12-20import m:eqArr (part of fdo#32636)Luboš Luňák
2011-12-20export vertical stack as m:eqArr, seems to fit much betterLuboš Luňák
2011-12-20skip unknown elements when reading multiple elements from docx mathmlLuboš Luňák
2011-12-20ByteString->rtl::OStringCaolán McNamara
2011-12-20callcatcher: ScJobSetup never constructedCaolán McNamara
2011-12-20Disable cairo svg surface on windows to avoid problems with missing headerFridrich Štrba
2011-12-20Fix gmake detection for MacOSXJames C
2011-12-20disable failing testMarkus Mohrhard
after my last rework of the copy paste code my old assumptions for the copy paste code are no longer valid
2011-12-20re-add the #ifdef DBG_UTIL that seems to have accidentally been removed.Norbert Thiebaud
2011-12-20add test case for ScTableSheetsObj::XNameContainer::removeByNameMarkus Mohrhard
2011-12-20improve the handling of range names while copy between different docsMarkus Mohrhard
we now behave nearly the same way as excel does
2011-12-20add a warning dialog if we have ext refs to unsaved docsMarkus Mohrhard
2011-12-20evoab is gid_File_Lib_Evoab since long(er), not gid_File_Lib_Evoab_2Rene Engelhard
2011-12-19callcatcher: Remove unused codeAugust Sodora
2011-12-19callcatcher: Remove unused codeAugust Sodora
2011-12-19callcatcher: Remove unused codeAugust Sodora
2011-12-20catch exception by constant referenceTakeshi Abe
2011-12-19String->OUStringAugust Sodora
2011-12-20remove one more ifdef for SwTestTabPageMatúš Kukan
But shouldn't this stay as it was before d330111ec383542ad8955d78a64f4ed4b095b683 in sw/source/ui/dialog/swdlgfact.cxx:1648 ?
2011-12-20Use visibility attributes as we get compiled with -fvisibility=hiddenTor Lillqvist
2011-12-20Fix cairo build for Android againTor Lillqvist
2011-12-20Add TWAIN License textTor Lillqvist
Note that it is already included in our readlicense_oo/txt/license.txt, so we presumably have fulfilled the license's requirements. Just adding the text in twain.h, too, for helpfulness.
2011-12-20Link most libs and executables with gb_STDLIBS as presumably is intendedTor Lillqvist
2011-12-20Add gb_STDLIBS and override gb_Library_PLAINLIBS_NONETor Lillqvist
2011-12-20Fix compiler warnings for AndroidTor Lillqvist
2011-12-20Always use the autoconfed sizes and alignments, not only when cross-compilingTor Lillqvist
2011-12-19Copy absolute sheet refs between different docs: Part IVMarkus Mohrhard
Handle Move Sheet correctly
2011-12-19Copy absolute refs between different docs: Part IIIMarkus Mohrhard
support copying from an unsaved document and some improvements still problems with MoveTab and missing dialog box if we have external refs to unsaved docs while we save
2011-12-19don't set current entry for every entry during initMarkus Mohrhard
2011-12-19Copy Absolute Formulas between Documents: Part IIMarkus Mohrhard
adjust named ranges formulas too little problem here: tab absolute and col/row relative is tricky, the col/row is calculated relative to the cell where the range name is used but we don't know in which cells the range name is used The other office solves that by making only references pointing to sheets that are not copied external (this solution is not perfect)
2011-12-20Need gb_CXXFLAGS, tooTor Lillqvist
2011-12-19fix build: we now use SwTestTabPage also with disabled dbgutilMatúš Kukan
2011-12-19IDL_COMPILER is always definedCaolán McNamara
2011-12-19Removed COMPRESSMODE_FULL support from SvStreamMatteo Casalin
2011-12-19EXTENDED_BINARY_MODULES is always definedCaolán McNamara
2011-12-19Remove DebugPlotterAugust Sodora
2011-12-19Remove unused codeAugust Sodora
2011-12-19callcatcher: Remove unused codeAugust Sodora
2011-12-19Remove unnecessary includesAugust Sodora
2011-12-19Clean up treeopt select handler locking hackAugust Sodora
2011-12-19Simplify treeopt select handlerAugust Sodora