| /trunk/extras/l10n/source/ca/ |
| H A D | localize.sdf | 31 … 0 string RID_BASIC_START SbERR_SYNTAX & ERRCODE_RES_MASK 0 ca Error de sintaxi. … 32 … string RID_BASIC_START SbERR_NO_GOSUB & ERRCODE_RES_MASK 0 ca Return sense Gosub.… 33 …g RID_BASIC_START SbERR_REDO_FROM_START & ERRCODE_RES_MASK 0 ca Entrada incorrecta;… 34 …tring RID_BASIC_START SbERR_BAD_ARGUMENT & ERRCODE_RES_MASK 0 ca La crida al procedi… 35 …tring RID_BASIC_START SbERR_MATH_OVERFLOW & ERRCODE_RES_MASK 0 ca Desbordament. … 36 … string RID_BASIC_START SbERR_NO_MEMORY & ERRCODE_RES_MASK 0 ca Memòria insuficient… 37 …tring RID_BASIC_START SbERR_ALREADY_DIM & ERRCODE_RES_MASK 0 ca La matriu ja està d… 38 …tring RID_BASIC_START SbERR_OUT_OF_RANGE & ERRCODE_RES_MASK 0 ca L'índex és fora de … 39 …tring RID_BASIC_START SbERR_DUPLICATE_DEF & ERRCODE_RES_MASK 0 ca Definició duplicada… 40 … string RID_BASIC_START SbERR_ZERODIV & ERRCODE_RES_MASK 0 ca Divisió per zero. … [all …]
|
| /trunk/extras/l10n/source/ca-XR/ |
| H A D | localize.sdf | 31 … 0 string RID_BASIC_START SbERR_SYNTAX & ERRCODE_RES_MASK 0 ca-XR Erro de sintaxi… 32 … string RID_BASIC_START SbERR_NO_GOSUB & ERRCODE_RES_MASK 0 ca-XR Return sense Go… 33 …g RID_BASIC_START SbERR_REDO_FROM_START & ERRCODE_RES_MASK 0 ca-XR Entrada incorre… 34 …tring RID_BASIC_START SbERR_BAD_ARGUMENT & ERRCODE_RES_MASK 0 ca-XR La cridada al p… 35 …tring RID_BASIC_START SbERR_MATH_OVERFLOW & ERRCODE_RES_MASK 0 ca-XR Sobreeiximent. … 36 … string RID_BASIC_START SbERR_NO_MEMORY & ERRCODE_RES_MASK 0 ca-XR Memòria insufic… 37 …tring RID_BASIC_START SbERR_ALREADY_DIM & ERRCODE_RES_MASK 0 ca-XR La matriu ya es… 38 …tring RID_BASIC_START SbERR_OUT_OF_RANGE & ERRCODE_RES_MASK 0 ca-XR Índex fòra del … 39 …tring RID_BASIC_START SbERR_DUPLICATE_DEF & ERRCODE_RES_MASK 0 ca-XR Duplicar la def… 40 … string RID_BASIC_START SbERR_ZERODIV & ERRCODE_RES_MASK 0 ca-XR Divisió per zer… [all …]
|
| /trunk/extras/l10n/source/ca-XV/ |
| H A D | localize.sdf | 31 … 0 string RID_BASIC_START SbERR_SYNTAX & ERRCODE_RES_MASK 0 ca-XV Error de sintax… 32 … string RID_BASIC_START SbERR_NO_GOSUB & ERRCODE_RES_MASK 0 ca-XV Return sense Go… 33 …g RID_BASIC_START SbERR_REDO_FROM_START & ERRCODE_RES_MASK 0 ca-XV Entrada incorre… 34 …tring RID_BASIC_START SbERR_BAD_ARGUMENT & ERRCODE_RES_MASK 0 ca-XV La crida al pro… 35 …tring RID_BASIC_START SbERR_MATH_OVERFLOW & ERRCODE_RES_MASK 0 ca-XV Desbordament. … 36 … string RID_BASIC_START SbERR_NO_MEMORY & ERRCODE_RES_MASK 0 ca-XV Memòria insufic… 37 …tring RID_BASIC_START SbERR_ALREADY_DIM & ERRCODE_RES_MASK 0 ca-XV La matriu ja es… 38 …tring RID_BASIC_START SbERR_OUT_OF_RANGE & ERRCODE_RES_MASK 0 ca-XV L'índex és fora… 39 …tring RID_BASIC_START SbERR_DUPLICATE_DEF & ERRCODE_RES_MASK 0 ca-XV Definició dupli… 40 … string RID_BASIC_START SbERR_ZERODIV & ERRCODE_RES_MASK 0 ca-XV Divisió per zer… [all …]
|
| /trunk/main/basebmp/inc/basebmp/ |
| H A D | clippedlinerenderer.hxx | 65 int ca(0), cb(0); in prepareClip() local 70 ca = 2*db*(aMin - a1); in prepareClip() 75 ca = 2*db*(a1 - aMax); in prepareClip() 91 … clipCode1 &= (ca + da < cb + !bRoundTowardsPt2) ? ~(aMinFlag|aMaxFlag) : ~(bMinFlag|bMaxFlag); in prepareClip() 95 cb = (ca + da - !bRoundTowardsPt2) / (2*da); in prepareClip() 110 io_rem += ca - 2*da*cb; in prepareClip() 114 ca = (cb - da + 2*db - bRoundTowardsPt2) / (2*db); in prepareClip() 117 o_as = a1 + ca; in prepareClip() 123 o_as = a1 - ca; in prepareClip() 128 io_rem += 2*db*ca - cb; in prepareClip() [all …]
|
| /trunk/test/testuno/source/fvt/uno/sd/file/ |
| H A D | CheckFileProperties.java | 193 Calendar ca = Calendar.getInstance(); in getCurrentDateTime() local 195 currentDateTime.Year = (short)ca.get(Calendar.YEAR); in getCurrentDateTime() 197 currentDateTime.Month = (short)(ca.get(Calendar.MONTH) + 1); in getCurrentDateTime() 198 currentDateTime.Day = (short)ca.get(Calendar.DATE); in getCurrentDateTime() 199 currentDateTime.Minutes = (short)ca.get(Calendar.MINUTE); in getCurrentDateTime() 200 currentDateTime.Hours = (short)ca.get(Calendar.HOUR_OF_DAY); in getCurrentDateTime() 201 currentDateTime.Seconds = (short)ca.get(Calendar.SECOND); in getCurrentDateTime() 207 Calendar ca = Calendar.getInstance(); in getCurrentDate() local 209 currentDate.Year = (short)ca.get(Calendar.YEAR); in getCurrentDate() 211 currentDate.Month = (short)(ca.get(Calendar.MONTH) + 1); in getCurrentDate() [all …]
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/ |
| H A D | _XSheetConditionalEntries.java | 103 CellAddress ca = new CellAddress(); in Conditions() local 104 ca.Column = 1; in Conditions() 105 ca.Row = 5; in Conditions() 106 ca.Sheet = 0; in Conditions() 121 con[4].Value = ca; in Conditions()
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/ |
| H A D | ScTableConditionalFormat.java | 181 CellAddress ca = new CellAddress(); in Conditions() local 182 ca.Column = 1; in Conditions() 183 ca.Row = 5; in Conditions() 184 ca.Sheet = 0; in Conditions() 199 con[4].Value = ca; in Conditions()
|
| H A D | ScTableConditionalEntry.java | 203 CellAddress ca = new CellAddress(); in Conditions() local 204 ca.Column = 1; in Conditions() 205 ca.Row = 5; in Conditions() 206 ca.Sheet = 0; in Conditions() 221 con[4].Value = ca; in Conditions()
|
| H A D | ScIndexEnumeration_TableConditionalEntryEnumeration.java | 180 CellAddress ca = new CellAddress(); in Conditions() local 181 ca.Column = 1; in Conditions() 182 ca.Row = 5; in Conditions() 183 ca.Sheet = 0; in Conditions() 198 con[4].Value = ca; in Conditions()
|
| /trunk/main/ |
| H A D | extensions.lst | 46 [ language=ca ] 47 …6d https://sourceforge.net/projects/aoo-extensions/files/1205/5/ca.3.0.0.oxt/download "dict-ca.oxt" 51 …aecdd661be419 https://sourceforge.net/projects/aoo-extensions/files/1475/1/ca-valencia.3.0.0.oxt/d… 82 [ language=es || language=ca || language=ca_XV ] 94 [ language=fr || language=nl || language=de || language=de_DE || language=ca || language=ca_XV ]
|
| /trunk/main/cppuhelper/test/ |
| H A D | testimplhelper.cxx | 107 virtual OUString SAL_CALL ca() throw(RuntimeException) in ca() function 136 virtual OUString SAL_CALL ca() throw(RuntimeException) in ca() function 167 virtual OUString SAL_CALL ca() throw(RuntimeException) in ca() function 216 virtual OUString SAL_CALL ca() throw(RuntimeException) in ca() function 252 virtual OUString SAL_CALL ca() throw(RuntimeException) in ca() function 353 OSL_ENSURE( xca->ca().equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("ca") ), "### CA failed!" ); in dotest()
|
| /trunk/main/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/ |
| H A D | 1021.pem | 19 d4:74:ca:f5:eb:ff:80:b7:9f:6b:48:2f:3b:a7:51: 20 c4:12:af:96:ca:ac:b9:ea:23:fd:93:f7:7d:5b:d1: 36 8b:ca:d2:93:cb:d1:cc:a9:67:a3:be:75:cf:ca:cd:22:78:cc:
|
| H A D | 100F.pem | 22 6c:ca:b8:98:8d:64:8f:b5:99:a9:06:37:32:ca:ca: 37 f9:da:ca:2a:50:f1:9e:2a:7c:74:43:d6:7f:91:ad:5a:5c:e2:
|
| /trunk/main/xmerge/source/minicalc/java/org/openoffice/xmerge/converter/xml/sxc/minicalc/ |
| H A D | MinicalcEncoder.java | 292 CellAttributes ca = new CellAttributes(getFormat(fmt), in addCell() local 300 CellDescriptor cellDes = new CellDescriptor(row, column, ca, cellContents); in addCell() 331 CellAttributes ca = new CellAttributes(format); in setColumnWidths() local 346 ws.putColumn(i + 1, width, ca); in setColumnWidths()
|
| /trunk/main/solenv/inc/ |
| H A D | langlist.mk | 40 ca \ 41 ca-XR \ 42 ca-XV \
|
| /trunk/main/instsetoo_native/util/ |
| H A D | pack.lst | 18 ….pro,wntmsci12.pro,unxlngx6.pro,unxmacxi.pro ar|as|ast|be-BY|bg|bn|ca|ca-XR|ca-XV|cs|da|de|dz|…
|
| /trunk/main/xmlsecurity/test_docs/CAs/Root_6/ |
| H A D | openssl.cfg | 45 # We can add new OIDs in here for use by 'ca' and 'req'. 52 [ ca ] 53 default_ca = CA_default # The default ca section 182 # These extensions are added when 'ca' signs a request. 305 #nsCaRevocationUrl = http://www.domain.dom/ca-crl.pem
|
| /trunk/main/xmlsecurity/test_docs/CAs/Root_9/ |
| H A D | openssl.cfg | 45 # We can add new OIDs in here for use by 'ca' and 'req'. 52 [ ca ] 53 default_ca = CA_default # The default ca section 182 # These extensions are added when 'ca' signs a request. 305 #nsCaRevocationUrl = http://www.domain.dom/ca-crl.pem
|
| /trunk/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_1/ |
| H A D | openssl.cfg | 45 # We can add new OIDs in here for use by 'ca' and 'req'. 52 [ ca ] 53 default_ca = CA_default # The default ca section 182 # These extensions are added when 'ca' signs a request. 305 #nsCaRevocationUrl = http://www.domain.dom/ca-crl.pem
|
| /trunk/main/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_8/ |
| H A D | openssl.cfg | 45 # We can add new OIDs in here for use by 'ca' and 'req'. 52 [ ca ] 53 default_ca = CA_default # The default ca section 182 # These extensions are added when 'ca' signs a request. 305 #nsCaRevocationUrl = http://www.domain.dom/ca-crl.pem
|
| /trunk/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_9/ |
| H A D | openssl.cfg | 45 # We can add new OIDs in here for use by 'ca' and 'req'. 52 [ ca ] 53 default_ca = CA_default # The default ca section 182 # These extensions are added when 'ca' signs a request. 305 #nsCaRevocationUrl = http://www.domain.dom/ca-crl.pem
|
| /trunk/main/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_4/ |
| H A D | openssl.cfg | 45 # We can add new OIDs in here for use by 'ca' and 'req'. 52 [ ca ] 53 default_ca = CA_default # The default ca section 182 # These extensions are added when 'ca' signs a request. 305 #nsCaRevocationUrl = http://www.domain.dom/ca-crl.pem
|
| /trunk/main/xmlsecurity/test_docs/CAs/Root_8/ |
| H A D | openssl.cfg | 45 # We can add new OIDs in here for use by 'ca' and 'req'. 52 [ ca ] 53 default_ca = CA_default # The default ca section 182 # These extensions are added when 'ca' signs a request. 305 #nsCaRevocationUrl = http://www.domain.dom/ca-crl.pem
|
| /trunk/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_10/ |
| H A D | openssl.cfg | 45 # We can add new OIDs in here for use by 'ca' and 'req'. 52 [ ca ] 53 default_ca = CA_default # The default ca section 182 # These extensions are added when 'ca' signs a request. 306 #nsCaRevocationUrl = http://www.domain.dom/ca-crl.pem
|
| /trunk/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_3/ |
| H A D | openssl.cfg | 45 # We can add new OIDs in here for use by 'ca' and 'req'. 52 [ ca ] 53 default_ca = CA_default # The default ca section 182 # These extensions are added when 'ca' signs a request. 305 #nsCaRevocationUrl = http://www.domain.dom/ca-crl.pem
|