Home
last modified time | relevance | path

Searched refs:descriptor (Results 1 – 25 of 222) sorted by relevance

123456789

/trunk/main/solenv/bin/
H A Dbuild_release.pl588 my $descriptor = {};
606 return $descriptor;
623 my $descriptor = {};
632 return $descriptor;
649 my $descriptor = {};
665 return $descriptor;
682 my $descriptor = {};
702 return $descriptor;
719 my $descriptor = {};
738 return $descriptor;
[all …]
/trunk/main/scripting/java/org/openoffice/idesupport/ui/
H A DConfigurePanel.java57 private ParcelDescriptor descriptor; field in ConfigurePanel
66 ParcelDescriptor descriptor) { in ConfigurePanel() argument
70 this.descriptor = descriptor; in ConfigurePanel()
85 ParcelDescriptor descriptor) { in reload() argument
93 if (descriptor != null) { in reload()
94 this.descriptor = descriptor; in reload()
98 descriptor.getLanguage()); in reload()
99 scriptPanel.reload(descriptor.getScriptEntries()); in reload()
115 descriptor.getLanguage()); in reload()
121 descriptor.setScriptEntries(scripts); in getConfiguration()
[all …]
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/actions/
H A DParcelFolderSupport.java76 ParcelDescriptor descriptor = getParcelDescriptor(); in getLanguage() local
78 if (descriptor == null) { in getLanguage()
82 return descriptor.getLanguage(); in getLanguage()
87 ParcelDescriptor descriptor = getParcelDescriptor(); in getClasspath() local
89 if (descriptor == null) { in getClasspath()
100 if (descriptor != null) { in setClasspath()
104 descriptor.write(); in setClasspath()
179 if (descriptor == null) { in configure()
185 classpath, descriptor); in configure()
189 descriptor); in configure() local
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/util/
H A D_XImportable.java39 protected PropertyValue[] descriptor = null; field in _XImportable
58 descriptor = oObj.createImportDescriptor(true); in _createImportDescriptor()
66 locResult = checkPropertyNames(descriptor, names); in _createImportDescriptor()
71 locResult = checkPropertyTypes(descriptor, types); in _createImportDescriptor()
75 descriptor = oObj.createImportDescriptor(false); in _createImportDescriptor()
83 locResult = checkPropertyNames(descriptor, names); in _createImportDescriptor()
100 descriptor[0].Value = "Bibliography"; in _doImport()
102 descriptor[2].Value = "biblio"; in _doImport()
106 oObj.doImport(descriptor); in _doImport()
113 descriptor[0].Value = "Bibliography"; in _doImport()
[all …]
/trunk/main/codemaker/source/javamaker/
H A Dclassfile.cxx166 rtl::OString const & descriptor) in instrGetstatic() argument
217 rtl::OString const & descriptor) in instrInvokespecial() argument
226 rtl::OString const & descriptor) in instrInvokestatic() argument
235 rtl::OString const & descriptor) in instrInvokevirtual() argument
308 rtl::OString const & descriptor) in instrPutfield() argument
317 rtl::OString const & descriptor) in instrPutstatic() argument
604 appendU2(m_fields, addUtf8Info(descriptor)); in addField()
635 appendU2(m_methods, addUtf8Info(descriptor)); in addMethod()
796 rtl::OString const & descriptor) in addFieldrefInfo() argument
820 rtl::OString const & descriptor) in addMethodrefInfo() argument
[all …]
H A Dclassfile.hxx78 rtl::OString const & descriptor);
90 rtl::OString const & descriptor, sal_uInt8 args);
94 rtl::OString const & descriptor);
98 rtl::OString const & descriptor);
102 rtl::OString const & descriptor);
116 rtl::OString const & descriptor);
120 rtl::OString const & descriptor);
203 rtl::OString const & descriptor, Code const * code,
225 rtl::OString const & descriptor);
229 rtl::OString const & descriptor);
[all …]
/trunk/main/connectivity/source/drivers/mysql/
H A DYTable.cxx203 descriptor->getPropertyValue(rProp.getNameByIndex(PROPERTY_ID_TYPE)) >>= nNewType; in alterColumnByName()
206 descriptor->getPropertyValue(rProp.getNameByIndex(PROPERTY_ID_PRECISION))>>= nNewPrec; in alterColumnByName()
208 descriptor->getPropertyValue(rProp.getNameByIndex(PROPERTY_ID_SCALE)) >>= nNewScale; in alterColumnByName()
212 descriptor->getPropertyValue(rProp.getNameByIndex(PROPERTY_ID_ISNULLABLE)) >>= nNewNullable; in alterColumnByName()
221 descriptor->getPropertyValue(rProp.getNameByIndex(PROPERTY_ID_DESCRIPTION)) >>= sNewDesc; in alterColumnByName()
235 descriptor->getPropertyValue(rProp.getNameByIndex(PROPERTY_ID_TYPENAME)) >>= sTypeName; in alterColumnByName()
252 descriptor->setPropertyValue(rProp.getNameByIndex(PROPERTY_ID_TYPENAME),makeAny(sTypeName)); in alterColumnByName()
256 alterColumnType(nNewType,colName,descriptor); in alterColumnByName()
263 descriptor->getPropertyValue(rProp.getNameByIndex(PROPERTY_ID_DEFAULTVALUE)) >>= sNewDefault; in alterColumnByName()
276 descriptor->getPropertyValue(rProp.getNameByIndex(PROPERTY_ID_NAME)) >>= sNewColumnName; in alterColumnByName()
[all …]
H A DYViews.cxx95 …iews::appendObject( const ::rtl::OUString& _rForName, const Reference< XPropertySet >& descriptor ) in appendObject() argument
97 createView(descriptor); in appendObject()
130 void OViews::createView( const Reference< XPropertySet >& descriptor ) in createView() argument
138 …aSql += ::dbtools::composeTableName( m_xMetaData, descriptor, ::dbtools::eInTableDefinitions, fals… in createView()
141descriptor->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_COMMAND)) >>… in createView()
155 …::rtl::OUString sName = ::dbtools::composeTableName( m_xMetaData, descriptor, ::dbtools::eInDataMa… in createView()
/trunk/main/connectivity/source/drivers/adabas/
H A DBTables.cxx102 …bles::appendObject( const ::rtl::OUString& _rForName, const Reference< XPropertySet >& descriptor ) in appendObject() argument
104 createTable(descriptor); in appendObject()
108 void OTables::setComments(const Reference< XPropertySet >& descriptor ) throw(SQLException, Runtime… in setComments() argument
118descriptor->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_SCHEMANAME))… in setComments()
124 …+ getString(descriptor->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_… in setComments()
129 Reference<XColumnsSupplier> xColumnSup(descriptor,UNO_QUERY); in setComments()
198 void OTables::createTable( const Reference< XPropertySet >& descriptor ) in createTable() argument
205descriptor->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_SCHEMANAME))… in createTable()
217 Reference<XColumnsSupplier> xColumnSup(descriptor,UNO_QUERY); in createTable()
242 Reference<XKeysSupplier> xKeySup(descriptor,UNO_QUERY); in createTable()
[all …]
H A DBKeys.cxx52 …Keys::appendObject( const ::rtl::OUString& _rForName, const Reference< XPropertySet >& descriptor ) in appendObject() argument
56 Reference< XPropertySet > xNewDescriptor( cloneDescriptor( descriptor ) ); in appendObject()
57 OKeysHelper::cloneDescriptorColumns( descriptor, xNewDescriptor ); in appendObject()
61 …sal_Int32 nKeyType = getINT32(descriptor->getPropertyValue(OMetaConnection::getPropMap().getNameB… in appendObject()
80 Reference<XColumnsSupplier> xColumnSup(descriptor,UNO_QUERY); in appendObject()
97 …nDeleteRule = getINT32(descriptor->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(P… in appendObject()
100 …sReferencedName = getString(descriptor->getPropertyValue(OMetaConnection::getPropMap().getNameByIn… in appendObject()
158descriptor->setPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_NAME),makeAn… in appendObject()
H A DBViews.cxx117 …iews::appendObject( const ::rtl::OUString& _rForName, const Reference< XPropertySet >& descriptor ) in appendObject() argument
119 createView(descriptor); in appendObject()
158 void OViews::createView( const Reference< XPropertySet >& descriptor ) in createView() argument
165descriptor->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_SCHEMANAME))… in createView()
169descriptor->setPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_SCHEMANAME),… in createView()
171 …aSql += ::dbtools::quoteName(aQuote, getString(descriptor->getPropertyValue(OMetaConnection::getPr… in createView()
173descriptor->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_COMMAND)) >>… in createView()
187 …sName += getString(descriptor->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPE… in createView()
H A DBTable.cxx123 …Name( const ::rtl::OUString& colName, const Reference< XPropertySet >& descriptor ) throw(SQLExcep… in alterColumnByName() argument
151descriptor->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_TYPE)) >>= n… in alterColumnByName()
154descriptor->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_PRECISION))>… in alterColumnByName()
156descriptor->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_SCALE)) >>= … in alterColumnByName()
159 alterColumnType(colName,descriptor); in alterColumnByName()
164descriptor->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_ISNULLABLE))… in alterColumnByName()
171descriptor->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_DEFAULTVALUE… in alterColumnByName()
185descriptor->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_NAME)) >>= s… in alterColumnByName()
218 m_pColumns->appendByDescriptor(descriptor); in alterColumnByName()
/trunk/main/connectivity/source/commontools/
H A DTKeys.cxx134 …lper::appendObject( const ::rtl::OUString& _rForName, const Reference< XPropertySet >& descriptor ) in appendObject() argument
141 Reference< XPropertySet > xNewDescriptor( cloneDescriptor( descriptor ) ); in appendObject()
142 cloneDescriptorColumns( descriptor, xNewDescriptor ); in appendObject()
147 …sal_Int32 nKeyType = getINT32(descriptor->getPropertyValue(rPropMap.getNameByIndex(PROPERTY_ID_TY… in appendObject()
153descriptor->getPropertyValue(rPropMap.getNameByIndex(PROPERTY_ID_REFERENCEDTABLE)) >>= sReferenced… in appendObject()
154descriptor->getPropertyValue(rPropMap.getNameByIndex(PROPERTY_ID_UPDATERULE)) >>= nUpdateRule; in appendObject()
155descriptor->getPropertyValue(rPropMap.getNameByIndex(PROPERTY_ID_DELETERULE)) >>= nDeleteRule; in appendObject()
160 m_pTable->getKeyService()->addKey(m_pTable,descriptor); in appendObject()
185 Reference<XColumnsSupplier> xColumnSup(descriptor,UNO_QUERY); in appendObject()
248 descriptor->setPropertyValue( rPropMap.getNameByIndex( PROPERTY_ID_NAME ), makeAny( sName ) ); in appendObject()
/trunk/main/extensions/qa/integration/extensions/
H A DMethodHandler.java95 … com.sun.star.inspection.LineDescriptor descriptor = new com.sun.star.inspection.LineDescriptor(); in describePropertyLine() local
97 descriptor = new LineDescriptor(); in describePropertyLine()
98 descriptor.Category = "Methods"; in describePropertyLine()
99 descriptor.DisplayName = "has method"; in describePropertyLine()
100 descriptor.HasPrimaryButton = descriptor.HasSecondaryButton = false; in describePropertyLine()
101 descriptor.IndentLevel = 0; in describePropertyLine()
108 descriptor.Control = control; in describePropertyLine()
113 return descriptor; in describePropertyLine()
H A DServicesHandler.java129 … com.sun.star.inspection.LineDescriptor descriptor = new com.sun.star.inspection.LineDescriptor(); in describePropertyLine() local
131 descriptor = new LineDescriptor(); in describePropertyLine()
132 descriptor.Category = "Services"; in describePropertyLine()
133 descriptor.DisplayName = "supports service"; in describePropertyLine()
134 descriptor.HasPrimaryButton = descriptor.HasSecondaryButton = false; in describePropertyLine()
135 descriptor.IndentLevel = 0; in describePropertyLine()
142 descriptor.Control = hyperlinkControl; in describePropertyLine()
147 return descriptor; in describePropertyLine()
/trunk/main/connectivity/source/drivers/hsqldb/
H A DHTable.cxx159 …Name( const ::rtl::OUString& colName, const Reference< XPropertySet >& descriptor ) throw(SQLExcep… in alterColumnByName() argument
187 descriptor->getPropertyValue(rProp.getNameByIndex(PROPERTY_ID_TYPE)) >>= nNewType; in alterColumnByName()
189 descriptor->getPropertyValue(rProp.getNameByIndex(PROPERTY_ID_TYPENAME))>>= sNewTypeName; in alterColumnByName()
193 descriptor->getPropertyValue(rProp.getNameByIndex(PROPERTY_ID_PRECISION))>>= nNewPrec; in alterColumnByName()
195 descriptor->getPropertyValue(rProp.getNameByIndex(PROPERTY_ID_SCALE)) >>= nNewScale; in alterColumnByName()
200 descriptor->getPropertyValue(rProp.getNameByIndex(PROPERTY_ID_ISNULLABLE)) >>= nNewNullable; in alterColumnByName()
205descriptor->getPropertyValue(rProp.getNameByIndex(PROPERTY_ID_ISAUTOINCREMENT)) >>= bAutoIncrement; in alterColumnByName()
209 descriptor->getPropertyValue(rProp.getNameByIndex(PROPERTY_ID_NAME)) >>= sNewColumnName; in alterColumnByName()
237 alterColumnType(nNewType,sNewColumnName,descriptor); in alterColumnByName()
243 descriptor->getPropertyValue(rProp.getNameByIndex(PROPERTY_ID_DEFAULTVALUE)) >>= sNewDefault; in alterColumnByName()
[all …]
H A DHViews.cxx101 …iews::appendObject( const ::rtl::OUString& _rForName, const Reference< XPropertySet >& descriptor ) in appendObject() argument
103 createView(descriptor); in appendObject()
136 void HViews::createView( const Reference< XPropertySet >& descriptor ) in createView() argument
144 …aSql += ::dbtools::composeTableName( m_xMetaData, descriptor, ::dbtools::eInTableDefinitions, fals… in createView()
147descriptor->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_COMMAND)) >>… in createView()
161 …::rtl::OUString sName = ::dbtools::composeTableName( m_xMetaData, descriptor, ::dbtools::eInDataMa… in createView()
/trunk/main/scripting/examples/javascript/Highlight/
H A DButtonPressHandler.js86 descriptor = replaceable.createReplaceDescriptor();
90 xPropertyReplace = UnoRuntime.queryInterface(XPropertyReplace, descriptor);
111 descriptor.setPropertyValue(
113 descriptor.setPropertyValue("SearchWords", new java.lang.Boolean(true));
117 descriptor.setSearchString(searchKey);
118 descriptor.setReplaceString(searchKey);
119 replaceable.replaceAll(descriptor);
/trunk/main/offapi/com/sun/star/sheet/
H A DXSubTotalCalculatable.idl41 /** contains methods to handle a subtotal descriptor.
43 <p>The subtotal descriptor provides properties to set up the subtotal
53 /** creates a subtotal descriptor.
56 if set to <TRUE/>, creates an empty descriptor. If set to
57 <FALSE/>, fills the descriptor with previous settings of the
65 /** creates subtotals using the settings of the passed descriptor.
68 the subtotal descriptor with the settings used for the subtotal
H A DXDatabaseRange.idl74 /** returns the sort descriptor stored with the database range.
82 /** returns the filter descriptor stored with the database range.
84 <p>If the filter descriptor is modified, the new filtering is
94 /** returns the subtotal descriptor stored with the database range.
96 <p>If the subtotal descriptor is modified, the new subtotals are
106 /** returns the database import descriptor stored with this database
/trunk/main/scripting/examples/java/Highlight/
H A DHighlightText.java141 XReplaceDescriptor descriptor = in actionPerformed() local
147 UnoRuntime.queryInterface(XPropertyReplace.class, descriptor); in actionPerformed()
166 descriptor.setPropertyValue( in actionPerformed()
168 descriptor.setPropertyValue("SearchWords", new Boolean(true)); in actionPerformed()
189 descriptor.setSearchString(searchKey); in actionPerformed()
190 descriptor.setReplaceString(searchKey); in actionPerformed()
191 replaceable.replaceAll(descriptor); in actionPerformed()
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/utils/
H A DNagDialog.java39 private NotifyDescriptor descriptor; field in NagDialog
72 TopManager.getDefault().notify(descriptor); in show()
74 if (descriptor.getValue() == NotifyDescriptor.OK_OPTION) in show()
88 private void setDescriptor(NotifyDescriptor descriptor) { in setDescriptor() argument
89 this.descriptor = descriptor; in setDescriptor()
/trunk/main/offapi/com/sun/star/sdbcx/
H A DDescriptor.idl36 A descriptor is commonly created by the container of a specific object, such as, tables or views.
37 After the creation of the descriptor the properties have to be filled.
38 Afterwards, you append the descriptor to the container and the container creates a new object based
39 on the informations of the descriptor. The descriptor can be used to create serveral objects.
42 A descriptor contains at least the informations of the name of an object.
/trunk/main/scripting/examples/beanshell/Highlight/
H A Dhighlighter.bsh38 descriptor =
44 UnoRuntime.queryInterface(XPropertyReplace.class, descriptor);
68 descriptor.setPropertyValue("SearchCaseSensitive", new Boolean(true));
69 descriptor.setPropertyValue("SearchWords", new Boolean(true));
73 descriptor.setSearchString(searchKey);
74 descriptor.setReplaceString(searchKey);
75 result = replaceable.replaceAll(descriptor);
H A DButtonPressHandler.bsh76 XReplaceDescriptor descriptor =
82 UnoRuntime.queryInterface(XPropertyReplace.class, descriptor);
101 descriptor.setPropertyValue(
103 descriptor.setPropertyValue("SearchWords", new Boolean(true));
120 descriptor.setSearchString(searchKey);
121 descriptor.setReplaceString(searchKey);
122 replaceable.replaceAll(descriptor);

Completed in 105 milliseconds

123456789