summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Collapse)AuthorFilesLines
2013-03-15Related: #i119125# change XFillBitmapItem to work with GraphicObjectArmin Le Grand3-4/+3
Completely changed XFillBitmapItem to work with GraphicObject, removed XOBitmap class, adapted all usages (also the pretty old 8x8 pixel editor). All Bitmap fill styles will now accept transparent bitmaps as fillings in all variations (tiled, etc.). LoadSave is no problem, ODF defines graphic as content for fill. Backward means that OOs before this change will use a white background of fill with transparent, same as the fallback all the time when using a transparent fill. This is also a preparation to e.g. offer SVG or Metafiles as fill style. Conflicts: cui/source/tabpages/backgrnd.cxx cui/source/tabpages/tparea.cxx cui/source/tabpages/tpbitmap.cxx filter/source/msfilter/msdffimp.cxx filter/source/msfilter/svdfppt.cxx sc/source/filter/excel/xiescher.cxx sd/source/ui/func/fupage.cxx svx/inc/svx/dlgctrl.hxx svx/inc/svx/xbitmap.hxx svx/inc/svx/xbtmpit.hxx svx/inc/svx/xtable.hxx svx/source/customshapes/EnhancedCustomShape2d.cxx svx/source/dialog/dlgctrl.cxx svx/source/svdraw/svdograf.cxx svx/source/tbxctrls/fillctrl.cxx svx/source/unodraw/XPropertyTable.cxx svx/source/xoutdev/xattrbmp.cxx svx/source/xoutdev/xtabbtmp.cxx Change-Id: Id838bfbacc863695d078fb3cf379d1c0cd951680
2013-03-14we can now move the a11y relationships into the .uiCaolán McNamara2-7/+29
Change-Id: I73109b04a86096f2025947a1f1f383ae69d355ed
2013-03-14add some more spacing here and thereCaolán McNamara1-9/+15
Change-Id: I1ee617dcc510c41e579ffaaf90f3d3a27971d0bb
2013-03-14converted sd/source/ui/dlg/present.src to .uiKrisztian Pinter7-484/+795
Change-Id: I92ab3ab57146524c1c70e6503261989df86dc22d Reviewed-on: https://gerrit.libreoffice.org/2732 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks1-3/+0
2013-03-14remove unused tools/fsys.hxx from pchAndras Timar1-1/+0
Change-Id: Icc9c46014d9663aaa96cd17c515a343959a3d47c
2013-03-14fdo#39445 writing out tools/fsys.hxxKrisztian Pinter2-12/+9
removed unused <tools/fsys.hxx> include from gengal.cxx changed file copying to sal version in htmlex.cxx rewrote OutputFile in rsctools.cxx very minor change in rsc.cxx - instead of creating an empty DirEntry and getting its path, just used "." Change-Id: Ifd57d73847ff271bcb64b12a26a564acc051fcef Reviewed-on: https://gerrit.libreoffice.org/2680 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
2013-03-13vcl: make Region ctors explicit to prevent overloading desastersMichael Stahl3-3/+4
Change-Id: Id36d125b4940418833bec31a4710d6cd545629e0
2013-03-13several translations and fixes for translationsUrs Fässler14-121/+84
Change-Id: I47ca71d578f3e0b1e2c3499f0785d986ed4f583e
2013-03-13Revert "Fix for fdo#58919 now the cursor/alignment is Right for RTL Table"Lior Kaplan1-2/+2
This reverts commit 909d745baf9a5d071892d8c04874ff279a9a477e.
2013-03-13translation and cleanup of comments in sd/source/ui/inc/Urs Fässler55-371/+219
Change-Id: Ib1d1be4364c56e5164afc631c614183f15e20644
2013-03-13Revert "Revert "WaE: enumeration value not handled in switch""Tor Lillqvist1-2/+15
Nah. Apparently there can be even more different values for this field in documents which we should not handle, so using default: is wrong. This reverts commit 7bd108e7586bab6f1ae50b0a2ce9715d8df0fd49.
2013-03-13Revert "WaE: enumeration value not handled in switch"Tor Lillqvist1-15/+2
I think the intent is to handle all the other values in that case, so just use a "default:" case then, instead of trying (and failing) to list all other enum values. This reverts commit 0451325ae7456da5812564428d73b0226606450f. Change-Id: Idda7f24c901364394be1859f2cd6598803799423
2013-03-13WaE: enumeration value not handled in switchTor Lillqvist1-1/+1
So just switch on the integer value instead. Whether the missing enumerations can occur here and whether not handling them causes a bug or not, I don't know. Change-Id: Ib96b855739e8a1e92f72a88c3f6f106d86989d23
2013-03-12Resolves: #i120773 Numbering lost when saving or opening a ppt fileZhe Wang2-0/+49
* subversion/main/editeng/inc/editeng/svxenum.hxx Define some numbering types supported by MS ppt * subversion/main/filter/source/msfilter/svdfppt.cxx Mapping added MS numbering types to Symphony numbering types * subversion/main/sd/source/filter/eppt/epptso.cxx Export added MS numbering types Patch by: Yin Bing <steve.yin.aoo@gmail.com> Suggested by: Wang Zhe <kingwisemmx@gmail.com> Found by: Yin Bing <steve.yin.aoo@gmail.com> Review by: Wang Zhe <kingwisemmx@gmail.com>(cherry picked from commit 39e9cae1ac9b7944c9df0642a193b042a1b68266) Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch> Conflicts: editeng/inc/editeng/svxenum.hxx sd/source/filter/eppt/epptso.cxx Change-Id: Ic8a9406fd1b58e5cec5c5adc28bf0190ccb87315
2013-03-12translation and cleanup of comments in sd/source/ui/func/Urs Fässler54-1594/+486
Change-Id: Id2603c4d3340a220708272b4b8f73e2a59f36f5b
2013-03-12Translation and cleanup of comments in sd/source/ui/docshell/Urs Fässler5-277/+93
Change-Id: I714b2d1ccdd5392a3ebc32788b203a8484c6cf0b
2013-03-12update pch headersLuboš Luňák1-0/+7
Change-Id: Ibb368e6a806666a73bf6bf1a097d14bc6e75b24d
2013-03-11sd: translate debug messagesThomas Arnhold24-34/+34
Change-Id: I8a50173babdd441c8247867fce0fdfbedaf0bc02
2013-03-09fdo#43460: use isEmpty()Thomas Arnhold1-1/+1
Change-Id: I01f503ea5268245cc4f98524931730cfa063d57e
2013-03-09coverity#705627: fix memory leakMarkus Mohrhard1-2/+2
Change-Id: Id076550116de23aae982b15c5bf5e0b35bd9f04d
2013-03-09-Werror=unused-local-typedefs (GCC 4.8)Stephan Bergmann2-3/+0
Change-Id: Ib1dedbe8e273463fa47573486d67dc9d509953db
2013-03-08fdo#60691 add modelines to *.src and *.hrc filesBorim103-0/+294
use solenv/bin/add-modulelines script for the task and remove all UTF bom from *.src and *.hrc files svx/source/dialog/hdft.src Change-Id: I745d4f0fe9b05436a142a03f8512970f91c41bd4
2013-03-08Fix for fdo#58919 now the cursor/alignment is Right for RTL TableGokul1-2/+2
When RTL is clicked why to check if it is Left, The problem might arise when svxAdjust is Center, So its better to check if it is Right instead of checking only Left, same for Left also. Change-Id: Iddd808972b724e9a2eebc070bdff793632342a21 Reviewed-on: https://gerrit.libreoffice.org/2290 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-03-08n#699334: Legacy diagram import (PPTX).Muthu Subramanian1-2/+1
Minimalistic implementation. Had to rework on some parts because of the rebasing.
2013-03-07fdo#38838 Replaced some use of (Uni)String with OUString.Jean-Noël Rouvignac5-12/+12
Change-Id: Iad623c9300919fbae34279268a5a720f978c6434 Reviewed-on: https://gerrit.libreoffice.org/2514 Reviewed-by: Joren De Cuyper <joren.libreoffice@telenet.be> Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-03-07Related: rhbz#902884 check for GetSelectedMasterPage failure anywayCaolán McNamara1-2/+5
backtrace doesn't indicate that its NULL however, but the rest of our GetSelectedMasterPage check for NULL so fix that anyway Change-Id: I9e0b15f4a18523ff1e787ef230de1ca227aa2980
2013-03-07comment translation and cleanup of files in sd/source/ui/dlg/Urs Fässler18-534/+290
Change-Id: Ief58723557fa0840b3a10258ca347cf219593264
2013-03-07sd/source/ui/dlg/dlgolbul.cxx comment translation and cleanupUrs Fässler1-8/+5
Change-Id: Icf8efaf7fd77f0505f0ae6936316fbb155ce8a69
2013-03-07sd/source/ui/dlg/dlgfield.cxx comment translation and cleanupUrs Fässler1-17/+11
Change-Id: I6aae5fd2d663d568afd4b2aebca237cdddba23de
2013-03-07sd/source/ui/dlg/dlgchar.cxx comment translation and cleanupUrs Fässler1-6/+3
Change-Id: If973c032aed859c086a76603fcf9a802444b20b0
2013-03-07sd/source/ui/dlg/dlgassim.cxx comment translationUrs Fässler1-4/+4
Change-Id: I96320e34ee6257ad11762b637a89fb0c0c8c3441
2013-03-07sd/source/ui/dlg/dlgass.src comment translationUrs Fässler1-6/+6
Change-Id: I203a304ff6591b20d3ce70fd8df2a1ff2383e48f
2013-03-07sd/source/ui/dlg/dlgass.cxx comment translationUrs Fässler1-27/+26
Change-Id: Ib8edd906d086b76108fb03b85c60c1bd2c2b1422
2013-03-07sd/source/ui/dlg/diactrl.cxx comment translation and cleanupUrs Fässler1-8/+2
Change-Id: I09ca02248e9494ad34d8f6c5427ce3186d33e36f
2013-03-07sd/source/ui/dlg/custsdlg.cxx comment translation and cleanupUrs Fässler1-62/+42
Change-Id: I004fc9d15a5621b206d6694fc8f3160612ee148c
2013-03-07sd/source/ui/dlg/copydlg.cxx comment translation and cleanupUrs Fässler1-41/+18
Change-Id: I22aad661decc8af23fa321d1a7288634992d810a
2013-03-07sd/source/ui/dlg/brkdlg.cxx comment translation and cleanupUrs Fässler1-20/+22
Change-Id: I0eee9fe1d19ebcfe85283b35089cf48f90de8623
2013-03-07sd/source/ui/dlg/assclass.cxx debug message translationUrs Fässler1-5/+5
Change-Id: I47111c53603bcd46249511f694d8322f4250523e
2013-03-07sd/source/ui/dlg/animobjs.cxx comment translation and cleanupUrs Fässler1-73/+66
Change-Id: Icb7344b9e8f2eaf2cdfdfc9ef85f76813c352e8a
2013-03-07sd/source/ui/dlg/LayerTabBar.cxx comment translation and cleanupUrs Fässler1-31/+16
Change-Id: If82454a40fbcdfbdf5b050ad6f2dbc3bc5325b23
2013-03-07sd/source/ui/dlg/AnimationChildWindow.cxx comment translation and cleanupUrs Fässler1-6/+3
Change-Id: I660645edb4d0955c5456b4ad61843f703d9ff45f
2013-03-07sd/source/ui/app/tbxww.cxx comment translation and cleanupUrs Fässler1-16/+11
Change-Id: Ie7bc4ce47c088feeeaf55fb7b2590c5e44a3480e
2013-03-07sd/source/ui/app/sdpopup.cxx comment translation and cleanupUrs Fässler1-29/+11
Change-Id: Ib01cc26d494598def62b34dba52e3c35e9668d10
2013-03-07sd/source/ui/app/sdmod2.cxx comment translation and cleanupUrs Fässler1-29/+23
Change-Id: I2c88dd4e1eca89819b1344e99c1bf64acfa1156b
2013-03-07sd/source/ui/app/sdmod1.cxx comment translation and cleanupUrs Fässler1-28/+12
Change-Id: I1839f5352f123616ac3373ca7f3488c8b92ce687
2013-03-07Translation and cleanup of comments in sd/source/ui/app/sdmod.cxxUrs Fässler1-38/+12
Change-Id: Icfd5d74f73e0d9d2e4273d8050b7bc2836648aa6
2013-03-07small translations of German comment in directory sd/source/ui/appUrs Fässler7-27/+27
Change-Id: Ia24e98a57d2096729abfd1caaab895c689cac0fb
2013-03-07sdremote : Remove pointer to deleted RemoteServer on error caseArnaud Versini1-0/+4
Change-Id: Id0fcbf46c907b94f1233acfbd84036b85ca388a3 Reviewed-on: https://gerrit.libreoffice.org/2081 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org> Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-03-07n#657905: Display the scaled fontsize in the toolbar.Muthu Subramanian1-1/+21
Initial set of changes to improve UX for autofit.