Age | Commit message (Collapse) | Author |
|
Change-Id: Ia028b19fa0e0eae0bb5e3cbc63bde2fac0785ef2
|
|
Change-Id: I0c86753fab551a18a9f0c62adc03a3d967947dbf
|
|
In the past, NO_LOCALIZE_EXPORT macro must be used to
skip uneeded parsing of src files which has no localizable content.
It is unsued by now and it is more effective to handle
this files on gmake level:
gb_SrsTarget_add_nonlocalizable_files
gb_SrsTarget_add_nonlocalizable_templates
Plus remove some empty src file.
Change-Id: I8fc9b2db0b5fd7a3379d3c5be970c4fc691f4c53
|
|
Change-Id: Id1d8ac652af38b80d0126bb80f91120d3e12e993
|
|
Change-Id: I29db27f8adf2afda7e47b69c43b032758c1e7b24
|
|
Change-Id: I5518328c2f527b910b78cb20358f4e55acf07ead
|
|
Change-Id: I072f4264891aca552b73d12d402faa803bb269a5
|
|
Change-Id: I7e715cb2294de79a8c9453663f0cd0193f5d70fd
|
|
Change-Id: I899aabc901488aa1c60aa57c809f330b399e7b7e
|
|
Change-Id: I32c3be9e12d1b3dafa0dc9876657844bd77c9e95
|
|
Change-Id: I8bc165b0ff706c7a3f7963aa72f421caa1b6d153
|
|
Change-Id: Ibe5ec89b96ae8b6d22027ebe271ac5edddaadde1
|
|
Change-Id: Ia5f104bfd707bcf4e159c78ca2764c861fb0b6d9
|
|
We are not on _that_ time critical path when setting up images for the UI, so
let's have at least some quality there :-)
Change-Id: I0a82106b0d60ac6a543d5e55c48fc86b6d5f60b1
|
|
This also introduces a getter for the mnDPIScaleFactor variable.
Change-Id: I02ba6858fb1842f911d62976f4c54afc3bfa337f
|
|
Change-Id: I661384b04fef7f59c2b4feffe093cf75103d55d1
|
|
Change-Id: I69b13d1009638451fa6c2bc9336cdac0bab6ec32
|
|
Once selected, the locale was resolved and the "Default ..." entry never
displayed again.
Change-Id: I4d94730b1c104e0b96e7e02275958b78e2899eca
|
|
a new log section (sal.rtl.xub) is used to display alert in case of
suspicious len == 0xFFFF (aka STRING_LEN)
Change-Id: I3ed2aa7896e12592be9e003580dd6c8eda4add5e
Reviewed-on: https://gerrit.libreoffice.org/7117
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
|
|
Change-Id: I77d9530ebc6529d87e2484c8440794e246aab5b9
|
|
progress thread blocked on solarmutex
press cancel in main thread which has solarmutex locked
call terminate
call join, which waits for thread to finish, which it can't
because its waiting on the locked solarmutex
so...
just call terminate on cancel. Let the thread get the solarmutex
and do its last round of work, at which point it will exit and post
an event to the main thread to call Cleanup, put the join there
instead and which point we know the progress thread is finished and
has no more interest in the solarmutex.
Change-Id: Ibe3976377288ac76b1b37c875a32e20b8d5daae1
|
|
Change-Id: I56f38bd786f3a026cb2908f28540dc9c4003af83
|
|
Convert code like
aFilename = OUString::number(nFilePostfixCount) + OUString(".bmp");
to
aFilename = OUString::number(nFilePostfixCount) + ".bmp";
Change-Id: I03f513ad1c8ec8846b2afbdc67ab12525ed07e50
|
|
Change-Id: Iad468b19a24efc4044a46301f6421648aac7cd6a
|
|
Change-Id: I432b8c36e28576d016c58d972299aa804963829e
|
|
Change-Id: I8a2ca73c02fd6b04ce60e7701c51d2362ef7ec06
|
|
Change-Id: I18fdd834916aa1e15720698104c5ad989ee61986
|
|
Change-Id: I2bc2c5837556da73cc60e0e5b906ddb4f01844d9
|
|
Change-Id: If37ef9f68711da3a0aa9a3ba59b111a8a23421df
|
|
Change-Id: I91899493479eb60c955dac3891a38913ad871376
|
|
It is /org.openoffice.Office.Common/Security/EnableExpertConfiguration with
values true/false; defaults to true.
Change-Id: I5a18d16182c28a13169677b11f68884f34c11c63
|
|
Change-Id: I8beaf1f4a1ea685af22ae0dafbff767bee98d3b4
|
|
Change-Id: I44386a004f94a237fd03b301248b8dc260f47bbd
|
|
Change-Id: I2935e5d8e94a9d016a02ea1e1b3c316ee4d53c9f
|
|
Change-Id: I5e25401b76458e712070bc76c86083bbd9ae2daa
|
|
Change-Id: I05569ef98293445916e8f48e7f06abd795fe9bb5
|
|
Change-Id: I00a8e794189d17ad91a90beb9ce6cb89b7bab2aa
|
|
Change-Id: Iaa2b7df4246ab3fa31737126f27e4a9da3814048
|
|
This is not a full fix, this just trims some of the fat in
CuiAboutConfigTabPage::FillItems.
Specifically
- improve string handling
- don't use catch/throw unnecessarily
Change-Id: I5b4987407bd007fbbb18f76fcf26f4a33282c0c0
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>:
reintroduced lost "/" into path of recursive FillItems calls
|
|
Change-Id: If4588034fc09e4663b5217669c71f26c0a3b8c8a
|
|
Change-Id: If7681341c7d5d88286f36f943708f99b3c5700e0
|
|
...default std::less<OUString> is just fine.
Change-Id: Ib9d3c10f2817d757f3c19eb3d4607095883af91a
|
|
These are the ASCII characters typed in that shall be auto-corrected to
typographic quotes defined in locale data. It makes no sense to
translate them.
Change-Id: Ied9c53950882b6dd3bf65a044c3ecc34bd5becaa
|
|
Change-Id: I9f703e2ab5c787641e9cc62f223f39dbd5d02529
|
|
Change-Id: Ie1def5b116c4b998e62f840b992633a8c0d4d61a
|
|
And make the return code be -1 for error.
Change-Id: I17d066180a604208f0ad689d5dffb77d126c256b
|
|
Change-Id: Ibf53276b567b0591f9635f49761784900faae816
Reviewed-on: https://gerrit.libreoffice.org/6891
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
so bin/ui-translatable.sh will not find false positives
Change-Id: I35e98ba22ba8c0cc9bbf0de40b31be421acc4c15
|
|
Change-Id: I451d3e28cc87f82ffb73b4e4c86a134eb1fc117a
|
|
Change-Id: I09fc4a0166e1b9e9949ed9e3407e709954c88b1e
|