summaryrefslogtreecommitdiff
path: root/cui
AgeCommit message (Collapse)AuthorFilesLines
2014-01-25some more CMYK -> CYMKThomas Arnhold2-4/+4
2014-01-24Replace "cymk" by "cmyk"Julien Nabet2-2/+2
See http://en.wikipedia.org/wiki/CMYK_color_model Change-Id: Ie0264694f7daf6c5de1c7c056e16e10bda2b24ac
2014-01-24coverity#1158202 Dereference null return valueCaolán McNamara1-2/+3
Change-Id: I7a39b28cd295d0ab2dd4ba54fd9ff312f89764b7
2014-01-24fdo#56954, fdo#73868 grammar checking UI fixesLászló Németh1-0/+3
Change-Id: I20577ba3bfbd12a89d34892a8f32d9c2b741f4dd
2014-01-23Resolves: fdo#73970 CMYK labels are switchedJulien Nabet1-2/+2
Change-Id: Ie6a2aa5b1123c0ab752e10c4e587ef780784b247
2014-01-23coverity#1158465 Uninitialized pointer fieldCaolán McNamara1-0/+2
Change-Id: Ic53e3f8165595ef2b8a6241003bce736f936db3a
2014-01-23SfxNoLayoutSingleTabDialog not needed anymoreCaolán McNamara9-9/+9
all single tab dialogs are .ui enabled now. So now we can remove SfxNoLayoutSingleTabDialog and merge SfxSingleTabDialog and ~SfxNoLayoutSingleTabDialogBase together Change-Id: If0acc792d85b7d399572257d7e9b0e12993ba3fe
2014-01-23bool improvementsStephan Bergmann1-1/+1
Change-Id: Idaa24320585f3d2e3ca50c82b1a34fc2c523e56e
2014-01-23drop now unused hidsCaolán McNamara1-3/+0
Change-Id: I1637b65b96f3ac74cd6d393b046442814c101865
2014-01-23make event assign dialog horizontalCaolán McNamara3-1/+85
Change-Id: Iea4d43b8f3dc52b4ec77a145347552bbcf09f062
2014-01-23convert event assign page to .ui formatCaolán McNamara11-275/+352
Change-Id: I99312fdba95a868c836af6452abec31565f2d067
2014-01-23rename SfxConfigFunctionListBox_Impl to SfxConfigFunctionListBoxCaolán McNamara5-20/+20
Change-Id: I753744adf106d515abdc5caf2b29c53962aeae71
2014-01-23rename SfxConfigGroupListBox_Impl as SfxConfigGroupListBoxCaolán McNamara5-24/+24
Change-Id: Id2e25b5feecc0bab5b4e926e5fe44320979d89ba
2014-01-23adjust macro assign dialog to have horizontal buttonsCaolán McNamara3-1/+84
Change-Id: I9acb9a85f7172e492818fecea73f64a2a1071a4b
2014-01-23convert macro assign page to .uiCaolán McNamara9-264/+324
as seen in calc->right click on tab->sheet events Change-Id: I4df1e1c7f79f4f6431905bfc286a0f9d214ccf6c
2014-01-22Only allow approved border styles in cell borders.Kohei Yoshida2-30/+66
Line styles such as inset, outset, embossed etc are not supportable in Calc. So, don't show them in the UI. Change-Id: Ie7be74193d01e13a79132a979e2d9a2e4d06de3f
2014-01-22rename _HeaderTabListBox to MacroEventListBoxCaolán McNamara5-16/+16
Change-Id: I310b1e0c48723b383b9eb15b8df763bac3bfd687
2014-01-22split resize parts of ConnectElements into ::ResizeCaolán McNamara2-19/+19
Change-Id: If338bf70537883e575e9137fe749675b301c27fe
2014-01-22comment out of dataCaolán McNamara1-1/+1
Change-Id: Id509b4ffa7f891de2435c462df01e9b75167777b
2014-01-22as far as I can see there is no users of SvxShortcutAssignDlgCaolán McNamara3-43/+0
Change-Id: I624500b149abbcc6f5fb7e16f68b852d8a2c0f29
2014-01-22bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann5-19/+19
Change-Id: I9869d9709f28b68ef7b518527175589d80644668
2014-01-22bool improvementsStephan Bergmann1-7/+7
Change-Id: If7deafb3b2977b2efad53d6d87d2afa524475d4b
2014-01-22fdo#73917 spelling dialog: don't report fully ignored words againLászló Németh2-6/+9
Change-Id: I2a8503fd2c3babab844e9cd026a57c438e015254
2014-01-22bool improvementsStephan Bergmann9-17/+17
Change-Id: I63078dd1ac7119d2886d4183e7267eeff3365b87
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann2-5/+5
3af99e4d59d89c343965a928681a30f36b1007d2 "convert equalsAsciiL calls to startsWith calls" should rather have converted to oprator ==. Change-Id: Id4a8836c5d6d570e54661c40be7214632e202b21
2014-01-20require icu_headers hereCaolán McNamara1-0/+1
Change-Id: Iee8d757f29c03e71e48c211966daaa89548710b4
2014-01-20Related: #i56998# use FUNIT_PERCENT instead of FUNIT_CUSTOM...Tsutomu Uchino3-21/+12
with percent CustomUnitText on metric fields (cherry picked from commit 4f5b26a97dbaef964af1fe323f24109b987cb952) Conflicts: chart2/source/controller/dialogs/tp_3D_SceneGeometry.src chart2/source/controller/dialogs/tp_SeriesToAxis.src cui/source/dialogs/zoom.src cui/source/options/optgdlg.src cui/source/tabpages/autocdlg.src cui/source/tabpages/backgrnd.src cui/source/tabpages/chardlg.src cui/source/tabpages/grfpage.src cui/source/tabpages/numpages.src cui/source/tabpages/paragrph.src cui/source/tabpages/tabarea.src cui/source/tabpages/tabline.src cui/source/tabpages/tparea.cxx cui/source/tabpages/tplnedef.cxx sc/source/ui/pagedlg/pagedlg.src sd/source/ui/animations/CustomAnimationDialog.src starmath/source/dialog.cxx starmath/source/smres.src svx/source/dialog/fontwork.cxx svx/source/sidebar/area/AreaPropertyPanel.src svx/source/sidebar/graphic/GraphicPropertyPanel.src svx/source/sidebar/line/LinePropertyPanel.src svx/source/tbxctrls/fontworkgallery.src sw/source/ui/frmdlg/column.src sw/source/ui/misc/pgfnote.src Change-Id: I8acc5f7fc80d4366750ad38fabbf49b02f013f7c
2014-01-20Related: #i56998# use locale rules to format percentage...Caolán McNamara2-2/+6
in Combine single line paragraphs option in AutoCorrect dialog Change-Id: I5af78ff31031a92a4f772d9c26bee05c3695cad1
2014-01-19make strings localizable in *.ui (bin/ui-translatable.sh)Andras Timar1-3/+3
Change-Id: I60b74cecc17352681fac7dfa0e41114515dbd6f5
2014-01-18Window::PreNotify should return boolStephan Bergmann14-28/+27
Change-Id: Ic9903fd887f2c3fab2630ebeb20df39392177c8d
2014-01-17Be explicit when using bool as integral value (as Link return value)Stephan Bergmann1-1/+1
Change-Id: I3b345be909ed2cb93cd0d478af4b26c9909d2726
2014-01-17need to call SetFrameSize on ResizeCaolán McNamara2-0/+6
otherwise if the crop tab is not the initial tab shown then it doesn't repaint correctly when it is shown Change-Id: Ie61819fe3fb089b716547fa5e54352ae04fd8087
2014-01-17Window::Notify should return boolStephan Bergmann12-14/+14
Change-Id: I72081b1022582c8b6f95a611e21d9c78f7581efe
2014-01-17fix up logic to hide empty frames for e.g. field format in dbaccessCaolán McNamara2-0/+18
Change-Id: I85a71cbc3f072940a369c10e13fe40a13008df66
2014-01-17Translate German DBG_ASSERT() message to English.Sven Wehner1-6/+6
Change-Id: I647d55c2b64ab3ea8b33a132e998ed023d91f000 Reviewed-on: https://gerrit.libreoffice.org/7497 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-01-17Translate German ("kein break") comments to English ("no break").Sven Wehner1-1/+1
Change-Id: Ibbc706d1c3cd36e21da2a15077392f9d75ba39fd Reviewed-on: https://gerrit.libreoffice.org/7498 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-01-17Resolves: #i123887# Factory settings -> Default settingsAndrea Pescetti1-3/+3
Change-Id: I0864a0d2d8a13d57755928862810dd07e2718197
2014-01-16Introduce com.sun.star.frame.theGlobalEventBroadcaster singletonStephan Bergmann1-2/+2
...to supersede com.sun.star.frame.GlobalEventBroadcaster single-instance service. Change-Id: I74ecaadadb4c600d39979aa7c13b6389bed38fd7
2014-01-14bool improvementsStephan Bergmann5-8/+9
Change-Id: Idc397c918980ba4bb47fb73fbd0e6dd11fb6d0b7
2014-01-14EndDialog takes long nResult, not boolStephan Bergmann2-2/+2
Change-Id: Ic6283b7a71a5d1c539ae99155f448e34e877080a
2014-01-14Dialog::Execute does not return boolStephan Bergmann2-31/+11
Change-Id: I4d1c0b6f0586e2ff7adc5aae524a14c9eaa2dc3b
2014-01-14nFlags parameter to Window::Hide appears effectively unusedStephan Bergmann4-5/+5
...there was a handful of Hide(true) calls, which would happen to actually mean Show(false, SHOW_NOPARENTUPDATE) but I assume those were typos rather than genuine requests for SHOW_NOPARENTUPDATE. Change-Id: I20310d58437bb556f95965885f82784f855b517d
2014-01-14Use std::bitsetStephan Bergmann1-3/+6
Change-Id: Id816d1da328e83197e0b1b4641ed894b62f1c78b
2014-01-13SvTreeListBox::ExpandingHdl should return boolStephan Bergmann2-3/+3
Change-Id: I39a854910299ab2e7c64beabda381bb9f0bd2891
2014-01-11WaE: unsafe mix of type 'sal_Bool' and type 'bool'Tor Lillqvist1-1/+1
Change-Id: I9b09447dbc91c130827d1f38537b5703689e12fa
2014-01-10Resolves: fdo#73260 fix Registered Database single tab dialogCaolán McNamara4-16/+13
Change-Id: I71bfe44b3d1f88a44a2c53b10c6880c2a3a4ede0
2014-01-10select elements that are to shrink when not enough spaceCaolán McNamara1-8/+15
options->language settings (fr) Change-Id: I32ccb9c7d1b131d91b99ed983cbba46f7d9a6821
2014-01-10stray FOOCaolán McNamara1-1/+0
Change-Id: I3185356d9c61f730c613b5a4b7e62d510bc0424e
2014-01-10SfxPoolItem::operator ==, != should return boolStephan Bergmann8-12/+12
...and SfxEnumItemInterface::HasBoolValue, too. Change-Id: Ia032e3d35a4c3b4c1efdc515ca36e466be03fc0a
2014-01-09wrong title, copied and paste from its neighbourCaolán McNamara1-4/+4
Change-Id: Ib9b7eb21cacdf864f309a0a853d64f299ec7b74c