6e1323a876
fdo#60724: lintian typo fix: useful -> useful
...
Change-Id: I5635c3efaaa6bbe1c1e3ec41a502e203fe17e47c
2013-02-26 11:01:37 +01:00
4f4e4e40f5
loplugin: improve indentation
...
Change-Id: Idb847766d93dc222d6c55889616da21eeac212ee
2013-02-25 17:59:40 +01:00
5269589ae4
fdo#38838,::rtl::OUString_to_OUString
...
Change-Id: I7c9ebd01c16ff066008e53de865560ad78215bab
Reviewed-on: https://gerrit.libreoffice.org/2330
Reviewed-by: Thomas Arnhold <thomas@arnhold.org >
Tested-by: Thomas Arnhold <thomas@arnhold.org >
2013-02-25 13:00:14 +00:00
89003e9bd8
loplugin: unused variables
...
Change-Id: I63553a09eec81e5ae28aa79ee1d3281053b23d06
2013-02-25 03:14:01 +01:00
3a014901fd
Fix typo seperated/separated
...
Change-Id: I133423de994b1befe246b6c921802428a3528202
2013-02-23 17:20:45 +01:00
e3f141323e
Fix typos retreive/retrieve furture/future
...
Change-Id: I639c2970b2a88ca3d5aa1dcd2ad4ec047b4a369c
2013-02-23 16:51:36 +01:00
c4cc63badc
sal: update log areas
...
Change-Id: Id7b2c7e871abf19b70f427095371c6a6c0208607
2013-02-23 13:31:09 +01:00
ecd8b34901
Start Center: update hardcoded borders to match the new images
...
Change-Id: Ib3dae9b06bcd2cfe5e73b723d9ea2e5856073651
2013-02-22 23:30:11 +04:00
1443a9f7ab
[Uu]sefull -> [Uu]seful
...
Change-Id: I5dad83789ff9b6815561208679a5e19821041e1f
2013-02-22 11:12:33 +01:00
616c6924f1
s/the the/the/
...
Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
2013-02-22 09:58:19 +02:00
0c317af38a
s/childrens/children/
...
Change-Id: I1731710811506383d29c835a613b07506e7232f0
2013-02-22 09:32:10 +02:00
e2f97dcc10
spelling: otherwhise -> otherwise
...
Change-Id: I2d89edbb2574b4e677c9a0682bc829d9476b54db
2013-02-17 13:57:44 +04:00
9d6bb5daa6
Some cppcheck cleaning
...
Change-Id: I1cc0a9e5c7f8bfd310e9bf56664f0f8b396ad9ec
2013-02-16 00:38:41 +01:00
77fd448d09
Removed several useless macros: UNISTRING, USTR, USTR_ASCII, ASCII_STR, ASCII_STRING, CONST_ASCII, ASCSTR, ASCII, DEFINE_CONST_UNICODE, DEFINE_CONST_OUSTRING
...
Change-Id: I96d690bf9f9b319e9eeafcf218ec5ce87f21215f
Reviewed-on: https://gerrit.libreoffice.org/1954
Reviewed-by: Tor Lillqvist <tml@iki.fi >
Tested-by: Tor Lillqvist <tml@iki.fi >
2013-02-14 13:20:14 +00:00
36d0933b66
fdo#46808, convert some svtools code to XComponentContext
...
Change-Id: Icf939095f130e684db88a8563c56f4eb1e6079bc
2013-02-12 10:14:45 +02:00
2fd93f19cf
fdo#39370 - Fixed RTL/LTR and alignment buttons location on RTL interface
...
Reversed the location of the RTL and LTR buttons as well as the align right
and align left buttons on the RTL interface. It now matches the LTR interface.
Done from toolboxdocumenthandler instead of modifying 20+ xml files.
Change-Id: I6b3715e134bb45a7500b87a9e926d7940690a9af
Reviewed-on: https://gerrit.libreoffice.org/2077
Reviewed-by: Tor Lillqvist <tml@iki.fi >
Tested-by: Tor Lillqvist <tml@iki.fi >
2013-02-11 11:37:16 +00:00
eb2f8c5a63
fdo#46808, use linguistic2::LanguageGuessing service constructor
...
Change-Id: I5c650a96ea99a1cf16ca8aa61f2db4986790040b
2013-02-11 08:02:19 +02:00
89fed427f0
fdo#46808, convert to getProcessComponentContext
...
Change-Id: I59632fb1fe1d0e200fc42240ab1551a46801822e
2013-02-11 08:02:16 +02:00
bb98b129db
fdo#46808, use service constructor for awt::ContainerWindowProvider
...
Change-Id: I15f45bb51fe8880041c396025efdd5c91ebc3f13
2013-02-11 08:02:16 +02:00
ae25ee162c
fdo#46808, remove unnecessary XMultiServiceFactory fields
...
Change-Id: I140d82ed38afc56cbd06b0045eff0787fc99e2a6
2013-02-11 08:02:15 +02:00
591ef78440
fdo#46808, Use singleton util::theMacroExpander new-style constructor
...
And deprecate the old-style service util::MacroExpander
Change-Id: Ifcefe31a8f8c68c6d44d6ec19616727eb607e1cd
2013-02-11 08:02:13 +02:00
a0dd5a8d6a
String cleanup.
...
Change-Id: Ifdc1716ed033f01bc298243c1e2dafd5736fac68
2013-02-05 14:40:58 -05:00
50685e3caf
Start center background color uses application background color, fdo51535
...
Change-Id: I781ea544e052e775f5cc1d709c5c3a319025ab12
Reviewed-on: https://gerrit.libreoffice.org/1958
Reviewed-by: Jan Holesovsky <kendy@suse.cz >
Tested-by: Jan Holesovsky <kendy@suse.cz >
2013-02-04 14:13:44 +00:00
e3f11c10d8
Changed SetText() / GetText() to take/return OUString
...
replaced lots of Len() with isEmpty()
Change-Id: I6b82d48245ee2a0782e05a326f7934e9357227d0
Reviewed-on: https://gerrit.libreoffice.org/1795
Reviewed-by: Michael Stahl <mstahl@redhat.com >
Tested-by: Michael Stahl <mstahl@redhat.com >
2013-01-21 20:48:35 +00:00
c106167f5f
PRODUCTEXTENSION: fix various obvious strings and such...
...
... to look pretty; most of these expect PRODUCTEXTENSION to be a word
like "Beta" but nowadays it is ".micro.rc.alphabeta" numbers so there
should be no space before it.
ReplaceStringHookProc adds insult to injury by refusing to
replace %ABOUTBOX variables unless some %PRODUCT is in the string.
Change-Id: Ib676f3837ab0785529a226fc9359e8defacf3459
2013-01-18 23:46:34 +01:00
54f1418824
fdo#46808, Adapt frame::SessionListener UNO service to new style
...
The service already existed, it just did not have an IDL file.
Change-Id: I88b914995eaa52708c1d51271455478fedb65a63
2013-01-15 09:56:01 +02:00
92f14ced5e
fdo#46808, Adapt frame::TaskCreator UNO service to new style
...
The service already existed, it just did not have an IDL file.
Change-Id: I157c53d09b612da0178432100b8928013f811706
2013-01-15 09:56:00 +02:00
e7018375cd
fdo#46808, Adapt frame::StartModule UNO service to new style
...
The service already existed, it just did not have an IDL file.
Change-Id: I400551d34d074cc8cf36fad58badc921422a2efa
2013-01-15 09:56:00 +02:00
e103887c8c
QUARTZ is equivalent to MACOSX
...
So just check MACOSX in the sources, and don't pass any -DQUARTZ to
compilations.
Change-Id: Ia1de6024810f81f1eea01b8eb0b885d9d1ee8e20
2013-01-11 11:16:59 +02:00
b23fd68eee
fdo#468080, remove unnecessary XMultiServiceFactory from framework
...
The ActionTrigger classes in framework were not using their
XMultiServiceFactory parameters, so remove them.
And follow that through by cleaning up places that no longer
need to store XMultiServiceFactory references.
Change-Id: I433c4fdb02a56eeef75728893e0c9b749d8313be
2013-01-09 08:08:16 +02:00
5b75a51670
fix api change in Menu
...
Change-Id: I386439be9bf7ce5c9d1b9a4df93195bd6738f573
2013-01-08 00:25:21 -06:00
6773db03a6
allow menu items to be referred to by a name
...
Change-Id: I8bb1c082e3948f919232b81e0f1f869b88fcd852
2013-01-07 16:17:52 +00:00
9bdaff431b
Typo
2013-01-06 17:00:34 +02:00
4427bb0c58
The "ProductSource" (MWS name) makes no sense any more
2013-01-06 15:30:04 +02:00
0c22f3eadd
Make LO buildable again after the GraphicFilter move.
...
Change-Id: I3455a7294b136400f32163626d5a7a7f2bfa898c
2013-01-04 22:02:51 +01:00
d605a49f84
Some cppcheck cleaning in framework
...
Change-Id: If0bb2734bb2c71f69c85496fd59ca860aa14fd75
2012-12-24 16:40:57 +01:00
bb121c864c
fdo#46808, Convert frame::Desktop to new style service.
...
I had to drop XEventBroadcaster from the merged interface
because it introduced method name conflicts (addEventListener).
Shouldn't be an issue since it was scheduled to be dropped anyhow,
and the service implementation still implements it, so existing clients
will be fine.
I dropped the interface XPropertySet from the combined IDL because nobody
seems to be using it, and it's primary purpose appears to be to set weird
flags.
I dropped the optional interfaces
XStatusIndicatorFactory
XDispatchInformationProvider
from the combined IDL because the service does not implement them, and
nobody seems to be using them. I suspect they were mistakenly copied
from XFrame.
I also did not convert the Title, UserDefinedAttributes and LayoutManager
properties to attributes, again because no-one is using them.
Change-Id: I678a00006ed2cca2d6c37c4e39465811442c33af
2012-12-21 10:57:09 +02:00
e93a001887
fdo#46808, Adapt frame::PopupMenuControllerFactory UNO service to new style
...
Required creating a new merged interface.
The service interface is going to be shared by some other services,
which is why it's name is != the service name.
Change-Id: I9af3c27b367807147a0052fb6fa4e42eb1ad32de
2012-12-21 09:12:07 +02:00
ecae523d96
fdo#46808, Create new-style frame::ToolBarControllerFactory service
...
The service already existed, it just did not have an IDL file.
Change-Id: I70d0e1a3fe77deaeec399761cadefb20954f1c92
2012-12-21 09:12:07 +02:00
cd0b83b531
fdo#46808, Use service constructor for frame::UICommandDescription
...
Change-Id: I8950afd1e49fda9e3336a79024e603262d717dad
2012-12-21 09:12:06 +02:00
55b3794950
callcatcher: update unused code list
...
Change-Id: Ie975cd2df17461de1bb94a23d4daf081f6588fe7
2012-12-14 11:37:22 +00:00
dde234b695
fdo#46808, remove awt::DisplayAccess service.
...
This service was never documented in an IDL file.
All it did was provide a wrapper around some VCL module API.
Now that we can link the VCL stuff into SD and SDEXT, just
access the API directly.
Change-Id: Ic0ba34c2bca797baa7319878d98cfe3a4ec59d4d
2012-12-13 05:20:59 +02:00
b552f521f6
fdo#46808, Adapt ui::UIElementFactoryManager UNO service to new style
...
Required creating a new merged interface.
Change-Id: I12be54e7e4c0614a31a04715342aa244d1687c42
2012-12-13 05:20:58 +02:00
bb8900baaa
fdo#46808, Create new-style ui::WindowContentFactoryManager service
...
The service already existed, it just did not have an IDL file.
Change-Id: Ie059e8d81fdfb4c3a5eca274a2406f806ee77b5c
2012-12-13 05:20:58 +02:00
c1e42d60c5
fdo#46808, use service constructor for ui::WindowStateConfiguration
...
Change-Id: I0b7f773a7db47049d7df4138d07e7fc38c657a65
2012-12-13 05:20:58 +02:00
9779ae8bde
fdo#46808, use service constructor for ui::
...
::ModuleUIConfigurationManagerSupplier
Change-Id: I06e8b3ef9b525da014a2bb7702587d360779aebc
2012-12-13 05:20:58 +02:00
e52a5e298b
fdo#46808, use service constructor for ui::GlobalAcceleratorConfiguration
...
Change-Id: Icab69ba138b28c3baed4352da86a1b3b0c0cc195
2012-12-13 05:20:58 +02:00
2f998bdf8f
fdo#46808, use service constructor for embed::FileSystemStorageFactory
...
Change-Id: Ic523e4b0a662a68a1a222b7697fcdae56d69903c
2012-12-13 05:20:57 +02:00
d9cf110dae
Bye bye ODMA
...
SUSE has no interest in it any longer, and I doubt anybody else has
either.
2012-12-05 08:56:52 +02:00
9c2dfa9b41
activate basic gnumeric support in experimental mode
...
Please note that this is nothing mroe than a technical demo showing the
great opportunities provided by orcus.
It only imports some basic objects for now but provides the basis for
the future calc filter framework.
Change-Id: I6c6fb8d07e33482b2efdcbbe9a0f43224c5aa5a1
2012-12-04 08:24:18 +01:00