Home
last modified time | relevance | path

Searched refs:ca (Results 1 – 25 of 160) sorted by relevance

1234567

/aoo4110/extras/l10n/source/ca/
H A Dlocalize.sdf5731 sc source\ui\src\autofmt.src 0 string RID_SCDLG_AUTOFORMAT STR_BTN_CLOSE 50 ca Tan~ca 20130618…
6714 sc source\ui\src\popup.src 0 menuitem RID_POPUP_PREVIEW SID_CLOSEWIN CMD_SID_CLOSEWIN 0 ca Tan~ca
8428 …sortdlg.src 0 string RID_SCPAGE_SORT_OPTIONS STR_COL_LABEL 242 ca L'interval conté ca~pçaleres d…
10097 …swpossizetabpage.src 0 radiobutton RID_SVXPAGE_SWPOSSIZE RB_TOCHAR 70 ca Al ca~ràcter 2013061…
11134 …nlingui.src 0 cancelbutton RID_SVX_WND_COMMON_LINGU BTN_SPL_CANCEL 55 ca Tan~ca 20130618 17:2…
11171 …rch.src 0 cancelbutton RID_SVXDLG_SEARCHFORM 1 HID_SEARCH_BTN_CLOSE 50 ca Tan~ca 20130618 17:2…
11522 cui source\dialogs\svuidlg.src 0 cancelbutton MD_UPDATE_BASELINKS 1 60 ca Tan~ca 20130618 17:2…
11537 cui source\dialogs\svuidlg.src 0 string MD_UPDATE_BASELINKS STR_BUTTONCLOSE 225 ca Tan~ca 2013…
13345 …utton DLG_XML_FILTER_TEST_DIALOG PB_CLOSE HID_XML_FILTER_TEST_CLOSE 50 ca Tan~ca 20130618 17:2…
65365 sw source\ui\config\redlopt.src 0 fixedtext TP_REDLINE_OPT FT_MARKPOS 70 ca Mar~ca 20130618 17…
[all …]
/aoo4110/extras/l10n/source/ca-XR/
H A Dlocalize.sdf11920 sfx2 source\doc\doc.src 0 string STR_EDIT 0 ca-XR Editar 20130618 17:22:18
11940 sfx2 source\doc\doc.src 0 string BTN_OK 0 ca-XR Eixecutar 20130618 17:22:18
12033 sfx2 source\appl\app.src 0 string STR_BYTES 0 ca-XR Bytes 20130618 17:22:18
12034 sfx2 source\appl\app.src 0 string STR_KB 0 ca-XR KB 20130618 17:22:18
12035 sfx2 source\appl\app.src 0 string STR_MB 0 ca-XR MB 20130618 17:22:18
12036 sfx2 source\appl\app.src 0 string STR_GB 0 ca-XR GB 20130618 17:22:18
12042 sfx2 source\appl\app.src 0 string GID_VIEW 0 ca-XR Vore 20130618 17:22:18
12047 sfx2 source\appl\app.src 0 string GID_MATH 0 ca-XR Math 20130618 17:22:18
12052 sfx2 source\appl\app.src 0 string GID_TEXT 0 ca-XR Text 20130618 17:22:18
12053 sfx2 source\appl\app.src 0 string GID_FRAME 0 ca-XR Marc 20130618 17:22:18
[all …]
/aoo4110/extras/l10n/source/ca-XV/
H A Dlocalize.sdf5732 sc source\ui\src\autofmt.src 0 string RID_SCDLG_AUTOFORMAT STR_BTN_CLOSE 50 ca-XV Tan~ca 20130…
6715 …pup.src 0 menuitem RID_POPUP_PREVIEW SID_CLOSEWIN CMD_SID_CLOSEWIN 0 ca-XV Tan~ca 20130618 17:…
8429 …ortdlg.src 0 string RID_SCPAGE_SORT_OPTIONS STR_COL_LABEL 242 ca-XV L'interval conté ca~pçaleres…
10098 …wpossizetabpage.src 0 radiobutton RID_SVXPAGE_SWPOSSIZE RB_TOCHAR 70 ca-XV Al ca~ràcter 20130…
11135 …ingui.src 0 cancelbutton RID_SVX_WND_COMMON_LINGU BTN_SPL_CANCEL 55 ca-XV Tan~ca 20130618 17:…
11172 …h.src 0 cancelbutton RID_SVXDLG_SEARCHFORM 1 HID_SEARCH_BTN_CLOSE 50 ca-XV Tan~ca 20130618 17:…
11523 cui source\dialogs\svuidlg.src 0 cancelbutton MD_UPDATE_BASELINKS 1 60 ca-XV Tan~ca 20130618 1…
11538 cui source\dialogs\svuidlg.src 0 string MD_UPDATE_BASELINKS STR_BUTTONCLOSE 225 ca-XV Tan~ca 2…
13346 …ton DLG_XML_FILTER_TEST_DIALOG PB_CLOSE HID_XML_FILTER_TEST_CLOSE 50 ca-XV Tan~ca 20130618 17:…
65366 sw source\ui\config\redlopt.src 0 fixedtext TP_REDLINE_OPT FT_MARKPOS 70 ca-XV Mar~ca 20130618…
[all …]
/aoo4110/main/basebmp/inc/basebmp/
H A Dclippedlinerenderer.hxx65 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 …]
/aoo4110/test/testuno/source/fvt/uno/sd/file/
H A DCheckFileProperties.java183 Calendar ca = Calendar.getInstance(); in getCurrentDateTime() local
185 currentDateTime.Year = (short)ca.get(Calendar.YEAR); in getCurrentDateTime()
186 currentDateTime.Month = (short)ca.get(Calendar.MONTH); in getCurrentDateTime()
187 currentDateTime.Day = (short)ca.get(Calendar.DATE); in getCurrentDateTime()
188 currentDateTime.Minutes = (short)ca.get(Calendar.MINUTE); in getCurrentDateTime()
189 currentDateTime.Hours = (short)ca.get(Calendar.HOUR); in getCurrentDateTime()
190 currentDateTime.Seconds = (short)ca.get(Calendar.SECOND); in getCurrentDateTime()
196 Calendar ca = Calendar.getInstance(); in getCurrentDate() local
198 currentDate.Year = (short)ca.get(Calendar.YEAR); in getCurrentDate()
199 currentDate.Month = (short)ca.get(Calendar.MONTH); in getCurrentDate()
[all …]
/aoo4110/main/qadevOOo/tests/java/ifc/sheet/
H A D_XSheetConditionalEntries.java103 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()
/aoo4110/main/scaddins/prj/
H A Dbuild.lst1 ca scaddins : LIBXSLT:libxslt L10N:l10n vcl NULL
2 ca scaddins usr1 - all sc_mkout NULL
3 ca scaddins\source\datefunc nmake - all sc_dfunc NULL
4 ca scaddins\source\analysis nmake - all sc_analysis NULL
/aoo4110/main/
H A Dextensions.lst57 [ language=fr || language=nl || language=de || language=de_DE || language=ca || language=ca_XV ]
65 [ language=es || language=ca || language=ca_XV ]
142 [ language=ca ]
143 …6d https://sourceforge.net/projects/aoo-extensions/files/1205/5/ca.3.0.0.oxt/download "ca.3.0.0.ox…
147 …tps://sourceforge.net/projects/aoo-extensions/files/1475/1/ca-valencia.3.0.0.oxt/download "ca-vale…
/aoo4110/main/qadevOOo/tests/java/mod/_sc/
H A DScTableConditionalFormat.java181 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 DScTableConditionalEntry.java203 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 DScIndexEnumeration_TableConditionalEntryEnumeration.java180 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()
/aoo4110/main/cppuhelper/test/
H A Dtestimplhelper.cxx107 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()
/aoo4110/main/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/
H A D100F.pem22 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:
H A D1021.pem19 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 D1000.pem20 27:b4:f8:eb:19:67:8f:58:3f:4c:5f:b3:ca:aa:bd:
38 c8:c8:01:ae:d5:01:f6:5e:b4:cb:ca:76:fe:72:98:f3:0a:c3:
39 ac:76:fa:41:67:b4:5c:92:67:fa:ca:17:02:80:00:d8:b6:d5:
/aoo4110/main/xmerge/source/minicalc/java/org/openoffice/xmerge/converter/xml/sxc/minicalc/
H A DMinicalcEncoder.java292 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()
/aoo4110/main/solenv/inc/
H A Dlanglist.mk39 ca \
40 ca-XR \
41 ca-XV \
/aoo4110/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_5/demoCA/newcerts/
H A D1002.pem18 e7:42:b6:bf:34:bd:ca:44:31:fb:06:5e:20:0a:a1:
19 22:ca:9b:4f:01:57:bd:b1:30:57:a9:0f:fc:06:ae:
22 76:02:e1:85:87:63:4b:5b:cd:c9:1f:ca:85:7a:8c:
/aoo4110/main/instsetoo_native/util/
H A Dpack.lst19 ….pro,wntmsci12.pro,unxlngx6.pro,unxmacxi.pro ar|as|ast|be-BY|bg|bn|ca|ca-XR|ca-XV|cs|da|de|dz|…
/aoo4110/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_7/demoCA/newcerts/
H A D1001.pem19 4a:e3:39:01:fa:5b:10:a5:3e:e1:93:65:19:ca:8b:
21 10:3a:ce:b5:46:89:79:a3:90:ea:d5:ca:ac:c9:af:
41 d6:1d:db:cf:ca:ec:91:0a:81:ef:f5:e4:56:31:a3:c2:9a:1d:
/aoo4110/main/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_8/demoCA/newcerts/
H A D1002.pem17 ca:ff:82:50:64:2e:ed:4e:8d:09:73:48:91:e1:90:
18 ca:df:06:ab:f4:c3:3d:8b:7d:d1:6b:5f:f8:f8:d6:
37 2c:68:5e:5b:2e:d7:48:ca:2a:01:b4:a0:99:0e:06:2d:e8:23:
/aoo4110/main/xmlsecurity/test_docs/CAs/Root_1/
H A Dopenssl.cfg45 # 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
/aoo4110/main/xmlsecurity/test_docs/CAs/Root_10/
H A Dopenssl.cfg45 # 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
/aoo4110/main/xmlsecurity/test_docs/CAs/Root_11/
H A Dopenssl.cfg45 # We can add new OIDs in here for use by 'ca' and 'req'.
52 [ ca ]
53 default_ca = CA_default # The default ca section
183 # These extensions are added when 'ca' signs a request.
311 #nsCaRevocationUrl = http://www.domain.dom/ca-crl.pem
/aoo4110/main/xmlsecurity/test_docs/CAs/Root_2/
H A Dopenssl.cfg45 # 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

Completed in 9063 milliseconds

1234567