Home
last modified time | relevance | path

Searched refs:descriptor (Results 26 – 50 of 222) sorted by relevance

123456789

/trunk/main/offapi/com/sun/star/sdbcx/
H A DXAlterTable.idl58 @param descriptor
59 the new descriptor for the new column
64 [in]com::sun::star::beans::XPropertySet descriptor)
74 @param descriptor
75 the new descriptor for the new column
82 [in]com::sun::star::beans::XPropertySet descriptor) raises
H A DXAppend.idl49 /** creates a new object using the given descriptor and appends it
54 The descriptor will not be changed and can be used again to append another object.
55 @param descriptor
56 the descriptor which should be serve to append a new object
60 void appendByDescriptor([in]com::sun::star::beans::XPropertySet descriptor)
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DDesktopTools.java373 WindowDescriptor descriptor = new com.sun.star.awt.WindowDescriptor(); in createFloatingWindow() local
375 descriptor.Type = com.sun.star.awt.WindowClass.TOP; in createFloatingWindow()
376 descriptor.WindowServiceName = "modelessdialog"; in createFloatingWindow()
377 descriptor.ParentIndex = -1; in createFloatingWindow()
385 descriptor.Bounds = bounds; in createFloatingWindow()
386 descriptor.WindowAttributes = (com.sun.star.awt.WindowAttribute.BORDER + in createFloatingWindow()
396 xWindow = tk.createWindow(descriptor); in createFloatingWindow()
/trunk/main/dbaccess/source/core/api/
H A Dviewcontainer.cxx138 …iner::appendObject( const ::rtl::OUString& _rForName, const Reference< XPropertySet >& descriptor ) in appendObject() argument
141 ::rtl::OUString aName = getString(descriptor->getPropertyValue(PROPERTY_NAME)); in appendObject()
144 Reference< XPropertySet > xProp = descriptor; in appendObject()
149 xAppend->appendByDescriptor(descriptor); in appendObject()
155 …::rtl::OUString sComposedName = ::dbtools::composeTableName( m_xMetaData, descriptor, ::dbtools::e… in appendObject()
160 descriptor->getPropertyValue(PROPERTY_COMMAND) >>= sCommand; in appendObject()
H A Dtablecontainer.cxx295 …iner::appendObject( const ::rtl::OUString& _rForName, const Reference< XPropertySet >& descriptor ) in appendObject() argument
299 ::rtl::OUString aName = getString(descriptor->getPropertyValue(PROPERTY_NAME)); in appendObject()
309 pApprove->approveElement( aName, descriptor ); in appendObject()
317 xAppend->appendByDescriptor(descriptor); in appendObject()
321 ::rtl::OUString aSql = ::dbtools::createSqlCreateTableStatement(descriptor,m_xConnection); in appendObject()
341 …lcl_createDefintionObject(getNameForObject(descriptor),m_xTableDefinitions,xTableDefinition,xColum… in appendObject()
342 Reference<XColumnsSupplier> xSup(descriptor,UNO_QUERY); in appendObject()
H A Dcolumn.cxx400 …umns::appendObject( const ::rtl::OUString& _rForName, const Reference< XPropertySet >& descriptor ) in appendObject() argument
407 xAppend->appendByDescriptor(descriptor); in appendObject()
417 xAlterService->addColumn(m_pTable,descriptor); in appendObject()
421 xReturn = OColumns_BASE::appendObject( _rForName, descriptor ); in appendObject()
427 xReturn = cloneDescriptor( descriptor ); in appendObject()
430 m_pColFactoryImpl->columnAppended( descriptor ); in appendObject()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/
H A DOKeyContainer.java108 …protected XPropertySet appendObject(String _rForName, XPropertySet descriptor) throws SQLException… in appendObject() argument
114 int keyType = AnyConverter.toInt(descriptor.getPropertyValue(PropertyIds.TYPE.name)); in appendObject()
119 … referencedName = AnyConverter.toString(descriptor.getPropertyValue(PropertyIds.UPDATERULE.name)); in appendObject()
120 … updateRule = AnyConverter.toInt(descriptor.getPropertyValue(PropertyIds.UPDATERULE.name)); in appendObject()
121 … deleteRule = AnyConverter.toInt(descriptor.getPropertyValue(PropertyIds.DELETERULE.name)); in appendObject()
137 … XColumnsSupplier columnsSupplier = UnoRuntime.queryInterface(XColumnsSupplier.class, descriptor); in appendObject()
190 descriptor.setPropertyValue(PropertyIds.NAME.name, name); in appendObject()
H A DOContainer.java261 …public void appendByDescriptor(XPropertySet descriptor) throws SQLException, ElementExistException… in appendByDescriptor() argument
265 String name = getNameForObject(descriptor); in appendByDescriptor()
271 XPropertySet newlyCreated = appendObject(name, descriptor); in appendByDescriptor()
429 protected XPropertySet cloneDescriptor(XPropertySet descriptor) { in cloneDescriptor() argument
431 CompHelper.copyProperties(descriptor, newDescriptor); in cloneDescriptor()
479 …protected abstract XPropertySet appendObject(String _rForName, XPropertySet descriptor) throws SQL… in appendObject() argument
H A DOIndex.java123 SdbcxIndexDescriptor descriptor = new SdbcxIndexDescriptor(isCaseSensitive()); in createDataDescriptor() local
124 CompHelper.copyProperties(this, descriptor); in createDataDescriptor()
126 DbTools.cloneDescriptorColumns(this, descriptor); in createDataDescriptor()
129 return descriptor; in createDataDescriptor()
H A DOKey.java120 SdbcxKeyDescriptor descriptor = new SdbcxKeyDescriptor(isCaseSensitive()); in createDataDescriptor() local
121 CompHelper.copyProperties(this, descriptor); in createDataDescriptor()
123 DbTools.cloneDescriptorColumns(this, descriptor); in createDataDescriptor()
126 return descriptor; in createDataDescriptor()
/trunk/main/offapi/com/sun/star/sdb/tools/
H A DXTableAlteration.idl66 the column descriptor with the information of the new column definition
74 /** creates a new object using the given descriptor and appends it
79 The descriptor will not be changed and can be used again to append another object.
82 @param descriptor
83 the descriptor which should be serve to append a new object
88 …[in] com::sun::star::beans::XPropertySet table,[in]com::sun::star::beans::XPropertySet descriptor)
H A DXIndexAlteration.idl66 /** creates a new object using the given descriptor and appends it
71 The descriptor will not be changed and can be used again to append another object.
74 @param descriptor
75 the descriptor which should be serve to append a new object
79 …[in] com::sun::star::beans::XPropertySet table,[in]com::sun::star::beans::XPropertySet descriptor)
H A DXKeyAlteration.idl66 /** creates a new object using the given descriptor and appends it
71 The descriptor will not be changed and can be used again to append another object.
74 @param descriptor
75 the descriptor which should be serve to append a new object
79 …[in] com::sun::star::beans::XPropertySet table,[in]com::sun::star::beans::XPropertySet descriptor)
/trunk/main/connectivity/source/drivers/mysql/
H A DYTables.cxx136 …bles::appendObject( const ::rtl::OUString& _rForName, const Reference< XPropertySet >& descriptor ) in appendObject() argument
138 createTable(descriptor); in appendObject()
199 void OTables::createTable( const Reference< XPropertySet >& descriptor ) in createTable() argument
203 …const ::rtl::OUString aSql = adjustSQL(::dbtools::createSqlCreateTableStatement(descriptor,xConnec… in createTable()
229 void OTables::addComment(const Reference< XPropertySet >& descriptor,::rtl::OUStringBuffer& _rOut) in addComment() argument
232descriptor->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_DESCRIPTION)… in addComment()
/trunk/main/connectivity/source/commontools/
H A DTIndexes.cxx131 …lper::appendObject( const ::rtl::OUString& _rForName, const Reference< XPropertySet >& descriptor ) in appendObject() argument
137 return cloneDescriptor( descriptor ); in appendObject()
141 m_pTable->getIndexService()->addIndex(m_pTable,descriptor); in appendObject()
150 …if(comphelper::getBOOL(descriptor->getPropertyValue(rPropMap.getNameByIndex(PROPERTY_ID_ISUNIQUE))… in appendObject()
167 Reference<XColumnsSupplier> xColumnSup(descriptor,UNO_QUERY); in appendObject()
194 Reference<XColumnsSupplier> xColumnSup(descriptor,UNO_QUERY); in appendObject()
H A Ddbtools2.cxx191 ::rtl::OUString createStandardCreateStatement(const Reference< XPropertySet >& descriptor,const Ref… in createStandardCreateStatement() argument
199 descriptor->getPropertyValue(rPropMap.getNameByIndex(PROPERTY_ID_CATALOGNAME)) >>= sCatalog; in createStandardCreateStatement()
200 descriptor->getPropertyValue(rPropMap.getNameByIndex(PROPERTY_ID_SCHEMANAME)) >>= sSchema; in createStandardCreateStatement()
201 descriptor->getPropertyValue(rPropMap.getNameByIndex(PROPERTY_ID_NAME)) >>= sTable; in createStandardCreateStatement()
211 Reference<XColumnsSupplier> xColumnSup(descriptor,UNO_QUERY); in createStandardCreateStatement()
255 ::rtl::OUString createStandardKeyStatement(const Reference< XPropertySet >& descriptor,const Refere… in createStandardKeyStatement() argument
262 Reference<XKeysSupplier> xKeySup(descriptor,UNO_QUERY); in createStandardKeyStatement()
363 ::rtl::OUString createSqlCreateTableStatement( const Reference< XPropertySet >& descriptor, in createSqlCreateTableStatement() argument
368 …::rtl::OUString aSql = ::dbtools::createStandardCreateStatement(descriptor,_xConnection,_pHelper,_… in createSqlCreateTableStatement()
369 const ::rtl::OUString sKeyStmt = ::dbtools::createStandardKeyStatement(descriptor,_xConnection); in createSqlCreateTableStatement()
/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
59 CompHelper.copyProperties(this, descriptor); in createDataDescriptor()
61 return descriptor; in createDataDescriptor()
77 …public void alterColumnByIndex(int index, XPropertySet descriptor) throws SQLException, IndexOutOf… in alterColumnByIndex() argument
83 …public void alterColumnByName(String name, XPropertySet descriptor) throws SQLException, NoSuchEle… in alterColumnByName() argument
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScDatabaseRangeObj.java242 PropertyValue[] descriptor = imp.createImportDescriptor(false); in _doImport() local
245 descriptor[0].Value = "Bibliography"; in _doImport()
246 descriptor[1].Value = com.sun.star.sheet.DataImportMode.SQL; in _doImport()
247 descriptor[2].Value = "select Identifier from biblio"; in _doImport()
251 imp.doImport(descriptor); in _doImport()
/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() argument
394 String sql = createStandardCreateStatement(descriptor, connection, helper, createPattern); in createSqlCreateTableStatement()
395 final String keyStatement = createStandardKeyStatement(descriptor, connection); in createSqlCreateTableStatement()
414 …public static String createStandardCreateStatement(XPropertySet descriptor, XConnection connection, in createStandardCreateStatement() argument
418 String catalog = AnyConverter.toString(descriptor.getPropertyValue("CatalogName")); in createStandardCreateStatement()
419 String schema = AnyConverter.toString(descriptor.getPropertyValue("SchemaName")); in createStandardCreateStatement()
420 String table = AnyConverter.toString(descriptor.getPropertyValue("Name")); in createStandardCreateStatement()
428 … XColumnsSupplier columnsSupplier = UnoRuntime.queryInterface(XColumnsSupplier.class, descriptor); in createStandardCreateStatement()
585 …public static String createStandardKeyStatement(XPropertySet descriptor, XConnection connection) t… in createStandardKeyStatement() argument
590 XKeysSupplier keysSupplier = UnoRuntime.queryInterface(XKeysSupplier.class, descriptor); in createStandardKeyStatement()
/trunk/main/offapi/com/sun/star/sheet/
H A DXSheetFilterable.idl49 /** creates a filter descriptor.
52 if set to <TRUE/>, creates an empty filter descriptor. If set to
53 <FALSE/>, fills the filter descriptor with previous settings of
62 descriptor.
H A DXConsolidatable.idl52 /** creates a consolidation descriptor.
55 <TRUE/> leaves the descriptor empty, <FALSE/> fills it with
66 in the passed descriptor.
69 the descriptor used to perform the consolidation.
/trunk/main/forms/source/xforms/submission/
H A Dreplace.cxx69 Sequence< PropertyValue > descriptor(2); in replace() local
70 descriptor[0] = PropertyValue(::rtl::OUString::createFromAscii( in replace()
72 descriptor[1] = PropertyValue(::rtl::OUString::createFromAscii( in replace()
78 xLoader->loadComponentFromURL(aURL, aTarget, FrameSearchFlag::ALL, descriptor); in replace()
/trunk/main/codemaker/source/javamaker/
H A Djavatype.cxx179 if (descriptor != 0) { in translateUnoTypeToDescriptor()
180 descriptor->append('['); in translateUnoTypeToDescriptor()
194 if (descriptor != 0) { in translateUnoTypeToDescriptor()
195 descriptor->append( in translateUnoTypeToDescriptor()
212 if (descriptor != 0) { in translateUnoTypeToDescriptor()
213 descriptor->append('L'); in translateUnoTypeToDescriptor()
215 descriptor->append(';'); in translateUnoTypeToDescriptor()
307 if (descriptor != 0) { in translateUnoTypeToDescriptor()
308 descriptor->append(s); in translateUnoTypeToDescriptor()
1031 rtl::OString descriptor; in addField() local
[all …]
/trunk/main/connectivity/source/drivers/adabas/
H A DBColumns.cxx122 …umns::appendObject( const ::rtl::OUString& _rForName, const Reference< XPropertySet >& descriptor ) in appendObject() argument
126 return cloneDescriptor( descriptor ); in appendObject()
139 aSql += OTables::getColumnSqlType(descriptor); in appendObject()
146 …m_pTable->alterNotNullValue(getINT32(descriptor->getPropertyValue(OMetaConnection::getPropMap().ge… in appendObject()
/trunk/main/xmerge/java/pocketword/src/main/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/
H A DPocketWordDocument.java55 private DocumentDescriptor descriptor; field in PocketWordDocument
95 descriptor = new DocumentDescriptor(); in PocketWordDocument()
268 descriptor.addParagraph((short)para.getTextLength(), para.getLines()); in write()
270 dos.write(descriptor.getDescriptor()); in write()

Completed in 297 milliseconds

123456789