- 28 May, 2014 40 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: I475b8c9bdcea120ac7ba24862000a16d9f4127c0
-
Michael Stahl yazdı
Change-Id: Icf3a58257c8c8e90d7e9d38f167a9b9f80d4bf32
-
Michael Stahl yazdı
Setting 3 separators instead of 2 does not work. (regression from 26315384) Change-Id: Id0b4649404b8a49a7f89a237c46106bce4e146ff
-
Kohei Yoshida yazdı
Change-Id: Ifd6acd85a9bf33742cb62327a3b8a4320f35d0f3
-
Kohei Yoshida yazdı
Change-Id: I454e29c2cdf0857d329d84000d79973489cebb41
-
Matúš Kukan yazdı
Otherwise we never hit cache directly, only after expensive call to ImplFindByFont. Change-Id: If15b368feeba94c8fff8ee7cbe049fc4a2069768
-
Matúš Kukan yazdı
Change-Id: I35e295347a046376289f5d4fd5468860d0b8f0ae
-
Eike Rathke yazdı
Found when investigating fdo#79228 which was caused by the ScPatternAttr change due to the number format being applied. Change-Id: Ieada557f5e194401a9ce255f26d71d36e0704f35
-
Eike Rathke yazdı
Change-Id: I99deaf80f559e28de106b639663b262544cdf60c
-
Kohei Yoshida yazdı
Because the same dialog is used when creating a new pivot table, where the Apply and Close semantic feels a bit weird. Also, some features of the dialog were designed with Ok / Cancel in mind (like the destination location). Change-Id: I9ac889bca9f967cb97b34ab45ea563547b58d422
-
Eike Rathke yazdı
Change-Id: Idd97331669ff204efb568ef1c17ba7444db4abf4
-
Markus Mohrhard yazdı
Change-Id: I24f814a402d2b8af3ddf888719b78d3158c2a38f
-
Michael Meeks yazdı
Conflicts: chart2/source/view/inc/3DChartObjects.hxx chart2/source/view/main/3DChartObjects.cxx Change-Id: Ied38d4457fbc04ded42fe4fb55a8ec654cefa259
-
Takeshi Abe yazdı
Change-Id: Id75c459cfa59fe2adfc0f748dc33d0bc9e271507
-
Maxim Monastirsky yazdı
The last used color is stored inside SvxColorToolBoxControl, so we must call its Select method to do that. (This also fixes using the last shape, See commit ce842113ae728e8995c7c5398204a20d0707e843 for a fix of exactly the same problem in chart2.) For the font color, there was also another problem: The SID used for that button is SID_ATTR_CHAR_COLOR2. The problem is that SvxColorToolBoxControl::Select actually calls for that SID the ".uno:CharColorExt" command instead of ".uno:FontColor" (which activates in writer the format paintbrush mode). Given that since commit 584b4159 this command also receives the last used color as argument, the easiest solution is to register ".uno:CharColorExt" here as well. Change-Id: I2db25a7fb537ce10dfec7b1c2d049dd77d9f8f6b
-
Maxim Monastirsky yazdı
Clicking a shape button works only for the default shape, not for the last used one. Steps to reproduce: 1) Click on the drop-down arrow of one of the shape buttons, and select a shape. Notice that the button icon updates with the last selected shape. 2) Click on another button. 3) Click on the first button, and try to draw something. The button doesn't work anymore. Only opening the sub toolbar and selecting the shape there will work. The problem is in ToolboxController::execute that requires the command to be in the listener map, but we didn't register sub commands (like .uno:SymbolShapes.sun). Instead of doing that, we'll try some generic solution. (Note that calling the corresponding method from SvxTbxCtlCustomShapes like we do in other methods here won't work, because ChartController::queryDispatch checks for the "_self" target, but SfxToolBoxControl::Dispatch doesn't provide it.) Change-Id: I5be3dfd3ee3ca9ab9d8080929173dbe5984f61a0
-
Caolán McNamara yazdı
also coverity#706500 and coverity#706502 and coverity#706503 Change-Id: If8c76f9fea669f3397a3db65fefaabe101bf9c35
-
Thomas Arnhold yazdı
The huge size of this dialog calls for a maximize button... Change-Id: I68706669ac4e10ea9d5cba5526e9f1b0eb3628b6
-
Thomas Arnhold yazdı
Change-Id: I34f37587284893927463e214f0d7d1c3e914c7b2
-
Thomas Arnhold yazdı
Change-Id: I847e5e3652517d0c11eb2cf3e9625ed649595bc5
-
Thomas Arnhold yazdı
Change-Id: I48d7b746d7cc49246743c62480b0d225d2519342
-
Thomas Arnhold yazdı
Change-Id: I47582b072bb939cf270a76e430a9f7908b5c1d93
-
Caolán McNamara yazdı
Change-Id: I5d5066413508a115f6b4c63b8b3dd19268f66574
-
Michael Stahl yazdı
Older versions of OOo/LO would mangle negative crop values on round-trip of WW8, which now (since the drawing-layer does not ignore them) causes the images to be rendered invisible; probably large factors don't make sense anyway, so ignore the crop if it's 50x the image size, which happens to work for the bugdoc. Change-Id: I9f36d37e3be27234554bc91e80bfe719b1ce86af
-
Stephan Bergmann yazdı
Change-Id: I7fe1350e55bea2eead2c7fedf432da594aa6bd9c
-
Caolán McNamara yazdı
Change-Id: I594d93c0630528841a1f243e6b6e9eda67b6138d
-
Caolán McNamara yazdı
Change-Id: I374c17fcda80c4f821271bf665a41beae100cccf
-
Thomas Arnhold yazdı
Change-Id: I37f83084203fcc4e2f7d68f7c21774573b9281e8
-
Jean-Pierre Ledure yazdı
Argument given by LO to macro triggered by toolbar button is an integer, not an object. This should not cause a visible error for the end-user from within the Events() Sub Change-Id: I4a307270b0d5cf2992b3bb304deb8cd30222dd95 Reviewed-on: https://gerrit.libreoffice.org/9452Reviewed-by:
Lionel Elie Mamane <lionel@mamane.lu> Tested-by:
Lionel Elie Mamane <lionel@mamane.lu>
-
Jean-Pierre Ledure yazdı
Change-Id: I5d2a1b37d80137e6b8fd080d8c2d73372ad0512c Reviewed-on: https://gerrit.libreoffice.org/9479Reviewed-by:
Lionel Elie Mamane <lionel@mamane.lu> Tested-by:
Lionel Elie Mamane <lionel@mamane.lu>
-
Caolán McNamara yazdı
Change-Id: I977e6df72fcb06a192af539559f79b2f146495f7
-
Stephan Bergmann yazdı
Change-Id: Ib840d66882faeca01d07a8764957a1c7c4075ec0
-
Lionel Elie Mamane yazdı
The "parent" group changed iff this is the first iteration of *this* group *or* *detail* *section*. The "parent" group's first iteration means that we are in the first value of the parent group (in other words, the *grand*-*parent* group changed). Change-Id: Ia4a798cb37db2f17e7deef1058b25795bfc02648 Reviewed-on: https://gerrit.libreoffice.org/9503Reviewed-by:
Lionel Elie Mamane <lionel@mamane.lu> Tested-by:
Lionel Elie Mamane <lionel@mamane.lu>
-
Lionel Elie Mamane yazdı
Thus it needs to be saved when it is *false*. Change-Id: I01bae547afe71ede12fb852c1a9040b7e45bf7b9 Reviewed-on: https://gerrit.libreoffice.org/9502Reviewed-by:
Lionel Elie Mamane <lionel@mamane.lu> Tested-by:
Lionel Elie Mamane <lionel@mamane.lu>
-
Lionel Elie Mamane yazdı
Change-Id: If6a5d9a50f5d600b96faebc51b9798a8e63eec49 Reviewed-on: https://gerrit.libreoffice.org/9501Reviewed-by:
Lionel Elie Mamane <lionel@mamane.lu> Tested-by:
Lionel Elie Mamane <lionel@mamane.lu>
-
sk94 yazdı
Change-Id: I02ead5dc934d0f9ae9e958cbe6592250f1aaf1a4 Reviewed-on: https://gerrit.libreoffice.org/9464Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Eike Rathke yazdı
This happened when the HTML export via clipboard tried to resolve conditional formats, where we have a temporary instance of a document containing only the sheet to be exported. Change-Id: Ic7498a1cab3eabede74773868287a2cc3edef052
-
Thomas Arnhold yazdı
Change-Id: Ib9e1ed6119b5286871ac10136f7fcbefffe7aebe
-
Caolán McNamara yazdı
Change-Id: Iebae064986ad722d445c8d654e39e338e104f021
-
Miklos Vajna yazdı
Change-Id: Id3db99a7ea341bcfc9bf2cd2b718e70a17d41f76
-