| /aoo4110/main/stoc/test/uriproc/ | 
| H A D | test_uriproc.cxx | 176     Data data[] = {  in testParse()  local203     for (std::size_t i = 0; i < sizeof data / sizeof data[0]; ++i) {  in testParse()
 219                     data[i].scheme == 0 ? "" : data[i].scheme),  in testParse()
 235                     data[i].authority == 0 ? "" : data[i].authority),  in testParse()
 280                     data[i].query == 0 ? "" : data[i].query),  in testParse()
 288                     data[i].fragment == 0 ? "" : data[i].fragment),  in testParse()
 302     Data data[] = {  in testMakeAbsolute()  local
 593     for (std::size_t i = 0; i < sizeof data / sizeof data[0]; ++i) {  in testMakeAbsolute()
 628     Data data[] = {  in testMakeRelative()  local
 698     for (std::size_t i = 0; i < sizeof data / sizeof data[0]; ++i) {  in testMakeRelative()
 [all …]
 
 | 
| /aoo4110/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/ | 
| H A D | XLIFFWriter.java | 102 		handler.putDataTo(this.data);  in getDatafrom()219     		if (data == null) {  in writeTransUnit()
 223     		if (!(this.data.get("SourceText").equals("") || this.data.get(  in writeTransUnit()
 231     		if (!(this.data.get("SourceQText").equals("") || this.data.get(  in writeTransUnit()
 235     		if (!(this.data.get("SourceTitle").equals("") || this.data.get(  in writeTransUnit()
 239     		if (!(this.data.get("SourceText").equals("") || this.data.get(  in writeTransUnit()
 259     								+ xmlString((String) this.data  in writeTransUnit()
 264     								+ xmlString((String) this.data  in writeTransUnit()
 269     								+ xmlString((String) this.data  in writeTransUnit()
 336     		if (!(this.data.get("SourceQText").equals("") || this.data.get(  in writeTransUnit()
 [all …]
 
 | 
| H A D | XLIFFReader.java | 312             data[i] = "";  in initData()315             data[i] = "";  in initData()
 318             data[i] = "";  in initData()
 321             data[i] = "";  in initData()
 324         data[DUMMY_IDX] = "0";//dummy  in initData()
 451                         data.length);  in startElement()
 547                 data[index] += str;  in characters()
 549                 data[index] = str;  in characters()
 619             DataStore.put(data[BLOCKNR_IDX], data.clone());  in showData()
 652             data[WIDTH_IDX] = "0";  in moveData()
 [all …]
 
 | 
| /aoo4110/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/ | 
| H A D | InfoDir.java | 37         InstallData data = InstallData.getInstance();  in copySourceFile()  local38         File jarFile = data.getJarFilePath();  in copySourceFile()
 47             File destDir = new File(data.getInstallDefaultDir(), data.getProductDir());  in copySourceFile()
 80         File sourceDir1 = data.getInfoRoot(dir1);  in copyInstallDirectoryDoubleSubdir()
 94         File baseDir = new File(data.getInstallDefaultDir(), data.getProductDir());  in createUninstallDir()
 109             data.setGetUidPath(uidFileDest);  in copyGetUidSoFile()
 213         File jarFile = data.getJarFilePath();  in removeSpecialFiles()
 243         File subdir1 = data.getInfoRoot(dir1);  in removeInforootSubdir()
 254         File subdir = data.getInfoRoot(dir);  in removeInforootSubdir()
 271         File destDir = new File(data.getInstallDefaultDir(), data.getProductDir());  in prepareUninstallation()
 [all …]
 
 | 
| H A D | ModuleCtrl.java | 94             } else if (data.isDefault()) {  in setDefaultModuleSettings()887         if ( data.olderVersionExists() ) {  in defaultDatabaseAnalysis()
 891             if ( data.logModuleStates() ) {  in defaultDatabaseAnalysis()
 898             if ( data.logModuleStates() ) {  in defaultDatabaseAnalysis()
 905             if ( data.logModuleStates() ) {  in defaultDatabaseAnalysis()
 912             if ( data.logModuleStates() ) {  in defaultDatabaseAnalysis()
 919             if ( data.logModuleStates() ) {  in defaultDatabaseAnalysis()
 942             if ( data.logModuleStates() ) {  in defaultDatabaseAnalysis()
 959             if ( data.logModuleStates() ) {  in defaultDatabaseAnalysis()
 967             if ( data.logModuleStates() ) {  in defaultDatabaseAnalysis()
 [all …]
 
 | 
| H A D | InstallChangeCtrl.java | 70         if ( data.getUpdatePackage() == null ) {  in checkInstallChange()71             setUpdatePackage(packageData, data);  in checkInstallChange()
 74         if ( data.getUpdatePackage() != null ) {  in checkInstallChange()
 77             data.setOlderVersionExists(false);  in checkInstallChange()
 78             data.setNewerVersionExists(false);  in checkInstallChange()
 81 …          boolean packageIsInstalled = installer.isPackageInstalled(data.getUpdatePackage(), data);  in checkInstallChange()
 90                 if ( installer.isInstalledPackageOlder(data.getUpdatePackage(), data) ) {  in checkInstallChange()
 96                     if ( data.getProductMinor() > data.getInstalledProductMinor() )  in checkInstallChange()
 101                 } else if ( installer.isInstallSetPackageOlder(data.getUpdatePackage(), data) ) {  in checkInstallChange()
 111             	if ( data.isRootInstallation() ) {  in checkInstallChange()
 [all …]
 
 | 
| /aoo4110/main/xmerge/source/minicalc/java/org/openoffice/xmerge/converter/xml/sxc/minicalc/ | 
| H A D | MinicalcDataString.java | 35     private String data = null;  field in MinicalcDataString45         this.data = data;  in MinicalcDataString()
 58         if (data.startsWith("=")) {  in isFormula()
 75         if (data.endsWith("%")) {  in isPercent()
 277             String number = data.substring(0, data.length()-1);  in isCurrency()
 289             String number = data.substring(1, data.length());  in isCurrency()
 318         String number = data;  in percentRemoveSign()
 322             number = data.substring(0, data.length()-1);  in percentRemoveSign()
 352         String number = data;  in currencyRemoveSign()
 358             number = data.substring(0, data.length()-1);  in currencyRemoveSign()
 [all …]
 
 | 
| /aoo4110/main/bridges/source/cpp_uno/cc5_solaris_sparc64/ | 
| H A D | exceptions.cxx | 111         return data[index & 15] ^ data[(index - 14) & 15] ^  in expand_nostore()112             data[(index - 8) & 15] ^ data[(index - 3) & 15];  in expand_nostore()
 116         return data[index & 15] ^= data[(index - 14) & 15] ^  in expand_store()
 117             data[(index - 8) & 15] ^ data[(index - 3) & 15];  in expand_store()
 144     sal_uInt32 data[16];  member in __anon3e4ee0bc0111::NistHash
 156         std::memcpy(data, p, sizeof data);  in NistHash()
 164         std::memset(reinterpret_cast< char * >(data) + n, 0, sizeof data - n);  in NistHash()
 166         std::memset(data, 0, sizeof data  - 8);  in NistHash()
 169             reinterpret_cast< char * >(data) + n, 0, sizeof data - 8 - n);  in NistHash()
 171     data[14] = 0;  in NistHash()
 [all …]
 
 | 
| /aoo4110/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Controller/ | 
| H A D | ChooseInstallationTypeCtrl.java | 50         InstallData data = InstallData.getInstance();  in getNext()  local52         if ( data.getInstallationType().equals(data.getCustomActionCommand()) ) {  in getNext()
 54         } else if ( data.getInstallationType().equals(data.getTypicalActionCommand()) ) {  in getNext()
 66         if ( data.isRootInstallation() ) {  in getPrevious()
 67             if ( data.hideEula() ) {  in getPrevious()
 101             if ( data.getInstallationType().equals(data.getTypicalActionCommand()) ) {  in afterShow()
 111                 if ( data.logModuleStates() ) {  in afterShow()
 121                 if ( data.logModuleStates() ) {  in afterShow()
 137             if (( data.getInstallationType().equals(data.getCustomActionCommand() ))) {  in afterShow()
 161             data.setInstallationType(data.getTypicalActionCommand());  in actionPerformed()
 [all …]
 
 | 
| H A D | ChooseDirectoryCtrl.java | 62         if ( data.olderVersionExists() ) {  in getNext()64         } else if ( data.sameVersionExists() ) {  in getNext()
 74         if ( data.hideEula() ) {  in getPrevious()
 101         if ( data.getInstallDir() == null ) {  in beforeShow()
 104             if ( data.isUserInstallation() ) {  in beforeShow()
 113             data.setInstallDir(installDir);  in beforeShow()
 116         panel.setDirectory(data.getInstallDir());  in beforeShow()
 125         data.setInstallDir(dir);  in afterShow()
 178                 if ( data.isUserInstallation() ) {  in afterShow()
 196                 if ( data.isUserInstallation() ) {  in afterShow()
 [all …]
 
 | 
| H A D | ChooseComponentsCtrl.java | 56         if ( data.isRootInstallation() ) {  in getPrevious()57             if ( data.sameVersionExists() ) {  in getPrevious()
 58                 if ( data.hideEula() ) {  in getPrevious()
 67             if ( data.sameVersionExists() ) {  in getPrevious()
 86         if ( ! data.moduleSizeSet() ) {  in beforeShow()
 89             data.setModuleSizeSet(true);  in beforeShow()
 92         if ( data.sameVersionExists() ) {  in beforeShow()
 109             data.setVisibleModulesChecked(false);  in afterShow()
 112             if ( data.visibleModulesChecked() ) {  in afterShow()
 119                 if ( data.olderVersionExists() || data.sameVersionExists() ) {  in afterShow()
 [all …]
 
 | 
| H A D | ChooseUninstallationTypeCtrl.java | 46         InstallData data = InstallData.getInstance();  in getNext()  local48         if ( data.getInstallationType().equals(data.getCustomActionCommand()) ) {  in getNext()
 50         } else if ( data.getInstallationType().equals(data.getTypicalActionCommand()) ) {  in getNext()
 64         InstallData data = InstallData.getInstance();  in beforeShow()  local
 80             InstallData data = InstallData.getInstance();  in afterShow()  local
 84             if ( data.getInstallationType().equals(data.getTypicalActionCommand()) ) {  in afterShow()
 88                 if ( data.typicalSelectionStateSaved()) {  in afterShow()
 94             if ( data.getInstallationType().equals(data.getCustomActionCommand())) {  in afterShow()
 113         InstallData data = InstallData.getInstance();  in actionPerformed()  local
 116             data.setInstallationType(data.getTypicalActionCommand());  in actionPerformed()
 [all …]
 
 | 
| /aoo4110/main/bridges/source/cpp_uno/cc50_solaris_intel/ | 
| H A D | hash.cxx | 68 		return data[index&15] ^ data[(index-14)&15] ^ data[(index-8)&15] ^ data[(index-3)&15];  in expand_nostore()73 		return data[index&15] ^= data[(index-14)&15] ^ data[(index-8)&15] ^ data[(index-3)&15];  in expand_store()
 94 	sal_uInt32 data[16];  member in NIST_Hash
 222 		memcpy( data, pString, sizeof( data ) );  in NIST_Hash()
 223 		pString += sizeof( data );  in NIST_Hash()
 224 		nLen -= sizeof( data );  in NIST_Hash()
 231 		memset( ((char*)data)+nLen, 0, sizeof( data ) - nLen );  in NIST_Hash()
 233 		memset( data, 0, sizeof( data ) - 8 );  in NIST_Hash()
 236 		memset( ((char*)data)+nLen, 0, sizeof( data ) - 8 - nLen );  in NIST_Hash()
 237 	data[14] = 0;  in NIST_Hash()
 [all …]
 
 | 
| /aoo4110/main/bridges/source/cpp_uno/cc50_solaris_sparc/ | 
| H A D | hash.cxx | 69 		return data[index&15] ^ data[(index-14)&15] ^ data[(index-8)&15] ^ data[(index-3)&15];  in expand_nostore()74 		return data[index&15] ^= data[(index-14)&15] ^ data[(index-8)&15] ^ data[(index-3)&15];  in expand_store()
 95 	sal_uInt32 data[16];  member in NIST_Hash
 223 		memcpy( data, pString, sizeof( data ) );  in NIST_Hash()
 224 		pString += sizeof( data );  in NIST_Hash()
 225 		nLen -= sizeof( data );  in NIST_Hash()
 232 		memset( ((char*)data)+nLen, 0, sizeof( data ) - nLen );  in NIST_Hash()
 234 		memset( data, 0, sizeof( data ) - 8 );  in NIST_Hash()
 237 		memset( ((char*)data)+nLen, 0, sizeof( data ) - 8 - nLen );  in NIST_Hash()
 238 	data[14] = 0;  in NIST_Hash()
 [all …]
 
 | 
| /aoo4110/main/xmerge/source/pocketword/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/ | 
| H A D | Paragraph.java | 129         dataWords = EndianConverter.readShort(new byte[] { data[2], data[3] } );  in Paragraph()130         textLength = EndianConverter.readShort(new byte[] { data[4], data [5] } );  in Paragraph()
 132                                                 new byte[] { data[6], data[7] } );  in Paragraph()
 133         lines = EndianConverter.readShort(new byte[] { data[8], data [9] } );  in Paragraph()
 141         specialIndentation = EndianConverter.readShort(new byte[] { data[16], data[17] } );  in Paragraph()
 142         leftIndentation = EndianConverter.readShort(new byte[] { data[18], data [19] } );  in Paragraph()
 143         rightIndentation = EndianConverter.readShort(new byte[] { data[20], data [21] } );  in Paragraph()
 145         bullets = data[22];  in Paragraph()
 146         alignment = data[23];  in Paragraph()
 210                                         new byte[] { data[i + 1], data[i + 2] } );  in parseText()
 [all …]
 
 | 
| H A D | ParagraphTextSegment.java | 56     public ParagraphTextSegment (String data, TextStyle style) {  in ParagraphTextSegment()  argument57         pText  = data;  in ParagraphTextSegment()
 66     public void setText (String data) {  in setText()  argument
 67         pText = data;  in setText()
 108         ByteArrayOutputStream data = new ByteArrayOutputStream();  in getData()  local
 125                         data.write(COLOUR_TAG);  in getData()
 155                 data.write(pText.getBytes());  in getData()
 162                 data.write(new byte[] { (byte)0xC4, 0x04 } );  in getData()
 180                 data.write(new byte[] { ITALIC_TAG, 0x00 } );  in getData()
 183                 data.write(new byte[] { UNDERLINE_TAG, 0x00 } );  in getData()
 [all …]
 
 | 
| /aoo4110/main/chart2/source/tools/ | 
| H A D | DataSourceHelper.cxx | 63     uno::Reference< data::XDataSequence > xSeq( xLabeledSeq->getLabel());  in lcl_addRanges()73     const uno::Reference< data::XDataSource > & xDataSource )  in lcl_addDataSourceRanges()
 132         const Reference< chart2::data::XDataSequence >& xValues ,  in createLabeledDataSequence()
 133         const Reference< chart2::data::XDataSequence >& xLabels )  in createLabeledDataSequence()
 139         const Reference< chart2::data::XDataSequence >& xValues )  in createLabeledDataSequence()
 242     uno::Reference< chart2::data::XDataSource > xSeriesSource(  in pressUsedDataIntoRectangularFormat()
 247     Reference< chart2::data::XLabeledDataSequence > xXValues(  in pressUsedDataIntoRectangularFormat()
 324     return uno::Reference< chart2::data::XDataSource >(  in getUsedData()
 465     const Reference< data::XLabeledDataSequence > & xLSeq )  in getRangesFromLabeledDataSequence()
 470         Reference< data::XDataSequence > xLabel( xLSeq->getLabel());  in getRangesFromLabeledDataSequence()
 [all …]
 
 | 
| /aoo4110/main/vcl/aqua/source/dtrans/ | 
| H A D | DataFlavorMapping.cxx | 180   mData(data),  in DataProviderBaseImpl()186   mSystemData(data)  in DataProviderBaseImpl()
 215   DataProviderBaseImpl(data)  in UniDataProvider()
 220   DataProviderBaseImpl(data)  in UniDataProvider()
 268   DataProviderBaseImpl(data)  in ByteSequenceDataProvider()
 273   DataProviderBaseImpl(data)  in ByteSequenceDataProvider()
 322   DataProviderBaseImpl(data)  in HTMLFormatDataProvider()
 327   DataProviderBaseImpl(data)  in HTMLFormatDataProvider()
 451   DataProviderBaseImpl(data)  in FileListDataProvider()
 456   DataProviderBaseImpl(data)  in FileListDataProvider()
 [all …]
 
 | 
| /aoo4110/main/basic/source/runtime/ | 
| H A D | dllmgr.cxx | 215     MarshalData & data)  in marshalStruct()  argument231     MarshalData & data)  in marshalArray()  argument
 413                     data = unmarshal(props->Get(i), data);  in unmarshal()
 436             data = unmarshal(arr->Get32(&idx[0]), data);  in unmarshal()
 449     return data;  in unmarshal()
 454     if (data.buffer != 0) {  in unmarshalString()
 457         if (data.special) {  in unmarshalString()
 471     data.variable->PutString(String(str));  in unmarshalString()
 485     MarshalData data;  in call()  local
 498             data);  in call()
 [all …]
 
 | 
| /aoo4110/extras/l10n/source/fa/ | 
| H A D | localize.sdf | 10492 officecfg	registry\data\org\openoffice\Office\Common.xcu	0	value	..Common.Menus.New.m0	Title			0	fa…10493 officecfg	registry\data\org\openoffice\Office\Common.xcu	0	value	..Common.Menus.New.m1	Title			0	fa…
 10494 officecfg	registry\data\org\openoffice\Office\Common.xcu	0	value	..Common.Menus.New.m2	Title			0	fa…
 10495 officecfg	registry\data\org\openoffice\Office\Common.xcu	0	value	..Common.Menus.New.m3	Title			0	fa…
 10496 officecfg	registry\data\org\openoffice\Office\Common.xcu	0	value	..Common.Menus.New.m4	Title			0	fa…
 10500 officecfg	registry\data\org\openoffice\Office\Common.xcu	0	value	..Common.Menus.New.m10	Title			0	f…
 10501 officecfg	registry\data\org\openoffice\Office\Common.xcu	0	value	..Common.Menus.New.m11	Title			0	f…
 10504 officecfg	registry\data\org\openoffice\Office\Common.xcu	0	value	..Common.Menus.Wizard.m0	Title			0…
 10505 officecfg	registry\data\org\openoffice\Office\Common.xcu	0	value	..Common.Menus.Wizard.m1	Title			0…
 12296 …registry\data\org\openoffice\Office\UI\GenericCommands.xcu	0	value	..GenericCommands.UserInterface…
 [all …]
 
 | 
| /aoo4110/main/javainstaller2/src/JavaSetup/org/openoffice/setup/InstallerHelper/ | 
| H A D | SolarisHelper.java | 60             data.setLocalTempPath(uniqueLocalDir);  in createLocalTempDir()65             String installRoot = data.getInstallDir();  in createLocalTempDir()
 88         InstallData data = InstallData.getInstance();  in removeLocalTempDir()  local
 90         if ( data.getLocalTempPath() != null ) {  in removeLocalTempDir()
 107         InstallData data = InstallData.getInstance();  in getAdminFileContent()  local
 239         if ( data.logModuleStates() ) {  in saveModulesLogFile()
 241             File baseDir = new File(data.getInstallDefaultDir(), data.getProductDir());  in saveModulesLogFile()
 261         databasePath = data.getInstallDir();  in getSolarisDatabasePath()
 266         InstallData data = InstallData.getInstance();  in createAdminFile()  local
 267         Vector removeFiles = data.getRemoveFiles();  in createAdminFile()
 [all …]
 
 | 
| /aoo4110/main/chart2/source/model/template/ | 
| H A D | DataInterpreter.cxx | 53 void lcl_ShowDataSource( const Reference< data::XDataSource > & xSource );75     const Reference< data::XDataSource >& xSource,  in interpretDataSource()
 89     Reference< data::XLabeledDataSequence > xCategories;  in interpretDataSource()
 90     vector< Reference< data::XLabeledDataSequence > > aSequencesVec;  in interpretDataSource()
 123     vector< Reference< data::XLabeledDataSequence > >::const_iterator  in interpretDataSource()
 139         Reference< data::XDataSink > xSink( xSeries, uno::UNO_QUERY );  in interpretDataSource()
 168             Reference< data::XLabeledDataSequence > xValuesY(  in reinterpretDataSeries()
 263         Reference< data::XDataSequence > xSeqValues( xSeq->getValues() );  in operator ()()
 264         Reference< data::XDataSequence > xSeqLabels( xSeq->getLabel() );  in operator ()()
 288     vector< Reference< data::XLabeledDataSequence > > aResultVec;  in mergeInterpretedData()
 [all …]
 
 | 
| /aoo4110/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Installer/ | 
| H A D | LinuxInstaller.java | 60         if ( ! data.isAbortedInstallation() ) {  in postInstall()61             data.setStillRunning(true);  in postInstall()
 66             helper.saveModulesLogFile(data);  in postInstall()
 67             data.setStillRunning(false);  in postInstall()
 83         data.setDatabasePath(null);  in defineDatabasePath()
 90         if ( data.isUserInstallation() ) {  in defineDatabasePath()
 92             data.setDatabasePath(databasePath);  in defineDatabasePath()
 98                 data.setDatabaseQueried(false);  in defineDatabasePath()
 200                 if ( data.isDebianSystem() ) {  in installPackage()
 352             if ( data.isDebianSystem() ) {  in uninstallPackage()
 [all …]
 
 | 
| H A D | SolarisInstaller.java | 51         data.setDatabasePath(null);  in defineDatabasePath()58         if ( data.isUserInstallation() ) {  in defineDatabasePath()
 60             data.setDatabasePath(databasePath);  in defineDatabasePath()
 66                 data.setDatabaseQueried(false);  in defineDatabasePath()
 75         if ( data.isInstallationMode()) {  in preInstallationOngoing()
 84         if ( data.isUserInstallation() ) {  in preInstallationOngoing()
 106             data.setStillRunning(true);  in postInstall()
 110             helper.saveModulesLogFile(data);  in postInstall()
 111             data.setStillRunning(false);  in postInstall()
 149         String rootDir = data.getInstallDir();  in installPackage()
 [all …]
 
 | 
| /aoo4110/main/l10ntools/source/help/ | 
| H A D | HelpCompiler.hxx | 69         ::rtl::OUString data;72         path(const path &rOther) : data(rOther.data) {}  in path()
 81             osl::File::getAbsoluteFileURL(sWorkingDir, data, data);  in path()
 119             ret.data += ustrSystemPath;  in operator /()
 128             data = data + ustrSystemPath;  in append()
 146         const char *key = str.data();  in operator ()()
 167         const char * data = str.data();  in operator ()()  local
 178             hash  += get16bits (data);  in operator ()()
 181             data  += 2*sizeof (sal_uInt16);  in operator ()()
 188             case 3: hash += get16bits (data);  in operator ()()
 [all …]
 
 |