Home
last modified time | relevance | path

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

1234567

/trunk/extras/l10n/source/ca/
H A Dlocalize.sdf2879 svx source\dialog\srchdlg.src 0 cancelbutton RID_SVXDLG_SEARCH BTN_CLOSE 50 ca Tan~ca 20200411…
7042 sw source\ui\config\redlopt.src 0 fixedtext TP_REDLINE_OPT FT_MARKPOS 70 ca Mar~ca 20200411 15…
10000 …sortdlg.src 0 string RID_SCPAGE_SORT_OPTIONS STR_COL_LABEL 242 ca L'interval conté ca~pçaleres d…
10461 sc source\ui\src\autofmt.src 0 string RID_SCDLG_AUTOFORMAT STR_BTN_CLOSE 50 ca Tan~ca 20200411…
11014 sc source\ui\src\popup.src 0 menuitem RID_POPUP_PREVIEW SID_CLOSEWIN CMD_SID_CLOSEWIN 0 ca Tan~ca
21967 …utton DLG_XML_FILTER_TEST_DIALOG PB_CLOSE HID_XML_FILTER_TEST_CLOSE 50 ca Tan~ca 20200411 15:0…
69209 …nlingui.src 0 cancelbutton RID_SVX_WND_COMMON_LINGU BTN_SPL_CANCEL 55 ca Tan~ca 20200411 15:0…
69355 cui source\dialogs\svuidlg.src 0 cancelbutton MD_UPDATE_BASELINKS 1 60 ca Tan~ca 20200411 15:0…
69370 cui source\dialogs\svuidlg.src 0 string MD_UPDATE_BASELINKS STR_BUTTONCLOSE 225 ca Tan~ca 2020…
69461 …rch.src 0 cancelbutton RID_SVXDLG_SEARCHFORM 1 HID_SEARCH_BTN_CLOSE 50 ca Tan~ca 20200411 15:0…
[all …]
/trunk/extras/l10n/source/ca-XR/
H A Dlocalize.sdf6466 sw source\ui\fldui\fldui.src 0 string STR_ALL 0 ca-XR Tot 20200411 15:09:53
19090 …menuitem RID_LAYERTAB_POPUP SID_MODIFYLAYER CMD_SID_MODIFYLAYER 0 ca-XR Modificar ca~pa... 202…
20556 sfx2 source\doc\doc.src 0 string STR_EDIT 0 ca-XR Editar 20200411 15:09:53
20576 sfx2 source\doc\doc.src 0 string BTN_OK 0 ca-XR Eixecutar 20200411 15:09:53
20954 sfx2 source\appl\app.src 0 string STR_KB 0 ca-XR KB 20200411 15:09:53
20955 sfx2 source\appl\app.src 0 string STR_MB 0 ca-XR MB 20200411 15:09:53
20956 sfx2 source\appl\app.src 0 string STR_GB 0 ca-XR GB 20200411 15:09:53
20962 sfx2 source\appl\app.src 0 string GID_VIEW 0 ca-XR Vore 20200411 15:09:53
20967 sfx2 source\appl\app.src 0 string GID_MATH 0 ca-XR Math 20200411 15:09:53
20972 sfx2 source\appl\app.src 0 string GID_TEXT 0 ca-XR Text 20200411 15:09:53
[all …]
/trunk/extras/l10n/source/ca-XV/
H A Dlocalize.sdf2879 svx source\dialog\srchdlg.src 0 cancelbutton RID_SVXDLG_SEARCH BTN_CLOSE 50 ca-XV Tan~ca 20200…
7042 sw source\ui\config\redlopt.src 0 fixedtext TP_REDLINE_OPT FT_MARKPOS 70 ca-XV Mar~ca 20200411…
10000 …ortdlg.src 0 string RID_SCPAGE_SORT_OPTIONS STR_COL_LABEL 242 ca-XV L'interval conté ca~pçaleres…
10461 sc source\ui\src\autofmt.src 0 string RID_SCDLG_AUTOFORMAT STR_BTN_CLOSE 50 ca-XV Tan~ca 20200…
11014 …pup.src 0 menuitem RID_POPUP_PREVIEW SID_CLOSEWIN CMD_SID_CLOSEWIN 0 ca-XV Tan~ca 20200411 15:…
21967 …ton DLG_XML_FILTER_TEST_DIALOG PB_CLOSE HID_XML_FILTER_TEST_CLOSE 50 ca-XV Tan~ca 20200411 15:…
69209 …ingui.src 0 cancelbutton RID_SVX_WND_COMMON_LINGU BTN_SPL_CANCEL 55 ca-XV Tan~ca 20200411 15:…
69355 cui source\dialogs\svuidlg.src 0 cancelbutton MD_UPDATE_BASELINKS 1 60 ca-XV Tan~ca 20200411 1…
69370 cui source\dialogs\svuidlg.src 0 string MD_UPDATE_BASELINKS STR_BUTTONCLOSE 225 ca-XV Tan~ca 2…
69461 …h.src 0 cancelbutton RID_SVXDLG_SEARCHFORM 1 HID_SEARCH_BTN_CLOSE 50 ca-XV Tan~ca 20200411 15:…
[all …]
/trunk/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 …]
/trunk/test/testuno/source/fvt/uno/sd/file/
H A DCheckFileProperties.java193 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.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()
/trunk/main/qadevOOo/java/OOoRunner/src/main/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 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()
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()
/trunk/main/
H A Dextensions.lst46 [ language=ca ]
47 …6d https://sourceforge.net/projects/aoo-extensions/files/1205/5/ca.3.0.0.oxt/download "dict-ca.oxt"
51 …d425579a9a2e26663abaecdd661be419 https://sourceforge.net/projects/aoo-extensions/files/1475/1/ca-v…
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 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()
/trunk/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:
/trunk/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()
/trunk/main/solenv/inc/
H A Dlanglist.mk40 ca \
41 ca-XR \
42 ca-XV \
/trunk/main/instsetoo_native/util/
H A Dpack.lst18 ….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_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
/trunk/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
/trunk/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
/trunk/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
/trunk/main/xmlsecurity/test_docs/CAs/Root_3/
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
/trunk/main/xmlsecurity/test_docs/CAs/Root_4/
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
/trunk/main/xmlsecurity/test_docs/CAs/Root_5/
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
/trunk/main/xmlsecurity/test_docs/CAs/Root_6/
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
/trunk/main/xmlsecurity/test_docs/CAs/Root_7/
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 5093 milliseconds

1234567