Age | Commit message (Collapse) | Author |
|
Change-Id: Ie52aae8e56e4b420d612772f8dab1d9e7330f79a
|
|
Change-Id: I1c4e6cd0b60047de45a4782bfebb8520b1a17f22
|
|
Change-Id: I41a94def0db257470e08a86078d1f8bda8470c76
|
|
Change-Id: I1c6478e0ed69c7678598eb0d65cd5043d6c8dd99
|
|
to avoid error messages like:
error: could not convert ‘(const char*)"LocalFile"’ from ‘const char*’ to ‘const rtl::OUString’
Change-Id: I8b55049bd29c63b837f80b1562b9e8cd8324c603
|
|
Change-Id: I5ab0989ed4e5e30b97170cbba0d516eff4befc59
|
|
This was a corner case after the container types removal.
Change-Id: I2200b7fc2d38946403d289e62ad602a63bd1cf6e
|
|
- we have all the needed information in gbuild
- reduce the amount of double and triple bookkeeping
- hopefully the generated files for scp2 are only a intermediate step
and we can do whatever perl voodoo scp2 does directly in gbuild
- currently using basctl as an example
- this also means we have to be more strict in Repository.mk with what
we register:
- if we dont build a libs, it shouldnt be registered (otherwise scp2
will want the nonexisting lib)
- in the end, this is a Good Thing(tm): we dont want anyone trying to
e.g. link against a lib we dont build
- should now hopefully work on all platforms
- added module bookkeeping to gbuild
Change-Id: I241ca67edbfabae83859274f9aa35d2d26165ef6
|
|
Change-Id: I3679e7cfcd32a78b40c6a7b803c92ff0abe6f32c
|
|
Change-Id: Ib9f4c834f1c6076a246753cb819491a7d2c3a886
|
|
Change-Id: I3bb9555ff4db6728a9a50ee5459faf981232445a
|
|
Change-Id: I5924ae824f87f796c808d56bf13d3dfd143a8e0a
|
|
Change-Id: Ib9855286c68b873f60db7afefecc9c2f4364c53e
|
|
Change-Id: Ibbb45626c984f79f94a7e281b05bf86a25897b0c
|
|
On second thought, this was needlessly overbroad. Missed the fact
that the code is strictly for ulf.
Change-Id: I96773d6e2a9af473e8c8309421b4900c0b76667f
|
|
Change-Id: I9f76986465af5798f1451d44af6765f4e5d1bb09
|
|
Change-Id: I4da6683489c87fe06d45474dfc20351cb31ed000
|
|
Change-Id: Ie41651359f26a267273bf87c947ee58568983e5c
|
|
<< gtk documentation
gtk_file_chooser_get_current_folder_uri ()
Gets the current folder of chooser as an URI.
Note that this is the folder that the file chooser is currently displaying ...
which is not the same as the currently-selected folder if the chooser is in
GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER mode ... to get the currently-selected
folder in that mode, use gtk_file_chooser_get_uri() as the usual way to get the
selection.
>>
<< offapi documentation
XFolderPicker
getDisplayDirectory:
Returns the root directory that the FolderPicker is showing.
getDirectory
Returns the selected directory
>>
so getDisplayDirectory <-> gtk_file_chooser_get_current_folder_uri
and getDirectory <-> gtk_file_chooser_get_uri
Change-Id: Iaa5ab16a250cd59fe5e8bd02149298eef6d1dec2
|
|
I meant to do this for 4-0, not for master, as the commits mentioned in the message
show, this is not needed in master.
This reverts commit b60ccd4d4ddf4076085890938bcc08aca2737e15.
|
|
Change-Id: I34fc7af10aca3484d30b443c6b0257451a218ed5
|
|
Change-Id: I95300b093b4fabc9a52f9c92de874f7c8e4d2869
Reviewed-on: https://gerrit.libreoffice.org/2160
Reviewed-by: Michael Meeks <michael.meeks@suse.com>
Tested-by: Michael Meeks <michael.meeks@suse.com>
|
|
I'm struggeling over line 407 in sw/source/core/edit/acorrect.cxx, is this the right translation.
Is this a question or is it a description what happens in the moment???
Change-Id: Ie665a8dffc41ee057c0277788282eea96cbbe6a3
Reviewed-on: https://gerrit.libreoffice.org/2157
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
|
|
To emphasize exclusiveness of the four basic recalc modes renamed the
corresponding methods.
Change-Id: If6f99d2c84e4a042a3a3e3640cf416d306a2d0c5
|
|
Instead of SetRecalcModeOnLoad() which sets the exclusive bit overriding
RECALCMODE_ALWAYS use AddRecalcMode() that handles these cases.
Change-Id: Ieeeff67d4dda1493e8c48f231b870513f655839a
|
|
osl_getTextEncodingFromLocale()
In case of the Language code being longer than 2 characters the string
written to the struct EnumLocalesParams member was not 0-terminated if a
Country code was also given (consecutive fields in the struct) unless
the struct was packed in 4-byte alignment and luckily contained a 0 as
the 4th byte. The locale could not had been matched in these cases. In
case of a sufficiently long language or country argument the entire
EnumLocalesParams struct could had been overflown.
Change-Id: I1ec67ad0b3d12b0fa944d7e759bb5cb701842e39
|
|
Change-Id: Iab7402721b5fbf20a05c9ff2725e52b012df2940
|
|
Change-Id: Ie668d40b815ae1cbcdb321649d8e52513cad1aec
|
|
Change-Id: I71498e44d25fe4a2f0feb221ec0e77d455aeb61c
|
|
Change-Id: Ie7396b63a64e89bb7aa7c0e284faab7ed380c4c1
|
|
Under Linux dlsym will search other locations and find them if they exist
elsewhere, but not under windows, so its easy to put the wrong lib name in if
developing under Linux because it'll generally work anyway.
So add a script: bin/verify-custom-widgets-libs which can be used under Linux
to verify that the required factory methods exist in the right lib.
Change-Id: Ic30f8da5acc4712684a7a25fbfb003e8b21cb867
|
|
|
|
|
|
See the properties target in android/Bootstrap/Makefile.shared.
|
|
|
|
Change-Id: I1f9ab5d89ae694bf2d464cc789231c23336dc6fe
|
|
Change-Id: I069065fedddad0585851629b6c674cd613ad4409
|
|
Change-Id: I9ab478dc48cc0a0e521641dd89d28a7ee419d242
|
|
Change-Id: I4d7993df862a4a9e9e2c5541f3a6318b2f25e10d
|
|
|
|
Change-Id: I0bd09c023be622ced9d3fa508e5e3463a3a5e5b2
|
|
Change-Id: Ic23b7589f48f7b2fc4b8f6e4bc285364b8819081
|
|
Change-Id: I119b38f96ebdd6af19b9dce926a684398b4f72f8
|
|
Project: help a321504f9f0d89b463e259a02a2ae7f663522edc
|
|
Change-Id: Ib93806d697f10abeb1e97d0cb08954e15961ad87
|
|
- replaced the really ugly goto hack though
Change-Id: I14dfbe414dc16b634fbaca0a365e2e9ec37ab08e
Reviewed-on: https://gerrit.libreoffice.org/2133
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
|
|
Change-Id: Ie1f5c5eb437c55844a524c1219b1e30e5f07b3c3
|
|
Change-Id: I0527ff30508bd7fd9182ff0bfec87aef7907f1fb
|
|
Change-Id: I203eac7e8f4b49524c9255924725f5f1de4b9979
|
|
Project: help 31661c9c558f07cd5cc32c380c1c62749514f10c
|