summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Collapse)Author
2011-12-21callcatcher: remove some unused codeCaolán McNamara
2011-12-21set focus to Name Edit Line in Define Names dialogMarkus Mohrhard
2011-12-21full absolute refs in range names should be treated like normal abs refsMarkus Mohrhard
2011-12-21fix small problem with range names in copy/pasteMarkus Mohrhard
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-20valgrind: uninitialized values usedCaolán McNamara
2011-12-20callcatcher: ScJobSetup never constructedCaolán McNamara
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-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-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-19callcatcher: Remove unused codeAugust Sodora
2011-12-19Tests apparently depend on localedata_en library.Stephan Bergmann
More tests might be affected. Also unclear to me whether it is always (only) localedata_en, or whether it could also be _es/_euro/_others.
2011-12-17add own makefile for ScSpreadsheetObj subsequenttestMarkus Mohrhard
2011-12-17c++ subsequent tests for XSpreadsheets2::importSheetLaurent Godard
add a typo correction on xnamedranges.cxx
2011-12-17Copy Absolute Formulas between documents: Part IMarkus Mohrhard
Copying absolute sheet references between different documents now transforms absolute sheet references into external references if the refered range is not copied. Working: References to already saved documents work already with: -only transform reference into an external reference if range is not in the copied range -don't transform relative references Missing: handling for copying from not yet saved files idea: - add handling of external references to open documents that are not yet saved through the temporary document name - transform the url to the correct file url as soon as the source document is saved - if target document is saved first show warning message to the user and save with temporary name as file url
2011-12-16gcc-trunk: fix error: unable to find string literal operator 'operator"" FOO'Matúš Kukan
2011-12-16WaE Mac unitialized value false positiveNorbert Thiebaud
2011-12-16fdo#33602: Preserving dbf import/export charset.Muthu Subramanian
2011-12-16Adding more dbf file types.Muthu Subramanian
Uses info from comments in i18728.
2011-12-16c++ subsequent tests XRangeName and XRangeNamesLaurent Godard
renaming previous test to XRangeNames new test for XRangeName
2011-12-16disable scs' subsequenttests that use binfilter formatsMarkus Mohrhard
2011-12-16sc test xrangename - code cleaning and minor bug aNr2Laurent Godard
2011-12-15Resolved fdo#43831 Advanced FILTER incompatible with 3.4.4 documentsEike Rathke
* Reintroduced logic in PrepareQueryItem::operator() that got lost during rework of ScQueryEntry. * ScQueryParamBase::FillInExcelSyntax() and the calling lcl_createExcelQuery() create query entries always as ByString, that needs to be converted to ByValue if appropriate.
2011-12-15Removed extra semicolonsJesse
2011-12-15remove unused ScInputBarGroup::GainFocusNoel Power
2011-12-15Resolves fdo#43725 crash on saving a fileEike Rathke
+ Checks out-of-bounds accesses in ScFormatRangeStyles::GetStyleNameIndex() and ScRowFormatRanges::AddRange() and prevents crashes. - The real cause seems to be some style row/repeat miscalculation elsewhere, further investigation would be necessary.
2011-12-15terminted -> terminatedCaolán McNamara
2011-12-15rename and refactor ScfTools::ReadCStringCaolán McNamara
2011-12-15refactor ScfTools::ReadCStringCaolán McNamara
fix potential bug on short read which has bugged me for a while where bytes read is always reduced without a check that byte was read
2011-12-15convert ReadCString from ByteString to OStringCaolán McNamara
Nobody ever checked the return value anyway, so just return the string and use the stream state bits if necessary to find failures. Doesn't need to be a member, make a standalone function Rename it to read_zeroTerminated_uInt8s_AsO[U]String, stupid perhaps, but *shrug*, unambiguous. Drop misleading overloaded String variants use: read_zeroTerminated_uInt8s_AsOString or read_zeroTerminated_uInt8s_AsOUString added a unit test, valgrinded it, found and fixed invalid read in original implementation.
2011-12-15fdo#33747: Row Height is unnecessarily large.Muthu Subramanian
2011-12-14ShrinkRefTokenToDataRange:operator(): check if it's really ScDoubleRefTokenEike Rathke
Resolved scary "ScToken::GetDoubleRef: virtual dummy called" debug message.
2011-12-14if editing in formulabar restore focus to inputline after expand/collapseNoel Power
2011-12-14stop formulabar controls being repositioned vertically in multiline modeNoel Power
2011-12-14configmgr.component is no longer an old one.Stephan Bergmann
2011-12-14fdo#39118: Fixed chart listener registration during ODS import.Kohei Yoshida
The breakage was due to the drawing layer re-work. We do need to store charts (or all OLE shapes with associated listening ranges) for later registration regardless of anchor types.
2011-12-13fdo#35981: Handle empty members correctly during field popup.Kohei Yoshida
Or else filtering of field members will not work correctly when the field contains an empty name.
2011-12-14add c++ based subsequenttest for XNamedRangeLaurent Godard
one test disabled because we first need to write a patch for our internal cppunit
2011-12-14add makefile for new XNamedRange subsequenttestMarkus Mohrhard
2011-12-14ManageNames: info text should be centered in the text fieldMarkus Mohrhard
2011-12-13adjust multiline button and scrollbar size/positionsNoel Power
2011-12-13fdo#39917: Use correct address convention during search and replace.Kohei Yoshida
2011-12-13fdo#30714 move SID_INSERT_CURRENT_DATE/TIME to GID_INSERTMiklos Vajna
2011-12-13Pass the correct ScTabViewShell instance to the input box.Kohei Yoshida
This eliminates the need to store the assigned doc pointer to cross-check against whenever the edit engine is initialized. It's cleaner this way & fdo#43614 still remains fixed.
2011-12-13Don't crash when typing Japanese via SCIM.Kohei Yoshida
There should only be one active edit view while the user is typing into a cell, or else it crashes when an external input method is being used to input values (such as Japanese).