summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-12-03drop now unused helpidsCaolán McNamara
Change-Id: Ic72252c359e231cad4e3a28591883f6adde1bb79
2013-12-03Updated coreCaolán McNamara
Project: help 669b94349794029c207147d7d3702540a44f8444
2013-12-03Use our header guard conventionTor Lillqvist
Using identifiers starting with underscores is questionable even if they don't happen to clash with anything used by the language implementation. Change-Id: I0af605d40d85ea7e47e1047572fbe180270e08ac
2013-12-03Bin pointless header inclusion guardTor Lillqvist
Change-Id: I8efa6fe219df952586aef84db406dd1190e451d5
2013-12-03No _SV_AccObjectWinManager_HXX anywhereTor Lillqvist
Change-Id: I0ab040ae4379995353009f3e852e6efc6760fb59
2013-12-03Use proper header guard conventionTor Lillqvist
Change-Id: I8e7b2187004a9b945a847c351e16ba1d1ff7a4ec
2013-12-03_SV_WORKWIN is nowhereTor Lillqvist
Change-Id: I736162269041a7ee0266566c00fd16f0a9629cd2
2013-12-03convert the last tabpage in sd to .uiCaolán McNamara
Change-Id: I49eb93ec73d0783ab62eab5ce469526dd069e0b0
2013-12-03sw unit tests: Introduce hasProperty(), make the redlining check more elegant.Jan Holesovsky
Change-Id: I123bdfd7f21b78cbee6db2ceb9b98c2e473415d1
2013-12-03Start center: Re-introduce the Macros menu, people use it.Jan Holesovsky
Change-Id: I99da1fbbd158622933445f7e97f4266a24a2d85d
2013-12-03filter: handle ooxml shapes in EscherPropertyContainer::GetCustomShapeType()Miklos Vajna
The problem was that the shapes produced by the drawingML import had types like ooxml-triangle, and EnhancedCustomShapeTypeNames::Get() only handles VML/binary MSO shapes (e.g. isosceles-triangle). Add an OOXML mode, and in that case use msfilter::util::GETVMLShapeType() instead, and only fall back to EnhancedCustomShapeTypeNames::Get() if necessary. Change-Id: Ic93ba4719133dd3e96c17d2562642a03e559fefa
2013-12-03Revert "fdo#67862: Add greek symbols to docking window"Thomas Arnhold
This partially reverts commit e9a7ff1a5ba9d5ba34eeca9d622d8a3a9c68ade8. Leave the SAL_N_ELEMENTS changes in. I forgot about the translation of those symbol names. The en-US %alpha is %alfa in pt-br. See starmath/source/symbol.src. One list get's translated, the other not. For UI purpose GetUiSymbolName gives the tranlated one and for export GetExportSymbolName gives the untranslated english string. Feel free to implement this or maybe drop the translation of those symbols. Conflicts: starmath/inc/starmath.hrc Change-Id: I74d667a727536e1caf35f32af6a5c9cc64ca7015 Reviewed-on: https://gerrit.libreoffice.org/6884 Reviewed-by: Thorsten Behrens <thb@documentfoundation.org> Tested-by: Thorsten Behrens <thb@documentfoundation.org>
2013-12-03convert callers of SwIndex::GetContent from xub_StrLen->sal_Int32Noel Grandin
Change-Id: I542399d3ed3a3b42592bcabb70d7034b3a4cc93c
2013-12-03convert xub_StrLen->sal_Int32 in edtwin.cxxNoel Grandin
Change-Id: Idbfeb4180cca90724eb1ce658629d58eed48bb5e
2013-12-03convert SidebarWinKey from xub_StrLen->sal_Int32Noel Grandin
Change-Id: Ie0e9176d4f8bbe5bdada5fea848ca9638fc55c91
2013-12-03convert SwTxtNode::GetLang from xub_StrLen->sal_Int32Noel Grandin
Change-Id: I2740622a5e30916d050e01350208a0de268e42ac
2013-12-03xub_StrLen->salInt32 in lcl_HighlightNoel Grandin
Change-Id: I0bcb31a37b642482885379fb2b64ed61c584272e
2013-12-03convert xub_StrLen->sal_Int32 in SpellStateNoel Grandin
Change-Id: I78ea405e27050015769bd17fee6c5221c694bae9
2013-12-03convert xub_StrLen -> sal_Int32Noel Grandin
Change-Id: If8f3c32f1e7664ceb266341a407aa29effa25ced
2013-12-03convert formula::FormEditData from xub_StrLen->sal_Int32Noel Grandin
Change-Id: I0127079ef3ee6bde8e36f2a83ef1f568b9f15568
2013-12-03convert formula::FormulaDlg_Impl from xub_StrLen->sal_Int32Noel Grandin
Change-Id: Id3229083c1e2ad0cfcb01e9dfa6fa66eb5f5604a
2013-12-03convert FormulaHelper from xub_StrLen to sal_Int32Noel Grandin
Change-Id: Ib866c39b2bb5a3cf81b899dc38ea548e3762fc9e
2013-12-03Convert FormulaHelper::GetNextFunc xub_StrLen->salInt32Noel Grandin
Change-Id: Ief8c4b4699b3f6ffe1cb02d3dae43ad5a0c4c89e
2013-12-03fix spelling delimeter -> delimiterNoel Grandin
Change-Id: I12a330e922f8f6ffe9c746a26e5b32c0bbae626a
2013-12-03simplify logic in ScFuncDesc::getFormulaNoel Grandin
Change-Id: I05fd812d1fd76e57d5305d859b2ad64d471adfb1
2013-12-03convert getSuppressedArgumentCount from xub_StrLen -> sal_Int32Noel Grandin
convert IFunctionDescription::getSuppressedArgumentCount from xub_StrLen -> sal_Int32 Change-Id: Iee7a094a6f067fa57ee828c434417f7583c0f32b
2013-12-03convert ScInputHandler::InputGetSelection from xub_StrLen -> sal_Int32Noel Grandin
Change-Id: If01d21824964a0fefecc34bcf8b0b3910d2b4d48
2013-12-03convert IFormulaEditorHelper::*Selection methods from xub_StrLen to sal_Int32Noel Grandin
Change-Id: Ia7a6241c651106427e636bdc08085b97a2a41407
2013-12-03convert xub_StrLen->sal_Int32 in unotoolsNoel Grandin
Change-Id: If00ae920eb74dfe67a8654bb092879997f37ccc1
2013-12-03convert xub_StrLen->sal_Int32 in linguisticNoel Grandin
Change-Id: Id2e49e43bc149ee639cdbe5b7a1000049fb87978
2013-12-03convert Edit::GetCharPos from xub_StrLen to sal_Int32Noel Grandin
Change-Id: I8fe982d0c0c0a04e2a10cff0f0ae68d51bed590a
2013-12-03convert SvxNumberFormatShell::AddFormat from xub_Strlen to sal_Int32Noel Grandin
And make the return code be -1 for error. Change-Id: I17d066180a604208f0ad689d5dffb77d126c256b
2013-12-03convert FN_PARAM_MOVE_COUNT from SfxInt16 to SfxInt32Noel Grandin
so that we can convert surrounding code from xub_StrLen to sal_Int32 Change-Id: Ib779c82a71405f855cfe72bcde2511e8153445f0 Reviewed-on: https://gerrit.libreoffice.org/6896 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-12-03warning C4702: unreachable codeStephan Bergmann
...and simplification Change-Id: I652da35312522f452276116df11e548ba9231b53
2013-12-03Revert ScAccessibleCellBase::getCurrentValue to reutnr a numeric value againStephan Bergmann
b41332475783c31136673fb44cf4c411bb0148f8 "Integrate branch of IAccessible2" had changed it to return a string, but that neither matched the documentation of css.accessibility.XAccessibleValue nor did it satisfy JunitTest_sc_unoapi. This is the same underlying issue as 1cb1dca1260da2cea5b6800483e86a6d6b251844 "Revert SwAccessibleCell::getCurrentValue to return a numeric value again" and needs further clarification apparently. Change-Id: Idb725724842ffa1aff811d66066912a22b2f2f6e
2013-12-03Call getLineBreak with null XHyphenator unless TEXT_DRAW_WORDBREAK_HYPHENATIONStephan Bergmann
So no longer instantiate XLinguServiceManager (which might e.g. bootstrap Python) unless explicitly requested, which e.g. removes a noticable delay when switching to the Options dialog's "Security" page (which causes size calculations of FixedText controls that use TEXT_DRAW_WORDBREAK but not TEXT_DRAW_WORDBREAK_HYPHENATION). Change-Id: Ib0a28d3d7d7718faf6df7a138f5a86b8b2fd7713
2013-12-03Package cppuhelper_unorc does not exist.Matúš Kukan
Change-Id: Ib80cdc1408c8784db066b35f27993f8521772a76
2013-12-03ugly build-fix for libmergedMatúš Kukan
Change-Id: I6c107ea5e780ea1178759e2ee827f9bd6d5ede3a
2013-12-03fix windows buildMarkus Mohrhard
Change-Id: Ic029958dc70286f3022d06299b61eca6d37844c9
2013-12-03we need to pass the variable to get correct dll linkageMarkus Mohrhard
Change-Id: I447218101e1791375273580a313dd54708303d7a
2013-12-03no inheritance so no virtual neededMarkus Mohrhard
Change-Id: Ia6c481bbf5353db4c2801a53ae1455534c6978bd
2013-12-02Hide the implementation.Kohei Yoshida
Change-Id: Ibfd9bf626a40c3ec4eb18d09944e8943163595c8
2013-12-02Add a means to check if a namespace exists.Kohei Yoshida
Useful when we just need to check if the stream has a certain namespace defined. Calling getNamespaceURL() may throw SAXException in such case. Change-Id: Ib2b7b202492390158270d87bab95d1793c9d8a70
2013-12-02Move this header out into a public place.Kohei Yoshida
Change-Id: I356b26947d1018276d8a9ff6012fdad3ca2c0fd8
2013-12-02Remove inline methods from the header.Kohei Yoshida
Change-Id: Ie2cff194c1db5eaa992c4bcaaa06ec9a419d85a7
2013-12-02Move this out of the namespace scope.Kohei Yoshida
Change-Id: I4aec1d45edb47ea16adaa8d2ac23340b8f421bae
2013-12-02fdo#72163 belts and suspendersLionel Elie Mamane
1) Do not dispose m_xComposer, might still be used by our m_pCache 2) Do not create a new m_xComposer if the previous one will do, so that we do not gratiously use a different one than our m_pCache. Change-Id: I6540c035c9159017c694b36e676721ec3e42db51
2013-12-02fdo#72163 after updating m_xComposer, command facets are not dirty anymoreLionel Elie Mamane
Else we dispose m_xComposer too eagerly; still used by m_pCacheSet. Change-Id: I205488465c19a356534df17b8a5e9a20ce6766c9
2013-12-02fdo#71450 fdo#71698: ODF import: fix frame name corner casesMichael Stahl
Trying to set a name that is already in use will throw an exception (and set a different, generated name); if there is actually no name in the file then there's no point trying to set anything. (regression from b69d152cfa1da868ba960345d72ba78f9f8e1b35) Change-Id: Ie54d4a830cc23e2853a6efeb81f77dcc788192ea
2013-12-02fdo#71749: sw: WW8: don't loop on tables in footnotesMichael Stahl
(regression from ee1db992b98378b5e2f5e9aa8af0e36c375e582f) Change-Id: Id10b6fb8e9e3697b10a1df605cb48d94a55ad207