summaryrefslogtreecommitdiffstats
path: root/cui
Commit message (Collapse)AuthorAgeFilesLines
* Dialog for Smooth filterTomaž Vajngerl2012-06-166-15/+172
| | | | | | | Added dialog for smooth (gaussian blur) filter which now accepts a parameter for setting the strenth of smoothing (bluring). Change-Id: Ida6709b060cb5429a63af1994493e716fd0bfebb
* Remove obsolete inetdef.hxxThomas Arnhold2012-06-151-1/+0
| | | | Change-Id: I043e226a1cec527c51cbd91075634d5c9ca371d8
* Give Macro recorder separate option, apart from Experimental featuresCor Nouws2012-06-154-4/+24
| | | | Change-Id: I9dbf5d510ebaff8448a152d75a006a183303bd81
* move zoomitem from svx to sfx2Tim Hardeck2012-06-151-1/+1
| | | | | | | To allow using SvxZoomItem in sfx2 zoomitem is moved from svx to sfx2. This patch does base on Caolán McNamara's patch he sent to the mailing list. Change-Id: I4d245f938d92ad3a20b692f5f76d8e0d00b1a648
* hrc cleanup: Remove completely unused RIDsThomas Arnhold2012-06-152-15/+3
| | | | | | | | | | | These RID definitions aren't used at any other point. So remove them. Unused START and END definitions were commented out for documentation purpose. All definitions in basctl/source/basicide/tbxctl.hrc were unused, so I removed this file. Change-Id: I4713188a12b9da912b2a91b85ea4e54ca1aeb994
* Remove dead codeThomas Arnhold2012-06-151-1/+0
| | | | Change-Id: I65fe534a712ddcdd01b1f393a8244f603e891dc8
* fdo#51046 fix tab order in About boxAndras Timar2012-06-132-2/+2
| | | | Change-Id: Ib15db39659faae398ae3d33f01886c43c0a3b507
* reduce use of UniString ctor from null-terminated unicodearrayCaolán McNamara2012-06-131-1/+1
| | | | Change-Id: I98361309ada084d8f78517ce88f210d785f59cc0
* remove unused SfxFilterPtrArrMichael Stahl2012-06-121-2/+0
| | | | Change-Id: Iea1e44f40a1e2d51947cdeff4f8948f3612dc25c
* Convert SV_IMPL_PTRARR(SfxFilterPtrArr) to std::vectorNoel Grandin2012-06-122-5/+1
| | | | Change-Id: I6b0fee0f5d736006938d3d6ab69745219bffa227
* Convert SV_DECL_PTRARR_DEL(SvxGroupInfoArr_Impl) to boost::ptr_vectorNoel Grandin2012-06-122-27/+9
| | | | Change-Id: I90d357107f69ea5939952e9640b5e1f4cbdcec3d
* Convert SV_DECL_PTRARR_DEL(SvxNumSettingsArr_Impl) to boost::ptr_vectorNoel Grandin2012-06-122-18/+14
| | | | Change-Id: I1d53e6815c4da5ef5f525dbc11bca73723bb3bd2
* Convert SV_DECL_PTRARR_DEL(SfxGroupInfoArr_Impl) to boost::ptr_vectorNoel Grandin2012-06-122-24/+18
| | | | Change-Id: I90628a60e3eb33097728e1036b22a5c000be02bc
* Convert SV_DECL_PTRARR_DEL(NfCurrencyTable) to boost::ptr_vectorNoel Grandin2012-06-121-2/+2
| | | | Change-Id: I4e288a90f3b1662462ba06053343c8bab5fe46cf
* Convert SV_DECL_PTRARR(SvBaseLinks) to std::vectorNoel Grandin2012-06-121-6/+6
| | | | Change-Id: I9197dc4fd7ed32f030de8121913265ec78c83585
* remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara2012-06-116-24/+16
| | | | Change-Id: Ib9797fe97cd008cc6508ce8cec47dc5373416892
* Do what the TODO said: Remove unused member and inclusion of vcl/virdev.hxxTor Lillqvist2012-06-091-0/+1
| | | | | | Add header back in a few C++ files elsewhere. Change-Id: I041ed39ff9bb26d1f42f3614ca50dbc085f13861
* Remove superfluous include commentsThomas Arnhold2012-06-0940-56/+0
| | | | Change-Id: Icd57ca7fd89e30c190c1b06dbe67c30bea8d1b59
* Hide aAuthorFT fixed text, too, when the button is hiddenAndras Timar2012-06-071-1/+1
| | | | Change-Id: If8cd9a9f9e5518d054b9648cde28d996454480c5
* fdo#50809 use the word 'Comment' instead of 'Note' everywhereAndras Timar2012-06-071-3/+3
| | | | Change-Id: Ia42060d415516a1ba8e23f913875786fe27c9710
* Fix for fdo#49859 Impress bullet indent data entryStephan van den Akker2012-06-071-0/+5
| | | | | | This fixes fdo#49859 - numbering alignment or indentation is not applied in Impress, by making the tabpage deactivate force-read the values.
* fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin2012-06-061-2/+3
| | | | | | | Update code to use factory method URLTransformer::create Change-Id: I3fd2e838497bcfd8fc949615c0e7d60a6ea47118 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
* Make the new About dialog a little nicerStefan Knorr (astron)2012-06-052-36/+38
| | | | | | | * remove weird bevel from background * remove hardcoded button text color * make Close button visible * move buttons below copyright text
* Correct Receiver to Recipient in Hyperlink dlgStefan Knorr (astron)2012-06-051-1/+1
| | | | Change-Id: I8e0239fa8d51af1c3dd0c841fa4e59989377a0e4
* Use BMP_SCALE_LANCZOS instead of BMP_SCALE_INTERPOLATE.Jan Holesovsky2012-06-051-1/+1
| | | | | | | Where we explicitly ask for better quality, use BMP_SCALE_LANCZOS, instead of BMP_SCALE_INTERPOLATE. Change-Id: I28ddf3290204532a8660e09ee9ab0949b6ce1c73
* Revert "Dupe code removal in cui"Ivan Timofeev2012-06-051-0/+1
| | | | | | FI is an image, FT is a text... This reverts commit ecdd0501c809e8f283a09cc320a539b828bfec2f.
* Add ODF1.2 extended-but-more-compatible modeThorsten Behrens2012-06-051-0/+1
| | | | | | | | | | With several legacy pre-ODF1.2 and ODF1.2-only consumers out there, folks wanted a more backward-compatible ODF1.2 extended mode, that uses stuff deprecated in 1.2, and/or is 'bug-compatible' to older OOo-versions. Therefore, adding ODFVER_012_EXT_COMPAT, and sticking it to several attributes that were ODFVER_LATEST before.
* Dupe code removal in cuiThorsten Behrens2012-06-051-1/+0
|
* fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin2012-06-043-74/+58
| | | | | | | Update calls to factories to use new ::create methods Change-Id: I01d4417820f52718836c92faf3c2fae0dc96b30d Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
* scatterbrain forgot to amend the previous commitIvan Timofeev2012-06-041-6/+4
| | | | Change-Id: Id26bb075d02be3d6ddfd457afd36c5d1114122e4
* remove the border from the options dialog, use just a separator insteadIvan Timofeev2012-06-044-35/+27
| | | | Change-Id: Ie1ca686a6bc7aea223837ab4c1ec0dad82b43073
* targeted string re-workNorbert Thiebaud2012-06-022-110/+98
| | | | Change-Id: Iaa2b9518d7f24960749a83508a2122364a2b05e9
* Revert "cleanup obsolete comments"Thorsten Behrens2012-06-011-1/+18
| | | | This reverts commit 04df950dcc432834bbc2d3a27e13a7817eb775d5.
* Use TP_WIDTH & TP_HEIGHT for the Connection options page.Kohei Yoshida2012-05-301-2/+3
| | | | Change-Id: I1142b691bc964e3fb12d25ca885dbc5c09cb85c7
* Use TP_WIDTH & TP_HEIGHT for the accessibility options page.Kohei Yoshida2012-05-301-1/+2
| | | | Change-Id: Idec88ec05a9a67693e0e5892ca87aa612b09b069
* targeted string re-workNorbert Thiebaud2012-05-291-2/+2
| | | | Change-Id: I6ce76c22118586b213161a0e307a53b22b318004
* Resolves: fdo#50476 Dots inside quoted sentences get removed on "Correct All"Caolán McNamara2012-05-291-19/+32
| | | | | | | | refactor the dodgy dot replacement code so that all the replacement paths go through the same logic so that "Change All" does the same thing as repeated "Change"s Change-Id: Id63968e03409f676200a9ac546f7baa398f2eff8
* resize options dialog to fit to increased tab heightDavid Tardon2012-05-261-2/+4
| | | | Change-Id: I6255eba78aa4e012e6d29b7faed5f3bbc5302d25
* Resolves: fdo#40778 wrong type used for callback argCaolán McNamara2012-05-222-3/+3
| | | | Change-Id: If97589c7b7ad647b22de229a6161b4fd78c757c8
* Some cppcheck cleaningJulien Nabet2012-05-201-2/+1
| | | | Change-Id: Ic30cdeffabec1eb1a6c153ac450a3d28064ef534
* Related: fdo#40778 use simple pushbutton for add to single user dictCaolán McNamara2012-05-174-6/+33
| | | | | | | | for "add" an unknown word to user-defined dictionaries a) use a normal button when there's only one user-defined dictionary b) use a dropdown when there's more than one user-defined dictionary Change-Id: I8a8eb3fff6c4582341d8322df403b73a517a5560
* fdo#49921 make sure all tab pages have the same dimensionsDavid Tardon2012-05-1739-71/+71
| | | | | | | | | | 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
* removed unused constant rtl::OUStringTakeshi Abe2012-05-164-8/+0
| | | | Change-Id: I173275e0f8faa852500d108f65636080f79636c6
* TDE integrationNorbert Thiebaud2012-05-142-0/+9
| | | | Change-Id: I6f468005c8d8d99d9251a9c4fe4629b98bc4aa5e
* Revert "fdo#49421: the "Available language modules" list is too small and ...Ivan Timofeev2012-05-081-1/+1
| | | | | | | | which is no longer relevant since 6a64e5bbd43e262d87e291dcc411628efac61fde This reverts commit 31182ed08494ed6afa3371aa246b155c6b58e8b3. Change-Id: Idbcd6b2e21b1e0e93b167c78ff361c81cf25c978
* fdo#49421: the "Available language modules" list is too small and unusableIvan Timofeev2012-05-061-1/+1
| | | | Change-Id: Ie1b68176765dec49307fb8928738073052188ccf
* fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold2012-05-042-4/+3
| | | | Change-Id: I50f0887ceb4517d7ef234f970ca2ba679d533382
* fdo#31005 Writer: Undo support for "Repeat Heading" in autoformat applicationMuhammad Haggag2012-05-031-1/+1
|
* Improved error reportingStephan Bergmann2012-05-031-2/+2
| | | | Change-Id: I5e9bb4c5ebfc92547e13d4ec04ce1af85591c4a5
* accessibility resources in the wrong dialog definitionCaolán McNamara2012-05-021-92/+25
| | | | Change-Id: Ib3fe9b6a5b0a26343142044be5e638be46276f27