summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Collapse)AuthorFilesLines
2012-07-12Restructurization of XShape- and EnhancedShape- dumpers, builds fine nowArtur Dorda1-0/+1
Change-Id: I57e230f5b2aff8cd6818b38776ae0b0b0d614d61
2012-07-07removed unnecessary forward declarations of classTakeshi Abe17-52/+0
except moving 'class SfxStringItem' to cui/source/inc/acccfg.hxx Change-Id: I11d3803ebcfa02658d376bacf28b3d6030ee9d1b
2012-07-06re-base on ALv2 code. Includes:Michael Meeks1-24/+14
Patches contributed by Mathias Bauer: cws mba34issues01: #i117713#: remove superfluous assertions about field unit fallbacks http://svn.apache.org/viewvc?view=revision&revision=1172341 cws mba34issues01: #i117718#: provide filter name in case storage of medium does not allow to detect one cws mba34issues01: #i117712#: fix several resource errors introduced by IAccessible2 implementation http://svn.apache.org/viewvc?view=revision&revision=1172343 http://svn.apache.org/viewvc?view=revision&revision=1172350 cws mba34issues01: #i117708#: status indicator for inactive documents http://svn.apache.org/viewvc?view=revision&revision=1172358 cws mba34issues01: #i116025#: fix typo and add missing treatment of new parameter http://svn.apache.org/viewvc?view=revision&revision=1172359 cws mba34issues01: #i117024#: rework parameter conversion for load/save slots http://svn.apache.org/viewvc?view=revision&revision=1172360 cws mba34issues01: #i116803#: possible crash on Linux when dispatch.cxx is compiled with optimization http://svn.apache.org/viewvc?view=revision&revision=1172367 cws mba34issues01: #i114600#: fix compiler warning for name clash found on Solaris http://svn.apache.org/viewvc?view=revision&revision=1172371
2012-07-06Merge branch 'feature/template-dialog'Rafael Dominguez10-177/+17
Conflicts: sfx2/Library_sfx.mk sfx2/inc/sfx2/sfxcommands.h sfx2/inc/sfx2/sfxsids.hrc sfx2/source/appl/appserv.cxx svtools/Library_svt.mk Change-Id: I4305d81cb5fd6f5192a29f85835c78f31310b0d6
2012-07-04replace enum SvxBorderStyle with css::table::BorderLineSyleMichael Stahl5-14/+21
Change-Id: I1dadb53f46b23f92d34061ef78dda872bdbcda67
2012-07-03useless sObjectKind stringCaolán McNamara1-3/+1
Change-Id: I6f8de91d71df1bb54f5d63d5b38f9422927c7441
2012-07-03ditch String::CreateFromAsciiCaolán McNamara20-39/+36
Change-Id: I2b482bd323ac510629c5ee31868010b7cd6ce691
2012-07-03hrc cleanup: Remove unused hrc filesThomas Arnhold2-42/+0
Change-Id: I16d83ca3ea0e01f2c0f4115db18b97958e51afde
2012-07-02hrc cleanup: Remove include guardsThomas Arnhold2-5/+6
Also add some missing include guards. Change-Id: I320a3c017ca65d34f2cd516849bcde3dec9b33f1
2012-07-02hrc cleanup: Remove unused fmhlpids.hrcThomas Arnhold1-27/+0
This file isn't included by any other file. Change-Id: I6cba50a07eca1b941360da472d65a4d4e33dd50e
2012-07-02hrc cleanup: Remove unused definesThomas Arnhold1-134/+0
Change-Id: I3fa45e4550295b94a6ab0acf9bcd0b25db73e689
2012-07-02Remove unused definesThomas Arnhold6-28/+0
Some of them were commented out for documentation purpose. Change-Id: I29a6b2cbe774b527f0c3a0be5675160817a7f3ce
2012-07-02hrc cleanup: Remove unused definesThomas Arnhold2-6/+0
Change-Id: Iaa7da7745fc01544d9a503b313479b2450810524
2012-07-02Remove unused tbxdraw.hrcThomas Arnhold3-24/+0
All definitions are unused. Change-Id: Icbfb5f054ebaf674be3720b2cbf81aed0f825938
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks3-12/+3
2012-07-02svx: always set SharedFirst to True for now in SvxHFPage::FillItemSet()Miklos Vajna1-0/+4
This feature is not complete yet (so adding real UI doesn't make sense yet), but the lack of SID_ATTR_PAGE_SHARED_FIRST caused a crash in sw's ItemSetToPageDesc(). Change-Id: I3832b617aba50ad7d451766628bbb005879d25fe
2012-07-02Remove unused header uiks.hxxThomas Arnhold1-80/+0
Change-Id: Iab8bdeb25ca36b203c70b27b172e341f94af26bd
2012-07-01Cleanup in ExternalEditTomaž Vajngerl1-2/+0
Change-Id: I989888693620eecdc6a774feda864b14c76686a5
2012-07-01Remove unused definesThomas Arnhold3-6/+0
Change-Id: Ic36b131ee9964a6671f7f41e1cad1631c43ad565
2012-07-01hrc cleanup: Remove unused resource definitionsThomas Arnhold3-34/+0
Change-Id: Ie3a3a65bfb628195940105d7261464989e9af3fa
2012-07-01Combine popup menu entries and IDs (SID_SAVE_GRAPHIC)Tomaž Vajngerl3-1/+31
Change-Id: I9d0e4f31d073ad416934358c6507dc6564754758
2012-07-01Move "save graphic" dialog title to svx.Tomaž Vajngerl4-7/+32
Change-Id: I1200e66f010525d989bed801240de6813ddf751c
2012-07-01Change "Save graphic" and "Save picture as" to common code.Tomaž Vajngerl6-34/+229
Change-Id: Id860b3220bde3d43eec7c74711e6938e68d01d56
2012-06-29Remove include guardsThomas Arnhold2-6/+0
Change-Id: Ib4ba76d0083e5bd75cc589a55318089c004f591f
2012-06-29Remove some unused defines and controlsThomas Arnhold16-34/+0
Change-Id: I96f76ed6b33f5c786d1e3ab3981a535037a9c1b5
2012-06-29sw: initial HeaderIsSharedFirst / FooterIsSharedFirstMiklos Vajna1-0/+1
It's just like HeaderIsShared / FooterIsShared, enabled by default when header / footer is on. It does nothing yet, but it's read-writable. Motivation: https://wiki.oasis-open.org/office/HeaderFooterFirst Change-Id: I1ccfd0aedd1ac71e9f39b7fd43754264afafc1ef
2012-06-29Remove unused header guards and optionsThomas Arnhold2-20/+0
Change-Id: I391358363a9d30e089b249d894b7abea5a2d1434
2012-06-29Remove UNO includes commentsThomas Arnhold48-103/+0
Change-Id: I48e193322967fb75e93eaf81e9e2110d3056f92a
2012-06-29Remove some more PCH tracesThomas Arnhold1-59/+0
Change-Id: Iafca82ac728feba97fb68523dcb032b0e17e5a3c
2012-06-28Remove avmedia dependency from drawinglayer.Rafael Dominguez1-1/+3
Change-Id: If5c6bacd77783cc58da7fc31043bb9dd5bc4403d
2012-06-28probably the last uses of the one argument String::CreateFromAscii variantCaolán McNamara3-6/+3
Change-Id: I36aab317da2f69f12aaefc24895ad9eaa6b69a7c
2012-06-28remove obsolete SVX_FRAME_USE_LINEINFO:Michael Stahl1-18/+0
the code using that was removed in 7db30f7aa037f52eb07cbb4fd2796bd869204af8. Change-Id: I384d4c9850c7a3f2111827407106137ff0f93236
2012-06-28Enable menu option "Edit witn External Tool.." for Calc.Tomaž Vajngerl7-4/+258
Currently it was only possible to use "Exit with External Tool.." menu option in Writer. Now it is also possible to use this in Calc and in future Draw and Impress. Code has been refactored and extacted out of "sw" into "svx", so other components can use it. Currently there is no cleanup of temporary images after processing was done, and also pinging for changes are still active even when editing in external tool is done. This behavior will be changed in the future. Change-Id: I09969d44dfddbf9183b30ff3fffa2d201c7ae40f
2012-06-27Remove unused header filesThomas Arnhold2-209/+0
These were only referenced by Package_inc.mk... Change-Id: Idc771477595b9d221f9f2003b293fdd1ba7e1588
2012-06-27Remove unused include filesThomas Arnhold7-1357/+0
Those never get included at any point in the code. Change-Id: I17736e005635b9e57759cfc95176a99e7c5e8988
2012-06-27Reduce newline bloat at eofThomas Arnhold16-516/+0
Change-Id: I494ceee07d6825f9466cab810742d7f85291fe14
2012-06-27Get rid of annoying IAccessibility2 commentsThomas Arnhold9-23/+0
Change-Id: Ic1d7ff88e2d9e638deb2579a5fd18f751302d561
2012-06-26re-base on ALv2 code.Michael Meeks1-23/+14
2012-06-25reduce static_initialization_and_destruction chainCaolán McNamara1-2/+1
Change-Id: I0c1b2f2d908c31d1510662880c13504d81445a6a
2012-06-25remove some annoying XubStringsCaolán McNamara1-2/+2
Change-Id: I8c34a344285b6929091788c6b7a5529b48943f94
2012-06-25Remove various commented out definesThomas Arnhold5-78/+0
Most of them in hrc files. Change-Id: I3944f6ed9befd2b498385f61b851790362221a4f
2012-06-25hrc cleanup: Further cleanupThomas Arnhold2-180/+0
Change-Id: I653cfce095ae55bc7644c02669757a17580917e3
2012-06-25rename SvxBorderLine::SetStyle to something unambiguousMichael Stahl4-10/+14
Change-Id: Iec70985319a64cdc3630e15499ac304a7f1aabae
2012-06-22remove bunch of obsolete looking .dxp filesMichael Stahl2-21/+0
Change-Id: Ib06d88890007fd27d6838a5c8829230733d3df97
2012-06-22.dxp files don't need executable bitsMichael Stahl2-0/+0
Change-Id: I5fae2ec81b50203e9d6100f8c938fb3643ff651f
2012-06-22.xml files don't need executable bitsMichael Stahl28-0/+0
Change-Id: I399d086181a9f513cd95157e815551f0be9b9e95
2012-06-22use generic names rather than specific algorithm names when scalingLuboš Luňák1-1/+1
The Lanczos scaling is of very good quality, but it's rather slow, which can be very noticeable with large images, so it's not a very good default for everything. And in general, it's not good to refer to a specific algorithm when all one usually wants is fast/default/best. Some of these changes are a bit of a guess between default/best, but the general logic is that best should be used only for images that won't be large or where the possible waiting does not matter. Change-Id: I53765507ecb7ed167890f6dd05e73fe53ffd0231
2012-06-22Remove empty or non-called methodsThomas Arnhold8-40/+0
empty: ClearTip implOnShapeInserted ImpCopyMarkedPoints ImpMakeDragAttr ImpCopyMarkedPoints ImpMakeDragAttr ImpDelDragAttr ImpMakeCreateAttr Is1stLessThan2nd LinkToListTemplate NewCoreSelection ScrollStart ScrollEnd SetNoOutlineNum non-called: NewCoreSelection Change-Id: Ief273b741aaf49ff66c0dac898686e4def4de0c1
2012-06-22re-base on ALv2 code.Michael Meeks21-498/+309
Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35
2012-06-21replace all but one .hdl include with equivalent .hpp includes.Michael Meeks6-8/+8
Change-Id: I15e94f112144549692d0c2babeb48c77adcb93a9