Age | Commit message (Collapse) | Author |
|
Change-Id: I6e2570569d8f8b6ae55d66e2d99fe1ac4d69a7bc
|
|
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
|
|
Change-Id: I97970c19d69263c34ed0cdb0ed789086608d4bf1
|
|
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.
|
|
allocated sheet caches in link API
Conflicts:
sc/inc/externalrefmgr.hxx
sc/source/ui/docshell/externalrefmgr.cxx
sc/source/ui/unoobj/linkuno.cxx
|
|
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
|
|
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
|
|
Conflicts:
sc/source/core/tool/interpr3.cxx
|
|
- 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
|
|
strings the same as in-document
As in ScTable::ValidQuery() match a numeric string for a number query that
originated from a string.
|
|
|
|
|
|
|
|
|
|
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
|
|
(avoid assertions)
|
|
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
|
|
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
|
|
for note captions.
Conflicts:
sc/inc/notesuno.hxx
sc/inc/shapeuno.hxx
sc/source/ui/unoobj/notesuno.cxx
sc/source/ui/unoobj/shapeuno.cxx
|
|
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
|
|
Conflicts:
sc/source/core/data/document.cxx
sc/source/core/tool/address.cxx
|
|
Conflicts:
sc/source/filter/oox/numberformatsbuffer.cxx
sc/source/filter/oox/stylesbuffer.cxx
|
|
|
|
VBA mode, do not expect existing parent sheet in implementation of Excel.Application.ActiveCell
|
|
Change-Id: Ie8a6a06cd923192891453c9291f37709dfc15079
|
|
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
|
|
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
|
|
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
|
|
...those tests again. Also there does not appear to be a reason to
exclude MAYBEVOID properties.
Change-Id: Ic73adb8800aee7f65e86394cecfe13b7b24eed13
|
|
... variable into 2.
Change-Id: Ib0e2cdeb4ee6124b4ead532a168bb472dfdc6f7a
|
|
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
|
|
For some reason neither OUString(aValue) nor (OUString)aValue work.
|
|
Project: help 7c70118da4116a56150f0c4f403bc9360ba249f9
translators wanted LibreLogo help in a separate file
|
|
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
|
|
SetRowHidden() is more light-weight than ShowRows(). Let's stick with
SetRowHidden() here.
Change-Id: Ieb83078b5546107a3ee2ea3b8b73df9627525abe
|
|
Just like we do with the row height / flags.
Change-Id: Ia55dc81fa8d238251c800fe5f87890b9ae4b4901
|
|
Change-Id: I38688ccef4c307786b7287b47f0607c67400defc
|
|
Change-Id: Idfdb62e495987a15bc5fc36548074ced7426e21c
|
|
Project: translations a24d6519ec38959686a76da10b9f0de190c20355
translators wanted LibreLogo help in a separate file
|
|
Change-Id: Ia53cf4e2ab8f2e2905b1dc24ac7d6b17e9330154
|
|
Change-Id: Iee1e8344610e42f22c405c698fdfd82d59ca836e
|
|
Change-Id: I8fc509e2e7f6e52209d49d7c866744dd2d3ba000
|
|
Change-Id: Ic9424fd0cac9f2ff91866549b370080a9a88aeea
|
|
Change-Id: I956ff1fce8f897553c8a16d45e0bfdd529b9fd66
|
|
Change-Id: I407740279d8b0e48b7b934655deb590b3abf5aa9
|
|
Change-Id: I3c0079fbbd5f763497549c5cf9dcd36c6b20ac77
|
|
Change-Id: I4a4b6047aed045349b24a3af70b739df7f93dc60
|
|
... as has been promised since the OOo initial import in deprecation
notices in XDocumentIndex :-/
Change-Id: I5dd7e482e0e6d60dcad3de883d5815f729e6b80f
|
|
Change-Id: I32dd8cdd34965bf8dd31729a79b65d8ee78af7dc
Reviewed-on: https://gerrit.libreoffice.org/1187
Reviewed-by: Petr Mladek <pmladek@suse.cz>
Tested-by: Petr Mladek <pmladek@suse.cz>
|
|
Change-Id: I7b605e317b08c27357907929614bd2386006ae31
|