/aoo41x/main/solenv/bin/ |
H A D | build_release.pl | 588 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 …]
|
/aoo41x/main/scripting/java/org/openoffice/idesupport/ui/ |
H A D | ConfigurePanel.java | 57 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 …]
|
/aoo41x/main/scripting/java/org/openoffice/netbeans/modules/office/actions/ |
H A D | ParcelFolderSupport.java | 76 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 …]
|
/aoo41x/main/qadevOOo/tests/java/ifc/util/ |
H A D | _XImportable.java | 39 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 …]
|
/aoo41x/main/codemaker/source/javamaker/ |
H A D | classfile.cxx | 166 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 D | classfile.hxx | 78 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 …]
|
/aoo41x/main/connectivity/source/drivers/mysql/ |
H A D | YTable.cxx | 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() 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 D | YViews.cxx | 95 …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() 141 …descriptor->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 D | BTables.cxx | 102 …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 118 …descriptor->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 205 …descriptor->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 D | BKeys.cxx | 52 …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() 158 …descriptor->setPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_NAME),makeAn… in appendObject()
|
H A D | BViews.cxx | 117 …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 165 …descriptor->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_SCHEMANAME))… in createView() 169 …descriptor->setPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_SCHEMANAME),… in createView() 171 …aSql += ::dbtools::quoteName(aQuote, getString(descriptor->getPropertyValue(OMetaConnection::getPr… in createView() 173 …descriptor->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_COMMAND)) >>… in createView() 187 …sName += getString(descriptor->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPE… in createView()
|
H A D | BTable.cxx | 123 …Name( const ::rtl::OUString& colName, const Reference< XPropertySet >& descriptor ) throw(SQLExcep… in alterColumnByName() argument 151 …descriptor->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_TYPE)) >>= n… in alterColumnByName() 154 …descriptor->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_PRECISION))>… in alterColumnByName() 156 …descriptor->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_SCALE)) >>= … in alterColumnByName() 159 alterColumnType(colName,descriptor); in alterColumnByName() 164 …descriptor->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_ISNULLABLE))… in alterColumnByName() 171 …descriptor->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_DEFAULTVALUE… in alterColumnByName() 185 …descriptor->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_NAME)) >>= s… in alterColumnByName() 218 m_pColumns->appendByDescriptor(descriptor); in alterColumnByName()
|
/aoo41x/main/connectivity/source/commontools/ |
H A D | TKeys.cxx | 134 …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() 153 …descriptor->getPropertyValue(rPropMap.getNameByIndex(PROPERTY_ID_REFERENCEDTABLE)) >>= sReferenced… in appendObject() 154 … descriptor->getPropertyValue(rPropMap.getNameByIndex(PROPERTY_ID_UPDATERULE)) >>= nUpdateRule; in appendObject() 155 … descriptor->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()
|
/aoo41x/main/extensions/qa/integration/extensions/ |
H A D | MethodHandler.java | 95 … 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 D | ServicesHandler.java | 129 … 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 D | HTable.cxx | 159 …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() 205 …descriptor->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 D | HViews.cxx | 101 …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() 147 …descriptor->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 D | ButtonPressHandler.js | 86 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 D | XSubTotalCalculatable.idl | 41 /** 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 D | XDatabaseRange.idl | 74 /** 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 D | HighlightText.java | 141 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 D | NagDialog.java | 39 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 D | Descriptor.idl | 36 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 D | ButtonPressHandler.bsh | 76 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);
|
H A D | highlighter.bsh | 38 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);
|