summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Collapse)AuthorFilesLines
2013-03-04sal_Bool to boolTakeshi Abe2-2/+2
Change-Id: I8c554fb3faead41c974af9c2a89728bd0bdf5eb6
2013-03-04doubled namespacesThomas Arnhold4-4/+0
Change-Id: I0f6a34a459c1492a69afa3ef6bcbaa8ed7639a22
2013-03-04doubled includesThomas Arnhold20-28/+0
Change-Id: I70ec796188e2388e1e4d699126f7ae817f5ff86e
2013-03-04fdo#46808, Use service constructor for task::InteractionHandlerNoel Grandin6-21/+15
a lot of code was loading the service using it's implementation name, which is why this got missed earlier. Change-Id: I0b150bc9383a1a3a09ab905c4ddb7f914e69638d
2013-03-04fdo#46808, convert task::StatusIndicatorFactory to new styleNoel Grandin14-115/+78
the service already existed, it just needed an IDL file. Change-Id: I84c8e48e176ec3a38ac48a7abcec7463390523b9
2013-03-04fdo#46808, Convert the menu classes in framework to XComponentContextNoel Grandin1-15/+44
Change-Id: Ia800083ab052dd648e25d6ee3ac284a017d2176e
2013-03-04fdo#46808, Convert frame::DispatchRecorder to new styleNoel Grandin2-4/+2
API CHANGE: dropped the XIndexReplace interface because no-one is using it. Change-Id: Iad77af588a070b22f2fce007a6ec4641758997a8
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold52-86/+86
Using the autocorrect list of LibreOffice extras/source/autotext/lang/en-US/acor/DocumentList.xml Change-Id: I8b93969bc0742c2e95b8b7db3c4c37691e8d3657 Script: http://pastebin.ca/2327716
2013-03-03loplugin: improve indentationThomas Arnhold1-5/+3
Change-Id: If0ddaa8fd7cfaf4df8589422cb50ce37f1be2ad1
2013-03-03loplugin: unused variables and commented codeThomas Arnhold1-1/+0
Change-Id: I01f1f1d112767b576d7cfc6e25fe95385de2c0cf
2013-03-02Typo fix: informations -> information and a few other adjacent typos.Gregg King42-74/+74
FDO:60724 Change-Id: I73ad9f1c37cbbcf28d996ed73c75cf09553e499b Reviewed-on: https://gerrit.libreoffice.org/2479 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2013-02-28remove all d.lstMichael Stahl1-0/+0
Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
2013-02-26fdo#60724: lintian typo fix: useful -> usefulGregg King3-4/+4
Change-Id: I5635c3efaaa6bbe1c1e3ec41a502e203fe17e47c
2013-02-25loplugin: improve indentationThomas Arnhold6-44/+22
Change-Id: Idb847766d93dc222d6c55889616da21eeac212ee
2013-02-25fdo#38838,::rtl::OUString_to_OUStringelixir1-192/+192
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-25loplugin: unused variablesThomas Arnhold4-6/+0
Change-Id: I63553a09eec81e5ae28aa79ee1d3281053b23d06
2013-02-23Fix typo seperated/separatedJulien Nabet6-7/+7
Change-Id: I133423de994b1befe246b6c921802428a3528202
2013-02-23Fix typos retreive/retrieve furture/futureJulien Nabet1-1/+1
Change-Id: I639c2970b2a88ca3d5aa1dcd2ad4ec047b4a369c
2013-02-23Fix typo "sucessfully" -> "successfully"Julien Nabet1-1/+1
Change-Id: I01c85e4d3853c44fa05acc3019bc35c56c4f655e
2013-02-23Fix typo "paramater" -> "parameter" + remove some commented linesJulien Nabet1-1/+1
Change-Id: I1e6343fdcee91d23aacd776520e8bfdf81d411e4
2013-02-23sal: update log areasThomas Arnhold1-3/+3
Change-Id: Id7b2c7e871abf19b70f427095371c6a6c0208607
2013-02-22Start Center: update hardcoded borders to match the new imagesIvan Timofeev1-4/+4
Change-Id: Ib3dae9b06bcd2cfe5e73b723d9ea2e5856073651
2013-02-22[Uu]sefull -> [Uu]sefulJulien Nabet13-20/+20
Change-Id: I5dad83789ff9b6815561208679a5e19821041e1f
2013-02-22s/the the/the/Tor Lillqvist1-1/+1
Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
2013-02-22s/childrens/children/Tor Lillqvist3-7/+7
Change-Id: I1731710811506383d29c835a613b07506e7232f0
2013-02-17spelling: otherwhise -> otherwiseIvan Timofeev17-25/+25
Change-Id: I2d89edbb2574b4e677c9a0682bc829d9476b54db
2013-02-16Some cppcheck cleaningJulien Nabet1-1/+1
Change-Id: I1cc0a9e5c7f8bfd310e9bf56664f0f8b396ad9ec
2013-02-14Removed several useless macros: UNISTRING, USTR, USTR_ASCII, ASCII_STR, ↵Jean-Noël Rouvignac2-8/+4
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-12fdo#46808, convert some svtools code to XComponentContextNoel Grandin1-4/+4
Change-Id: Icf939095f130e684db88a8563c56f4eb1e6079bc
2013-02-11fdo#39370 - Fixed RTL/LTR and alignment buttons location on RTL interfaceIssa Alkurtass1-0/+17
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-11fdo#46808, use linguistic2::LanguageGuessing service constructorNoel Grandin4-8/+6
Change-Id: I5c650a96ea99a1cf16ca8aa61f2db4986790040b
2013-02-11fdo#46808, convert to getProcessComponentContextNoel Grandin2-8/+16
Change-Id: I59632fb1fe1d0e200fc42240ab1551a46801822e
2013-02-11small doc fixNoel Grandin1-1/+1
Change-Id: Ieafdd536faf4c51ec0eb1fabca3edd7f575d001e
2013-02-11fdo#46808, use service constructor for awt::ContainerWindowProviderNoel Grandin1-6/+2
Change-Id: I15f45bb51fe8880041c396025efdd5c91ebc3f13
2013-02-11fdo#46808, remove unnecessary XMultiServiceFactory fieldsNoel Grandin4-24/+3
Change-Id: I140d82ed38afc56cbd06b0045eff0787fc99e2a6
2013-02-11fdo#46808, Use singleton util::theMacroExpander new-style constructorNoel Grandin2-11/+7
And deprecate the old-style service util::MacroExpander Change-Id: Ifcefe31a8f8c68c6d44d6ec19616727eb607e1cd
2013-02-05String cleanup.Kohei Yoshida1-9/+6
Change-Id: Ifdc1716ed033f01bc298243c1e2dafd5736fac68
2013-02-04Start center background color uses application background color, fdo51535Robert Roth1-1/+2
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-01-26gbuild: do not copy boost headers aroundMichael Stahl5-0/+10
- do not use gb_UnpackedTarball_copy_header_files for boost - adapt the optimization in concat-deps.c for new path - use boost_headers in all LinkTargets that require it - add explicit include paths to mysqlc, mysqlcppconn, libvisio, liborcus Change-Id: I0c43e73ed43cc9d2e6bce8faf55e992d655a0bb9
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith5-5/+5
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-18PRODUCTEXTENSION: fix various obvious strings and such...Michael Stahl1-12/+3
... 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-15fdo#46808, Adapt frame::SessionListener UNO service to new styleNoel Grandin2-3/+4
The service already existed, it just did not have an IDL file. Change-Id: I88b914995eaa52708c1d51271455478fedb65a63
2013-01-15fdo#46808, Adapt frame::TaskCreator UNO service to new styleNoel Grandin2-2/+1
The service already existed, it just did not have an IDL file. Change-Id: I157c53d09b612da0178432100b8928013f811706
2013-01-15fdo#46808, Adapt frame::StartModule UNO service to new styleNoel Grandin8-34/+27
The service already existed, it just did not have an IDL file. Change-Id: I400551d34d074cc8cf36fad58badc921422a2efa
2013-01-11QUARTZ is equivalent to MACOSXTor Lillqvist2-2/+2
So just check MACOSX in the sources, and don't pass any -DQUARTZ to compilations. Change-Id: Ia1de6024810f81f1eea01b8eb0b885d9d1ee8e20
2013-01-09fdo#468080, remove unnecessary XMultiServiceFactory from frameworkNoel Grandin12-28/+19
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-08fix api change in MenuNorbert Thiebaud1-1/+1
Change-Id: I386439be9bf7ce5c9d1b9a4df93195bd6738f573
2013-01-07allow menu items to be referred to by a nameCaolán McNamara5-15/+15
Change-Id: I8bb1c082e3948f919232b81e0f1f869b88fcd852
2013-01-06TypoTor Lillqvist1-1/+1
2013-01-06The "ProductSource" (MWS name) makes no sense any moreTor Lillqvist1-1/+1