summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-12-16fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa26-219/+4
Change-Id: I5150eec33228e18e274a8ae4effd3f185851b7f4 Reviewed-on: https://gerrit.libreoffice.org/7103 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-12-16Allow setting environment value directly in .component filesStephan Bergmann12-97/+140
...for internal loader="com.sun.star.loader.SharedLibrary" components, instead of exported component_getImplementationEnvironmen (or implicit CPPU_CURRENT_LANGUAGE_BINDING_NAME). Adapted a few .component files as proof- of-concept, more to follow. Change-Id: I82332e0a48e6fc1da245990bb72265fe6e58447e
2013-12-16Parser::attrImplementation_ can be a local varStephan Bergmann1-7/+6
Change-Id: I402040a4b747d457b1b7a3695d0b3567fa7bf478
2013-12-16CPPU_CURRENT_NAMESPACE is impl detail, mark @deprecatedStephan Bergmann1-1/+4
Change-Id: I4f66403c197bb94ec0ce178f949ece80bab1116f
2013-12-16Clean-up uno/lbnames.hStephan Bergmann78-61/+37
Change-Id: I4bd729499aa8be58f04194656e35c1f79d5d4919
2013-12-16Clean-up: The "_" delimiter is logically not part of the prefixStephan Bergmann2-7/+7
Change-Id: I60329aabe465da48aac11ad76dd72e9a0ae4d078
2013-12-16fdo#72158 Add Excel 2010 functionsWinfried Donkers12-23/+354
LOGNORM.DIST, LOGNORM.INV, NORM.DIST, NORM.INV, NORM.S.DIST, NORM.S.INV Change-Id: I695e0645642af1757a1dd7d7f0f15c9515e21309 Reviewed-on: https://gerrit.libreoffice.org/6883 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2013-12-16Check IsRefMode() before accessing the ref range.Kohei Yoshida1-1/+5
Else you'd end up with wrong ref range values. Also in selectAllAccessibleChildren(), the code is probably meant to select all sheet, rather than setting the top-left reference position twice in a row. Change-Id: I895896418476ffea0862e8df4e03f6efc4c91dd2
2013-12-16Make this non-inline (for easier debugging).Kohei Yoshida2-4/+11
Change-Id: I2b7a84c56b8130c6566eb971ba6ba0c3ee487c86
2013-12-16Updated coreCaolán McNamara1-0/+0
Project: help a527273352071934f391c38c9e22395d168d79cd
2013-12-16Do not use C++11 std::vector.data(), use an alternative insteadDouglas Mencken1-2/+2
Note that there is no need to check for empty(), because matrix is always initialized with all empty elements in this code. Change-Id: If05b3b12d7209b99fcbb09f7c97e74476fb9ce06 Reviewed-on: https://gerrit.libreoffice.org/7098 Reviewed-by: Kohei Yoshida <libreoffice@kohei.us> Tested-by: Kohei Yoshida <libreoffice@kohei.us>
2013-12-16typo: start period is S, thus 'A = 1' -> 'S = 1'Andras Timar1-2/+2
Change-Id: I23ffb5288cda22dcf98bba2d16ae7cf6f9d66825
2013-12-16convert gallery title dialog to .uiCaolán McNamara7-75/+135
Change-Id: I432b8c36e28576d016c58d972299aa804963829e
2013-12-16silence warning introduced by e125dee1 (Shut up, Wesley!)Bjoern Michaelsen1-2/+2
Change-Id: Id08f07ec47b5d3e34e1ef1e73475bfe6b10268c9
2013-12-16change config example in commentAndras Timar1-3/+3
because Expert Config is no longer a leaf in option page tree, it became a standalone window. Change-Id: Ib82b5eb958073d1afbd9ad2b8493e2670dee591b
2013-12-16writerfilter: remove unused odiapiMiklos Vajna6-2211/+0
Change-Id: I4217c890f6c398fb2010beb67ee396caf7f4faaf
2013-12-16postprocess registry is a l10n-relevant targetBjoern Michaelsen1-1/+3
Change-Id: I349fb24a388775c58be7a326832b3fc0ec38180f
2013-12-16uiconfig is a l10n-relevant targetBjoern Michaelsen21-33/+33
Change-Id: I8a2ca73c02fd6b04ce60e7701c51d2362ef7ec06
2013-12-16oox: fix ShapeExport::WriteRectangleShape() for docxMiklos Vajna1-2/+4
This fixes testFdo60990 in CppunitTest_sw_ooxmlexport when DML export is enabled in non-experimental mode. Change-Id: If69bdb6ed8798ccd3e5e3bb55ec4d2a598fd6060
2013-12-16Updated coreCaolán McNamara1-0/+0
Project: help 884765268982ae9ddd2724473ad29d3a05e4ad30
2013-12-16convert fontwork spacing dialog to .uiCaolán McNamara6-80/+119
Change-Id: I0cf7fb84974741a162addb6c1fc393d3328f21cb
2013-12-16Split out the setup of lo.xcconfig into a separate CustomTargetTor Lillqvist3-12/+37
Change-Id: If486cf470583205763722766da57303de904b321
2013-12-16Updated coreCaolán McNamara1-0/+0
Project: help 7553e9bbbdce95b10ff4f8833f168e3e43b4af1d
2013-12-16convert hangul<->hanja new dict dialog to .uiCaolán McNamara8-101/+169
Change-Id: I18fdd834916aa1e15720698104c5ad989ee61986
2013-12-16sw/qa/extras: document XPath checksMiklos Vajna1-0/+18
Change-Id: I78cd22485bd5d76ca37fa07e2e2eeae1da5bfea3
2013-12-16svtools: rename IAccessibleTableControl::dispose()Michael Stahl4-4/+4
... to not confuse it with XComponent::dispose(). Change-Id: I056fdf77f9116d1c22f8ca9313a0ea313fb1c4aa
2013-12-16accessibility: don't crash if the TableControl is deadMichael Stahl2-7/+10
AccessibleGridControlAccess: clear the m_pTable member in dispose() so it is no longer accessed later. Change-Id: I490c84ce1bee55c9c69eb29b81ddfbe808301797
2013-12-16accessibility: Mutex cleanup in AccessibleGridControl* classesMichael Stahl9-116/+93
For unknown reasons this uses both SolarMutex and a OBaseMutex::m_aMutex to lock some but not all methods, which seems odd. - remove a third mutex AccessibleGridControl::m_aMutex that appears unused - lock OBaseMutex::m_aMutex in AccessibleGridControlBase::isAlive() which accesses rBHelper members, which should be sufficient - lock SolarMutex in all UNO methods - remove misc weird stuff like TC_SolarMethodGuard Change-Id: I8321757fb4a5043a05c23f2dc9801f5d8c8d911e
2013-12-16Use sal_Int32 to satisfy oox/helper/helper.hxx's convertLittleEndianDouglas Mencken1-1/+1
Fixes build error "no matching function for call to oox::ByteOrderConverter::convertLittleEndian(int&)" Change-Id: I899f151ff99737247ce4090f59897eba842c40ba Reviewed-on: https://gerrit.libreoffice.org/7099 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-12-16Updated coreLászló Németh1-0/+0
Project: dictionaries 569915c40dc4b3df1f75abe9e1202e0d66f03281
2013-12-16convert control font dialog to .uiCaolán McNamara8-65/+143
Change-Id: I44f6f587dffe047d4aef7e32233bafe54a77cb6d
2013-12-16convert goto record dialog to .uiCaolán McNamara7-86/+117
Change-Id: I2bc2c5837556da73cc60e0e5b906ddb4f01844d9
2013-12-16Updated coreCaolán McNamara1-0/+0
Project: help 5cfa752cb51b7a4129fca02287c860e297782632
2013-12-16m_bHasActive must be false after last visible entry is removedStephan Bergmann1-0/+6
...otherwise, ExtensionBox_Impl::RecalcAll would crash in CalcActiveHeight(-1). Change-Id: If399825951c79b821ed44ebefa19d1032ab4f850
2013-12-16fix out of range accessCaolán McNamara1-9/+2
this is broken since 6e4a21ff22345a24e4d530725814c436a1bdd49a the original commit in 2001. I imagine the idea was to strip a trailing sal_Unicode(11) from the end of the string and then recalculate if the string is empty, but seeing as it has chugged away for the last 12+ years like this I'm relunctant to change it to what it might have originally been intended to do and instead just remove the stuff which was never executed. Change-Id: I73d5108ece8e716d78a4898117e0ee2d51822015
2013-12-16fdo#68211: Fix for "General input/output error" while opening fileTushar Bende3-2/+12
Description: Docx containing floating table with formula was giving "General input/output error" while opening in LibreOffice. Reason being within xLoader->filter() it was calling EmbeddedObjectContainer::RemoveEmbeddedObject() with bClose value as sal_True(default value in function declaration) and hence it was removing embedded object from container and also it was closing it.Fix includes passing this bClose value as sal_false (which means remove object from container but don't close it.) verified code changes for various floating table docx and normal docx containing tables and formulas. Conflicts: sw/qa/extras/ooxmlexport/ooxmlexport.cxx Reviewed on: https://gerrit.libreoffice.org/7009 Change-Id: I9c2d3f8c4099f9f753b2a1b027f9072cd4effeb5
2013-12-16Support DOCX exporting 'Track Changes - Deleted Paragraph Mark'Adam Co8-31/+93
This patch adds support for the DOCX exporter to export the 'Track Changes' of type 'Deleted Paragraph Marker'. Conflicts: sw/source/filter/ww8/docxattributeoutput.cxx Reviewed on: https://gerrit.libreoffice.org/7061 Change-Id: Ia4f5933c9058d74fe8f47fc578747be972774340
2013-12-16Missing @since tagsStephan Bergmann2-0/+4
Change-Id: I649a37c5e4e1c8aa26f94fd5ab41fccd0309b288
2013-12-16Updated coreCaolán McNamara1-0/+0
Project: help 78b1b459cb6dd8d3df6223918a41828df42d32a4
2013-12-16convert help bookmark dialog to .uiCaolán McNamara7-92/+148
Change-Id: I7831bc63f66ab7fe30f5648efc2f733c6bd90d0e
2013-12-16Export redline 'paragraph formatting changes' back to DOCXAdam Co10-17/+127
This patch adds support for the export of any redline of type 'paragraph formatting changes' properties that were imported from a DOCX file under the 'pPrChange'->'pPr' XML node. Reviewed on: https://gerrit.libreoffice.org/6993 Change-Id: Ieea5bbb219f444e382f22948944e038bb661ec7c
2013-12-16Updated coreCaolán McNamara1-0/+0
Project: help 0bbe85ad404d96d7b3a994b0c5bd82e931c88c98
2013-12-16move this QueryFolderName into fpickerCaolán McNamara2-19/+5
Change-Id: I1b7b26ceef86e0dcc642d760b8413a822c125a2b
2013-12-16convert query folder dialog to .uiCaolán McNamara8-92/+179
Change-Id: I844b45b4cc9834550d0d187dfdbc69686e512e5d
2013-12-16Re-enable building test-active.oxtStephan Bergmann12-80/+92
Change-Id: I56bd0630f8d238488d9d6598d87acefe1a08fdf0
2013-12-16Rebuild .oxt when manifest.xml changesStephan Bergmann1-0/+1
Change-Id: Iecd054809109368e2305b3fd4183e53a57a1ec45
2013-12-16DOCX Import of 'paragraph formatting track changes'Adam Co5-1/+36
This patch adds support for the import of 'paragraph formatting track changes' in the DOCX filter. It detects the 'pPrChange'->'pPr' node and stores all the properties that it processes in the redline object. Change-Id: I3cce83dad4d46c2216ca36393b6572f0fc9d2ed7 Reviewed-on: https://gerrit.libreoffice.org/6992 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2013-12-16Changed 'Para Change' to 'Para Marker Change' in DOCX importerAdam Co3-27/+28
This cosmetic change in function names is in order to better reflect the purpose of these functions and variables. They do NOT represent a change in the paragraph itself. Change-Id: I8792ef5b43453d16ce5238906593ca2d5ac87a29 Reviewed-on: https://gerrit.libreoffice.org/6991 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2013-12-16Add 'redline - paragraph index' to XML node dumpAdam Co1-9/+22
This change adds an output of the 'redline paragraph index' when dumping the data model to an XML. It also changes the way the paragraph text is dumped to the XML (it is better viewed in the XML this way). Conflicts: sw/source/core/docnode/nodedump.cxx Reviewed on: https://gerrit.libreoffice.org/6990 Change-Id: I176270047bb4be838972117add5f3588b5573cfe
2013-12-16Export redline 'formatting changes' back to DOCXAdam Co1-0/+48
This patch adds support for the export of any redline 'formatting changes' properties that were imported from a DOCX file under the 'rPrChange'->'rPr' XML node. Change-Id: Iffb4ce9f6606013a1f6f937d2e62ef0cf9e015b5 Reviewed-on: https://gerrit.libreoffice.org/6909 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>