Age | Commit message (Collapse) | Author |
|
Was left out from recently added patches.
Change-Id: I9562563d809eef53b1c5f21a839c377d0085bb56
|
|
Change-Id: I9ccf664e8f75a68b1b87c2b29ae617a90d0741a7
|
|
Create SdCustomShowList class to replace usage of tools/list.hxx
Change-Id: I0e57e29c8ee9ac8d693fee0edb084ded5286c141
|
|
Change-Id: I20857202e70a975d249ac0f121947691ac274602
|
|
Change-Id: Ied91b5b298f0cfad0d3408c3cbb87c7bd1b83247
|
|
Change-Id: Ie744c1a0db1661b9dd57976d6f27b12a6f0ba824
|
|
Change-Id: I80b6e840ed6981a4ae600c5d9925e5df9610f8c6
|
|
Change-Id: I58c73f74d53b5dc2eb462fb03664be65d4500170
Reviewed-by: Philipp Riemer <ruderphilipp@gmail.com>
|
|
Change-Id: I9086f6129f61afba6b7d0317248756cde34f075b
|
|
Those were only listed in help_hid.lst
Change-Id: I491a037b375015db76c30c93a59b615a63fb1838
|
|
Those aren't referenced at any point.
Change-Id: Ie66d3828cfc13a826c87f4ca8ca712b6702c96bc
|
|
Also add some missing include guards.
Change-Id: I320a3c017ca65d34f2cd516849bcde3dec9b33f1
|
|
Some of them were commented out for documentation purpose.
Change-Id: I29a6b2cbe774b527f0c3a0be5675160817a7f3ce
|
|
Change-Id: Iaa7da7745fc01544d9a503b313479b2450810524
|
|
Change-Id: I147c1ea28dea0bf3341ee5d646d0204d5774ac95
|
|
Change-Id: Ie3a3a65bfb628195940105d7261464989e9af3fa
|
|
All definitions are unused.
Change-Id: Id848cdaea95c64a8518743dc32d962340022759e
|
|
Change-Id: I9d0e4f31d073ad416934358c6507dc6564754758
|
|
Change-Id: Id860b3220bde3d43eec7c74711e6938e68d01d56
|
|
except
* sd::ViewTabBar moved to ViewShellBase.hxx
* sd::TemplateEntry moved to AllMasterPageSelector.hxx
Change-Id: I802cdc0b77027bbe0843fbb259ce1a5a46354fc3
|
|
Change-Id: I7c62d086cb593744785abecae7a107686a4d65ce
|
|
Those never get included at any point in the code.
Change-Id: I17736e005635b9e57759cfc95176a99e7c5e8988
|
|
Change-Id: I494ceee07d6825f9466cab810742d7f85291fe14
|
|
Change-Id: I27e42935c91a3dffc9a8d772c9d5c4bd0984126f
|
|
Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35
|
|
Change-Id: I15e94f112144549692d0c2babeb48c77adcb93a9
|
|
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
|
|
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
|
|
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
|
|
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: I5f8b8b71b2ea1ce6041796efa70b338608aece17
|
|
Change-Id: I563ab83a24ca4f839892548b350486e83dd071d3
|
|
|
|
Change-Id: I756c0a19bea7b1cc0e290d9f382a04d655819bfb
|
|
|
|
The need to export symbols for tests is apparently not considered worth
the big extra disk space.
This reverts commit 69d46dd7a6adfffd71da055bb65108c80d27395f.
Conflicts:
sd/CppunitTest_sd_uimpress.mk
sw/CppunitTest_sw_swdoc_test.mk
|
|
|
|
|
|
- Fix some style issues.
|
|
|
|
|
|
|
|
This are the hardest ones to port, since the rExchangeList parameter uses
the last position from InsertBookmarkAsPage in InsertBookmarkAsObject, so
the best idea i came up with to avoid doing nasty stuffs was erase procesed
objects in InsertBookmarkAsPage and add an extra parameter to
InsertBookmarkAsObject that recalculates object count when rExchangeList
has items but its manipulated by InsertBookmarkAsPage first like it occurs
in function SdDrawDocument::InsertBookmark.
|
|
This are the hardest ones to port, since the rExchangeList parameter uses
the last position from InsertBookmarkAsPage in InsertBookmarkAsObject, so
the best idea i came up with to avoid doing nasty stuffs was erase procesed
objects in InsertBookmarkAsPage and add an extra parameter to
InsertBookmarkAsObject that recalculates object count when rExchangeList
has items but its manipulated by InsertBookmarkAsPage first like it occurs
in function SdDrawDocument::InsertBookmark.
|
|
- Make the function a local function instead of a method.
- Remove base functor class since we only use one type of functor.
- Make lcl_IterateBookmarkPages only dependant on FindDuplicateLayout
functor.
|
|
- Use vector instead of deprecated List class.
- Use OUString instead of String.
|
|
This decreases debug build dir size by about 0.5G for gcc and 1G for clang.
|
|
|
|
|