summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Collapse)AuthorFilesLines
2012-07-24Fix fdo#51943 - prevent lose focus event to close popup.Thorsten Behrens2-7/+16
This is a follow-up bandaid for fdo#48096 side-effects, which in turn was a band-aid for side-effects caused by ooo-build's toolbar-decorations-svx.diff. Fix instructs vcl to not auto-close the floater on losefocus events, which at least on OSX comes _before_ we even see the mouse button down event. Change-Id: I21896c4169addffdf2af920a37e0e3786438cc4e Signed-off-by: Thorsten Behrens <tbehrens@suse.com> Signed-off-by: Fridrich Strba <fridrich.strba@suse.com> Signed-off-by: Petr Mladek <pmladek@suse.cz>
2012-07-24fdo#44534 invalidate bound rect after drag&dropDavid Tardon1-0/+2
Change-Id: Ie3319870ae26e9e2cac32641a33be62e4e020c02 (cherry picked from commit b480f91968a3df16a655585fba494425aea725dc) Signed-off-by: Caolán McNamara <caolanm@redhat.com> Signed-off-by: Stephan Bergmann <sbergman@redhat.com> Signed-off-by: Petr Mladek <pmladek@suse.cz>
2012-07-09- fdo#45830 - Language/User Interface: current choice indicated as defaultRob Snelders2-0/+12
Change-Id: I3ac2e8e3219c12be84ce38cb98342f0dce0d6476
2012-07-04replace enum SvxBorderStyle with css::table::BorderLineSyleMichael Stahl5-14/+21
Change-Id: I1dadb53f46b23f92d34061ef78dda872bdbcda67 (cherry picked from commit 8b4593948582c3b5b3d013bd751bb19ffd37a31b)
2012-07-04rename SvxBorderLine::SetStyle to something unambiguousMichael Stahl4-10/+14
Change-Id: Iec70985319a64cdc3630e15499ac304a7f1aabae (cherry picked from commit 463e59d680467a7b0d30ae956935a444c513de9e)
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. Conflicts: svtools/source/graphic/grfmgr2.cxx Change-Id: I53765507ecb7ed167890f6dd05e73fe53ffd0231
2012-06-05Use BMP_SCALE_LANCZOS instead of BMP_SCALE_INTERPOLATE.Jan Holesovsky1-1/+1
Where we explicitly ask for better quality, use BMP_SCALE_LANCZOS, instead of BMP_SCALE_INTERPOLATE. Change-Id: I28ddf3290204532a8660e09ee9ab0949b6ce1c73
2012-06-05drop a XubStringCaolán McNamara1-1/+1
Change-Id: Ibf53fc9f2ae47101c5631147f383f5452a7bfe62
2012-06-04fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin1-88/+82
Update calls to factories to use new ::create methods Change-Id: I01d4417820f52718836c92faf3c2fae0dc96b30d Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
2012-06-02targeted string re-workNorbert Thiebaud5-55/+55
Change-Id: I33d07b10cd862d601604a557382a4ab66f67a1fd
2012-06-02targeted string re-workNorbert Thiebaud6-21/+21
Change-Id: I8256b300bd50e0aed8bee364ebe518087969d184
2012-06-02targeted string re-workNorbert Thiebaud6-60/+60
Change-Id: I2bc945813d433a32dd7102a539105a3247e72d2c
2012-06-01targeted string re-workNorbert Thiebaud6-72/+70
Change-Id: I91a8a1410fc9a3a48b77f980c01b51bdacf6b02b
2012-05-31rtl::OUString::intern( blabla ) -> rtl::OUString( blabla )Fridrich Štrba1-1/+1
Change-Id: Ic114483f4fea528eaf9cd1f8eeb561693feb0664
2012-05-30targeted string re-workNorbert Thiebaud7-44/+44
Change-Id: Id47f6b85f2516826108ea2b2be9ef6fccf1ba264
2012-05-31nuke unused typedefTakeshi Abe2-3/+0
Change-Id: I8848d0e687c3b19be1a8bc1f41c2a0c94e13bbbf
2012-05-30svxcore: needs also generated header from connectivityMatúš Kukan1-0/+1
Change-Id: I4279f9e6024e7128286e8b2d6343deee944866b2
2012-05-29targeted string re-workNorbert Thiebaud1-8/+8
Change-Id: If9a9889fa36bc76c9afed295568ed9a05de4587f
2012-05-29targetted SAL_N_ELEMENTS reversion.Michael Meeks15-33/+33
Change-Id: I30be93ccaeb1f9fd17cbe9e3ed3165e094810b2e
2012-05-29svxcore needs headers from connectivityDavid Tardon1-0/+4
Change-Id: I929dc661bde5eb7ff49831d5c041c62d808a6219
2012-05-25status bar: Get rid of STD/BLK/..., and introduce a menu for that instead.Jan Holesovsky5-92/+141
Nobody know what these acronyms stay for; so instead use an icon, and a menu that contains the full descrption. Tooltip now says what is active. Change-Id: I21a67c5456c96081797c1cb88d2a980d161a1c0c
2012-05-24Removed unused SfxMedium::bDirectStephan Bergmann6-7/+7
See the TODO comment in sfx2/inc/sfx2/docfile.hxx about a temporary SfxMedium ctor overload to find not yet adapted uses of another overload, to be removed again in due time. Change-Id: Ie22c33c32f8870ce6ebf6d500abc7a4e33d97183
2012-05-24convert ResStringArray to rtl::OUStringCaolán McNamara4-9/+7
Change-Id: I51b86a10caa5da6e12583c2b22404b0d9282b13d
2012-05-23status bar: INSRT/OVER -> 'Overwrite' shown only when in overwrite mode.Jan Holesovsky3-15/+25
Idea by Mirek M. - thank you! Additionally introduced a tooltip showing more verbose text when in overwrite mode. Change-Id: I1236253bc6c97809ebed872fe86233cc08f41345
2012-05-22zoom slider: Implemented design by Mirek M.Jan Holesovsky2-40/+16
Simpler, and more light-weight now. Change-Id: I1d512f92714b0836dc75a187024af263e208484f
2012-05-21deleting NULL is safeTakeshi Abe1-4/+2
Change-Id: Iad17d77d61eccf0973fff0da91089e7a59fc9df0
2012-05-21removed unused #definesTakeshi Abe1-4/+0
Change-Id: I2aeba0342e46c3a4bd50f49b8a43ebb125269dfa
2012-05-19Fix Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2-7/+7
Change-Id: I4ebb1027151c3bc34f81fb1e13de6c4c5cfed54d
2012-05-17removed unused const rtl::OUStringTakeshi Abe6-8/+0
Change-Id: I7c3409ac39e690fcf2f7e4085bf6857e6bd182fb
2012-05-17fdo#49921 make sure all tab pages have the same dimensionsDavid Tardon2-3/+3
The reason is that they can be combined arbitrarily in dialogs, so changing, e.g., height of one tab can lead to "interesting" results. Cf. commits 8631dbf85fb5ed56d225e32ea5a9c36c96b0d649 and 29042d096a2c5812ae179e1553367afd21b0f71e that were the cause of the problem described fdo#49921. Change-Id: I9995002a2bd5c3604bdfa06dc817916ce61c558d
2012-05-16removed unused constant rtl::OUStringTakeshi Abe1-3/+0
Change-Id: I173275e0f8faa852500d108f65636080f79636c6
2012-05-16remove unneeded include of boost/bind.hppCaolán McNamara2-2/+0
Change-Id: I5a254459a491b9547530d8e312260dceed21f25c
2012-05-14convert GetComment family to rtl::OUStringCaolán McNamara4-45/+45
Change-Id: I563ab83a24ca4f839892548b350486e83dd071d3
2012-05-14fdo#49750 findbar: try to fill empty textfield with selected textMiklos Vajna1-1/+19
Change-Id: I583bb91e7fc325557abcc0756506133112da895c
2012-05-11Removing EXTENDED_DATE. There is really no such thing.Kohei Yoshida1-1/+1
This can be safely substituted by the normal DATE. Change-Id: I I6b4ccfa342a8d7b638b013cdce64a0b7ff477ec0
2012-05-11removed unused static dataTakeshi Abe1-4/+0
Change-Id: I76d0aaaee472e1ce114b98c22a7e8e570d5f45c5
2012-05-10normalize variable names in gbuild user makefilesMichael Stahl1-10/+10
Variables should have module name as prefix to prevent collisions.
2012-05-05Resolves: fdo#49340 GetFocus during dtoring causes reentry to dying windowCaolán McNamara1-0/+1
Change-Id: I79cf2dcd3e1126e95a8d89d7ebcfea0c06cbdb05
2012-05-05Use UNO's field type values for the SvxFieldData class IDs too.Kohei Yoshida1-1/+3
Change-Id: I Iae5abcd0936f176b0b8976b6ea50cfe3e18593b4
2012-05-02!= instead of < for comparison with end iteratorJulien Nabet2-3/+3
Change-Id: I7baa34c1cf7161fb55914d41b451b842ad4ab0c8
2012-05-03include header for ConvertGDIMetaFileToWMF()Takeshi Abe3-8/+3
Change-Id: Ic80c12a3e9c4cb5e3ce01fa84384e1c7bdbe3057
2012-05-03nuke dead codeTakeshi Abe6-190/+0
Change-Id: I1884cfcbe7276d902ba3f8525ffe39c7f33b729e
2012-05-03sal_Bool to boolTakeshi Abe1-3/+3
Change-Id: I18a1b214982ddcd8189dfa2eff2ec2811293b3cc
2012-05-03removed unused definesTakeshi Abe6-12/+0
Change-Id: I14ff1f7631949dcc9842147aa34f4aa5987664e8
2012-05-02Cleaned up CommandLineArgsStephan Bergmann1-5/+1
* Support for dead arguments has been removed. ** Especially, dead UCB_CONFIGURATION_KEY1/2_xxx values have also been removed, and code initializing UCB has been simplified accordingly. * For the sake of simplicity, behaviour has been changed slightly. For example, passing both --calc --writer now always lets --writer win (whereas in the past the one mentioned first, i.e., --calc in this example, would win). Change-Id: Id40a19b9ef96db0d439cadd96ba491bf640d28fb
2012-04-30fdo#48536: prevent lineends from exceeding the background areaIvan Timofeev1-5/+4
Change-Id: I17d404640494c3964bdbada8f855af6e97823c2d
2012-04-30make ResId::toString a non-static memberCaolán McNamara17-58/+59
Change-Id: I756c0a19bea7b1cc0e290d9f382a04d655819bfb
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-1/+0
this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
2012-04-28extract ImplTwipsToMM/ImplMMToTwips into a common headerTakeshi Abe7-28/+37
Change-Id: I8d4aa1326a6e9f903b536ec2656155bfe1ce4988
2012-04-28removed unused definesTakeshi Abe12-55/+0
Change-Id: I892902a8a4c6c01092d53019bc8a1b3f88667a4f