summaryrefslogtreecommitdiff
path: root/sc/source/filter
AgeCommit message (Collapse)Author
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-04dr78: remove unused memberNiklas Nebel
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/filter/oox/numberformatsbuffer.cxx sc/source/filter/oox/stylesbuffer.cxx
2012-12-04dr80: #i117511# removed one more assertionDaniel Rentz [dr]
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-02workaround broken WaE eGrammar may be used uninitializedMarkus Mohrhard
2012-12-02support shared strings enough for gnumeric importMarkus Mohrhard
Change-Id: I1cedf79d0465e8b8e4b8e85bea65bd35174e51a2
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens
This changes all generated API headers (.hpp and .hdl) to use a namespace alias 'css' instead of the pointlessly long com::sun::star Makes the change in cppumaker & associated tools, adds a global namespace alias definition in sal/types.h, and removes a kiloton of local, now pointless-to-harmful versions of that alias from all over the code. Change-Id: Ice5a644a6b971a981f01dc0589d48f5add31cc0f
2012-11-29initialize index for IsNumberFormat()Eike Rathke
Change-Id: I6a97cf9e8607eb6cf70d3b5d94e75c68c8f96c95
2012-11-28Fix static link failure with liborcus on Windows.Kohei Yoshida
Change-Id: Id32a511970ebbebf4fbfff5fdd52bbe88cac96fc
2012-11-28We only support MSVC 2008 (_MSC_VER 1500) or laterTor Lillqvist
We can drop or simplify many conditionals. Change-Id: I37e820e515cc09845c30b62c89ddb3b6ff370f97
2012-11-28Get it to build after the rebase.Kohei Yoshida
Change-Id: I86bc4fb6aa4158f0efc3ab765841abcea9063693
2012-11-28Use the method from orcus to get the short version of xml namespace name.Kohei Yoshida
Change-Id: I5d64ae380982c09f53dacb1eac721430674e9a31
2012-11-28Correctly handle xml namespaces when importing xml content.Kohei Yoshida
But it's still not working. I need to dig some more. Change-Id: I06d4d70e1a4234b031741a496f2651d016c35ecc
2012-11-28Display XML namespace IDs in the tree.Kohei Yoshida
Change-Id: I7223b6ac750a5c96ce9638b490eeae109ed854ef
2012-11-28Adjusted for the orcus interface change on the master branch.Kohei Yoshida
Change-Id: Ie99a1f90c55abf41f9f069fe26f19ed2f4370ae1
2012-11-28Store the xml namespace repository with the context.Kohei Yoshida
We need persistent xml namespaces between loading the structure and importing the content. Change-Id: I4b56a7e952ab89b93ea2590c8f0d6b5cb141f039
2012-11-28Separate the XML part of orcus filters into own class.Kohei Yoshida
Along with other reorganization of the orcus interface code... This XML context object will be used to store data specific to each loaded XML file, such as XML stream, namespace repository and so on. Change-Id: I21c43ab0026954c5d52f4985a169934f8fb9f704
2012-11-28Get it to build after updating liborcus from latest master.Kohei Yoshida
Change-Id: Ie9cace11bf869777ff0986d38e856e68ad8fdb57
2012-11-28Remove debug statements.Kohei Yoshida
Change-Id: I3e3d4863bef27e91b95f9e6cbe5c2daa81ece0b2
2012-11-28Register range links to orcus_xml too.Kohei Yoshida
But range links fail to import. Looks like sheet names are corrupted. I need to debug this... Change-Id: If2aeb3b81db65749f05edfbdd2f3388be4f2539c
2012-11-28Implement the required get_sheet() interface method.Kohei Yoshida
Now we can import single-linked elements. Change-Id: I0e2f2fd618bf6dadfcc18e8b96e235e3c08f443b
2012-11-28Set all single cell links to orcus_xml, and start reading the file.Kohei Yoshida
Alas, data won't get imported because I haven't implemented get_sheet() interface method. Change-Id: Id53b2c68b2fdf4c03fa6d6de25dd7762a51bd610
2012-11-28Press 'Import' in the dialog to start importing XML.Kohei Yoshida
For now, the dialog only calls importXML() when the Import button is pressed, and the importXML() function still does nothing. Change-Id: I3427d343f88ba2a9b076ffc0ee4bcc44055d7717
2012-11-28Get it to build again after the rebase.Kohei Yoshida
The breakage is mostly due to my tree control rework on master. Change-Id: I1db09fa18b4d997cf77fea2968e787cbce3b0a72
2012-11-28More progress on the dialog.Kohei Yoshida
Change-Id: Ib07d6d5de7cd0d72356bbb7859342f5038f05f95
2012-11-28Set user data to each tree entry.Kohei Yoshida
Change-Id: I708bbbae7696a66f7acae8a8d01c98a3c81d32e8
2012-11-28Use param structure to consolidate parameters for loadXMLStructure() call.Kohei Yoshida
Change-Id: I3e5895cd6b2bae4fd18aa13ebf88321f32a95f8d
2012-11-28Get it to build.Kohei Yoshida
Change-Id: If281653d848f9940befcb59210bcacf918c422ee
2012-11-28Disable update while populating the tree control.Kohei Yoshida
Change-Id: Ic0f5822072a817addc7d296eceadf59467e5ba0f
2012-11-28Use different icon image for the attribute entries.Kohei Yoshida
Change-Id: Icd053ba7906191f3bc937cdb3c76d037fd67dab5
2012-11-28Add detected attributes to the tree too.Kohei Yoshida
Change-Id: I6d4b757f599ac8d33be3775ee55eaef61d89871a
2012-11-28Use different icon for recurring elements.Kohei Yoshida
Change-Id: I3869e4a1f2f4b68d57641395daaf79d911a1a891
2012-11-28Pass the 'repeat' flag of each element too, for recurring elements.Kohei Yoshida
Change-Id: I2d5ad0724b45d448b18a04ec58f5f06c7aa86e2b
2012-11-28A little cleanup.Kohei Yoshida
Change-Id: I04ac6b95fec116f13507f8f012320d522120fef3
2012-11-28Populate the tree box with real xml structure tree.Kohei Yoshida
Change-Id: Ia91340cee5e25b118ae72a62e0d94cdc976bc14e
2012-11-28Call orcus filter accessor from the dialog when a new source file is set.Kohei Yoshida
For now it doesn't do anything. Change-Id: I8e41c7e15c3b99ab0ddec8e68242176c97f368fc
2012-11-28orcus from master now has a new interface.Kohei Yoshida
Change-Id: I1d03d5dd2b12cdc1eab2d599199c333d49d306b8
2012-11-28workaround Excel bug when importing OOXML documentsMarkus Mohrhard
Change-Id: Ifc3b56d081b1318a0e201cb6cd7fd85ce2dc2534
2012-11-27remove legacy String svl's Put*Entry family of function and convert usersNorbert Thiebaud
Change-Id: Iebf4017ce4c2c48389716eac1bbf7f386ac7a296
2012-11-27convert the last SvNumberformat::GetOutputString and users to OUStringNorbert Thiebaud
Change-Id: I9766872069ef5c2ee740dcbd8ac288aa8063a752
2012-11-26no need for this copyMarkus Mohrhard
Change-Id: I0c64a411926ea0de04d214acb993337a695f6acb
2012-11-26implement OOXML export for date cond formatsMarkus Mohrhard
Change-Id: I0485edfb6571ff9db9e52b54099a24c92f566dc9
2012-11-25cppCheck: remove dead assignment and dead variablesjailletc36
Change-Id: I3f0eae93be7f362ff70f8a544c46cd500d2ca50c Signed-off-by: jailletc36 <christophe.jaillet@wanadoo.fr> Reviewed-on: https://gerrit.libreoffice.org/1153 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2012-11-24we need to catch the exception here, fdo#57451Markus Mohrhard
Change-Id: I203aa640e7d4373f3a090a4988c28c6059b93064