#. extracted from dictionaries/nl_NL msgid "" msgstr "" "Project-Id-Version: LibO 350-l10n\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2013-11-20 13:01+0100\n" "PO-Revision-Date: 2014-01-17 18:33+0000\n" "Last-Translator: vljubovic \n" "Language-Team: none\n" "Language: bs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: LibreOffice\n" "X-Accelerator-Marker: ~\n" "X-POOTLE-MTIME: 1389983591.0\n" #: description.xml msgctxt "" "description.xml\n" "dispname\n" "description.text" msgid "Dutch spelling dictionary, and hyphenation rules" msgstr "Rječnik pravopisa i pravila rastavljanja riječi na kraju reda za holandski jezik" > LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/static/source/unoembindhelpers
AgeCommit message (Expand)Author
2024-11-08Simplify a bitMike Kaganski
2024-07-25Add a toDelete parameter to Module.throwUnoExceptionStephan Bergmann
2024-06-21Embind: Fix C++ UNO exception catchingStephan Bergmann
2024-06-07Embind: Add some type-inquiry functions to uno_Type and uno_AnyStephan Bergmann
2024-05-09Embind: Fix uno_Any.get for null interface valuesStephan Bergmann
2024-04-30Embind: Fix out-param handlingStephan Bergmann
2024-04-20Embind: Test and Fix out-param handlingStephan Bergmann
2024-04-20Embind: Drop $equals, add sameUnoObjectStephan Bergmann
2024-04-18Embind: throwUnoException from JSStephan Bergmann
2024-04-18Embind: We no longer need interface FromAny ctorStephan Bergmann
2024-04-17Embind: css::uno::Type should probably use sharing_policy::NONEStephan Bergmann
2024-03-11Embind construction of UNO Any sequence/struct/exception/interfaceStephan Bergmann
2024-03-11Embind construction of UNO Any enumStephan Bergmann
2024-03-08Embind construction of UNO Any TypeStephan Bergmann
2024-03-08Redesign Embind UNO Any constructionStephan Bergmann
2024-03-08Directly go via std::u16stringStephan Bergmann
2024-03-08Improve Embind'ing of UNO TypeStephan Bergmann
2024-03-07Add Embind'ing of UNO Any getter for interfacesStephan Bergmann
2024-03-07Fix Embind'ing of UNO Any getter for sequencesStephan Bergmann
2024-03-06Adapt to emsdk 3.1.46Stephan Bergmann
2024-03-06Add Embind'ing of UNO Any getter for exceptionsStephan Bergmann
2024-03-04Add Embind'ing of UNO Any getter for sequencesStephan Bergmann
2024-03-04Add Embing'ing of UNO Any getter for enumsStephan Bergmann
2024-03-04Improve Embing'ing of UNO Any somewhatStephan Bergmann
2024-02-29Some minimal Embind support for UNO typeStephan Bergmann
2024-02-26Fix copy/paste errorStephan Bergmann
2024-02-22Embind: Add UNO char supportStephan Bergmann
2024-02-15Fold registeroustring.js into PrimaryBindings.cxxStephan Bergmann
2024-02-08Embind: Allow UNO sequences to be constructed from JS arraysStephan Bergmann
2024-02-03First-class Embind JS support for OUStringStephan Bergmann
2024-01-31Rename UnoInOutParamXxx -> uno_InOutParam_xxxStephan Bergmann
2024-01-31embindmaker: Handle enumsStephan Bergmann
2024-01-31At least in its current form, embinding Any shouldn't need allow_raw_pointersStephan Bergmann
2024-01-31Embind in-out/out params of primitive type apparently need a wrapperStephan Bergmann
2024-01-30Embinding OUString shouldn't need allow_raw_pointersStephan Bergmann
2024-01-30Expose comphelper::getProcessComponentContext through EmbindStephan Bergmann
2024-01-30Rework the Embind mapping of UNO interfacesStephan Bergmann
2024-01-19Remove unused includeStephan Bergmann
2024-01-18Embind nicely supports std::u16string for OUStringStephan Bergmann
2023-09-18JavaScript uno bindings for WASM with Embind - first cutSarper Akdemir