summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-04-23fdo#46808, remove unnecessary XMultiServiceFactory fieldsNoel Grandin
2013-04-23fdo#46808, convert svx::DbGridControl to XComponentContextNoel Grandin
2013-04-23fdo#46808, convert form::Forms to new styleNoel Grandin
Change-Id: I966ed18d45dc8a04c97a703d3c83382714025f2c
2013-04-23fdo#46808, convert drawing::ColorTable to new styleNoel Grandin
The service already existed, it just needed an IDL file.
2013-04-23fdo#46808, convert framework::AddonsToolBarWrapper to XComponentContextNoel Grandin
2013-04-23fdo#46808, convert svx::FindTextFieldControl to XComponentContextNoel Grandin
2013-04-23fdo#46808, remove unnecessary XMultiServiceFactory from svx::ControllerFeaturesNoel Grandin
all of the callers sites are using getProcessServiceFactory(), so no need to store it in instance field
2013-04-23fdo#46808, convert to XComponentContextNoel Grandin
Change-Id: I51e98ac96815d6d7348d53a191400e608768d6b7
2013-04-23fdo#49076: copy numbering to clipboard only if start of para selectedMichael Stahl
SwTxtNode::CopyText: If the selection does not include the start of the paragraph, copy an empty string to the clipboard, which suppresses numbering output in ASCII text format. Change-Id: Ie467999b4e82e7f5149ffe8bb773aa74ccedcca7
2013-04-23fdo#62643 sw: fix autocomplate wrt. adding to a partially finished wordMiklos Vajna
This partially reverts commits 1eee77f2c2b4fa5f693708218c74a8f3909649a6 and 51f9e894f46e718200a14bcd61e9e44c64bc5396. Change-Id: Ie6a1202e139a0eb30cac482a2bb528ef70c7797f
2013-04-23restore ImageList::AddImage variantCaolán McNamara
correctly removed in 804e86170ff2570fd3826b4ac26d1c927e751ac3 but we will need it again soon Change-Id: I52700cb4da0285bf08db20af2d7c314a37c4fee2
2013-04-23do not install 64-bit MSVCRT on 32-bit WindowsAndras Timar
Change-Id: I73a97ecc3021e00071297ed5fa403cf349f0a9fe
2013-04-23eliminated another unnecessary rString.toString()Eike Rathke
Change-Id: Ic2fad1120876160f741056937825ab564e6d5f4e
2013-04-23kill RTLIBS group; and autoinstall the librariesMatúš Kukan
This commit changes names for comphelper i18nlangtag and ucbhelper. Change-Id: I93731ef31f894854f9c642d3adee41006552e303
2013-04-23autoinstall more ure librariesMatúš Kukan
Change-Id: I7bbf716fb56726bceb3f84e757ff7ab6c3cc79e7
2013-04-23Fix glyph width calculation in HarfBuzzKhaled Hosny
Make sure everything is using 16.16 fixed point values consistently. Change-Id: Icdcd94775d3860d57bb446a3f237c31e35e0710a Reviewed-on: https://gerrit.libreoffice.org/3573 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-23urelibs: do not merge purpenvhelper (unless mergelibs=all)Matúš Kukan
Change-Id: I147d05b91d46f05461f0548000c891f89486bcc7
2013-04-23always build also cppu and cppuhelper librariesMatúš Kukan
Otherwise auxtargets for these libraries are missing for URELIBS=TRUE Change-Id: Id07b052813609eac0cb68a651f1f976a88168c65
2013-04-23urelibs: add more librariesMatúš Kukan
Change-Id: Ibe1e811c2ee1db93200b63023dc5922cf1ecb6ca
2013-04-23Java cleanup - use generics to reduce castingNoel Grandin
More queryInterface related cleanup. Change-Id: I97d064c425389e687c6f0fbc3a962080f46dd511 Reviewed-on: https://gerrit.libreoffice.org/3568 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-23Java cleanup - reduce use of global fieldsNoel Grandin
This field does not need to be global, it is returned from the relevant methods Change-Id: Ic53eec4a699d6acc4410e71dde385e6a49ded745 Reviewed-on: https://gerrit.libreoffice.org/3567 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-23Java cleanup - remove unnecessary casts in the ODK codeNoel Grandin
Change-Id: I1ab8ad5182444fc3eebd2349135a0240ebbe0fd4 Reviewed-on: https://gerrit.libreoffice.org/3566 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-23Fix compilation of Spreadsheet odk exampleNoel Grandin
because of change to XDataPilotsResults IDL in commit ac569ed4cf5064248b9952f182f6572f20dc9bcb "fdo#60300: Work-in-progress change to rework pivot table core" Change-Id: I730e15226f4dfe3e6baa5d54e987da1016f6b15b Reviewed-on: https://gerrit.libreoffice.org/3565 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-23forms: FORMS_CONSTASCII_STRING is no longer neededMiklos Vajna
Change-Id: I2b666f0e48db4c97cc4c641480a82681f5057ac2
2013-04-23Fix linking with harfbuzzFridrich Štrba
Change-Id: Ic28c7922b0fab3b5a7ac1c0500a429539a4c29bc
2013-04-23Add support for using HarfBuzz instead of ICU LEKhaled Hosny
HarfBuzz is an up to date, actively maintained OpenType layout engine, while the ICU LayoutEngine we use now has been unmaintained for a while now, and existing users are encouraged to switch to HarfBuzz. This is work in progress, text layout mostly works, but the handling of combining marks is broken and needs further work, so it is kept optional for now, with SAL_USE_HARFBUZZ env variable to enable it at runtime. Change-Id: I07e698f7486379bae68329771695cd94d6e561b5 Reviewed-on: https://gerrit.libreoffice.org/3518 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-23restore SdrTableObj::getColumnCountCaolán McNamara
removed correctly by fe630f3b097ca2bf173f21de77ed1535c767d0b9 but we will need it again Change-Id: I07a44e25cfc0de01cfdfef10ae817c413b50b597
2013-04-23Disable coretex againFridrich Štrba
Change-Id: I0372ccce744caace0dc43b69c3e26af928d81fa9
2013-04-23Revert "Disable coretex again"Fridrich Štrba
This reverts commit 0ef5a4bb954e16e4e5e009c78da9196cbf0706fa.
2013-04-23Disable coretex againFridrich Štrba
Change-Id: I58ea44d1ede37aa4012ab99403411f1aefa5eb6a
2013-04-23Harfbuzz fixFridrich Štrba
Change-Id: Ia8103d3214885f98a055352f2aecc7d35c85a3c8
2013-04-23Add HarfBuzz support to the build systemKhaled Hosny
To be used in the next commit. Change-Id: I6ee286d0c050a5ca650e7fb3692b0facccb5f0c0 Reviewed-on: https://gerrit.libreoffice.org/3517 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-23Updated coreStephan Bergmann
Project: help 2057fbeeeab78144913ded4b662d14db7e64f8ff
2013-04-23reword commentLionel Elie Mamane
Change-Id: I13aaf37421c7652e8e293759e9f563fc76cb1344
2013-04-23isEmpty() instead of getLength()==0Lionel Elie Mamane
Change-Id: I610ecd58f3f7fa7f3ab04db8b17259bbc54c2b74
2013-04-23Base: fix incorrect field removal in criterion inside query design viewOlivier Ploton
2013-04-23fdo#62147: sw: ODF import: apply styles in cells with string-valueMichael Stahl
Apply the table-cell-style to paragraphs inside the table cell for cells with value-type="string" and office:string-value attribute. This should complete commit 1b5839f49c07beb6fbde6c7370a5636d22f9ab77. Change-Id: Ief34de1e7c5087906ea597ce3ca96e020f6eebe6
2013-04-22Changed the MPL header from v1 to v2Marco Cecchetti
2013-04-22fixed a mess of out of bounds string accessesEike Rathke
Change-Id: I800840e1b3c0d97a049b3ceba0ec244365dc8e6b
2013-04-22Data-aware ListBox: declare the newly supported External Binding TypesLionel Elie Mamane
Change-Id: I5ab021f99373f24b6be2ca6db00fe8b6e69bc9cb
2013-04-22Trying to avoid linking with boost on WindowsFridrich Štrba
Change-Id: Ic0c538dfad88f850d95f417f2741ef7dba7fc5e4
2013-04-22Trying to fix a boost::property_tree::json_parser error on windowsFridrich Štrba
Change-Id: Iea3ec9a56eb008c6a0729a151b392f1e62925720
2013-04-22Revert "Revert "WIP: Experimental new binary type.rdb format""Stephan Bergmann
This reverts commit 67e69a55820f50973ca0de75ccab2bb07d0bada8, applying a band- aid fix to cli_ure/source/climaker for now. Conflicts: stoc/inc/bootstrapservices.hxx stoc/source/tdmanager/lrucache.hxx stoc/source/tdmanager/tdmgr.cxx stoc/source/tdmanager/tdmgr_common.hxx stoc/source/tdmanager/tdmgr_tdenumeration.cxx stoc/source/tdmanager/tdmgr_tdenumeration.hxx Change-Id: Iae669985d0194f06fa349a4a39f0ebd230bc5d28
2013-04-22clean up PythonTestsDavid Ostrovsky
Conflicts: sw/PythonTest_sw_python.mk Change-Id: I8dc937df02efb686bf19d6606b9b42b6f0abf742
2013-04-22avoid crash when no table grid is givenLuboš Luňák
The document may contain just <w:tblGrid/> and <w:tblW w:w="0" w:type="auto"/> . It appears we do not handle the auto width properly at all, but at least don't crash. Change-Id: Ibdc9d1ad69c13456acd347a151ec8739bcb98855
2013-04-22base for unusedcode compiler pluginLuboš Luňák
Needs work to actually do something useful, but the basics are there. Change-Id: I193922f2f5572760c8c20def0f9b830138f47fef
2013-04-22Data-aware ListBox: document changes & improve documentationLionel Elie Mamane
Change-Id: If75a2e86654ffef71e37cf55c24af721182215d7
2013-04-22Data-aware bindable ListBox new feature: bind *value*Lionel Elie Mamane
As opposed to index in list or *display* string Change-Id: I5fa74c80b28db843d45ee68523a4349ba44d229b
2013-04-22ListBox: take care of validation (use binding value when appropriate)Lionel Elie Mamane
Change-Id: I7c2ab0e42a82baa39e1b48124cc8cf58bfa126d5
2013-04-22Use (get|set)ControlValue instead of manipulating the property directlyLionel Elie Mamane
Change-Id: Ice58cf4f67fae6a26548bae6569ae0c0993a7e84