summaryrefslogtreecommitdiff
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-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-04mac gcc 4.0.1 does not support __attribute((warn_unused_result)) very wellNorbert Thiebaud
Change-Id: Ie8a6a06cd923192891453c9291f37709dfc15079
2012-12-04fix python3 build on SLED11Luboš Luňák
Apparently all recent systems use ncursesw, for which there is -I/usr/include/ncursesw, but SLED11 uses ncurses lib, and there's no -I for that. Change-Id: I61ec795aae45e1074075351eca62299784d08b09
2012-12-04API CHANGE: remove com.sun.star.text.DocumentIndexFormatMichael Stahl
This service is deprecated and has never been implemented. EXISTENCE: published key "/UCR/com/sun/star/text/DocumentIndexFormat" exists only in registry 1 Change-Id: I55777a2ded54ecc19afced6deb191fb3437b2ca4
2012-12-04API CHANGE: remove com.sun.star.text.LineNumberingSettingsMichael Stahl
The service is deprecated and was never implemented. EXISTENCE: published key "/UCR/com/sun/star/text/LineNumberingSettings" exists only in registry 1 Change-Id: Id720f8685eba6c78ed7f57c2365db6ab3c7ba8a4
2012-12-04i#25473: this was fixed by previous commit, so enable...Michael Stahl
...those tests again. Also there does not appear to be a reason to exclude MAYBEVOID properties. Change-Id: Ic73adb8800aee7f65e86394cecfe13b7b24eed13
2012-12-04SwXStyle::getPropertySetInfo: split world's stupidest staticMichael Stahl
... variable into 2. Change-Id: Ib0e2cdeb4ee6124b4ead532a168bb472dfdc6f7a
2012-12-04SwXStyle::getPropertyDefaults: handle non-itemset based properties:Michael Stahl
These do not occur in ItemSets and thus cause fxItemPropertySet::getPropertyValue to throw. This caused sw_unoapi test to fail in sw.CharacterStyle on the property "Hidden" that was added in d9ef61fb546af443736057557552e3a95c569c11. Change-Id: I5b7b5b366120470a0f7d64b9b109b5c84c52b515
2012-12-03one more strange mingw string problemLuboš Luňák
For some reason neither OUString(aValue) nor (OUString)aValue work.
2012-12-03Updated coreAndras Timar
Project: help 7c70118da4116a56150f0c4f403bc9360ba249f9 translators wanted LibreLogo help in a separate file
2012-12-03workaround for a strange mingw problem caused by fast string operator+Luboš Luňák
error: no matching function for call to ‘transform(const com::sun::star::beans::NamedValue*, const com::sun::star::beans::NamedValue*, com::sun::star::uno::Any*, <unresolved overloaded function type>)’ Change-Id: I7d38a7ee13497fd11b2cea340e2f800dd78f485f
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-03fix build with fast string operator+Luboš Luňák
Change-Id: I38688ccef4c307786b7287b47f0607c67400defc
2012-12-03Related: fdo#57515 Crash when creating a Table of ContentsJulien Nabet
Change-Id: Idfdb62e495987a15bc5fc36548074ced7426e21c
2012-12-03Updated coreAndras Timar
Project: translations a24d6519ec38959686a76da10b9f0de190c20355 translators wanted LibreLogo help in a separate file
2012-12-03pywizards: handle exceptionXisco Fauli
Change-Id: Ia53cf4e2ab8f2e2905b1dc24ac7d6b17e9330154
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-03WaE: BaseReference::_pInterface may be used uninitialized in this functionTor Lillqvist
Change-Id: Ic9424fd0cac9f2ff91866549b370080a9a88aeea
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
2012-12-03forgot to remove the ref mode after closing the dialogMarkus Mohrhard
Change-Id: I3c0079fbbd5f763497549c5cf9dcd36c6b20ac77
2012-12-03should call Execute in the right placeMarkus Mohrhard
Change-Id: I4a4b6047aed045349b24a3af70b739df7f93dc60
2012-12-03SwXDocumentIndex: implement css.util.XRefreshableMichael Stahl
... as has been promised since the OOo initial import in deprecation notices in XDocumentIndex :-/ Change-Id: I5dd7e482e0e6d60dcad3de883d5815f729e6b80f
2012-12-03fdo#43901 & fdo#42577 RTL tollbars mirroring & fdo#56412Abdulmajeed Al-Abaulrazzaq
Change-Id: I32dd8cdd34965bf8dd31729a79b65d8ee78af7dc Reviewed-on: https://gerrit.libreoffice.org/1187 Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz>
2012-12-03accidently rolled back dictionariesMiklos Vajna
Change-Id: I7b605e317b08c27357907929614bd2386006ae31
2012-12-03fix capacity in stringbuffersLuboš Luňák
rtl_stringbuffer_* functions silently allocate +16 extra for capacity, but rtl_string_* functions do not. As intuitive and obvious as ever. Change-Id: Ia0bb63dedf31f6ad5c687187221d7385043b5456
2012-12-03avoid unused warning in non-debug modeLuboš Luňák
Change-Id: I9687f5388a8c01075ee6e359ff9350edff296f4d
2012-12-03there should be no support for OString in AnyLuboš Luňák
Change-Id: I53d047381a89d52c43378dd304ba6e0774f59968