summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Collapse)Author
2012-12-05fix for bnc#791731 preserve cell formatting of datapilot area (Noel Power
also uses the cell formatting to set up the field buttons background & text/font attributes Change-Id: I5f5a46bfc7f0b7aabb8872c25b3c3134e90611ac
2012-12-05remove unused parameterMarkus Mohrhard
Change-Id: Ica799b8a036a3055ea50ecc90ca85acc1ec51f21
2012-12-05correctly parse range in cond format dlgMarkus Mohrhard
Change-Id: I92d19cd71f7f1c9e90b2d3039a5c3c6a0143d1c7
2012-12-05adapt cond format range when copying sheets, fdo#56742Markus Mohrhard
Change-Id: I9b28ac161f326ebeeaf0fa22e0a96915187d7c94
2012-12-05unnecessary forward declarationMarkus Mohrhard
Change-Id: I5a4a60a3d374b71625646378e938b51fc9dbaeb2
2012-12-04Actually let's use the internal API directly here.Kohei Yoshida
Change-Id: I1690723b11db2d6f1f5101913ab68596a44c467e
2012-12-04Fix the testPasswordExport test.Kohei Yoshida
Change-Id: I9ef9be5d31a08813db9ecfed8eeb0ba8579309e9
2012-12-04Remove duplicate code blocks.Kohei Yoshida
Change-Id: If44f44ad076313ab67968fd70f244d781356028d
2012-12-04More adjustment of file load code in the unit test.Kohei Yoshida
And remove the try catch block, which shouldn't really be necessary there. Change-Id: I91db12203332b31b208b107db810c33705a57f0b
2012-12-04Disable user interaction here too, to prevent dialog launches.Kohei Yoshida
Change-Id: I6b193ddf7e03dd6706326e9fe8a523423435812f
2012-12-04WorkbookFragment::finalizeImport(): catch DialogCancelledExceptionMichael Stahl
... so sc tests don't terminate with unhandled exception. Change-Id: Id6bcfa8b181bcb1f6df63a7918e88c68ff7940e5
2012-12-04Ask the user if she wants to do full recalc on load, for ods and xlsx import.Kohei Yoshida
But allow it to be disabled for filters tests as well as external document loading. Change-Id: I5b8533532c6be8b7c2cfcbe15faf780d621aec65
2012-12-04sort dialog can be resizeable nowCaolán McNamara
Change-Id: Ied1969d849c08f450bf826fb24624cd9fa54695a
2012-12-04also workaround strange crash with ref edit field for formula conditionMarkus Mohrhard
Change-Id: I96a08b04215fdb22af5e1d2b21512544ebcc0f3a
2012-12-04clean up more sbxToUnoValue declarationsMichael Stahl
Change-Id: Ieff54baaff53031712f737dab84f840adb3bb09a
2012-12-04warning C4273: sbxToUnoValue: inconsistent dll linkageMichael Stahl
Change-Id: I4677038ea4c702dfcea70a018c119ed31bb2cc60
2012-12-04WaE: unused variable 'pDrawView'Tor Lillqvist
Change-Id: Ide676ba1127a69dd2b787a57623a23d1ee13aaac
2012-12-04Fixed removed entry for SID_STYLE_HIDE in sc/sdi/formatsh.sdiCédric Bosdonnat
Change-Id: I374173f5a91235fa16ca84e6a26d947cd0009e0d
2012-12-04fix problem with captions inserted at problematic zoom levelsNoel Power
also makes sure that caption drawn ( when hovering over note cell ) is drawn at the correct position also ( e.g. corrected for zoom pos ) Change-Id: I7c06dd74d26e37d69bcc5a5734fae676aa7599e7
2012-12-04rework the calc sort dialog to use .ui snippetCaolán McNamara
this should have the side-effect that the scrollbar is in the right place, and not jammed into some odd place in the dialog Change-Id: Ie1648568de755172b77378b19e0b59b5056c116f
2012-12-04Styles & Formatting: added Show menu item on hidden stylesCédric Bosdonnat
The command to show hidden styles again was missing. Change-Id: Ic25b0cfc4d021d949124b8c4ef4016d6dba7e39f
2012-12-04activate basic gnumeric support in experimental modeMarkus Mohrhard
Please note that this is nothing mroe than a technical demo showing the great opportunities provided by orcus. It only imports some basic objects for now but provides the basis for the future calc filter framework. Change-Id: I6c6fb8d07e33482b2efdcbbe9a0f43224c5aa5a1
2012-12-04shared formula import for orcusMarkus Mohrhard
Change-Id: I97970c19d69263c34ed0cdb0ed789086608d4bf1
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
Patches contributed by Herbert Duerr i#118735 prevent endless loop if vlookup/hlookup doesn't find anything http://svn.apache.org/viewvc?view=revision&revision=1239673 Patches contributed by Andre Fischer remove lp_solver http://svn.apache.org/viewvc?view=revision&revision=1199180 i#118160: Added external CoinMP library. http://svn.apache.org/viewvc?view=revision&revision=1233909 Patches contributed by Armin Le-Grand i#118485 - Styles for OLEs are not saved. http://svn.apache.org/viewvc?view=revision&revision=1182166 i#118524: apply patch, followup fixes to 118485 http://svn.apache.org/viewvc?view=revision&revision=1186077 Patches contributed by lihuiibm i#108860 - Fix range validation. http://svn.apache.org/viewvc?view=revision&revision=1242846 i#118954 Chart data will lost after copy to different file http://svn.apache.org/viewvc?view=revision&revision=1301345 Patches contributed by Ariel Constenla-Haile Fix Linux build breaker: extra qualification on member http://svn.apache.org/viewvc?view=revision&revision=1301591 i#118696 - i#118697 - Fix some Sheet Tab Color API issues http://svn.apache.org/viewvc?view=revision&revision=1225428 i#118697 - Fix uninitialized variable http://svn.apache.org/viewvc?view=revision&revision=1225859 i#118771 - ScUndoImportTab should preserve tab background color http://svn.apache.org/viewvc?view=revision&revision=1230356 i#118921 - Repaint linked sheet tab background color after updating link http://svn.apache.org/viewvc?view=revision&revision=1245177 i#118927 - Undo/Redo "Update Link" does not reset sheet tab color http://svn.apache.org/viewvc?view=revision&revision=1245241 i#118747 - Copy tab color when transferring sheets across documents http://svn.apache.org/viewvc?view=revision&revision=1230355 Patch contributed by Oliver Rainer-Wittman i#118012 - methods <ScBroadcastAreaSlot::AreaBroadcast(..)> and <ScBroadcastAreaSlot::AreaBroadcastInRange(..)> adapt stl-container iteration in order to avoid destroyed iterators during iteration. http://svn.apache.org/viewvc?view=revision&revision=1297916 Patches contributed by Mathias Bauer gnumake4 work variously http://svn.apache.org/viewvc?view=revision&revision=1394707 http://svn.apache.org/viewvc?view=revision&revision=1394326 http://svn.apache.org/viewvc?view=revision&revision=1396797 http://svn.apache.org/viewvc?view=revision&revision=1397315 Patch contributed by Daniel Rentz calc69: #i116936# fix VBA symbol Cells http://svn.apache.org/viewvc?view=revision&revision=1172135 Patches contributed by leiw: i#118546 CPU 100% on switched off AutoCalculate with Conditional Formatting on date values http://svn.apache.org/viewvc?view=revision&revision=1301380 Re-add new function documentation. Many various cleanups. Add missing calc66: #o11817313# also look at formula result number format, remove redundant binaries.
2012-12-04calc66: #i116940# update link URLs after CompileXML, count onlyNiklas Nebel
allocated sheet caches in link API Conflicts: sc/inc/externalrefmgr.hxx sc/source/ui/docshell/externalrefmgr.cxx sc/source/ui/unoobj/linkuno.cxx
2012-12-04sw34bf04: #i103539#: always import meta.xml, to extract the BuildId:Michael Stahl
SvXMLMetaDocumentContext: refactor to not require DocumentProperties, and always set the BuildId from the meta:generator element. {Sc,Sd,Sw}XMLImport::CreateMetaContext(): always create context. sc, sd: add OrganizerMode property to ODF import. Conflicts: sc/source/filter/xml/xmlimprt.cxx sc/source/filter/xml/xmlwrap.cxx
2012-12-04dr78: #i109800# SHEET record may not point to BOF but to anyDaniel Rentz [dr]
record in the sheet substream (but now with reading that record too) Conflicts: sc/source/filter/excel/read.cxx sc/source/filter/excel/xiescher.cxx
2012-12-04calc66: #i75279# improved accuracy of BINOMDIST; patch from ReginaEike Rathke [er]
Conflicts: sc/source/core/tool/interpr3.cxx
2012-12-04calc66: in ADDRESS function handle sheet name of external documentEike Rathke [er]
- Previously, 'Doc'#Tab was escaped as '''Doc''#Tab' to form one sheet name. + Split 'Doc'#Tab to isolate Tab. * Enquote Tab only if quotes not already present. + Recombine strings to form 'Doc'#'Tab' (or 'Doc'#Tab if Tab wasn't necessary to be enquoted). - A sheet name given as empty string lead to a ''.A1 address. * Use sheet name only if not empty to form A1 in that case. Conflicts: sc/inc/compiler.hxx sc/source/core/tool/compiler.cxx
2012-12-04calc66: #i113183# in SUMIF and COUNTIF external references treat numeric ↵Eike Rathke [er]
strings the same as in-document As in ScTable::ValidQuery() match a numeric string for a number query that originated from a string.
2012-12-04calc66: #i117315# round-down single row height values in GetScaledRowHeightNiklas Nebel
2012-12-04calc66: #i112034# also use correct sheet for clip paramNiklas Nebel
2012-12-04mib19: #163566# do not throw assertion if container is not availableChristian Lippka
2012-12-04dr78: remove unused memberNiklas Nebel
2012-12-04calc66: #i114511# don't count cursor movement or clipboard copyNiklas Nebel
as modification when editing a cell Conflicts: sc/source/ui/app/inputhdl.cxx sc/source/ui/inc/inputhdl.hxx sc/source/ui/view/editsh.cxx
2012-12-04calc66: use correct sheet for clip param also in MoveBlock, PasteDataFormat ↵Niklas Nebel
(avoid assertions)
2012-12-04dr78: #164376# oox import performance: step 2 - move every access to XCellDaniel Rentz [dr]
interface into SheetDataBuffer class, delay creation of array formulas and table operations, let XCellRangeData::setDataArray() accept formula token sequences in addition to plain values Conflicts: sc/source/ui/unoobj/cellsuno.cxx
2012-12-04calcvba: #164410# improve VBA compatibility implementation in various areas:Daniel Rentz [dr]
Excel symbols, MSForms symbols, document and forms event handling Conflicts: sc/source/ui/docshell/docsh.cxx sc/source/ui/unoobj/docuno.cxx sc/source/ui/vba/vbaapplication.cxx sc/source/ui/vba/vbaapplication.hxx sc/source/ui/vba/vbaeventshelper.cxx sc/source/ui/vba/vbaglobals.cxx sc/source/ui/vba/vbarange.cxx sc/source/ui/vba/vbawindow.cxx sc/source/ui/vba/vbaworkbook.cxx sc/source/ui/vba/vbaworkbooks.cxx sc/source/ui/vba/vbaworksheets.cxx sc/util/makefile.mk
2012-12-04dr78: #i96587# remove ScAnnotationShapeObj class, use generic ScShapeObjDaniel Rentz [dr]
for note captions. Conflicts: sc/inc/notesuno.hxx sc/inc/shapeuno.hxx sc/source/ui/unoobj/notesuno.cxx sc/source/ui/unoobj/shapeuno.cxx
2012-12-04dr78: #i71453# BIFF2: use formatting information from cell recordsDaniel Rentz [dr]
if XF records are missing Conflicts: sc/source/filter/excel/excform.cxx sc/source/filter/excel/impop.cxx sc/source/filter/inc/imp_op.hxx
2012-12-04dr80: #i117511# remove some assertions in xlsx/xlsb import filtersDaniel Rentz [dr]
Conflicts: sc/source/core/data/document.cxx sc/source/core/tool/address.cxx
2012-12-04dr80: #i117511# remove some assertions in xlsx/xlsb import filtersDaniel Rentz [dr]
Conflicts: sc/source/filter/oox/numberformatsbuffer.cxx sc/source/filter/oox/stylesbuffer.cxx
2012-12-04dr80: #i117511# removed one more assertionDaniel Rentz [dr]
2012-12-04dr80: #i117392# initialize VBAGlobals object if single Basic module is in ↵Daniel Rentz [dr]
VBA mode, do not expect existing parent sheet in implementation of Excel.Application.ActiveCell
2012-12-03Oops I didn't mean to change this.Kohei Yoshida
SetRowHidden() is more light-weight than ShowRows(). Let's stick with SetRowHidden() here. Change-Id: Ieb83078b5546107a3ee2ea3b8b73df9627525abe
2012-12-03Use mdds::flag_segment_tree to store column flags/widths.Kohei Yoshida
Just like we do with the row height / flags. Change-Id: Ia55dc81fa8d238251c800fe5f87890b9ae4b4901
2012-12-03hide the manage cond format dialog when opening the cond format dlgMarkus Mohrhard
Change-Id: Iee1e8344610e42f22c405c698fdfd82d59ca836e
2012-12-03workaround strange crash in dynamically created ref edit fieldsMarkus Mohrhard
Change-Id: I8fc509e2e7f6e52209d49d7c866744dd2d3ba000
2012-12-03make the Add and the Edit button work againMarkus Mohrhard
Change-Id: I956ff1fce8f897553c8a16d45e0bfdd529b9fd66
2012-12-03use the new possibility as modal dialogMarkus Mohrhard
Change-Id: I407740279d8b0e48b7b934655deb590b3abf5aa9