Home
last modified time | relevance | path

Searched refs:cd (Results 26 – 50 of 131) sorted by relevance

123456

/aoo4110/main/cppuhelper/inc/cppuhelper/
H A Dcompbase8.hxx62 …struct cd : public rtl::StaticAggregate< class_data, ImplClassData8< Ifc1, Ifc2, Ifc3, Ifc4, Ifc5,… struct in cppu::WeakComponentImplHelper8
68 …{ return WeakComponentImplHelper_query( rType, cd::get(), this, (WeakComponentImplHelperBase *)thi… in queryInterface()
80 { return WeakComponentImplHelper_getTypes( cd::get() ); } in getTypes()
82 { return ImplHelper_getImplementationId( cd::get() ); } in getImplementationId()
113 …struct cd : public rtl::StaticAggregate< class_data, ImplClassData8< Ifc1, Ifc2, Ifc3, Ifc4, Ifc5,… struct in cppu::WeakAggComponentImplHelper8
121 …{ return WeakAggComponentImplHelper_queryAgg( rType, cd::get(), this, (WeakAggComponentImplHelperB… in queryAggregation()
127 { return WeakAggComponentImplHelper_getTypes( cd::get() ); } in getTypes()
129 { return ImplHelper_getImplementationId( cd::get() ); } in getImplementationId()
H A Dcompbase9.hxx62 …struct cd : public rtl::StaticAggregate< class_data, ImplClassData9< Ifc1, Ifc2, Ifc3, Ifc4, Ifc5,… struct in cppu::WeakComponentImplHelper9
68 …{ return WeakComponentImplHelper_query( rType, cd::get(), this, (WeakComponentImplHelperBase *)thi… in queryInterface()
80 { return WeakComponentImplHelper_getTypes( cd::get() ); } in getTypes()
82 { return ImplHelper_getImplementationId( cd::get() ); } in getImplementationId()
112 …struct cd : public rtl::StaticAggregate< class_data, ImplClassData9< Ifc1, Ifc2, Ifc3, Ifc4, Ifc5,… struct in cppu::WeakAggComponentImplHelper9
120 …{ return WeakAggComponentImplHelper_queryAgg( rType, cd::get(), this, (WeakAggComponentImplHelperB… in queryAggregation()
126 { return WeakAggComponentImplHelper_getTypes( cd::get() ); } in getTypes()
128 { return ImplHelper_getImplementationId( cd::get() ); } in getImplementationId()
H A Dcompbase12.hxx62 …struct cd : public rtl::StaticAggregate< class_data, ImplClassData12< Ifc1, Ifc2, Ifc3, Ifc4, Ifc5… struct in cppu::WeakComponentImplHelper12
68 …{ return WeakComponentImplHelper_query( rType, cd::get(), this, (WeakComponentImplHelperBase *)thi… in queryInterface()
80 { return WeakComponentImplHelper_getTypes( cd::get() ); } in getTypes()
82 { return ImplHelper_getImplementationId( cd::get() ); } in getImplementationId()
113 …struct cd : public rtl::StaticAggregate< class_data, ImplClassData12< Ifc1, Ifc2, Ifc3, Ifc4, Ifc5… struct in cppu::WeakAggComponentImplHelper12
121 …{ return WeakAggComponentImplHelper_queryAgg( rType, cd::get(), this, (WeakAggComponentImplHelperB… in queryAggregation()
127 { return WeakAggComponentImplHelper_getTypes( cd::get() ); } in getTypes()
129 { return ImplHelper_getImplementationId( cd::get() ); } in getImplementationId()
H A Dcompbase_ex.hxx143 class_data * cd,
151 class_data * cd )
159 class_data * cd,
167 class_data * cd )
/aoo4110/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/
H A DSxcDocumentDeserializerImpl.java55 public SxcDocumentDeserializerImpl(ConvertData cd) { in SxcDocumentDeserializerImpl() argument
56 super(cd); in SxcDocumentDeserializerImpl()
89 protected String getWorkbookName(ConvertData cd) in getWorkbookName() argument
92 Enumeration e = cd.getDocumentEnumeration(); in getWorkbookName()
108 protected String[] getWorksheetNames(ConvertData cd) in getWorksheetNames() argument
111 Enumeration e = cd.getDocumentEnumeration(); in getWorksheetNames()
H A DSxcDocumentSerializerImpl.java103 ConvertData cd = new ConvertData(); in serialize() local
105 cd.addDocument(wb); in serialize()
107 return cd; in serialize()
/aoo4110/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/
H A DSxcDocumentDeserializer.java77 private ConvertData cd = null; field in SxcDocumentDeserializer
92 public SxcDocumentDeserializer(ConvertData cd) { in SxcDocumentDeserializer() argument
93 this.cd = cd; in SxcDocumentDeserializer()
125 protected abstract String getWorkbookName(ConvertData cd) throws IOException; in getWorkbookName() argument
137 protected abstract String[] getWorksheetNames(ConvertData cd) throws IOException; in getWorksheetNames() argument
161 String[] worksheetNames = getWorksheetNames(cd); in deserialize()
162 String workbookName = getWorkbookName(cd); in deserialize()
189 decoder.addDeviceContent(cd); in deserialize()
/aoo4110/main/xmerge/source/aportisdoc/java/org/openoffice/xmerge/converter/xml/sxw/aportisdoc/
H A DDocumentDeserializerImpl.java65 private ConvertData cd = null; field in DocumentDeserializerImpl
76 public DocumentDeserializerImpl(ConvertData cd) { in DocumentDeserializerImpl() argument
77 this.cd = cd; in DocumentDeserializerImpl()
92 int numberOfPDBs = cd.getNumDocuments(); in deserialize()
96 Enumeration e = cd.getDocumentEnumeration(); in deserialize()
/aoo4110/main/xmlsecurity/tools/examples/
H A Devaluate_win.bat29 cd /
55 cd %TEMP_FOLDER%
73 cd %SO_DRIVE%/%SO_PATH%/program
112 cd examples
120 cd ..
145 cd %SO_DRIVE%/%SO_PATH%/program
157 cd ..
/aoo4110/main/bridges/test/java_uno/acquire/
H A Dreadme.txt3 > cd .../bridges/<outdir>/bin
8 > cd .../bridges/<outdir>/bin
13 > cd .../bridges/<outdir>/bin
18 > cd .../bridges/<outdir>/bin
/aoo4110/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/xslt/
H A DDocumentDeserializerImpl.java88 private ConvertData cd = null; field in DocumentDeserializerImpl
101 public DocumentDeserializerImpl(PluginFactoryImpl pf,ConvertData cd) { in DocumentDeserializerImpl() argument
102 this.cd = cd; in DocumentDeserializerImpl()
122 Enumeration enumerate = cd.getDocumentEnumeration(); in deserialize()
/aoo4110/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DDocumentDeserializerImpl.java75 private ConvertData cd = null; field in DocumentDeserializerImpl
85 public DocumentDeserializerImpl(ConvertData cd) { in DocumentDeserializerImpl() argument
86 this.cd = cd; in DocumentDeserializerImpl()
101 return deserialize(null, cd); in deserialize()
105 public Document deserialize(Document origDoc, ConvertData cd) in deserialize() argument
110 Enumeration e = cd.getDocumentEnumeration(); in deserialize()
/aoo4110/main/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/
H A D1008.pem15 00:a6:a8:3f:60:a7:9a:3b:20:c9:2c:8c:4f:cd:11:
19 c9:f4:01:26:43:e4:d4:98:d6:00:1a:d4:cd:2a:d1:
20 cd:7e:4c:4e:ab:18:78:5a:fb:b2:ec:a3:87:a1:0e:
23 9b:48:a8:65:cd:50:db:0b:cf
H A D1016.pem15 00:cd:22:93:9a:93:18:34:2f:50:e0:cc:23:f4:60:
41 a1:cd:13:b1:24:93:f6:44:cd:d3:71:91:da:4f:dd:75:3d:68:
H A D1019.pem15 00:9c:cd:78:e7:11:1d:61:d4:0c:c6:87:c9:28:47:
36 7c:65:0b:e2:cd:ca:00:e8:40:0f:37:70:a1:89:54:5d:03:06:
39 d8:a0:6c:02:15:6e:d9:f6:2a:f8:9a:c4:48:bd:cd:54:82:55:
H A D1022.pem16 92:6a:b9:d2:9a:4e:06:2c:02:52:cd:93:50:84:28:
17 19:42:a2:4a:34:e2:cd:e6:b0:39:7a:c8:4d:84:bc:
37 a1:69:82:e1:79:d1:dc:de:69:cd:9e:f0:cc:90:75:a9:45:ee:
H A D100E.pem18 b3:e5:0b:9d:35:58:57:6d:da:d1:15:cd:52:7f:e2:
21 8e:7c:bb:75:e5:24:39:ad:4c:18:c8:bb:07:22:cd:
23 39:9b:1f:ea:5e:bb:cd:df:ab
/aoo4110/main/framework/test/typecfg/
H A Dbuild.btm10 cd ..\..\inc\classes
15 cd ..\..
19 cd test\typecfg
/aoo4110/main/icu/
H A Dicu4c-4_0_1-src.patch109 -CURR_FULL_DIR=$(subst \,/,$(shell cmd /c cd | tail --bytes=+3))#M# for Cygwin shell
110 +CURR_FULL_DIR=$(subst \,/,$(shell cmd /c cd))#M# for Cygwin shell
113 -CURR_SRCCODE_FULL_DIR=$(subst \,/,$(shell cmd /c cd | tail --bytes=+3))#M# for Cygwin shell
114 +CURR_SRCCODE_FULL_DIR=$(subst \,/,$(shell cmd /c cd))#M# for Cygwin shell
115 +SRCDIR_DEPEND=$(shell cd $(SRCDIR) && pwd)
116 +DATAFILEPATHS_DEPEND=$(foreach p,$(DATAFILEPATHS),$(shell cd $(dir $(p)) && pwd)/$(notdir $(p)))
/aoo4110/main/xmerge/source/minicalc/java/org/openoffice/xmerge/converter/xml/sxc/minicalc/
H A DSxcDocumentSerializerImpl.java100 ConvertData cd = new ConvertData(); in serialize() local
119 cd.addDocument(palmDoc); in serialize()
131 return cd; in serialize()
/aoo4110/main/toolkit/workben/layout/
H A DREADME13 cd toolkit/workben/layout && dmake all
34 cd toolkit/workben/layout && . ./refresh [--inst $OOO_INSTALL_PREFIX]
40 cd ooo-cvs/program
/aoo4110/main/xmlsecurity/qa/certext/
H A DUser_35_Root_11.crt16 92:6a:b9:d2:9a:4e:06:2c:02:52:cd:93:50:84:28:
17 19:42:a2:4a:34:e2:cd:e6:b0:39:7a:c8:4d:84:bc:
37 a1:69:82:e1:79:d1:dc:de:69:cd:9e:f0:cc:90:75:a9:45:ee:
/aoo4110/main/xmlsecurity/test_docs/CAs/Root_4/demoCA/newcerts/
H A D1001.pem36 bc:cf:43:eb:72:b1:71:a7:94:8e:cd:5b:fc:d8:21:31:83:db:
38 0c:a1:8a:ac:c6:cf:f2:03:cd:a0:30:ae:d3:a9:41:07:c9:b1:
39 be:4b:e0:fc:a2:76:09:07:75:6a:fa:e4:2f:a3:3a:cd:81:68:
/aoo4110/main/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_4/demoCA/
H A Dcacert.pem36 bc:cf:43:eb:72:b1:71:a7:94:8e:cd:5b:fc:d8:21:31:83:db:
38 0c:a1:8a:ac:c6:cf:f2:03:cd:a0:30:ae:d3:a9:41:07:c9:b1:
39 be:4b:e0:fc:a2:76:09:07:75:6a:fa:e4:2f:a3:3a:cd:81:68:
/aoo4110/main/xmlsecurity/test_docs/certs/end_certs/
H A DUser_35_Root_11.crt16 92:6a:b9:d2:9a:4e:06:2c:02:52:cd:93:50:84:28:
17 19:42:a2:4a:34:e2:cd:e6:b0:39:7a:c8:4d:84:bc:
37 a1:69:82:e1:79:d1:dc:de:69:cd:9e:f0:cc:90:75:a9:45:ee:

Completed in 84 milliseconds

123456