54ca9821b2
fix one more relation type for OOXML strict
...
Change-Id: Ia63309271ac225883540ca0453fc5da21844d3ad
2014-03-02 17:56:14 +01:00
3e82e55241
no need to add another layer of macros
...
Change-Id: I49992559a7d10127d55dbf0c7e257c86619fd8d6
2014-03-02 17:56:14 +01:00
2f527738ea
Set the default cell border line width to 0.75 pt in Calc.
...
0.75 pt provides a better interop with Excel documents.
Change-Id: Ic1d2cbbe4e35dc0793a0e35d3836261d91138f7c
2014-03-01 12:57:35 -05:00
dff29fadfe
import date cells from OOXML
...
Change-Id: Id0b9ec034d559d489ca4ee2d1d6aca1bdf1beb9d
2014-03-01 16:36:51 +01:00
e34870c239
support OOXML strict documents in Calc
...
Change-Id: I277d76aeec28e173d913ccc1506464afe4d09c6d
2014-03-01 16:23:09 +01:00
f32df2d590
fdo#75053: Adjust reference update on shift for formula groups.
...
This is similar to my earlier fix for reference update on moving of
cells.
Change-Id: I592599507bfcab12f611eeae7b56c99da6c31919
2014-02-28 21:28:57 -05:00
381f8a5673
sal_Bool -> bool in mostly vcl module
...
Conflicts:
include/vcl/settings.hxx
svtools/source/table/tablecontrol_impl.cxx
sw/source/core/frmedt/fecopy.cxx
vcl/inc/canvasbitmap.hxx
vcl/inc/headless/svpframe.hxx
vcl/inc/unx/salframe.h
vcl/inc/win/salframe.h
vcl/inc/win/salprn.h
vcl/inc/win/salvd.h
vcl/osx/DragSource.cxx
vcl/osx/DragSource.hxx
vcl/osx/DropTarget.cxx
vcl/osx/DropTarget.hxx
vcl/osx/OSXTransferable.cxx
vcl/osx/OSXTransferable.hxx
vcl/osx/clipboard.cxx
vcl/osx/clipboard.hxx
vcl/osx/salprn.cxx
vcl/qa/cppunit/canvasbitmaptest.cxx
vcl/source/components/fontident.cxx
vcl/source/control/edit.cxx
vcl/source/control/spinfld.cxx
vcl/source/gdi/gdimtf.cxx
vcl/source/gdi/virdev.cxx
vcl/source/helper/canvasbitmap.cxx
vcl/source/window/dockwin.cxx
vcl/unx/generic/dtrans/X11_selection.hxx
vcl/unx/kde/UnxFilePicker.cxx
vcl/unx/kde/UnxFilePicker.hxx
vcl/unx/kde4/KDE4FilePicker.cxx
vcl/unx/kde4/KDE4FilePicker.hxx
vcl/unx/kde4/KDESalFrame.hxx
Change-Id: I9866d985da86dea2a56feff23f91c1467a1636b0
Reviewed-on: https://gerrit.libreoffice.org/8219
Reviewed-by: Caolán McNamara <caolanm@redhat.com >
Tested-by: Caolán McNamara <caolanm@redhat.com >
2014-02-28 03:19:47 -06:00
e1b49cd30e
remove unused code ImportExcel::GetLastFormula(short)
...
Change-Id: I0f2f4f1ea4c051e6a59f486effe756754005ceec
2014-02-28 08:32:03 +02:00
c177e1cbec
Simplify ScViewFunc::DoThesaurus() with ScCellValue.
...
Change-Id: Ic5d31107aa7653cd8e3fae096888bd633696074f
2014-02-27 23:23:09 -05:00
cf70996311
Remove all uses of GetMarkRowRanges() and use GetMarkedRowSpans().
...
And ditto with its column variant. The former created a heap array of
1 million elements (=MAXROWCOUNT). There is no need for this memory
wastage.
Change-Id: I07845966c51cdcbdc676cd0d249f6420a19b9c5e
2014-02-27 21:35:02 -05:00
6ef6dd0122
Store the length of originally requested array size prior to trimming.
...
This change adds GetRequestedArrayLength() method to both single and double
vector ref tokens, which returns the length of the requested array size prior
to trimming of the trailing empty cell region.
Change-Id: Iaba96fa2ea4ff3c8bccb0bc86fa4f1525e2f45fb
2014-02-27 21:19:36 -05:00
fd997b360f
coverity#1187869 Uninitialized pointer field
...
Change-Id: Ie516d7850b2d415c7d16a2f46f4d552bd14d546f
2014-02-27 12:58:49 +00:00
2eeacdeb33
coverity#1187867 Uninitialized scalar field
...
Change-Id: Ie8477a196eb31d173f96735aedc883cc9a7697ff
2014-02-27 12:58:48 +00:00
cadddf1640
coverity#1187687 Dereference null return value
...
Change-Id: Iaaa2f17382d83e864d7f14f3788e7f7476ac3212
2014-02-27 12:58:47 +00:00
602ca93561
coverity#1187684 Dereference null return value
...
Change-Id: I3b8652b2a5f1a8cfcda46774890de4eac5c5583b
2014-02-27 12:58:46 +00:00
3a22310bd2
coverity#1187683 Dereference null return value
...
Change-Id: I57f459ed5ca3634109e986988069bc485bdcb7cd
2014-02-27 12:58:46 +00:00
38c143c1d7
coverity#1187682 Dereference null return value
...
Change-Id: I3395730a791417ddddfdcec9bca2ee7b9a3d4ec6
2014-02-27 12:58:46 +00:00
ab110f1c5c
coverity#1187681 Dereference null return value
...
Change-Id: I8043f4c2abe6b63162eb79eb64809223a9846b21
2014-02-27 12:58:46 +00:00
7f44e3a4ea
coverity#1187680 Dereference null return value
...
Change-Id: I84a87700b0c21461dfedfdfdfc098dfd6db6c4b6
2014-02-27 12:58:45 +00:00
6fdd21e4bc
coverity#1187679 Dereference null return value
...
Change-Id: I58c0974d02f1f9e5617476182ed9ce5c50debd70
2014-02-27 12:58:45 +00:00
1cbe667d3e
coverity#1187678 Dereference null return value
...
Change-Id: I01d2e758581c3893bbbd823029668acc257f4534
2014-02-27 12:58:45 +00:00
7848b15c23
coverity#1187677 Dereference null return value
...
Change-Id: Ia09c80cc2cf6a35843b0794143febdb19d0eb717
2014-02-27 12:58:45 +00:00
8a21d42426
coverity#1187670 Dereference null return value
...
Change-Id: Ib1b2616e48d1fed7ae1557f60af04920025a9ae5
2014-02-27 12:58:44 +00:00
467a4d5f41
coverity#1187669 Dereference null return value
...
Change-Id: Ic77fc2d436bf70ee166e4732f19f2067907f7c53
2014-02-27 12:58:44 +00:00
6cccfffa08
coverity#1187667 Dereference null return value
...
Change-Id: Ibc7f840f984ce12e9dae998085f42168d7819dc8
2014-02-27 12:58:43 +00:00
f10c365f88
coverity#1187663 Dereference after null check
...
Change-Id: Icd652f0d1e24a22bb4cc42f6ea6b9409f6807a1a
2014-02-27 12:58:42 +00:00
e0e6132277
coverity#1187641 Unchecked return value
...
Change-Id: I6aa43041c503f2a897733d1f0ac8e013a96029dd
2014-02-27 12:57:26 +00:00
71667fe1f2
coverity#704694 Dereference after null check
...
Change-Id: I37abe0241080d6ad1094589426d66a5bd2a4f3df
2014-02-27 12:57:25 +00:00
1abc60a595
coverity#1187870 Unused pointer value
...
Change-Id: I53c49e4d91821419978ea068c26090b3072c4319
2014-02-27 12:57:24 +00:00
c521f07208
editeng: sal_Bool->bool
...
Change-Id: I7da10ad3ba8017d64c723b53795348edf0e7dd6d
2014-02-27 12:30:30 +02:00
57779aa019
editeng: sal_Bool->bool
...
Change-Id: Id4174904487fc153d8e80471da7c829c52092f78
2014-02-27 12:30:26 +02:00
ef16d954c2
editeng: sal_Bool->bool
...
Change-Id: Ic3d9fe45d3242d3da147067d3c388e9d7305ee61
2014-02-27 12:30:25 +02:00
d0edd3dc7d
remove unused code in ScCellIterator
...
Specifically:
ScCellIterator::getValue()
ScCellIterator::hasNumeric() const
Change-Id: If15c627789576772bb220ece0b9dd143b1374a1b
2014-02-27 10:27:34 +02:00
988a6c418d
remove unused cdeo from ScCellValue
...
Specifically:
ScCellValue::ScCellValue(EditTextObject const&)
ScCellValue::ScCellValue(ScFormulaCell const&)
ScCellValue::hasNumeric() const
ScCellValue::hasString() const
ScCellValue::set(ScFormulaCell const&)
Change-Id: Ief8c07d6e2c7df6c6037fb3e59c00c37e3e0a49a
2014-02-27 10:27:33 +02:00
39ff662a15
remove unused code ScCollection::IndexOf(ScDataObject*) const
...
Change-Id: I142bc93cbe1ce6c0462ccc63defbd49e519f7f75
2014-02-27 10:27:33 +02:00
6374c59217
remove unused code ScColorScaleEntry::UpdateMoveTab(short, short, short)
...
Change-Id: I32437bb06dc5fd1522361d9591f470d00bb96d77
2014-02-27 10:27:32 +02:00
2d257fa778
remove unused code in ScColumn
...
Specifically:
ScColumn::DeleteCellNote(int)
ScColumn::MoveListeners(SvtBroadcaster&, int)
ScColumn::SetRawString(sc::ColumnBlockPosition&, int,
rtl::OUString const&, bool)
Change-Id: I34ec659bce7ae18cc3e9d0e27fcd138bc64201b0
2014-02-27 10:27:32 +02:00
b709688cae
remove unused data ScComplexRefData::IsDeleted()
...
Change-Id: I06d44a709f18b457c3d3381e2c6f4636fbffd4f0
2014-02-27 10:27:32 +02:00
297c4d4021
remove unused code ScDBQueryDataIterator::DataAccessInternal::setPos
...
Change-Id: If59f5b99a792ff5eafc0e027a84ca07b89a86c81
2014-02-27 10:27:32 +02:00
778e685b6d
remove unused code ScDPFilteredCache::SingleFilter::getMatchValue()
...
Change-Id: If47b1c5e3c04be18315cd9698c18d6e6bf5b7084
2014-02-27 10:27:31 +02:00
368d3aba40
remove unused code ScDocument::GetCellCount(short, short) const
...
Change-Id: I63f6bf43dade896858a78414beaafb9792831946
2014-02-27 10:27:31 +02:00
5ecbb39b9b
remove unused code ScFlatBoolRowSegments::getValue(int)
...
Change-Id: Ifd3fdbd5fc336064cbcd9d085e8fc5062e95aa77
2014-02-27 10:27:31 +02:00
af9d999091
remove unused code ScGlobal::GetStandardFormat
...
full signature:
ScGlobal::GetStandardFormat(double, SvNumberFormatter&,
unsigned long, short)
Change-Id: Ifa2946cdb1d27f3a7bca1541c8f569456cb45b88
2014-02-27 10:27:30 +02:00
1466096e22
remove unused code ScGridWindow::HasScenarioRange
...
Change-Id: Ifd89a7bb3846ae3979ef378853aa9cb0b6585833
2014-02-27 10:27:30 +02:00
a7e69f7c20
remove unused code ScMyNotEmptyCellsIterator::GetCell() const
...
and the consequently unnecessary mpCell field
Change-Id: I95061a904bd88daea8c64c9dcfdb2e91f3f3ac3b
2014-02-27 10:27:30 +02:00
99e5749e80
remove unused code ScRangeStringConverter::GetRangeListFromString
...
full signature:
ScRangeStringConverter::GetRangeListFromString(
css::uno::Sequence<css::table::CellRangeAddress>&,
rtl::OUString const&, ScDocument const*,
formula::FormulaGrammar::AddressConvention,
unsigned short, unsigned short)
Change-Id: I61784cb55fb82caaeed22ddae94017c3ea630990
2014-02-27 10:27:30 +02:00
44af42016e
remove unused code ScRefCellValue::commit(ScColumn&, int) const
...
Change-Id: I2f91a7b6b471d655f19f1f0ed94c4e1d0273ed80
2014-02-27 10:27:29 +02:00
252ca499da
remove unused code ScTabViewShell::GetForms() const
...
Change-Id: Ifb4fec75d58f67640043b344eac8a2be598c214d
2014-02-27 10:27:29 +02:00
b28e435105
remove unused code ScTable::GetNote(short, int)
...
Change-Id: Iad250b204423b897d903053b3ea4c63c01837e79
2014-02-27 10:27:29 +02:00
4573046663
remove unused code ScTable::SetRawString(short, int, rtl::OUString const&)
...
Change-Id: I098143e76c141e4cf6b9d9aec4cb727680ea7457
2014-02-27 10:27:28 +02:00