- 01 May, 2013 1 kayıt (commit)
-
-
Tor Lillqvist yazdı
Change-Id: If28fbe59f55626aeca05fa93446a0e5034ea2b91
-
- 30 Nis, 2013 39 kayıt (commit)
-
-
Stephan Bergmann yazdı
...it is likely rather the implicitly defined inline special member functions of VclBuilder that cause the trouble of trying to fully instantiate boost::ptr_map<OUString,osl::Module>. Change-Id: I67ad7434b4e3a2e01c15f7e39080226676412af1
-
Stephan Bergmann yazdı
Change-Id: I0fa3036c5be34eb598e0390430028ae818ebef0d
-
Stephan Bergmann yazdı
"More helpful message how to re-run a unit test that failed." Change-Id: I2d99d1e7ff5fd326552f56d21fad7d1211966b2b
-
Stephan Bergmann yazdı
...preventing full instantiation of boost::ptr_map<OUString,osl::Module> (which fails because osl::Module is not copy-constructible) which MSVC thinks is necessary if that template instantiation inherits the VCL_DLLPUBLIC from the VclBuilder class that uses it. Change-Id: I8cd5608c80d7ce9b12ba678430f5ef283a427e93
-
Eike Rathke yazdı
Change-Id: I4b71bbd3ff457d7b4fb2a409e8d34d8e4904acb3 Reviewed-on: https://gerrit.libreoffice.org/3676Tested-by:
LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
Thorsten Behrens yazdı
This was previously sticking long types into Any - which yields different sal types on different archs. Change-Id: Ifc7a60a052b57f8a83739ec11a97ab32aaa2ee7c
-
Kohei Yoshida yazdı
Change-Id: I9b158bd4302a84202447a74ac90cf4e9f760c6a5
-
Markus Mohrhard yazdı
We have no way to determine whether the lengend touches the chart area so let us use no overlay for now. That should be much more in line of the most use cases. Change-Id: Idecb0113e47a3f7c925ff8c45238152406ce8954
-
Markus Mohrhard yazdı
Change-Id: I4f167d1ec6998b27025450e9339d14d94c06e3c1
-
Markus Mohrhard yazdı
The current formula size/250*7 is just a guess based on some test docs. If someone has an idea how to translate them please tell me. Change-Id: Ibdd27d52d545ac96882c128485c48a3116eb4467
-
Markus Mohrhard yazdı
Change-Id: I0c2cabc8636b0988bdd779f002c1e7dc1e34b65b
-
Kohei Yoshida yazdı
Change-Id: If9c05add57c87f56e8514cee75b89e09c74277f5
-
Eike Rathke yazdı
Change-Id: Idabf46bfdfa6092b0ae27fe4116382eaa00d5db9
-
Tomofumi Yagi yazdı
Type '=A1+2', move the cursor over the 'A1', then press Shift-F4. It's supposed to convert A1 to $A$1, but it changes it to $A$11 instead. This commit fixes that bug. Change-Id: Ia41c0617c5a93ad4a153dc4c84cd7db9e2b928f1
-
Kohei Yoshida yazdı
Change-Id: Ia155114817e3b28a201f734647b758cf7cebefce
-
Kohei Yoshida yazdı
ScFormulaCell::bChanged is responsible for this, though, we should only set it to true for visible cells only. That's a TODO for later. Change-Id: Ic237c45fb271f901320f4843c89710aedd16c906
-
Kohei Yoshida yazdı
To isolate the code that will be re-written for true vectorized calculation... Change-Id: I3ccd15841ed6fcdc6a22a590ba82d46d0b4863c5
-
Kohei Yoshida yazdı
Change-Id: I46eba8fff2a1b18d267b0fce0bb1a2abcce779a8
-
Kohei Yoshida yazdı
Change-Id: I20a8b56a9241081192e32b3d3a0de9295277e38a
-
Kohei Yoshida yazdı
Change-Id: I7be5869672be17faefd369d03f69cac5ed2d03b6
-
Kohei Yoshida yazdı
Change-Id: I1eb1c217db66615028faa85720838579056dc150
-
Kohei Yoshida yazdı
Change-Id: I3bf58a20f0b8c017862ae23202e4b2272f7c952c
-
Kohei Yoshida yazdı
Change-Id: Ic011143206c13fcbc1b3403bf5b7df46c6934899
-
Kohei Yoshida yazdı
Change-Id: Ie7015231944547254562031864e7691333f02947
-
Kohei Yoshida yazdı
In the future I'll use it to store temporary double array buffer here, in case the requested row span is over multiple arrays. Change-Id: Id4260ec4ced4c8c1ee718106f37a7374c62b204c
-
Kohei Yoshida yazdı
Curse the sc / formula split... Change-Id: Ib8d17ba63d05eb4df7e6918e0034d91dd82869e3
-
Kohei Yoshida yazdı
CellStorageModified is supposed to be called whenever the cell array content changes. We should take advantage of it. Change-Id: Ib1cd0e91f3d5a3d03d2172ed6cc916520d1baa49
-
Kohei Yoshida yazdı
But of course since we haven't yet implemented the real vectorized calculation backend, we calculate the cells individually... Change-Id: I27e0a3e846f62a7fcda86a79e9455c81e3737ddf
-
Kohei Yoshida yazdı
Change-Id: If094dbf139e18ad23c73d6cf5a78ac4844132b14
-
Kohei Yoshida yazdı
Change-Id: I4b28c269759bc01bfc94cfdd6a1c651d03d829c7
-
Kohei Yoshida yazdı
Change-Id: I3ed8da3c9673b990d5ae17d235bcf4fc1a4541f1
-
Kohei Yoshida yazdı
Change-Id: I2887382d8eb30a0ba715493a38dda3d0e5ec4d7d
-
Kohei Yoshida yazdı
Change-Id: Ifbbac2b11b1023a5cf3d21204c12b9740af09aaf
-
Kohei Yoshida yazdı
Will be used in the next iteration. Change-Id: Iff875e7e8a48df849d6df4dfb1418a024c9f7c06
-
Kohei Yoshida yazdı
Note that an absolute reference may indirectly reference one of the cells in current formula group, and we aren't fully prepare for that use case yet. Change-Id: Ibd24a25b80963fe1235c2afb431ff7c7ceb27215
-
Kohei Yoshida yazdı
Change-Id: Iaab6033120c3d50a54fb151916dc2a7b7ba5a98c
-
Kohei Yoshida yazdı
Change-Id: I3f95b2a1a4b180c23e82bdeec8279707220532d5
-
Kohei Yoshida yazdı
Change-Id: I74f59ad697eb5ff28b81cd883db58ba9f19c086c
-
Kohei Yoshida yazdı
And boost::intrusive_ptr has a bool operator; no need to call get() in this case. Change-Id: I8ca965349c13dd0fedc16dc0d535b8c337fce52c
-