aboutsummaryrefslogtreecommitdiff
path: root/source/pa-IN/dictionaries
ModeNameSize
-rw-r--r--af_ZA.po825logplain
-rw-r--r--an_ES.po780logplain
-rw-r--r--ar.po780logplain
-rw-r--r--be_BY.po781logplain
-rw-r--r--bg_BG.po856logplain
-rw-r--r--bn_BD.po754logplain
-rw-r--r--br_FR.po753logplain
-rw-r--r--ca.po842logplain
-rw-r--r--cs_CZ.po837logplain
-rw-r--r--da_DK.po841logplain
-rw-r--r--de.po943logplain
-rw-r--r--el_GR.po823logplain
-rw-r--r--en.po896logplain
d---------en70logplain
-rw-r--r--es.po873logplain
-rw-r--r--et_EE.po827logplain
-rw-r--r--fr_FR.po841logplain
-rw-r--r--gd_GB.po799logplain
-rw-r--r--gl.po875logplain
-rw-r--r--gu_IN.po758logplain
-rw-r--r--he_IL.po753logplain
-rw-r--r--hi_IN.po749logplain
-rw-r--r--hr_HR.po830logplain
-rw-r--r--hu_HU.po916logplain
d---------hu_HU70logplain
-rw-r--r--it_IT.po855logplain
-rw-r--r--ku_TR.po781logplain
-rw-r--r--lt_LT.po829logplain
-rw-r--r--lv_LV.po826logplain
-rw-r--r--ne_NP.po814logplain
-rw-r--r--nl_NL.po812logplain
-rw-r--r--no.po941logplain
-rw-r--r--oc_FR.po751logplain
-rw-r--r--pl_PL.po851logplain
-rw-r--r--pt_BR.po956logplain
-rw-r--r--pt_PT.po898logplain
-rw-r--r--ro.po856logplain
-rw-r--r--ru_RU.po899logplain
d---------ru_RU70logplain
-rw-r--r--si_LK.po775logplain
-rw-r--r--sk_SK.po854logplain
-rw-r--r--sl_SI.po866logplain
-rw-r--r--sr.po894logplain
-rw-r--r--sv_SE.po790logplain
-rw-r--r--sw_TZ.po754logplain
-rw-r--r--te_IN.po837logplain
-rw-r--r--th_TH.po742logplain
-rw-r--r--uk_UA.po860logplain
-rw-r--r--vi.po760logplain
-rw-r--r--zu_ZA.po734logplain
at'>private/quwex/notespaneflat LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/solenv/gbuild/UnoApiTarget.mk
AgeCommit message (Collapse)Author
2014-01-20gbuild: UnoApi: fix header rebuilds when cppumaker changesMichael Stahl
There needs to be a dependency from the header on cppumaker, because headers do get rebuilt in this case and it's possible that the content chnaged; unfortunately it's not possible to tell whether the content of the headers actually did change, all of them will be touched which will result in a large rebuild. Change-Id: I78ae0631ba9197ca3d3edbd010319b77a6f01074
2014-01-20gbuild: UnoApi: fix rebuilds after IDL changesMichael Stahl
There used to be a dependency between .urd file and .hpp/.hdl files but that was removed; introduce a dependency between .idl files and .hpp/.hdl files to replace it so headers and stuff depending on them get rebuilt. Change-Id: Ibf1fe1db08c36ce42c392d27b794c2bc2a33738c
2013-11-04gbuild: remove error stubs for renamed/removed functionsMichael Stahl
Change-Id: If1d0d5294af87f2b780deadb21d12a6ee90dead6
2013-11-02gbuild: SOLARBINDIR does not exist any moreMichael Stahl
Change-Id: Ia158e398acbd5a48dca33d59dd47705376a4dc26
2013-09-22gbuild: remove executables from OUTDIR and WORKDIRMichael Stahl
Call and link executables directly in INSTDIR. - gb_Library_get_target is now same as the gb_LinkTarget_get_target - disable gb_Library_add_auxtarget, no auxtargets need to be copied - adjust paths of all external executables to OUTDIR_FOR_BUILD for now - use lazy assignment instead of := in AllLangResTarget because it's read before Executable - link.exe generates an import library for lots of executables because they export symbols, especially since commit 0ffab9363d527d55b12b9b09d7136ca1c9d171e0 "force 'main' to always be DLLPUBLIC." Change-Id: I3e1ee7425dd430bb83c7cd59e265869a0541b38d
2013-09-19Directly build UNOIDL .rdb files from .idl filesStephan Bergmann
...via unoidl-write and the new source-format registry provicers, instead of using idlc to produce .urd files, regmerge to merge them into legacy .rdb files, and unoidl-write to translate those to new UNOIDL .rdb files. gb_UnoApi and gb_InternalUnoApi ctors take an additional argument now that is the path (below $(SRCDIR)) of the source-format registry from which to obtain UNOIDL entity definitions. It can either be an .idl file (in which case no *_add_idlfiles calls should be used and the resulting .rdb will contain all the entities from that one .idl file; used in some tests to conveniently define all test-specific entities in a single file) or a directory denoting the root of an .idl file tree (in which case *_add_idlfiles calls specify the entites to include in the resulting .idl file). (In the first case, the generated .rdb file needs to depend on that single .idl file, so the gb_UnoApiTarget ctor contains a dependency on that additional argument, which happens, as a side effect, to trigger rebuilds in the second, tree-based case when addition/removal of .idl files in the tree causes updates of directory time-stamps.) UnoApiPartTarget and all the dependency-tracking logic based on .urd files in solenv/gbuild/UnoApiTarget.mk is gone. Generation of an .rdb file now depends on its source registry (see previous paragraph) and all the .idl files specified with *_add_idlfiles (in the second, tree-based case above). A consequence of that is that gb_UnoApi_add_idlfile, -_nohdl, and -_noheader all do the same now. I left them in for now anyway, maybe they become relevant again when the use of cppumaker is changed to read directly from a source-format registry instead of going via a .rdb registry. The legacy tools idlc, regcompare, regmerge, and regview are still contained in the URE or SDK for now. cb344cd59e1ddb7c6db66dbd9263b4755969d4ba "Revert 'Looks like idlc resolved typedefs inside sequence<...>'" is re-reverted as now "the current offapi.rdb is generated via unoidl-write instead of idlc." Change-Id: I3d9d92f17326bc9f49dd934c85aab6a17951d06d
2013-09-18Replace binary type_references with human-readable .idl versionsStephan Bergmann
...obtained from the old .rdb files via "unoidl-read --published". This removes the need for update-rdb.sh. Change-Id: I73c0d026af7e27370602f83c61dfa76fc4d17a83
2013-09-18New unoidl-check tool to replace regcompareStephan Bergmann
...for checking compatibility with the reference rdbs. unoidl-check is no longer based on the legacy registry format, but can process all the various new UNOIDL registry formats. regcompare is still included in the SDK for now. (gb_UnoApi[Target]_set_reference_rdbfile now takes a non-empty sequence of rdb files, any necessary dependencies of the final rdf file preceding it just like it is required on the unoidl-check command line. Also, executing the unoidl-check now properly depends on those rdb files.) TODO: unoidl-check is too conservative for now and flags some changes as incompatible that are not. Change-Id: I92e4c69403c5e3fcb31707c98c65a2f509592dd4
2013-09-16Replace reg2unoidl with unoidl-writeStephan Bergmann
...that can also generate an .rdb containing a specific set of entities, intended to replace idlc (when reading directly from .idl source registries). Change-Id: I630ce4640828979d7952dc24dbbef80a42a8140a