summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-07-05Related: #i121513# Remove deprecated UnoControlThrobberModelAriel Constenla-Haile
(cherry picked from commit 5569d97f06a0299e41b91ca248bf7eaa038b1f21) Conflicts: icon-themes/human/toolkit/source/awt/spinner03-grey_01.png icon-themes/human/toolkit/source/awt/spinner03-grey_02.png icon-themes/human/toolkit/source/awt/spinner03-grey_03.png icon-themes/human/toolkit/source/awt/spinner03-grey_04.png icon-themes/human/toolkit/source/awt/spinner03-grey_05.png icon-themes/human/toolkit/source/awt/spinner03-grey_06.png icon-themes/human/toolkit/source/awt/spinner03-grey_07.png icon-themes/human/toolkit/source/awt/spinner03-grey_08.png icon-themes/human/toolkit/source/awt/spinner03-grey_09.png icon-themes/human/toolkit/source/awt/spinner03-grey_10.png icon-themes/human/toolkit/source/awt/spinner03-grey_11.png icon-themes/human/toolkit/source/awt/spinner03-grey_12.png offapi/com/sun/star/awt/UnoControlThrobber.idl offapi/com/sun/star/awt/UnoControlThrobberModel.idl offapi/com/sun/star/awt/XThrobber.idl offapi/com/sun/star/awt/makefile.mk offapi/type_reference/typelibrary_history.txt offapi/type_reference/types.rdb rat-excludes swext/mediawiki/help/component.txt swext/mediawiki/src/com/sun/star/wiki/WikiDialog.java swext/mediawiki/src/com/sun/star/wiki/WikiEditSettingDialog.java swext/mediawiki/src/com/sun/star/wiki/WikiPropDialog.java swext/mediawiki/src/description.xml toolkit/AllLangResTarget_tk.mk toolkit/inc/toolkit/helper/servicenames.hxx toolkit/source/awt/vclxtoolkit.cxx toolkit/source/awt/xthrobber.cxx toolkit/source/awt/xthrobber.hrc toolkit/source/awt/xthrobber.src toolkit/source/controls/tkthrobber.cxx toolkit/source/helper/registerservices.cxx toolkit/source/helper/servicenames.cxx toolkit/src2xml/src.lst toolkit/util/toolkit.xml Change-Id: Ic415a96fe6ba7040a3b03fd562f997d2df1516d6
2013-07-05Updated coreMiklos Vajna
Project: help 4732bf3f42cdd828dab4389641a5dbf3f0436362
2013-07-05writerfilter: PropertyMap::Insert's bIsTextProperty parameter is unusedMiklos Vajna
Change-Id: I2d55043490f895ef439e88bcd1fed51b857255be
2013-07-05updatesiqi
Change-Id: Id753e678cef74a54c02ed2d0042d7654117f6844
2013-07-05messsiqi
Change-Id: I8a1ac6e17c46c4c0bfee4b32731a5f2ac66147f6
2013-07-05messsiqi
Change-Id: I34918402d713e3cb0df80f1eb662f61b5ddfed02
2013-07-05rebasesiqi
Change-Id: I7dcad32a9dff9d35e9641e80d9a8986a8b84889e
2013-07-05fetch old work..siqi
Change-Id: Ic1912538c9cac1bf661e8356232d4f63663c64a4
2013-07-05conflictsiqi
Change-Id: I70fe3777885b3a07f813a0222d5559382cfc657f
2013-07-05swipe to deletesiqi
Change-Id: I44bd989f301b3da5a1c821d065b55c95df6dbce6
2013-07-05connect to server list implementedsiqi
Change-Id: I7a59c79119be610b85ec5b048d920603a5cb2eb6
2013-07-05threading fixes & preview screensiqi
Change-Id: Ifc80aee5c2fa5f73a0115c840f11f1140dde810a
2013-07-05IP validationsiqi
Change-Id: I9852efb8acf590242da762de2f9fcde445ec9a66
2013-07-05swipe to deletesiqi
Change-Id: I44bd989f301b3da5a1c821d065b55c95df6dbce6
2013-07-05retain servers in userdefaultssiqi
Change-Id: I2f6947423e3b5e1613de5658c691a3b6fca94d8b
2013-07-05connect to server list implementedsiqi
Change-Id: I7a59c79119be610b85ec5b048d920603a5cb2eb6
2013-07-05fixup nanosecond precisionLionel Elie Mamane
Change-Id: Ia33b811d56fe5ad5e7e844b3e1c1c25ece0b5396
2013-07-05Resolves: #i55152# the listbox in the filter selection dialog should be sortedHerbert Dürr
(cherry picked from commit 47fc3a3278a7aac0ba2d8f47eb10a83c0a5f40c7) Change-Id: I07215bb62dbedcb2d9baa0fd6d66a3ebe30f540e
2013-07-05tweak so buttons don't take on height of the combined extra load/save widgetsCaolán McNamara
Change-Id: Idc294a90f97cf1ae70109a04ad9963fe1e867f78
2013-07-05Oups, Revert "Remove "!!""Julien Nabet
This reverts commit f53bebb800ac35ee948640e57bcfff3ca59fd833.
2013-07-05Fix some idl descriptionsJulien Nabet
Change-Id: I983ba19bebceb4f38ca51f8c60204c91b78bc965
2013-07-05Remove "!!"Julien Nabet
Change-Id: I14bc066fa6383bf33260d65a99a1036fde62b108
2013-07-05Missing slash that prevents windows signingFridrich Štrba
Change-Id: I7c84e861f45643a0e66504d10b5d76b2dbb6f629
2013-07-05Mark as constTakeshi Abe
Change-Id: Ia5f9724002da11da69f70bb0f71d44c3b5a19bcb
2013-07-05sal: add ERROR_SHARING_VIOLATION to win32 error tableMichael Stahl
It's apparently a popular error; map it to E_ACCES which is the same as the catch-all clause does (for compatibility). Change-Id: I55fd932248a2ecbacd4fd6584e92918da95e3cff
2013-07-05fdo#66420: fix user dictionaries on WindowsMichael Stahl
28300209604ee1bb8e5050322b29e95a07f679d8 added yet another silly temp file wrapper class, and introduced 2 bugs: the file descriptor is not closed before renaming it which fails with ERROR_SHARING_VIOLATION on Win32, and (as a consequence of that) another attempt to save the dictionary during shutdown fails because SimpleFileAccess cannot be created and this is not checked. Change-Id: I7bd3f5d349ed550440a93fe71e3791c9919de3af
2013-07-05libexttextcat: fix overlapping memcpyMichael Stahl
Change-Id: I3225043560a3c0e02345bc4e8a8d0f9cca2e3cd0
2013-07-04FIXME-BCP47Eike Rathke
Change-Id: Ic5f227e86a85c297223d1b496cfc8c0f4a9488b7
2013-07-04Updated coreCaolán McNamara
Project: help f877066126875abff13f7f8f1e08a2b621eccc8a
2013-07-04warning C4805 unsafe mixture of type sal_Bool and type boolMichael Stahl
Change-Id: I8a144c153664af0be73cd2a8822664b2fcb612e3
2013-07-04deploy maingrid hack to align previews within similar tabpages in a dialogCaolán McNamara
and move some accessibility resources into the .ui files Change-Id: I139a7df4c8c18110fcd576a69a565b2e7baea0db
2013-07-04fdo#66575 - MathML export: fix errors with newline, binom and stack.Frédéric Wang
Change-Id: I6833140aaf3fcfc47b81f7d324af88843de00834
2013-07-04Revert "write bcp47"Eike Rathke
This reverts commit 40aceaae06a354958d6ecf88292bb0fd483f158b. It's dc:language ...
2013-07-04unused variable bIsMainGridCaolán McNamara
Change-Id: I82870e452d24b1b6799ba96d42dcfa2446ab2e87
2013-07-04smuggle -g into libexttextcat cflags in a debug buildCaolán McNamara
Change-Id: I8e6f51c2e4aac4f059bcce923f887275eba1b9a2
2013-07-04use LanguageTag instead of mouth-painted implementationEike Rathke
Change-Id: Idd84ce9740de179c399702f896b7d39ab321f6f7
2013-07-04warning C4305 truncation from String* to boolMichael Stahl
Change-Id: Ie623a8c5def6357461db83f5df80cb45cc5a6389
2013-07-04warning C4805 unsafe mixture of type int and type boolMichael Stahl
Change-Id: Iaae721fed7e5acde5ff91620639ac7ef61c324ee
2013-07-04use LanguageTag and write bcp47 for ST_LangEike Rathke
Change-Id: I6e8ad53f769939fd7f7539514ca20374e5fd9248
2013-07-04use LanguageTagEike Rathke
Change-Id: I16c1f5ba5a74858f01f5e62af2614beba608ef8c
2013-07-04fdo#66422 Vertical grid toolbar button - choice major/minor/offTomaž Vajngerl
Added toolbar button for vertical grid. Icon was already prepared. Changed the button behavior for vertical and horizontal grid button from just on -> off to cycle through major -> major&minor -> off. Change-Id: I147fc97ab43db31f08a2e98f7b68422fb168f042
2013-07-04Clear values before calculation of moving average curve.Tomaž Vajngerl
Change-Id: Ic645195c0fc50a55bb0842fc378a3f329ea2d210
2013-07-04warning C4305 truncation from int to boolMichael Stahl
Change-Id: Id4323cdb5201875200e83e7fe8377f0262f07a4e
2013-07-04warning C4805 unsafe mixture of type int and type boolMichael Stahl
It is a mystery what this is supposed to do, but rsc is sort of going away in the mid-term anyway so who cares... Change-Id: If1c1b8216c0429909c0571b3360b6dca97f265c4
2013-07-04warning C4389 != signed/unsigned mismatchMichael Stahl
Change-Id: I1cc4be1e7068ce3c40340e88fcde75fc7862a18a
2013-07-04write bcp47Eike Rathke
Change-Id: I682b35f0793f5fc61daa255bb68a60e164133d97
2013-07-04don't use Locale.LanguageEike Rathke
Change-Id: Ief663d886b08fc141dfb7563674504fe70f444b3
2013-07-04cui: convert hatch tabpage dialog to .uiMiklos Vajna
Change-Id: Id5420da2c4049b42fad0484102e73ea90c3f0b74
2013-07-04SvxRectCtl: also notify parent when the tabpage is not the direct parentMiklos Vajna
After a .ui conversion the SvxRectCtl typically doesn't have the tab page as parent directly, so check the parent chain recursively. Change-Id: I9d8fc5de0c71685fa7e1be284990c16fc988ff8d
2013-07-04svx: add SvxRectCtl::SetCS()Miklos Vajna
This way CTL_STYLE can be set after the control has been created. Change-Id: Ifaa93cdc17e6e0c694d2aa308d19ff996dd28a16