2409 Commits

Author SHA1 Message Date
Thomas Arnhold
f86ec3beba clean up src files
Change-Id: Icc01c860871cd15ed4a8e261c770b44ae88aa89e
2014-04-21 09:30:22 +02:00
Julien Nabet
596173781e cpplint: [readability/utf8] Line contains invalid UTF-8 + remove dup
Change-Id: I2bd9c7d4824ac1b216256ef56a4301873afcfc5d
2014-04-20 23:21:16 +02:00
Jan Holesovsky
29d5ce2d88 sfx2: Move InitInterface_Impl() out of SFX_DECL_INTERFACE too.
Change-Id: Ib737e0d1b5888986b308aa60d4140f65e4e90243
2014-04-18 22:51:06 +02:00
Jan Holesovsky
b731d71c67 sfx2: Move InitInterface_Impl() method out of SFX_IMPL_INTERFACE.
SFX_IMPL_INTERFACE previously looked like a function; where in fact it is
several methods defined at once, and only the last one has a body.

This is extremely confusing and hard to read; let's kill that nonsense.

Change-Id: Ia4ae22eb58b1260c9c827c894f5345693bad49e7
2014-04-18 22:51:06 +02:00
Jan Holesovsky
8c3ab6093a sfx2: Kill SFX_STATUSBAR_REGISTRATION macro.
Change-Id: Iff0ffdb955892117a767e1f31c1f854a93feb560
2014-04-18 22:51:06 +02:00
Jan Holesovsky
f4d61eca61 sfx2: Kill SFX_CHILDWINDOW_REGISTRATION macro.
Change-Id: Icd56e0cee1ce0283e8a1cbaafc81ecca25469185
2014-04-18 22:51:04 +02:00
Jan Holesovsky
9f83ea4bc6 sfx2: Kill SFX_POPUPMENU_REGISTRATION macro.
Change-Id: Ie68ccbe5874ec7c7e1bb73cb2937e06bb4910cd0
2014-04-18 22:49:27 +02:00
Jan Holesovsky
7acb27081c sfx2: Kill SFX_OBJECTBAR_REGISTRATION macro.
Change-Id: Ic80e9bebba8c7e76a0400769a2f9d75301227194
2014-04-18 22:49:27 +02:00
Caolán McNamara
6a8c627906 spacing->borders spinbuttons end up a little narrow
Change-Id: I206db0f4bb55d43ef244e8af850947dbb1fdeb02
2014-04-16 16:05:13 +01:00
Caolán McNamara
12984e4670 Resolves: fdo#75525 out by one error
Change-Id: I0171d2a79b6b015fa2f01d78228e901005017fb0
2014-04-16 13:05:17 +01:00
Thomas Arnhold
9c7f87831d missing include
gna, pch were enabled...

Change-Id: I02e6c5338e6ff65f55df64f3ef67dd2906821959
2014-04-15 01:51:08 +02:00
Thomas Arnhold
070f337c1e add missing header
Change-Id: I004be0486dc4e65d7007a087b68184dcb0e4d165
2014-04-15 01:40:19 +02:00
Thomas Arnhold
88718a876e starmath: remove duplicate SmTmpDevice
Change-Id: Ib1733ece03ad0a5ffad5157a622546d0cbac0a35
2014-04-15 01:26:16 +02:00
Stephan Bergmann
6880e9c973 Clean up function declarations and some unused functions
Change-Id: Iace3118a3a8a6d494b89d4476ff3160652e940ba
2014-04-14 21:37:24 +02:00
Thomas Arnhold
8f7a1111ab update_pch
Change-Id: I099bff66a7796a5cf18e37e445467bdfb33de602
2014-04-14 20:21:10 +02:00
Thomas Arnhold
fa1f7d27c1 typo: attribut -> attribute 2014-04-14 12:32:59 +02:00
Thomas Arnhold
c44bddde6c typo: attributs -> attributes 2014-04-14 12:32:40 +02:00
Thomas Arnhold
6cde7647c9 typo: implicitely -> implicitly 2014-04-14 12:32:33 +02:00
Thomas Arnhold
2805ac13dc typo: choosen -> chosen 2014-04-14 12:32:02 +02:00
Tor Lillqvist
84272d115d Introduce twip/mm100 conversion functions instead of duplicated macros
Change-Id: Ib689e35b417e0e9016cd6a239c986e0603a99d62
Reviewed-on: https://gerrit.libreoffice.org/8837
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2014-04-11 10:19:05 +00:00
Tor Lillqvist
6835d9f307 It's "its", not "it's"
Change-Id: Ieaa787afd7cc622b4750a2ee8f17f6dad934ba63
2014-04-10 20:22:50 +03:00
Stephan Bergmann
8f6c55a839 Replace SV_DECL/IMPL_REF macros with SvRef template
Change-Id: I0ef2e67f6d61e0ce118c0f5e926b8194ef9d8058
2014-04-07 12:38:27 +02:00
Joren De Cuyper
7007e3952d fdo#72276 introduce .uno:ZoomMenu so we can split the menu entries/labels
Currently .uno:zoom is used for the topmenu and submenu.
Deleting the '...' behind the text will delete it for both,
which is not correct. Therefore I introduce .uno:ZoomMenu for the
topmenu.

Change-Id: I75bcae572be0cca7216c34d81e0b99f4c59c0aab
Reviewed-on: https://gerrit.libreoffice.org/8503
Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
Tested-by: Maxim Monastirsky <momonasmon@gmail.com>
2014-04-06 13:32:31 -05:00
Norbert Thiebaud
5ae4978468 coverity#708232: Unitialized scalar field
Change-Id: Iebde4e596975560ae5870ded89a2b51f024e8d39
2014-04-06 13:11:28 -05:00
Norbert Thiebaud
3335880d97 coverity#708233: Unitialized scalar field
Change-Id: Ifd24c4520f1c445af5443ed8e81bb6c6c47cd64c
2014-04-06 13:11:28 -05:00
Norbert Thiebaud
6a615262dc coverity#708236: Unitialized scalar field
Change-Id: I4d87fb217504b0089df6d572cfa7c0d5426a897c
2014-04-06 13:11:28 -05:00
Norbert Thiebaud
1c48041e73 coverity#708237: Unitialized scalar field
Change-Id: I2536a7a2310aaa95fba7891472f0afe58713014c
2014-04-06 13:11:27 -05:00
Caolán McNamara
9ae70a7c16 coverity#738848 unused members
Change-Id: I96c7d101d4bb6efbd9a93ea8ef4b8e5bd878c6ea
2014-04-04 16:24:37 +01:00
Noel Grandin
214751e3cc cleanup up the EditEngine::GetAttribs call
It was using a bool parameter, but passing various constants
through it.
Make the constants into an enum, and use the enum in the GetAttribs
call.

Change-Id: I3010397dfe83b24db3946b9dea2fb37f4393abdd
2014-04-04 13:44:16 +02:00
Tor Lillqvist
f7e2f60d51 WaE: private field 'pHelpBtn' is not used
Change-Id: I7c8e9f33e8b36cb36a0e0e4f4be4241b23df270b
2014-04-01 21:54:54 +03:00
Stephan Bergmann
362d4f0cd4 Explicitly mark overriding destructors as "virtual"
It appears that the C++ standard allows overriding destructors to be marked
"override," but at least some MSVC versions complain about it, so at least make
sure such destructors are explicitly marked "virtual."

Change-Id: I0e1cafa7584fd16ebdce61f569eae2373a71b0a1
2014-04-01 19:22:54 +02:00
Caolán McNamara
519f4b75a5 teach SmShowChar how to resize
and other cleanups

Change-Id: I1f6a57a6cb7c06a37e9c845fa93815d31008e6e1
2014-04-01 16:22:47 +01:00
Palenik Mihály
26fdfce823 Convert RID_SYMDEFINEDIALOG to .ui
Change-Id: I03e2518c66fef4e40f95a9b68d68f9bb19a947b1
Reviewed-on: https://gerrit.libreoffice.org/8807
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-04-01 15:22:01 +00:00
Noel Grandin
6ac6fb820f xmloff: sal_Bool->bool
Change-Id: I64c33ae4c157e270acac9a1f820d3e6272ba0bea
2014-03-31 12:39:02 +02:00
Thomas Arnhold
6f892ed9fc typo: overrride -> override
All detected by SpellCode

https://code.google.com/p/spellcode/
2014-03-29 19:16:33 +01:00
Thomas Arnhold
680139fe7d typo: opend -> opened 2014-03-29 19:16:33 +01:00
Thomas Arnhold
d6837aa330 typo: soultion -> solution 2014-03-29 19:16:32 +01:00
Thomas Arnhold
1db5a63365 typo: selektion -> selection 2014-03-29 19:16:31 +01:00
Thomas Arnhold
5e04ec1e7d typo: inteface -> interface 2014-03-29 19:16:31 +01:00
Thomas Arnhold
920931529e typo: visualy -> visually 2014-03-29 19:16:30 +01:00
Thomas Arnhold
32b16865b0 typo: horizontical -> horizontal 2014-03-29 19:16:29 +01:00
Thomas Arnhold
d2dbab23ca typo: horizontial -> horizontal 2014-03-29 19:16:29 +01:00
Thomas Arnhold
993a863f45 typo: mayby -> maybe 2014-03-29 19:16:28 +01:00
Thomas Arnhold
461ecf5cf4 typo: constitues -> constitutes 2014-03-29 19:16:27 +01:00
Thomas Arnhold
56f81a6199 typo: formatet -> formated 2014-03-29 19:16:27 +01:00
Thomas Arnhold
25a06a317b typo: unpleasent -> unpleasant 2014-03-29 19:16:26 +01:00
Thomas Arnhold
f8d601cb53 typo: equantion -> equation 2014-03-29 19:16:25 +01:00
Caolán McNamara
c39a664f7a coverity#705479 Dereference null return value
Change-Id: Id8b6723e7d3d8a66f5a657628e1467edda509cfa
2014-03-28 13:14:01 +00:00
Caolán McNamara
722c82b018 coverity#735496 Dead default in switch
Change-Id: I5eddf8be2a98aa57fdcdf44d390def6522caa25d
2014-03-28 09:25:04 +00:00
Stephan Bergmann
567ef6d578 Second batch of adding SAL_OVERRIDE to overriding function declarations
...mostly done with a rewriting Clang plugin, with just some manual tweaking
necessary to fix poor macro usage.

Change-Id: Ie656f9d653fc716f72ac175925272696d509038f
2014-03-27 18:12:18 +01:00