Home
last modified time | relevance | path

Searched defs:descriptor (Results 1 – 25 of 74) sorted by path

123

/trunk/main/codemaker/source/javamaker/
H A Dclassfile.cxx166 rtl::OString const & descriptor) in instrGetstatic()
205 rtl::OString const & descriptor, sal_uInt8 args) in instrInvokeinterface()
217 rtl::OString const & descriptor) in instrInvokespecial()
226 rtl::OString const & descriptor) in instrInvokestatic()
235 rtl::OString const & descriptor) in instrInvokevirtual()
308 rtl::OString const & descriptor) in instrPutfield()
317 rtl::OString const & descriptor) in instrPutstatic()
622 rtl::OString const & descriptor, Code const * code, in addMethod()
796 rtl::OString const & descriptor) in addFieldrefInfo()
820 rtl::OString const & descriptor) in addMethodrefInfo()
[all …]
H A Djavatype.cxx164 Dependencies * dependencies, rtl::OStringBuffer * descriptor, in translateUnoTypeToDescriptor()
330 rtl::OStringBuffer * descriptor, rtl::OStringBuffer * signature, in translateUnoTypeToDescriptor()
348 rtl::OString const & type, rtl::OString * descriptor, in getFieldDescriptor()
1031 rtl::OString descriptor; in addField() local
/trunk/main/configmgr/source/
H A Daccess.cxx2150 void Access::checkKnownProperty(rtl::OUString const & descriptor) { in checkKnownProperty()
H A Dcomponents.cxx425 rtl::OUString const & descriptor) in getExternalValue()
H A Dpropertynode.cxx84 void PropertyNode::setExternal(int layer, rtl::OUString const & descriptor) { in setExternal()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/
H A DOColumn.java269 SdbcxColumnDescriptor descriptor = new SdbcxColumnDescriptor(isCaseSensitive()); in createDataDescriptor() local
H A DOColumnContainer.java136 …protected XPropertySet appendObject(String _rForName, XPropertySet descriptor) throws SQLException… in appendObject()
H A DOContainer.java261 …public void appendByDescriptor(XPropertySet descriptor) throws SQLException, ElementExistException… in appendByDescriptor()
429 protected XPropertySet cloneDescriptor(XPropertySet descriptor) { in cloneDescriptor()
479 …protected abstract XPropertySet appendObject(String _rForName, XPropertySet descriptor) throws SQL… in appendObject()
H A DOIndex.java123 SdbcxIndexDescriptor descriptor = new SdbcxIndexDescriptor(isCaseSensitive()); in createDataDescriptor() local
H A DOIndexColumn.java98 SdbcxIndexColumnDescriptor descriptor = new SdbcxIndexColumnDescriptor(isCaseSensitive()); in createDataDescriptor() local
H A DOIndexColumnContainer.java115 …protected XPropertySet appendObject(String _rForName, XPropertySet descriptor) throws SQLException… in appendObject()
H A DOIndexContainer.java140 …protected XPropertySet appendObject(String _rForName, XPropertySet descriptor) throws SQLException… in appendObject()
H A DOKey.java120 SdbcxKeyDescriptor descriptor = new SdbcxKeyDescriptor(isCaseSensitive()); in createDataDescriptor() local
H A DOKeyColumn.java103 SdbcxKeyColumnDescriptor descriptor = new SdbcxKeyColumnDescriptor(isCaseSensitive()); in createDataDescriptor() local
H A DOKeyColumnContainer.java109 …protected XPropertySet appendObject(String _rForName, XPropertySet descriptor) throws SQLException… in appendObject()
H A DOKeyContainer.java108 …protected XPropertySet appendObject(String _rForName, XPropertySet descriptor) throws SQLException… in appendObject()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/descriptors/
H A DSdbcxDescriptorContainer.java55 …protected XPropertySet appendObject(String _rForName, XPropertySet descriptor) throws SQLException… in appendObject()
H A DSdbcxIndexDescriptorContainer.java40 …protected XPropertySet appendObject(String _rForName, XPropertySet descriptor) throws SQLException… in appendObject()
H A DSdbcxKeyDescriptorContainer.java40 …protected XPropertySet appendObject(String _rForName, XPropertySet descriptor) throws SQLException… in appendObject()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DDbTools.java391 …public static String createSqlCreateTableStatement(XPropertySet descriptor, XConnection connection, in createSqlCreateTableStatement()
414 …public static String createStandardCreateStatement(XPropertySet descriptor, XConnection connection, in createStandardCreateStatement()
585 …public static String createStandardKeyStatement(XPropertySet descriptor, XConnection connection) t… in createStandardKeyStatement()
H A DISQLStatementHelper.java27 void addComment(XPropertySet descriptor, StringBuilder sql); in addComment()
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlTable.java57 SdbcxTableDescriptor descriptor = new SdbcxTableDescriptor(true); in createDataDescriptor() local
77 …public void alterColumnByIndex(int index, XPropertySet descriptor) throws SQLException, IndexOutOf… in alterColumnByIndex()
83 …public void alterColumnByName(String name, XPropertySet descriptor) throws SQLException, NoSuchEle… in alterColumnByName()
H A DPostgresqlTables.java134 public XPropertySet appendObject(String name, XPropertySet descriptor) throws SQLException { in appendObject()
139 void createTable(XPropertySet descriptor) throws SQLException { in createTable()
H A DPostgresqlViews.java142 …protected XPropertySet appendObject(String _rForName, XPropertySet descriptor) throws SQLException… in appendObject()
/trunk/main/connectivity/source/commontools/
H A DTColumnsHelper.cxx172 sdbcx::ObjectType OColumnsHelper::appendObject( const ::rtl::OUString& _rForName, const Reference< … in appendObject()

Completed in 128 milliseconds

123