Age | Commit message (Collapse) | Author |
|
Change-Id: Ie2acd2246694ce792f628a7057df5c30dac5db32
|
|
Change-Id: I3e4cde13076c4de092a8bab9c40d64ba81530abd
|
|
Change-Id: I549d349b9be3a36c35f50ae614a12fcf09315b08
|
|
Change-Id: I9157cc5fc0a0d673869d877b478feacbeaa43a33
|
|
Change-Id: Ib1fcbc7748437460f8e21b06d676c5bd317ae581
|
|
Change-Id: Iddfce58d2cce01e777d51054f1a70c25ad06b15c
|
|
Change-Id: I7f554c04b7697bc847dc44b88dfec8eab63941f6
|
|
Change-Id: I54958974b01d753dcb2cb797dbb028aa51a7a765
|
|
Change-Id: I6e5e85e2c81030f9b599e3ade416ba25f7be4e5e
|
|
Change-Id: Id8239b3e34c343fc114a66ab9216c179b1746d56
|
|
... to be extra sure?
Change-Id: I00d6cfafe5419b01e3e827377be030b5d1a4ee34
|
|
Why convert back and forth between LanguageTag (formerly
comphelper::Locale) if all you need and use is a BCP47 string.
Change-Id: I1ec12186284211bcd7d115ee092c195b926e7cd0
|
|
Change-Id: I2c6d07bbdef62fa17e9c90ca87be6e742268c54f
|
|
Change-Id: I628c7fdd9e14c8fdd55800aa470268abf4ed2632
|
|
Change-Id: I98cac783ff1db94d1d7135dd0db8ee0d809b3457
|
|
... before calling DeleteMark(), which actually resets the Mark
position to something guaranteed not to be an SwIndexReg since CWS
odfmetadata2; checking HasMark() before DeleteMark() is pointless too.
Change-Id: I145c3800a4a7e5d20de9567d8f3163431577e918
|
|
If there is a table cursor, store its point/mark position on the cursor
stack instead of pCurCrsr, which in this case is just one cell in a ring
that contains a SwShellCrsr for every selected cell.
SwCrsrShell::Pop() is surprisingly able to restore the prior state,
because it calls UpdateCrsr(), which detects that the pCurCrsr spans
multiple table cells and re-creates pTblCrsr, and then later on the
first GetCrsr() call SwTableCursor::MakeBoxSels() will restore the ring
of SwShellCrsrs from the pTblCrsr selection.
Change-Id: Ibe9a7f379ece61c7dab1a6f69abaebf42a4c85ec
|
|
Change-Id: I6ada96fc5cea895b967387c10814a7003e1e492b
|
|
Change-Id: I8a3749be43efc77317f7f10c7fd6eadaf79f99c7
|
|
I started running into mysterious trouble when some code still thought it
should be looking for extensions, although (perhaps) other code was not
willing to support such, or something. Some confusion caused by my recent
changes to make the conditional support of features more fine-grained.
Change-Id: I61758cb06054ceb038d200bc95615b5b85ed0f7b
|
|
Change-Id: I586921111d06030f3bc6d2cac2cea97a44f28a71
|
|
Change-Id: I74d9025b37966d0a0fa1e2c0cd5cac4778f8384e
|
|
Don't look just at DESKTOP or not when deciding whether to compile that stuff.
Change-Id: Ic9961ba27eb4a1e9360c67dd844c9243f1eff00e
|
|
Change-Id: Iac61bcae89e9a96c7b9b97be3fa60378acc89bd9
|
|
Similar to comphelper::Locale::getFallback() but implemented
differently. comphelper::Locale is to be removed later.
Change-Id: I99dc7b51029df102705f2608245c91d81dc96788
|
|
Change-Id: I7a67c1858b2954ca0522320b9008d70ed1afd64c
|
|
Change-Id: Ib450c1463add267ad64707c7a2d71e7f6a9c0849
|
|
Change-Id: I7bc1ee815e6ac333fb0c5b9a2c3135db2f81235e
|
|
Change-Id: I42235ca7cd25c07af7daaf51f56a6deb60e4108e
|
|
Change-Id: I44512a132cdc428b5ab157f19107690b781af823
|
|
Change-Id: I019f41aeb41ec150087e6f544cff3b36719d1845
|
|
Change-Id: I345eb51cfb2ad3043ac1659bc971efeb7a5350a0
|
|
Change-Id: I546132fbd8dbb621a8b436648d1e21a4dea79591
|
|
Change-Id: I46062bcece6ccbcebf421bc4334c1af05f27a8fb
|
|
Change-Id: I9ff44e7f3d3fd8fccc5b7134c18184040f797826
|
|
Change-Id: I293ba38f02a93d161fd05beba02f2dcd974c63d3
|
|
Change-Id: I2ce2b88532a22a8f0379605523e5e67b974bb6ba
|
|
Change-Id: I1a4e00c677f7e5012831c0b36290c8585e45e474
|
|
Change-Id: I7e19c2b8a05a86f9995a879b5296f5ca93d3ef87
|
|
Change-Id: Ifc539e3229edd14b7291ee66bf3523cbdbedf2ef
|
|
Change-Id: I00812388e7abf17e8388f19143f78843f7946405
|
|
Delete unused functions.
Make Export class more encapsulated.
Move to local that functions which are used only in one file.
Common contans method which are used by all executables.
Helper contains methods belong to xml parsing.
Change-Id: I28773a2c7eea90da7df7f32720fd38de2cb661ac
|
|
"Octal literals are no longer of the form 0720; use 0o720 instead."
See http://docs.python.org/3.0/whatsnew/3.0.html
Seems ok with Python < 3
Change-Id: I588a9dcc4f4b447d5cb88eb6bb03ab2d598dc9f0
|
|
Change-Id: Iec1def690a94c7917b6983cb6a12fb953e89eb34
|
|
Change-Id: I5a097afe1c582eab023cecadc0b1cc77faf774a1
Reviewed-on: https://gerrit.libreoffice.org/3046
Reviewed-by: Petr Mladek <pmladek@suse.cz>
Tested-by: Petr Mladek <pmladek@suse.cz>
|
|
|
|
Change-Id: Ieaa3c8ed735692a16c40ff01ea1dec52c2a29f31
Reviewed-on: https://gerrit.libreoffice.org/3045
Reviewed-by: Petr Mladek <pmladek@suse.cz>
Tested-by: Petr Mladek <pmladek@suse.cz>
|
|
Simplify the code too - we copy the vector anyway, so reversing it
should be cheap.
Change-Id: Ie655ba3044c7e0dd5a15b0e839a3712a32a1e298
|
|
Change-Id: I70813300c9935435de62a6a1347530aed8dfdc08
|
|
Change-Id: Ied6afb6f9240d29f75e97ab3cb536fd5524cc5d9
|