Age | Commit message (Collapse) | Author |
|
Change-Id: I3b12d774914599489dea2bb711b2d057111b677b
|
|
Change-Id: I7d875dd74f8eff05f7a291100841779abbf5fd1c
|
|
Change-Id: I184a7f9c65dd762407b2431d9c6557e718b954b2
|
|
Change-Id: I4893eb176aca976c037f8196dd3043e98fbf91dc
|
|
Change-Id: I282c6a4436984d268b107ffef01022831c05a0fa
|
|
Change-Id: I63e262aa05ec7c06c15eaf74201b6ac1966e2e56
|
|
Change-Id: Icd839cd70dd32f766ad52d74fcf3cff28281da7e
|
|
Also merge ScDocFuncRecv into ScDocFuncSend, now that is possible.
Change-Id: I39bec141a99a8c8ce00400f581cce8d87f7d1972
|
|
Change-Id: I200addfdf551f1b8437b704c481d397c53440dcd
|
|
Change-Id: I78d5bb455e8d175cf3813e24854a76407931a0e3
|
|
Change-Id: Iaaf82ee6b79d091c349a501f3a09e760c295546f
|
|
Change-Id: I779aededb95eac6cbfb2fec3e97d207704244e25
|
|
Change-Id: I8e9bab6d97e7fb4a3de3b3d3896a57c6496958bd
|
|
Change-Id: I43c951b5694ad38aa1a2e5da7cc99dfb52685349
|
|
This solves a crash when static dialog instance was destroyed on closing of
one document but then was used in another document.
Change-Id: I6ac9edb1de83f638bdf4ce7c0814fcbdf4b4b1e5
|
|
Change-Id: Ic7023a40eb2f09802b100d9317c0a6a66d901476
|
|
Change-Id: Icc5e90ac40056430bfbe36d8da1aaad8716cfee9
|
|
This reverts commit 6068f2f7cf5d66c68241b3831851b413b2e0b3ba.
|
|
This reverts commit 285a5ae06cf51927c2df4b47043e51394aab98b7.
|
|
This is 1000 times faster.
Change-Id: I09a75f70c8344898b2aea6bc5a8ca6b5fa9f1065
|
|
Change-Id: Icc5e90ac40056430bfbe36d8da1aaad8716cfee9
|
|
- sc no longer directly links against telepathy
- there is new class ScCollaboration derived from abstract Collaboration
describing collaboration functionality for apps used in tubes/
- also added resource manager into tubes/
Change-Id: Ic89ae955f5b47490f4f4b8781bcee5dea5336bae
|
|
Change-Id: Ie290199d3b03f6599429d56275eb54661af4a51c
|
|
Change-Id: I73eb612edaba21aa5bb07577b42bd31f8de2dd2a
|
|
Change-Id: Ibf41655d40c9534629bbb0dd5ae600791b42922d
|
|
8cd05e9cf1152b21528c6f1a5bda3d949dc49791 changed from using String to
OUString. ScCsvGrid::ImplSetTextLineFix() attempted to copy excess
characters (always CSV_MAXSTRLEN if greater than field width) where
String::Copy() silently ignored the excess length but OUString::copy()
may result in invalid memory accesses and asserts in dbgutil build.
Change-Id: Ic9f7f38d6f2bbd770d6356e1304de8e39c09e30b
|
|
add more room in several fields: usefull for FR translation
reorder the code by levels/lines in the dialog
Change-Id: I2c4cbaf926ade87b35a5900ab5461477e0157822
|
|
Change-Id: Ie89a34c9dd8c71f25102cfb6f304c32fed99b4a8
|
|
There are cases where a formula cell is exported with an office:value of 0 or
no office:value at all, but the formula cell will have a text:p value which
contains the intended formula result. If these cases are not taken into
consideration during import, a 0 will be displayed in the cell
instead of the intended special formula result (blanks or errors).
These cases include when a formula result:
- is blank
- has a constant error value beginning with "#" (such as "#VALUE!" or "#N/A")
- has an "Err:[###]" (where "[###]" is an error number)
Change-Id: I8068cf1c9809c02513662f2b0a6fb16eb44920e0
|
|
Change-Id: Ifec201efc4e97baf2d36d66c4ae6967eadd6134c
|
|
Change-Id: Id13e7acfbe34eca5e124c9032d36d6f158bfb831
|
|
Change-Id: I2340015e70f5ce3d6f85266fcd12fa26129864e8
|
|
Change-Id: I011048912af051a762a78af8646513a1fc624073
|
|
Change-Id: Ia40c0af6844f736f0aad2566aec3c71f5016123e
|
|
This partially reverts 8ca21893e58dc9694e0e7a6c0fc52154b3ccb5f7
http://lists.freedesktop.org/archives/libreoffice/2012-July/035331.html
Change-Id: Iae4347a26b1f388bc5e780d24ab7371ffac8b1f8
|
|
Change-Id: I867b95cfcdad653d206998b1c02a34c4b7442ef4
|
|
Change-Id: Ic7a337e8a6b36fecbd3aad0e3366fd6f0ccc99c6
|
|
Change-Id: I4e270a8c8ee60a6ab9a3d3b717db2c1243a34e1d
|
|
Change-Id: I4772dd7ae21c222e7af4b42981fc81bce268ccee
|
|
Change-Id: Ie366b41d824e71d32721305e6bce823535d64c29
|
|
c75e2ed27d5da71891ed7a148ff9603c58eaa58e (merge of OOo filter rework)
omitted an else of a condition.
Change-Id: I6f342a48938aaf4090fc738afc6cf551a083b4fc
|
|
Change-Id: I06a26ebd1703e1d753e35daeed610671fc451a8f
|
|
|
|
|
|
|
|
Change-Id: I8db70cff48ce900db0710b30f94090ebd7d77c0a
|
|
Change-Id: I798a1cd56baa86c7ee08b5f47ec5149d8a4815de
|
|
Change-Id: I9aab49c7604add1d574949909f0ab8b867341b27
|
|
Change-Id: I27b653dd4c3f84342f0cdb90b6aa4989aa6ce016
|
|
There is already an existing method that does the same thing.
Change-Id: I627fa73cca8da35d703000bd27d33168612b4126
|