summaryrefslogtreecommitdiff
path: root/ro/dictionaries.xcu
blob: 8e42a5ad96606684968d430a032c9d6dfbb0bf6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?xml version="1.0" encoding="UTF-8"?>
<oor:component-data xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:name="Linguistic" oor:package="org.openoffice.Office">
 <node oor:name="ServiceManager">
    <node oor:name="Dictionaries">
        <node oor:name="HunSpellDic_roRO" oor:op="fuse">
            <prop oor:name="Locations" oor:type="oor:string-list">
                <value>%origin%/ro_RO.aff %origin%/ro_RO.dic</value>
            </prop>
            <prop oor:name="Format" oor:type="xs:string">
                <value>DICT_SPELL</value>
            </prop>
            <prop oor:name="Locales" oor:type="oor:string-list">
                <value>ro-RO</value>
            </prop>
        </node>
        <node oor:name="HyphDic_roRO" oor:op="fuse">
            <prop oor:name="Locations" oor:type="oor:string-list">
                <value>%origin%/hyph_ro_RO.dic</value>
            </prop>
            <prop oor:name="Format" oor:type="xs:string">
                <value>DICT_HYPH</value>
            </prop>
            <prop oor:name="Locales" oor:type="oor:string-list">
                <value>ro-RO</value>
            </prop>
        </node>
        <node oor:name="ThesDic_roRO" oor:op="fuse">
            <prop oor:name="Locations" oor:type="oor:string-list">
                <value>%origin%/th_ro_RO_v2.dat %origin%/th_ro_RO_v2.idx</value>
            </prop>
            <prop oor:name="Format" oor:type="xs:string">
                <value>DICT_THES</value>
            </prop>
            <prop oor:name="Locales" oor:type="oor:string-list">
                <value>ro-RO</value>
            </prop>
        </node>
    </node>
 </node>
</oor:component-data>


g_popup_SID'>feature/spellig_popup_SID LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svx/source/gallery2/galmisc.cxx
AgeCommit message (Expand)Author
2014-06-25Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-06-19fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida
2014-04-15svx: sal_Bool->boolNoel Grandin
2014-04-10DownLoad -> Download.Jan Holesovsky
2014-03-25svtools: sal_Bool->boolNoel Grandin
2014-03-11svx: sal_Bool->boolNoel Grandin
2014-03-03SVX : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-01-22convert more SvStream::operator<< callsNoel Grandin
2013-12-17avoid negative offsets to OUString::copyCaolán McNamara
2013-11-08remove unnecessary use of OUString constructor in SVX moduleNoel Grandin
2013-10-01convert remnants of String in SVX to StringNoel Grandin
2013-09-08fdo#39468 Comment translation GER-ENG in svx/source/gallery2/Matthias Freund
2013-09-05convert svx/source/gallery/*.cxx from String to OUStringNoel Grandin
2013-09-05convert include/svx/galmisc.hxx from String to OUStringNoel Grandin
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-06-13Resolves: #i121504# Support for alpha channel in clipboard for all systemsArmin Le Grand
2013-04-23fdo#46808, convert to XComponentContextNoel Grandin
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-29ResMgr with LanguageTagEike Rathke
2013-03-04doubled includesThomas Arnhold
2013-02-24loplugin: unused variablesThomas Arnhold
2013-01-04Make LO buildable again after the GraphicFilter move.Jan Holesovsky
2012-11-27re-base on ALv2 code. Includes:Michael Meeks
2012-11-22AllSettings with LanguageTagEike Rathke
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann
2012-06-02targeted string re-workNorbert Thiebaud
2012-05-24Removed unused SfxMedium::bDirectStephan Bergmann
2012-04-30make ResId::toString a non-static memberCaolán McNamara
2012-04-28removed dead codeTakeshi Abe