summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-09-13no route left to set encoding, only RTL_TEXTENCODING_MS_1252 is possibleCaolán McNamara
2011-09-13remove commented out CHARSET_ANSI fooCaolán McNamara
2011-09-13I believe the src charset pragma is archaic and unusedCaolán McNamara
2011-09-13remove commented out archaic CHARSET_ANSI pragmaCaolán McNamara
2011-09-13typo fixAndras Timar
2011-09-13change publisher from Oracle to TDF fdo#40638Andras Timar
2011-09-13n#657909: Fixed import of free drawn curves.Muthu Subramanian
2011-09-13fdo#40819# Disabled failing complex.writer.CheckBookmarks test for now.Stephan Bergmann
2011-09-13fdo#33960#, fdo#35690#: Disabled failing checkCrossReferences tests for now.Stephan Bergmann
2011-09-13Let's keep our file naming scheme consistent.Kohei Yoshida
2011-09-12We normally use an 'f' prefix for double.Kohei Yoshida
I'm not a big fan of Hungarian notation, but since we use it, let's be consistent.
2011-09-12No need to use += to initialize m_aFileRoot.Kohei Yoshida
2011-09-12Let's do hard re-calc only when necessary.Kohei Yoshida
Since doing a hard re-calc can be slow, let's not do this for all loading test cases, but only when we are testing formula interpretations.
2011-09-12Let's put using namespace declarations at the top.Kohei Yoshida
2011-09-12It's appropriate to name this class singular.Kohei Yoshida
Since each instance refers to a single file format, while its array instance holds multiple instances of this structure.
2011-09-12Let's not indent in namespace scopes.Kohei Yoshida
2011-09-12These don't have to be member functions.Kohei Yoshida
2011-09-13force always a full recalculation for ods, xls and xlsx in unit testMarkus Mohrhard
we can't assume that always all formulas are recalculated, we might used cached results
2011-09-13make it possible to est formula string in csv filesMarkus Mohrhard
2011-09-12Move ScCheckListMenuWindow and ScMenuFloatingWindow into own files.Kohei Yoshida
2011-09-13add files for bugFix tests and restructure filters-test a bitMarkus Mohrhard
2011-09-12Rename: ScDPFieldPopupWindow -> ScCheckListMenuWindow.Kohei Yoshida
2011-09-12missed a \ in the MathDTD core review...Norbert Thiebaud
2011-09-12convert MathMLDTD to gbuild and add to tail_buildPeter Foley
2011-09-12convert xml2cmp to gbuildPeter Foley
2011-09-12Header/Footer: the whole separator tab is now a menu buttonCédric Bosdonnat
2011-09-12Header/Footer: forgot to remove a sequence reallocCédric Bosdonnat
2011-09-12Header/Footer: small painting improvementsCédric Bosdonnat
The dashed line is now 1px wide and has smaller dashes. The separator button has also smaller padding.
2011-09-12sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ↵Stephan Bergmann
out a6913c9677c2 For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx.
2011-09-12sb140: #i114669# appears be duplicate of fixed i114718, so re-enabling testStephan Bergmann
2011-09-12sb140: #i117698# no implementations of XIdlClassProvider remain, so code ↵Stephan Bergmann
that checks for it can be removed
2011-09-12sb140: #i117697# simplify obsolete cppuhelper/stdidlclass.hxx implementationStephan Bergmann
2011-09-12sb140: #i117694# some CppUnit related cleanupStephan Bergmann
2011-09-12fs34b: #i117545# (patch provided by mathias.bauer@oracle.com)Stephan Bergmann
2011-09-12sb140: #i117486# avoid XWindow.getPosSize immediately after XWindow.setPosSizeStephan Bergmann
2011-09-12sb140: #i117295# fix previous fixStephan Bergmann
2011-09-12sb140: #i117381# gvfs ucp handling all schemes spoils ↵Stephan Bergmann
deregisterContentProvider test
2011-09-12sb140: #i117295# removed obsolete LEAK_STATIC_DATA definesStephan Bergmann
2011-09-12sb140: #i117310# remove unnecessary dependency on ↵Stephan Bergmann
XTypeProvider::getImplementationId plus sb140: #i117310# missing include sb140: #i117310# support EXCEPTIONS_OFF (no UNO_QUERY_THROW)
2011-09-12Improved "unsupported URL" exception message.Stephan Bergmann
2011-09-12remove Repeat from Basic IDE menuAndras Timar
This command (.uno:Repeat) works only in Writer and Calc. It is always inactive (greyed out) in Basic IDE.
2011-09-12Modified GetClipState in ScCellShell to allow multiple dest ranges.Kohei Yoshida
2011-09-12Moved the code that checks destination ranges to ScClipUtil.Kohei Yoshida
2011-09-12Moved PasteFromClipboard() from ScCellShell to ScClipUtil (new class).Kohei Yoshida
2011-09-12Added code to handle paste functions and skip empties.Kohei Yoshida
2011-09-12Allow paste when the dest range is a multiple of the source range.Kohei Yoshida
2011-09-12Properly mark multiple ranges during undo and redo.Kohei Yoshida
2011-09-12Now I can pass range list to PostPaint() when appropriate.Kohei Yoshida
2011-09-12ResetChanged() now takes range list.Kohei Yoshida
2011-09-12PostPaint() now takes range list.Kohei Yoshida