Age | Commit message (Collapse) | Author |
|
Change-Id: I9058044d13f696e07667dce706f6c311af6dbea0
|
|
... it breaks dependency generation.
Change-Id: I524f1789c32a633e8930a4e36a893ce02de66390
|
|
Change-Id: I648399356bed41f6aa9d6ec276ee975f5d3b1fa4
|
|
Change-Id: Ib93120ec0cae76b5ea19f723054363771b27ab56
|
|
Change-Id: I44919cf592eee026116fc5fbc12e0d5baa4bda2b
|
|
Convert code like
aStr.compareToAscii("XXX") == 0
to
aStr.equalsAscii("XXX")
which is both easier to read and faster.
Change-Id: I448abf58f2fa0e7715dba53f8e8825ca0587c83f
|
|
Convert code like
if( ! aStr.compareToAscii("XXX") )
to
if( aStr.equalsAscii("XXX") )
which is both clearer and faster.
Change-Id: I267511bccab52f5225b291acbfa4e388b5a5302b
|
|
The GDrive OAuth2 key is now defined at configure time. If either the
client secret or client id is missing, the Google Drive connectivity
will be disabled at runtime.
Tinderboxes can set up a GDrive key, but they need to make sure it's
not persisting in the build log.
Change-Id: I09bc748641ec14eae890f273f05bffe4ed421dbb
|
|
The version creation date is more likely to be the
cmis:lastModifiedDate.
Change-Id: I15e81db6a4c5f638f3f472894608a8d6728dc2d2
|
|
Change-Id: Ic75e5aad03d66590e78275304c766c1c00179387
|
|
Convert code like:
if( aStr == OUString("xxxx") )
to this:
if( aStr == "xxxx" )
Change-Id: I8d201f048477731eff590fb988259ef0935c080c
|
|
Change code like this:
aStr = OUString("xxxx");
into this:
aStr = "xxxx";
Change-Id: I31cb92e21658d57bb9e14b65c179536eae8096f6
|
|
This also means that this code now gets bounds checked in debug builds.
Change-Id: Id777f85eaee6a737bbcb84625e6e110abe0e0f27
|
|
This is both an optimisation and a cleanup.
This converts code like
aStr.indexOf("XX") == 0
to
aStr.startsWith("XX")
and converts code like
aStr.lastIndexOf("XXX") == aStr.getLength() - 3
to
aStr.endsWith("XXX")
Note that in general
aStr.lastIndexOf("X") == aStr.getLength() - 1
converts to
aStr.isEmpty() || aStr.endsWith("X")
so I used the surrounding context to determine if aStr could be empty
when modifying the code.
Change-Id: I22cb8ca7c2a4d0288b001f72adb27fd63af87669
|
|
Change-Id: Ib504585572ae9bada60076828ade8197331d5fda
Reviewed-on: https://gerrit.libreoffice.org/6463
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Convert places that call
aStr[aStr.getLength()-1] == 'x'
to use the shorter form
aStr.endsWith("x")
Change-Id: I1b3a19c0e89b8989cdbeed440f95fc76f9a4b6b6
|
|
They are practically always useless, often misleading or obsolete.
Change-Id: I2d32182a31349c9fb3b982498fd22d93e84c0c0c
|
|
to cppu::supportsService
Change-Id: I0b03d3910f094f2183bf9859db9d5bcaf35d1f14
Reviewed-on: https://gerrit.libreoffice.org/6370
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Tested-by: Stephan Bergmann <sbergman@redhat.com>
|
|
Change-Id: I4278999b9b7d184c26036bbe9e3b98420f461e8c
|
|
Change-Id: I4c688a4aeedcae56ed6404574bd1bb392d4190cb
Reviewed-on: https://gerrit.libreoffice.org/6311
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Tested-by: Stephan Bergmann <sbergman@redhat.com>
|
|
Change-Id: I0d3b3d8dfe160b00c70acb98bdf4e37d088dc4c6
|
|
Change-Id: Ia592c20c410b26ba40c7a255588ce53652c85cb5
|
|
...since 2eb36dc4b846ab5886ae71fd2978b56b2a2d1d08 "Hack to not leave SolarMutex
released after g_main_loop_run call."
Change-Id: Ib4eb92002531af423b3ed4f24f6f4b71dc9cdc0d
|
|
Change-Id: I26923469d08308233ce3fabe749806c16d75cecd
|
|
The reason of the crash is that the recent file opening
feature can't get the session automatically.
Change-Id: I6890c04cfdafc81d19c6b2b2024896df040fe091
|
|
The file picker can't go back folder if we use
ID mark in the URL.
Conflicts:
ucb/source/ucp/cmis/cmis_content.cxx
Change-Id: I6985feec71dc23848ee022e0bab9e8515a21ffd2
|
|
Change-Id: I10a9c3679ae2d6ca8183b68b60b52e91ecd8f91f
|
|
Change-Id: Ie863282062a6932a55543143e841917c54223ac9
Reviewed-on: https://gerrit.libreoffice.org/5925
Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
|
|
Change-Id: Ibd476f9a60dcc15be3b330d738faf56781998dfc
|
|
Change-Id: I1391780715e7b29a33c3ee647a62780b0b2174a4
|
|
Change-Id: I0c93ca3875d8cd6fe009018e79847142b4e64bfd
|
|
Change-Id: Ie9ef3324bb7a9e954db57548d7862a90b070ebd3
|
|
Change-Id: Ifa2df0e2dcc193ae02202687c0d6b7ab930db58f
|
|
Change-Id: I3d7fc2c01d58da58eb984ad5c10435f86f87f56a
|
|
Change-Id: I556d03a5bbd74faa26d73a8e84147c9743c20507
|
|
Change-Id: I1bd183508b7f481feed641f8658c0baea6f743bd
|
|
Change-Id: Ife7562d52cc3070c8d409f2da68d4e2aa5faea69
|
|
Change-Id: I60cccb841fea5ce493f004c73ecf50468019f860
|
|
Change-Id: Iac68f67e94ddcc6b0bb2877763176b2efcc9b7d8
|
|
Change-Id: I936e497d88781b9e8fd43532fda23379ff56e25f
|
|
The document ID is needed in case the get object by path
of the CMIS document doesn't work (like Google Drive)
Change-Id: I151d5433a19caeaf4a542b69cd9e95dde58722e7
|
|
Change-Id: I19da6c1aeb7fada97166d37c68fa5ba242bbcaba
|
|
Change-Id: Ibc67cde1766f1259f4e5099160d469412fb4e89e
|
|
Change-Id: I3cf688f7070e3e8cb2db532d8e034961504a8160
|
|
Add missing properties
Change-Id: Id3475fe4d07b33c4c0b31f54075dc011122b15bd
|
|
Change-Id: Ie4f32bc840cdfab1d5f600991cd6ac8aabcb1f87
|
|
We don't have to create a session just to get a dummy repository.
Change-Id: I0193d499d5a45aaa6fa7d1d18301e70ab550518d
|
|
Change-Id: Ib85be2887219e6067a1b6c227515504020f9a4e7
|
|
Change-Id: Ia64e15ab53155118dcfdd007a5d76e649bdeded9
|
|
Change-Id: I3a8d52411176d29f67340d8b668b8e9cc940d648
|