Searched refs:meta (Results 1 – 25 of 157) sorted by relevance
1234567
48 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 …]
88 ,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 …]
48 sql::ResultSetMetaData * meta; member in connectivity::mysqlc::OResultSetMetaData54 :meta(_meta) in OResultSetMetaData()
285 /// http://docs.oasis-open.org/ns/office/1.2/meta/pkg#hasPart288 /// http://docs.oasis-open.org/ns/office/1.2/meta/pkg#idref290 /// http://docs.oasis-open.org/ns/office/1.2/meta/pkg#path293 /// http://docs.oasis-open.org/ns/office/1.2/meta/pkg#mimeType295 /// http://docs.oasis-open.org/ns/office/1.2/meta/pkg#Package297 /// http://docs.oasis-open.org/ns/office/1.2/meta/pkg#Element299 /// http://docs.oasis-open.org/ns/office/1.2/meta/pkg#File306 /// http://docs.oasis-open.org/ns/office/1.2/meta/odf#prefix308 /// http://docs.oasis-open.org/ns/office/1.2/meta/odf#suffix310 /// http://docs.oasis-open.org/ns/office/1.2/meta/odf#Element[all …]
37 //set up the meta elements with only one value41 [temp addObject:@"meta:user-defined"];44 //set up the meta elements that can have more than one value47 [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];
83 //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.xml161 if (unzLocateFile(unzipFile, "meta.xml", CASESENSITIVITY) != UNZ_OK) {
47 ::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>…
35 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()
28 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()
27 import com.sun.star.report.meta.XFunctionDescription;39 implements com.sun.star.report.meta.XFunctionCategory84 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()
27 import com.sun.star.report.meta.XFunctionCategory;39 implements com.sun.star.report.meta.XFunctionDescription72 new Type(com.sun.star.report.meta.XFunctionDescription.class), null); in StarFunctionDescription()112 public com.sun.star.report.meta.XFunctionCategory getCategory() in getCategory()
30 #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…
31 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…
33 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…
191 xmloff/source/meta/MetaExportComponent \192 xmloff/source/meta/MetaImportComponent \193 xmloff/source/meta/xmlmetae \194 xmloff/source/meta/xmlmetai \195 xmloff/source/meta/xmlversion \
32 $(eval $(call gb_Package_add_file,xmloff_dtd,bin/meta.mod,meta.mod))
14 objectclasses: (oo-registry-meta-class-oid NAME 'oo-registry-meta-class' DESC 'meta configuration o…
81 dn: CN=oo-registry-meta-class, CN=Schema, CN=Configuration,DC=sun, DC=com84 lDAPDisplayName:oo-registry-meta-class120 possSuperiors: oo-registry-meta-class
11 objectclass oo-registry-meta-class13 oo-registry-meta-oid
1205 MetaNode meta = (MetaNode) node; in insertNode() local1478 TreeNode meta = new MetaNode(id); in testMeta() local1481 meta.appendChild(text); in testMeta()1482 root.appendChild(meta); in testMeta()1490 TreeNode meta = new MetaNode(id); in testMetaEmpty() local1493 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 …]
10 xmlns:meta="http://openoffice.org/2000/meta"42 <xsl:when test="meta/topic[@indexer='exclude']"/>
44 meta.xml \51 $(COMMAND_ECHO)$(COPY) content.xml meta.xml settings.xml styles.xml $(MISC)/zip/
35 /** This service provides access to the meta data of the well known45 /** This interface provides access to the meta data of the well known
36 /** This meta service supports the XAccessController interface for checking40 The specific service implementation of this meta service has to take care
39 /** provides access to the meta data of a result set.56 the meta data of the ResultSet.
Completed in 201 milliseconds