Home
last modified time | relevance | path

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

12345678

/AOO41X/main/solenv/bin/
H A Dbuild_release.pl588 my $descriptor = {};
592 $descriptor->{$id} = $element->getAttribute($id);
593 die "release/platform has no attribute $id" unless defined $descriptor->{$id};
599 $descriptor->{$id} = $value if defined $value;
602 $descriptor->{'add-package-type-to-archive-name'} = 0
603 unless defined $descriptor->{'add-package-type-to-archive-name'};
604 $descriptor->{'package-types'} = [split(/;/, $descriptor->{'package-types'})];
606 return $descriptor;
623 my $descriptor = {};
628 $descriptor->{$id} = $element->getAttribute($id);
[all …]
/AOO41X/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()
79 this.descriptor = new ParcelDescriptor(new File(this.basedir, 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()
111 this.descriptor = new ParcelDescriptor(new File(this.basedir, in reload()
[all …]
/AOO41X/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()
93 return descriptor.getLanguageProperty("classpath"); in getClasspath()
98 ParcelDescriptor descriptor = getParcelDescriptor(); in setClasspath() local
100 if (descriptor != null) { in setClasspath()
101 descriptor.setLanguageProperty("classpath", value); in setClasspath()
104 descriptor.write(); in setClasspath()
[all …]
/AOO41X/main/qadevOOo/tests/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()
88 locResult = checkPropertyTypes(descriptor, types); in _createImportDescriptor()
100 descriptor[0].Value = "Bibliography"; in _doImport()
101 descriptor[1].Value = com.sun.star.sheet.DataImportMode.TABLE; in _doImport()
102 descriptor[2].Value = "biblio"; in _doImport()
[all …]
/AOO41X/main/codemaker/source/javamaker/
H A Dclassfile.cxx166 rtl::OString const & descriptor) in instrGetstatic() argument
170 appendU2(m_code, m_classFile.addFieldrefInfo(type, name, descriptor)); in instrGetstatic()
205 rtl::OString const & descriptor, sal_uInt8 args) in instrInvokeinterface() argument
210 m_code, m_classFile.addInterfaceMethodrefInfo(type, name, descriptor)); in instrInvokeinterface()
217 rtl::OString const & descriptor) in instrInvokespecial() argument
221 appendU2(m_code, m_classFile.addMethodrefInfo(type, name, descriptor)); in instrInvokespecial()
226 rtl::OString const & descriptor) in instrInvokestatic() argument
230 appendU2(m_code, m_classFile.addMethodrefInfo(type, name, descriptor)); in instrInvokestatic()
235 rtl::OString const & descriptor) in instrInvokevirtual() argument
239 appendU2(m_code, m_classFile.addMethodrefInfo(type, name, descriptor)); in instrInvokevirtual()
[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);
198 rtl::OString const & descriptor, sal_uInt16 constantValueIndex,
203 rtl::OString const & descriptor, Code const * code,
225 rtl::OString const & descriptor);
[all …]
/AOO41X/main/connectivity/source/drivers/mysql/
H A DYTable.cxx178 …Name( const ::rtl::OUString& colName, const Reference< XPropertySet >& descriptor ) throw(SQLExcep… in alterColumnByName() argument
203 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()
212descriptor->getPropertyValue(rProp.getNameByIndex(PROPERTY_ID_ISNULLABLE)) >>= nNewNullable; in alterColumnByName()
217descriptor->getPropertyValue(rProp.getNameByIndex(PROPERTY_ID_ISAUTOINCREMENT)) >>= bAutoIncrement; in alterColumnByName()
221 descriptor->getPropertyValue(rProp.getNameByIndex(PROPERTY_ID_DESCRIPTION)) >>= sNewDesc; in alterColumnByName()
235descriptor->getPropertyValue(rProp.getNameByIndex(PROPERTY_ID_TYPENAME)) >>= sTypeName; in alterColumnByName()
252descriptor->setPropertyValue(rProp.getNameByIndex(PROPERTY_ID_TYPENAME),makeAny(sTypeName)); in alterColumnByName()
256 alterColumnType(nNewType,colName,descriptor); 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()
/AOO41X/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()
122 …aSql += aQuote + getString(descriptor->getPropertyValue(OMetaConnection::getPropMap().getNameByInd… in setComments()
124 …+ getString(descriptor->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_… in setComments()
129 Reference<XColumnsSupplier> xColumnSup(descriptor,UNO_QUERY); in setComments()
136 …aSql += aQuote + getString(descriptor->getPropertyValue(OMetaConnection::getPropMap().getNameByInd… in setComments()
198 void OTables::createTable( const Reference< XPropertySet >& descriptor ) in createTable() argument
205descriptor->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_SCHEMANAME))… 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().getN… 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)) >>… 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()
/AOO41X/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_I… 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()
248descriptor->setPropertyValue( rPropMap.getNameByIndex( PROPERTY_ID_NAME ), makeAny( sName ) ); in appendObject()
/AOO41X/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()
/AOO41X/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()
200descriptor->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()
243descriptor->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()
/AOO41X/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);
/AOO41X/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
/AOO41X/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()
/AOO41X/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()
/AOO41X/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 containes at least the informations of the name of an object.
/AOO41X/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);

12345678