Office development kit - implements the first step on the way to the LibreOffice SDK tarball. Part of the SDK; to build you need to add --enable-odk. Testing the examples: ===================== * See how to set up the SDK. ** When asked about it during configuration, tell the SDK to do automatic deployment of the example extensions that get built. * In a shell set up for SDK development, build (calling "make") and test (following the instructions given at the end of each "make" invocation) each of the SDK's examples/ sub-directories. ** An example script to build (though not test) the various examples in batch mode is find examples \( -type d -name nativelib -prune \) -o \ \( -name Makefile -a -print -a \( -execdir make \; -o -quit \) \) (Note that one of the example extensions asks you to accept an example license on stdin during deployment.) ice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/qa/extras/scsheetlinksobj.cxx
AgeCommit message (Expand)Author
2024-10-29UnoApiTest: rename load to loadFromURL and use it everywhereXisco Fauli
2024-05-21loplugin:ostr in sc/qaNoel Grandin
2024-03-14tdf#146619 Remove unused #includes from C/C++ filesRafał Dobrakowski
2022-10-24UnoApiTest: factor out common codeXisco Fauli
2022-10-21test: merge CalcUnoApiTest and UnoApiTest into oneXisco Fauli
2022-10-17CalcUnoApiTest: factor out tearDownXisco Fauli
2022-10-14CalcUnoApiTest: Move mxComponent to parent and use it everywhereXisco Fauli
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2019-09-11tdf#42949 Fix IWYU warnings in sc/qa/extras/*Gabor Kelemen
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin
2019-01-24Add XServiceInfo tests to ScSheetLinksObjJens Carl
2019-01-24tdf#45904 Move XElementAccess Java tests to C++Jens Carl
2019-01-23tdf#45904 Move XIndexAccess Java tests to C++Jens Carl
2019-01-23tdf#45904 Move XElementAccess Java tests to C++Jens Carl
2019-01-23tdf#45904 Move XEnumerationAccess Java test to C++Jens Carl