Age | Commit message (Collapse) | Author |
|
Change-Id: I9d86ea5b27e8b8db75bf7a2ea9965621c857adb7
|
|
Change-Id: I2f0acb27f85a230109e827d415aabc029b90cd45
|
|
Change-Id: I154c856c2813130aae1af611abcc4bcb4f0d1d13
|
|
Change-Id: Icf4b434a1961cc4964ee6e362491868e898a1831
Reviewed-on: https://gerrit.libreoffice.org/887
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
|
|
Change-Id: Ib5f39e099d238b739e0d6b3d92d3f04ee50022fb
|
|
Change-Id: I88873eec738a068152e7d7be0dc4ab86fcfe345a
|
|
Change-Id: I9921e9803e5d63fafffbfcf15e5c4fc2c9080669
|
|
Change-Id: I1cfd68c37629b4847bad88f54d2866496bc91283
|
|
Change-Id: I7acca32fdf9902ce598bdbed32cccdecf9a08907
|
|
Change-Id: Ie5e800df0c7663e6bb62a2019cf2fd8b0c1ae772
|
|
Change-Id: Icdb39e5b5ba38d48f5cc3a4ae371fb77cb981242
|
|
Change-Id: I94eafe01604b30d53d9021458a0a9c57dfc1144a
|
|
Change-Id: I99badd3ed5c3b86180bbf172f8239e692d6df11b
|
|
Change-Id: I2d5bc00c01318a23c604d93ffe6ce9dd0b72b3c2
|
|
Change-Id: I5a9d64db9b135396d8eab8a020bd4beec8a0f3dc
|
|
Change-Id: Ifec201efc4e97baf2d36d66c4ae6967eadd6134c
|
|
Change-Id: Ia8bdf83f36d986ca45ddad985aca827224c194f4
|
|
Change-Id: If717d5d3b2179210516eec61959af0afa8b38319
|
|
Those were only listed in help_hid.lst
Change-Id: I491a037b375015db76c30c93a59b615a63fb1838
|
|
Those aren't referenced at any point.
Change-Id: Ie66d3828cfc13a826c87f4ca8ca712b6702c96bc
|
|
Change-Id: Ie69b30094da25df23a36baca2c7723d6a41f48c3
|
|
mingwport35: i#117796: MinGW fix to VistaFilePickerImpl.cxx
Patch contributed by Takashi Ono
http://svn.apache.org/viewvc?view=revision&revision=1172092
|
|
Change-Id: Ic36b131ee9964a6671f7f41e1cad1631c43ad565
|
|
All definitions are obsolete. sfx2/app.hxx isn't needed for
accessibility.cxx too.
Change-Id: I022e31a75100cdab9bc53bd3af006f5284b411a8
|
|
Change-Id: I51abdf8539801f6d93cdc1a21a7e0e1a3d5ef785
|
|
Change-Id: Ibb3918b95c2518fd83f566bb726273dbf90cf8c8
|
|
Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35
|
|
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
|
|
All of those defines (should) not be used at any point in the code.
False positives may exist, because some macro names are getting
generated by some template/macro foo. This is the version which
compiled fine for me.
Also there are many commented out lines removed.
Change-Id: I6394024682e4ab3691eb72707a9363d41ba31df8
|
|
add _WITHID variants for the cases where we (apparently?) still need
them.
Change-Id: I3b8290869368487f04ecd93a5f3a717de7fd10b4
|
|
These RID definitions aren't used at any other point. So remove
them. Unused START and END definitions were commented out for
documentation purpose.
All definitions in basctl/source/basicide/tbxctl.hrc were unused,
so I removed this file.
Change-Id: I4713188a12b9da912b2a91b85ea4e54ca1aeb994
|
|
This is the first part of a nice cleanup ;)
Change-Id: I2fa632dbb589053d8f95456233e10e97dff190fa
|
|
Change-Id: I829a223f66199214c6dc4a08c6f2f53d7166a586
|
|
Change-Id: Ic7426d9838bb1034618c3d553482256d1866878f
|
|
Change-Id: I563ab83a24ca4f839892548b350486e83dd071d3
|
|
Change-Id: I756c0a19bea7b1cc0e290d9f382a04d655819bfb
|
|
Some string to OUString replacements in starmath
|
|
|
|
...which has the necessary features to support it.
Change a lot of classes to either contain a protected non-virtual dtor
(which is backwards compatible, so even works for cppumaker-generated
UNO headers) or a public virtual one.
cppuhelper/propertysetmixin.hxx still needs to disable the warning, as
the relevant class has a non-virtual dtor but friends, which would still
cause GCC to warn.
Includes a patch for libcmis, intended to be upstreamed.
|
|
|
|
...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type"
for the problem.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|