summaryrefslogtreecommitdiff
path: root/svx/source
AgeCommit message (Collapse)AuthorFilesLines
2012-07-07removed unnecessary forward declarations of classTakeshi Abe16-50/+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 Dominguez7-109/+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 Stahl4-13/+17
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 Arnhold1-24/+0
Change-Id: I16d83ca3ea0e01f2c0f4115db18b97958e51afde
2012-07-02hrc cleanup: Remove include guardsThomas Arnhold1-3/+0
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-02Remove unused definesThomas Arnhold3-4/+0
Some of them were commented out for documentation purpose. Change-Id: I29a6b2cbe774b527f0c3a0be5675160817a7f3ce
2012-07-02hrc cleanup: Remove unused definesThomas Arnhold1-4/+0
Change-Id: Iaa7da7745fc01544d9a503b313479b2450810524
2012-07-02Remove unused tbxdraw.hrcThomas Arnhold3-24/+0
All definitions are unused. Change-Id: Icbfb5f054ebaf674be3720b2cbf81aed0f825938
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-01Cleanup in ExternalEditTomaž Vajngerl1-2/+0
Change-Id: I989888693620eecdc6a774feda864b14c76686a5
2012-07-01hrc cleanup: Remove unused resource definitionsThomas Arnhold1-2/+0
Change-Id: Ie3a3a65bfb628195940105d7261464989e9af3fa
2012-07-01Move "save graphic" dialog title to svx.Tomaž Vajngerl2-3/+27
Change-Id: I1200e66f010525d989bed801240de6813ddf751c
2012-07-01Change "Save graphic" and "Save picture as" to common code.Tomaž Vajngerl2-32/+180
Change-Id: Id860b3220bde3d43eec7c74711e6938e68d01d56
2012-06-29Remove include guardsThomas Arnhold2-6/+0
Change-Id: Ib4ba76d0083e5bd75cc589a55318089c004f591f
2012-06-29Remove some unused defines and controlsThomas Arnhold15-33/+0
Change-Id: I96f76ed6b33f5c786d1e3ab3981a535037a9c1b5
2012-06-29Remove unused header guards and optionsThomas Arnhold2-20/+0
Change-Id: I391358363a9d30e089b249d894b7abea5a2d1434
2012-06-29Remove UNO includes commentsThomas Arnhold42-89/+0
Change-Id: I48e193322967fb75e93eaf81e9e2110d3056f92a
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ž Vajngerl1-0/+170
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 include filesThomas Arnhold2-256/+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 Arnhold7-18/+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-25hrc cleanup: Further cleanupThomas Arnhold1-139/+0
Change-Id: I653cfce095ae55bc7644c02669757a17580917e3
2012-06-25rename SvxBorderLine::SetStyle to something unambiguousMichael Stahl4-10/+14
Change-Id: Iec70985319a64cdc3630e15499ac304a7f1aabae
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 Arnhold4-29/+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 Meeks10-236/+146
Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35
2012-06-21replace all but one .hdl include with equivalent .hpp includes.Michael Meeks6-8/+8
Change-Id: I15e94f112144549692d0c2babeb48c77adcb93a9
2012-06-21re-base on ALv2 code.Michael Meeks173-4076/+2524
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21re-base on ALv2 code.Michael Meeks38-929/+614
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-06-21hrc cleanup: Remove unused definesThomas Arnhold8-28/+1
All of those defines (should) not be used at any point in the code. False positives may exist, because some macro names are getting generated by some template/macro foo. This is the version which compiled fine for me. Also there are many commented out lines removed. Change-Id: I6394024682e4ab3691eb72707a9363d41ba31df8
2012-06-21Remove unused dbexch.hrcThomas Arnhold2-2/+0
The only part where one definition was used was commented out. All other definitions in the hrc file were unused. Change-Id: I257e61b96271685e9321211846a0021059924abe
2012-06-21so many code to just add a minimal border in the galleryIvan Timofeev1-1/+0
Change-Id: Id7349d1ff6547afe0f46404340b20132b97ce854
2012-06-19death to some UniStringsCaolán McNamara1-1/+1
Change-Id: I0fa0c60e12c418d25f8bd96cc04c6abd74b1a608
2012-06-18convert LocaleDataWrapper to OUStringCaolán McNamara9-12/+12
Change-Id: Icb5f5adf9139d1c0f0e86d8128ea6742ce20b138
2012-06-18callcatcher: drop unused macro-generated GetChildWindowId methodsCaolán McNamara9-9/+9
add _WITHID variants for the cases where we (apparently?) still need them. Change-Id: I3b8290869368487f04ecd93a5f3a717de7fd10b4
2012-06-16removed unused forward declarations of classTakeshi Abe3-9/+0
Change-Id: I819d5b931c937ec52b14f60591546d1d86c38631
2012-06-16Dialog for Smooth filterTomaž Vajngerl1-18/+7
Added dialog for smooth (gaussian blur) filter which now accepts a parameter for setting the strenth of smoothing (bluring). Change-Id: Ida6709b060cb5429a63af1994493e716fd0bfebb
2012-06-15callcatcher: chainsaw out some unnecessary codeCaolán McNamara1-5/+0
Change-Id: I88de7a942fbc9e0c51a3261236f5203f037d2392
2012-06-15Avoid bogus "may be used uninitialized" warningStephan Bergmann1-1/+1
Change-Id: Ib763b8ab1e728d400859a7abb355bba182b28684
2012-06-15n757419: Hidden/Non-wrapping text.Muthu Subramanian1-1/+8
Negative values for left-margin plays havoc with the text in this case.