summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-12-27Transex3: some string optimizationZolnai Tamás
Change-Id: I66dab1cce489c670991d2c74ffc171638dfca3d7
2013-12-27Transex3: no need to check whether a lang occurs twiceZolnai Tamás
It was an old concept that besides the en-US entry other language entries were also added and in this case may happened that one lang occured twice. Change-Id: Ifac7089309ecf4a59b128c0fea5e8b757ca2c8a8
2013-12-27Transex3: remove unused sLastTextType memberZolnai Tamás
Change-Id: I82196decf0419adabc849bd82141e8702f510c1c
2013-12-27Transex3: remove obsolete textrefidZolnai Tamás
Change-Id: Ic34efbd2090a11aa6fa88d67eda7ab31b1bddfcb
2013-12-27Transex3: sHelpId is assigned but never usedZolnai Tamás
Change-Id: I01bc171f5ad399644185e5e6d0398e89d9305ee7
2013-12-27Transex3: remove unused text typesZolnai Tamás
Change-Id: Iad98aae685153589ff72a4be2ec704c0d311e1fd
2013-12-27Transex3: remove obsolete HelpTextZolnai Tamás
Used alternative: Text[ x-comment ] Change-Id: I762bf89c5ed316ec63183e3bedc22cbaac2e8aba
2013-12-27Transex3: UIEntries list type is unusedZolnai Tamás
This list type doesn't appear in the resource files and there are lots of alternatives (ItemList, StringList ...) for future need. Change-Id: Ia4454a329ba93f54e5b3ca45443a1a84be3b4bf7
2013-12-27Transex3: bDontWriteOutput is assigend but never usedZolnai Tamás
Change-Id: I9ca8c83a225ea4860ac40c7584ec9c56acae0d6c
2013-12-27Transex3: remove not parsed tokensZolnai Tamás
Change-Id: I7e610c767e28e2af683f95aa573cbe34b35b6966
2013-12-27Add .cfi_startproc and endproc markersTor Lillqvist
Helps a bit... Now, if I revert the hackish arm64 change to ucbhelper, instead of "terminating with uncaught exception" I get "terminating with unexpected exception";) But, at least with the stack correctly unwound to BaseContent::execute(), I think. Actually of course I don't really understand much of this. Change-Id: Iacb4342414cb84f9db31f9a40c7a136cc5d191a6
2013-12-26convert search attribute dialog to .uiCaolán McNamara
Change-Id: Id1d8ac652af38b80d0126bb80f91120d3e12e993
2013-12-26Updated coreCaolán McNamara
Project: help da8a978cf3603ebcfcd61c0bd652836c09d71ded
2013-12-26EMF+: Integer coordinate values are signed.Andrzej Hunt
Change-Id: I5babcec50d48dc2a6288a01685db61fbb7058680
2013-12-26WaE: unused variable 'ARGUMENT_PREFIX'Tor Lillqvist
Change-Id: I88b8a66ccc4da951e92cce0e4b5d66dcff8bf477
2013-12-26WaE: unused variablesTor Lillqvist
Change-Id: Ie75bdf5b3d9f9e46d9b46f91192df14fc90b4095
2013-12-26WaE: unused variable 'url'Tor Lillqvist
Change-Id: I6ae6a95bdf9b0f82384dfdcbdefc6a546f81ef0f
2013-12-26WaE: unused variable 'XDG_CONFIG_PART'Tor Lillqvist
Change-Id: I35435dc466478002d065e13f6e31c3c68528d7d5
2013-12-26WaE: unused function 'setNegativeBridge'Tor Lillqvist
Change-Id: I251f93f421972f8e5ab346af29152cebc17ab875
2013-12-26Accept also the iOS 7.1 SDKTor Lillqvist
Change-Id: I1e93d23be2f7738062f419680872b94d2ccdcc8c
2013-12-26WaE: unused variable 'aPathOpt'Tor Lillqvist
Change-Id: I6544fdddd1662850a715e8841dcad35135fb1d94
2013-12-26The #ifndef MACOSX can surround even more codeTor Lillqvist
Change-Id: Ia771d36711364bcf53789b3f7a623582451d175d
2013-12-26WaE: unused variablesTor Lillqvist
Change-Id: I42549eaa7048a6bcb248d3bd1bb28ca2c7c38763
2013-12-26WaE: unused variablesTor Lillqvist
Change-Id: I95f0afc4b71dd62c7635f0a56b0917463db08c35
2013-12-26WaE: unused variable 'aRet'Tor Lillqvist
Change-Id: Ic998a1eeddd89f45e12e4036dcbc21be534830ce
2013-12-26WaE: unused variable 'aRefreshRect'Tor Lillqvist
Change-Id: Ib327646572890b13f7049d2ba106c465d7c855f7
2013-12-26WaE: format string is not a string literal (potentially insecure)Tor Lillqvist
Change-Id: I1f67fca5b66c41d633924ffbf763db03756c8ca7
2013-12-26When using --with-macosx-sdk=10.8 or 9, use xcode-select -print-pathTor Lillqvist
I want to be able to use of a separate Xcode installation (like a developer preview) instead of the /Applications/Xcode.app one. Change-Id: I1faa84d028a8df6b4fc61b321fd2a6cde9a0ab0f
2013-12-26Add static assertion that our Fake_type_info is the same size as the real oneTor Lillqvist
Change-Id: Id8490bb6373d85be2c529a005be55295c530febb
2013-12-26Need the _LIBCPP_NONUNIQUE_RTTI_BIT here, tooTor Lillqvist
Doesn't help though, throwing exceptions using __cxa_throw() and our hand-crafted type_infos still doesn't work on arm64. Change-Id: If6099e8696e6232c4b6d4bacd654d28419538e0f
2013-12-26convert search format dialog to .uiCaolán McNamara
Change-Id: I29db27f8adf2afda7e47b69c43b032758c1e7b24
2013-12-26convert col width and row height dialogs to .uiCaolán McNamara
Change-Id: Ic64d2e0e296b8d2ed06162e1f778194486fb6fed
2013-12-26convert grid control show columns dialog to .uiCaolán McNamara
Change-Id: I5518328c2f527b910b78cb20358f4e55acf07ead
2013-12-26Updated coreCaolán McNamara
Project: help 07e930aa8406a8a85ffe7b3cb08b97f9d7747687
2013-12-26add test case for fdo#72999Markus Mohrhard
Change-Id: I256e0cb228edb85b402e6645fd40f24b7ccf234a
2013-12-26fix handling of range parameters in COUNT, fdo#72999Markus Mohrhard
Change-Id: I352c6b415f0990890702fa21175c196d7f4b12ee
2013-12-25cppcheck: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet
Change-Id: I8bd50f3c9ea3cfc770d530c9cbde0ad00e4def4c
2013-12-24convert text control character dialog to .uiCaolán McNamara
Change-Id: I4f8301578e01d3c7bf0ea912a5a9fc0beac70b4f
2013-12-24convert text control paragraph dialog to .uiCaolán McNamara
Change-Id: Iedaa5db0add3e6f65d4e207f1514b8eb8344b6da
2013-12-24std::auto_ptr->boost::scoped_ptrCaolán McNamara
Change-Id: I231de866d46d0e0a20e2f80855c0de3bd999ed1b
2013-12-24odd button positions on hangul add dict dialogCaolán McNamara
Change-Id: I072f4264891aca552b73d12d402faa803bb269a5
2013-12-24Updated coreCaolán McNamara
Project: help 0dc1069fa953547ac90aebf058b6ff18a83e820f
2013-12-24convert Hangul/Hanja Options dialog to .uiCaolán McNamara
Change-Id: I7e715cb2294de79a8c9453663f0cd0193f5d70fd
2013-12-24stray slashCaolán McNamara
Change-Id: I899aabc901488aa1c60aa57c809f330b399e7b7e
2013-12-24dialog to be deleted never passed to destroyCaolán McNamara
Change-Id: Iee6c43aa192ae4d99872769f9cf8564c603165fb
2013-12-24convert gallery theme properties dialog to .uiCaolán McNamara
Change-Id: I32c3be9e12d1b3dafa0dc9876657844bd77c9e95
2013-12-24convert organize macros dialog to .uiCaolán McNamara
Change-Id: I210ab0bb294ddfefc3f60cffe64b72e5d8fa4650
2013-12-24fdo#60698: Merge odbcbase into odbcMarcos Paulo de Souza
We odbcbase is just used inside odbc library, so merge them. Change-Id: I4f4b34873b570ddcf1065c49e5310a1e73092fd6
2013-12-24oox: whitespace fixes in WpgContextMiklos Vajna
Change-Id: I4b4a3f9c4ec2c49c178d2e6a175b3dc307295e97
2013-12-24DOCX import: close rPrChange properly.Zolnai Tamás
Call endtrackchanges when rPrChange ends so the corresponding redline will be removed. Change-Id: I4091d7b54e0a74f3158cc979f210577a2dc29783