Home
last modified time | relevance | path

Searched refs:meta (Results 1 – 25 of 157) sorted by relevance

1234567

/trunk/main/mysqlc/source/
H A Dmysqlc_resultsetmetadata.cxx48 meta->getColumnDisplaySize(column); in getColumnDisplaySize()
88 return meta->getColumnCount(); in getColumnCount()
107 return meta->isCaseSensitive(column); in isCaseSensitive()
126 return convert(meta->getSchemaName(column)); in getSchemaName()
145 return convert( meta->getColumnName( column ) ); in getColumnName()
164 return convert(meta->getTableName(column)); in getTableName()
183 return convert(meta->getCatalogName(column)); in getCatalogName()
202 return convert(meta->getColumnTypeName(column)); in getColumnTypeName()
221 return convert(meta->getColumnLabel(column)); in getColumnLabel()
310 return meta->getPrecision(column); in getPrecision()
[all …]
H A Dmysqlc_databasemetadata.cxx88 ,meta(_rCon.getConnectionSettings().cppConnection->getMetaData()) in ODatabaseMetaData()
192 int32MetaData = (meta->*_Method)(); in impl_getInt32MetaData()
211 boolMetaData = (meta->*_Method)() ? sal_True : sal_False; in impl_getBoolMetaData()
230 boolMetaData = (meta->*_Method)( _arg ) ? sal_True : sal_False; in impl_getBoolMetaData()
852 return meta->supportsConvert()? sal_True:sal_False; in supportsConvert()
1192 switch (meta->getDefaultTransactionIsolation()) { in getDefaultTransactionIsolation()
1573 std::auto_ptr< sql::ResultSet> rset( meta->getCatalogs()); in getCatalogs()
1608 std::auto_ptr< sql::ResultSet> rset( meta->getSchemas()); in getSchemas()
1699 std::auto_ptr< sql::ResultSet> rset( meta->getColumns(cat, in getColumns()
1757 std::auto_ptr< sql::ResultSet> rset( meta->getTables(cat, in getTables()
[all …]
H A Dmysqlc_resultsetmetadata.hxx48 sql::ResultSetMetaData * meta; member in connectivity::mysqlc::OResultSetMetaData
54 :meta(_meta) in OResultSetMetaData()
/trunk/main/offapi/com/sun/star/rdf/
H A DURIs.idl285 /// http://docs.oasis-open.org/ns/office/1.2/meta/pkg#hasPart
288 /// http://docs.oasis-open.org/ns/office/1.2/meta/pkg#idref
290 /// http://docs.oasis-open.org/ns/office/1.2/meta/pkg#path
293 /// http://docs.oasis-open.org/ns/office/1.2/meta/pkg#mimeType
295 /// http://docs.oasis-open.org/ns/office/1.2/meta/pkg#Package
297 /// http://docs.oasis-open.org/ns/office/1.2/meta/pkg#Element
299 /// http://docs.oasis-open.org/ns/office/1.2/meta/pkg#File
306 /// http://docs.oasis-open.org/ns/office/1.2/meta/odf#prefix
308 /// http://docs.oasis-open.org/ns/office/1.2/meta/odf#suffix
310 /// http://docs.oasis-open.org/ns/office/1.2/meta/odf#Element
[all …]
/trunk/main/extensions/source/macosx/spotlight/
H A DOOoMetaDataParser.m37 //set up the meta elements with only one value
41 [temp addObject:@"meta:user-defined"];
44 //set up the meta elements that can have more than one value
47 [temp addObject:@"meta:keyword"];
48 [temp addObject:@"meta:initial-creator"];
58 [tempDict setObject:(NSString*)kMDItemAuthors forKey:@"meta:initial-creator"];
60 [tempDict setObject:(NSString*)kMDItemKeywords forKey:@"meta:keyword"];
102 //NSLog(@"finished parsing meta");
120 isCustom = [elementName isEqualToString:@"meta:user-defined"];
122 customAttribute = [[attributeDict objectForKey:@"meta:name"] retain];
H A DOOoSpotlightImporter.m83 //first check to see if this is a valid zipped file that contains a file "meta.xml"
156 /* metaDataFileFromZip extracts the file meta.xml from the zip file and returns it as an NSData* st…
160 //search and set the cursor to meta.xml
161 if (unzLocateFile(unzipFile, "meta.xml", CASESENSITIVITY) != UNZ_OK) {
/trunk/main/reportdesign/source/ui/inc/
H A DFunctionHelper.hxx47 ::com::sun::star::uno::Reference< ::com::sun::star::report::meta::XFunctionManager> m_xMgr;
52 …FunctionManager(const ::com::sun::star::uno::Reference< ::com::sun::star::report::meta::XFunctionM…
60 … get(const ::com::sun::star::uno::Reference< ::com::sun::star::report::meta::XFunctionDescripti…
66 …::com::sun::star::uno::Reference< ::com::sun::star::report::meta::XFunctionDescription> m_xFunctio…
69 …ategory,const ::com::sun::star::uno::Reference< ::com::sun::star::report::meta::XFunctionDescripti…
90 … ::com::sun::star::uno::Reference< ::com::sun::star::report::meta::XFunctionCategory> m_xCategory;
95 …2 _nPos,const ::com::sun::star::uno::Reference< ::com::sun::star::report::meta::XFunctionCategory>…
/trunk/main/reportdesign/source/ui/misc/
H A DFunctionHelper.cxx35 FunctionManager::FunctionManager(const uno::Reference< report::meta::XFunctionManager>& _xMgr) in FunctionManager()
69 uno::Reference< report::meta::XFunctionCategory> xCategory = m_xMgr->getCategory(_nPos); in getCategory()
98 ::boost::shared_ptr< FunctionDescription > FunctionManager::get(const uno::Reference< report::meta:… in get()
107 …const uno::Reference< report::meta::XFunctionCategory> xCategory = _xFunctionDescription->getCateg… in get()
122 …st FunctionManager* _pFMgr,sal_uInt32 _nPos,const uno::Reference< report::meta::XFunctionCategory>… in FunctionCategory()
139 …uno::Reference< report::meta::XFunctionDescription> xFunctionDescription = m_xCategory->getFunctio… in getFunction()
161 …mula::IFunctionCategory* _pFunctionCategory,const uno::Reference< report::meta::XFunctionDescripti… in FunctionDescription()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DSOFunctionManager.java28 import com.sun.star.report.meta.XFunctionCategory;
29 import com.sun.star.report.meta.XFunctionDescription;
30 import com.sun.star.report.meta.XFunctionManager;
135 …public com.sun.star.report.meta.XFunctionCategory getCategory(int position) throws com.sun.star.la… in getCategory()
H A DStarFunctionCategory.java27 import com.sun.star.report.meta.XFunctionDescription;
39 implements com.sun.star.report.meta.XFunctionCategory
84 new Type(com.sun.star.report.meta.XFunctionCategory.class), null); in StarFunctionCategory()
164 …public com.sun.star.report.meta.XFunctionDescription getFunction(int position) throws com.sun.star… in getFunction()
H A DStarFunctionDescription.java27 import com.sun.star.report.meta.XFunctionCategory;
39 implements com.sun.star.report.meta.XFunctionDescription
72 new Type(com.sun.star.report.meta.XFunctionDescription.class), null); in StarFunctionDescription()
112 public com.sun.star.report.meta.XFunctionCategory getCategory() in getCategory()
/trunk/main/offapi/com/sun/star/report/meta/
H A DXFunctionManager.idl30 #include <com/sun/star/report/meta/XFunctionCategory.idl>
31 #include <com/sun/star/report/meta/XFunctionDescription.idl>
34 module com { module sun { module star { module report { module meta {
35 /** identifies a <type>XFunctionManager</type> which allows to retrieve the meta data of all suppor…
H A DXFunctionCategory.idl31 module com { module sun { module star { module report { module meta {
34 /** identifies a <type>XFunctionCategory</type> which allows to retrieve the meta data of all suppo…
H A DXFormulaParser.idl33 module com { module sun { module star { module report { module meta {
34 /** identifies a <type>XFormulaParser</type> which allows to retrieve the meta data of all supporte…
/trunk/main/xmloff/
H A DLibrary_xo.mk191 xmloff/source/meta/MetaExportComponent \
192 xmloff/source/meta/MetaImportComponent \
193 xmloff/source/meta/xmlmetae \
194 xmloff/source/meta/xmlmetai \
195 xmloff/source/meta/xmlversion \
H A DPackage_dtd.mk32 $(eval $(call gb_Package_add_file,xmloff_dtd,bin/meta.mod,meta.mod))
/trunk/main/officecfg/registry/schema/
H A Doo-common.ldif14 objectclasses: (oo-registry-meta-class-oid NAME 'oo-registry-meta-class' DESC 'meta configuration o…
H A Doo-common-ad.ldf81 dn: CN=oo-registry-meta-class, CN=Schema, CN=Configuration,DC=sun, DC=com
84 lDAPDisplayName:oo-registry-meta-class
120 possSuperiors: oo-registry-meta-class
H A Doo-common.conf11 objectclass oo-registry-meta-class
13 oo-registry-meta-oid
/trunk/main/sw/qa/complex/writer/
H A DTextPortionEnumerationTest.java1205 MetaNode meta = (MetaNode) node; in insertNode() local
1478 TreeNode meta = new MetaNode(id); in testMeta() local
1481 meta.appendChild(text); in testMeta()
1482 root.appendChild(meta); in testMeta()
1490 TreeNode meta = new MetaNode(id); in testMetaEmpty() local
1493 root.appendChild(meta); in testMetaEmpty()
1504 meta.appendChild(text); in testMetaField()
1505 root.appendChild(meta); in testMetaField()
1516 root.appendChild(meta); in testMetaFieldEmpty()
3121 .appendChild( meta.dup() in testMetaXText()
[all …]
/trunk/main/helpcontent2/source/auxiliary/
H A Dindex.xsl10 xmlns:meta="http://openoffice.org/2000/meta"
42 <xsl:when test="meta/topic[@indexer='exclude']"/>
/trunk/test/smoketestdoc/data/
H A Dmakefile.mk44 meta.xml \
51 $(COMMAND_ECHO)$(COPY) content.xml meta.xml settings.xml styles.xml $(MISC)/zip/
/trunk/main/offapi/com/sun/star/ucb/
H A DPropertiesManager.idl35 /** This service provides access to the meta data of the well known
45 /** This interface provides access to the meta data of the well known
/trunk/main/udkapi/com/sun/star/security/
H A DAccessController.idl36 /** This meta service supports the XAccessController interface for checking
40 The specific service implementation of this meta service has to take care
/trunk/main/offapi/com/sun/star/sdbc/
H A DXResultSetMetaDataSupplier.idl39 /** provides access to the meta data of a result set.
56 the meta data of the ResultSet.

Completed in 93 milliseconds

1234567