- 15 May, 2012 24 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: I0671f0acf5a53a1c7f442f721bb058a3760ca18c
-
Caolán McNamara yazdı
Change-Id: I36ccf62ee2e2769bcf1aef6d26d96bce6c7078f0
-
Daniel Bankston yazdı
Change-Id: Ib7469c4214687021efdcfb9bbf162ee6eb6404c4
-
Daniel Bankston yazdı
Change-Id: I0a2a06b805ba1fd7d03937e767568d622615b059
-
Daniel Bankston yazdı
Change-Id: Ia3fbe15aeed9a3cb7928ada1a438b190f8fbb017
-
Daniel Bankston yazdı
- Removed extra call to XCell2 and instead passed formula result directly to ScDocument. Change-Id: Ifea731e44f12a048b76f8d5a4cc2d0619a56bbbc
-
Daniel Bankston yazdı
Change-Id: I568b86f34335bb9290ae796a6140d6e4ff65752b
-
Daniel Bankston yazdı
- Removed CellBlockBuffer::getCellBlock() method that always returns null as per my IRC convo yesterday with Kohei. Change-Id: If57429c8cf48d309a610c703d97b53406653a767
-
Daniel Bankston yazdı
Change-Id: Idb16d82dad08f1028a065cba568682477fe41313
-
Markus Mohrhard yazdı
Change-Id: I70c4d213fdd91f7032d637e93410add1f8266a3e
-
Stephan Bergmann yazdı
...so they do not erroneously inherit values from other targets. Change-Id: I6c84cecad4ea858b77d5d83eb93938c397aed076
-
Miklos Vajna yazdı
Change-Id: I3a6fc3bf2915699d886f3b8e966ae2718517d7bd
-
Miklos Vajna yazdı
Change-Id: I52f063848c7bd63bdef73fb21eaad4256a14d128
-
Stephan Bergmann yazdı
Change-Id: I48a0c1b9f754381ae6dec546ab9443040df8210c
-
Miklos Vajna yazdı
We used to ignore m_bTitlePage in this case, resulting in wrong 'Default' page style for the first page, instead of 'First Page'. Change-Id: I1899354fb39db4f0eb663fd5233395f2d4a5e72a
-
Ivan Timofeev yazdı
Change-Id: I504cbe271ef4475963b8277a1ab7dcb09b0dda38
-
Ivan Timofeev yazdı
Change-Id: Idd21d7efa2708ab2486cdaf8bf5910af36551687
-
Jan Holesovsky yazdı
We need to default to the Aero colors too, in order to this be really beautiful; but hopefully already in the current state it is an improvement :-) Change-Id: I 113039b62320fa76916ba74071e1eebff4d3476c
-
Jan Holesovsky yazdı
Change-Id: I9a68d585217550c1d229a2bc66d04e506253d747
-
Jan Holesovsky yazdı
Change-Id: I71bf94a87f8d7092b472e7a8eb58045a82749c29
-
Jan Holesovsky yazdı
[We need to introduce taking colors from theme (instead of system) anyway.] Change-Id: I75037771f2542e924cbff01accf66cfc851ec255
-
Jan Holesovsky yazdı
No idea why the DwmIsCompositionEnabled is recommended ~everywhere where you search for how to check if the themes are enabled; it is wrong as eg. over rdesktop, you are still using themes, but for sure not the composition in dwm. Change-Id: I Ib34f2a17809d03f29ccdf7d4a8b94ee7ad996bf5
-
Jan Holesovsky yazdı
Change-Id: Id07fce1f1baf7361e16f16af63f54c98a71791f6
-
Norbert Thiebaud yazdı
Change-Id: I6f468005c8d8d99d9251a9c4fe4629b98bc4aa5e
-
- 14 May, 2012 16 kayıt (commit)
-
-
Michael Stahl yazdı
C:/lo/core/sw/inc\tblafmt.hxx(311) : error C2487: 'boost::ptr_container_detail::reversible_ptr_container<Config,CloneAllocator>::insert' : member of dll interface class may not be declared with dll interface Not really understanding what the problem is here, attempting to fix it by not deriving SwTableAutoFmtTbl from the container, and trying to get that to build somehow resulted in this commit.
-
Michael Meeks yazdı
-
Andras Timar yazdı
In some circumstances installation of embedded VC++ runtime fails with error code 1935. This usually occurs, when there are many different versions of VC++ runtimes installed on the computer, including beta versions. We can workaround this Microsoft bug, if we don't install our VC++ runtime. A new property was introduced. It is called VC_REDIST, and installation of VC++ runtime depends on its value. (BTW the solution is general, ComponentCondition can be used for any merge module, now we have only the VC++ runtime merge module.) When the user experiences error code 1935, he should try to install LibreOffice with the following command line: msiexec /i <msi file name> VC_REDIST=0 The patch fixes another minor issue. 64-bit VC++ runtime will not be installed on 32-bit systems any more. Change-Id: I I6c5e066c6e60b011235e6019a8a35c9e953209bc
-
Michael Stahl yazdı
Apparently Apple GCC 4.0.1 wants to invoke a copy constructor for SwAuthorityFieldType when it is given as parameter to InsertFldType, which seems entirely spurious; let's try if this works around the issue.
-
Fridrich Štrba yazdı
Change-Id: I3f00ab7149d6d198292d63ed3f16b213b39a3054
-
Fridrich Štrba yazdı
Sorry to have to revert this, but it is too broken on Windows. Even on linux it needed some work to get right. Just stick with what was there while the author works on a better version. This reverts commit 21155b87. Change-Id: Iaa075c2bd4d2fccf4d58052888735bedc83605c7
-
Fridrich Štrba yazdı
Change-Id: Ibb86fb64dd8bee950b70890018cd15dffd7484b1
-
Michael Stahl yazdı
Also adapt dbgutil code for previous commit
-
Noel Grandin yazdı
I added a GetPos() method because quite a lot of code used that method and the existing code is quite tied to the precise return values of that method. Change-Id: I9af6b923d978abe758b63d835f228495c020455a
-
Michael Stahl yazdı
::boost::ptr_vector::erase will delete the element, so p points to freed memory after that line; try to get this to work via the transfer method.
-
Noel Grandin yazdı
Change-Id: I1c92f9d77723979a9d16e9114282dec8d3566de6
-
Noel Grandin yazdı
Change-Id: Ifd81de26432d2e7ceed1a643e3c2009e97f8a5b2
-
Noel Grandin yazdı
Change-Id: I722fda99e8c13785c37fe20a89c1e7b6620b884d
-
Noel Grandin yazdı
Change-Id: I7f0adc9e2e196652dd938c27630fb2e13f9900e3
-
Noel Grandin yazdı
Removed the copy constructor because it was dangerous, it could result in accessing an SwTOXSortKey object after it was released. Removed the operator= because it was private, and no longer used. Change-Id: Ifaf21cbbad5f8b9cabddcc3009e4ed776b1fdd71
-
Tomas Chvatal yazdı
Change-Id: I10b6043bf43d0b65a982a8c4f0067ac726189c53
-