/aoo42x/main/solenv/bin/modules/installer/ |
H A D | scriptitems.pm | 168 my $styles = ""; 195 my $styles = ""; 227 my $styles = ""; 375 my $styles = ""; 699 my $styles = ""; 859 my $styles = ""; 870 my $styles = ""; 899 my $styles = ""; 953 my $styles = ""; 1420 my $styles = ""; [all …]
|
H A D | xpdinstaller.pm | 144 my $styles = ""; 259 my $styles = ""; 277 my $styles = ""; 295 my $styles = ""; 328 my $styles = ""; 346 my $styles = ""; 364 my $styles = ""; 382 my $styles = ""; 400 my $styles = ""; 418 my $styles = ""; [all …]
|
H A D | worker.pm | 642 my $styles = ""; 668 my $styles = ""; 707 my $styles = ""; 732 my $styles = ""; 982 my $styles = ""; 1200 my $styles = ""; 1225 my $styles = ""; 1250 my $styles = ""; 1275 my $styles = ""; 1339 my $styles = ""; [all …]
|
H A D | scppatchsoname.pm | 87 my ($sourcepath, $destpath, $variableshashref, $onefilehash, $styles) = @_; 129 my $styles = ""; 131 if ( $onefile->{'Styles'} ) { $styles = $onefile->{'Styles'}; } 133 if ( $styles =~ /\bPATCH_SO_NAME\b/ ) 164 …d = replace_productname_in_file($movepath, $destinationpath, $variableshashref, $onefile, $styles);
|
H A D | configuration.pm | 352 my $styles = $oneconfig->{'Styles'}; 477 if ( $styles =~ /CFG_STRING\b/ ) { $valuetype = "string"; } 478 elsif ( $styles =~ /CFG_NUMERIC/ ) { $valuetype = "int"; } 479 elsif ( $styles =~ /CFG_BOOLEAN/ ) { $valuetype = "boolean"; } 480 elsif ( $styles =~ /CFG_STRINGLIST/ ) { $valuetype = "string-list"; } 484 …installer::exiter::exit_program("ERROR: Unknown configuration value type: $styles", "insert_into_c… 522 if (( $styles =~ /\bCREATE\b/ ) && (!($isbracketnode)))
|
H A D | archivefiles.pm | 168 my $styles = ""; 170 if ( $onefile->{'Styles'} ) { $styles = $onefile->{'Styles'}; } 172 if ( $styles =~ /\bARCHIVE\b/ ) # copying, unzipping and changing the file list 183 …if ( $styles =~ /\bUSE_INTERNAL_RIGHTS\b/ ) { $use_internal_rights = 1; } # using the rights used … 186 …if ( $styles =~ /\bRENAME_TO_LANGUAGE\b/ ) { $rename_to_language = 1; } # special handling for ren… 213 if (( $styles =~ /\bPATCH\b/ ) && ( $onefile->{'Patchfiles'} ) && ( $installer::globals::patch ))
|
H A D | substfilenamefiles.pm | 47 my $styles = ""; 49 if ( $onefile->{'Styles'} ) { $styles = $onefile->{'Styles'}; } 51 if ( $styles =~ /\bSUBST_FILENAME\b/ )
|
H A D | scpzipfiles.pm | 110 my $styles = ""; 112 if ( $onefile->{'Styles'} ) { $styles = $onefile->{'Styles'}; } 114 if ( $styles =~ /\bSCPZIP_REPLACE\b/ )
|
/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/ |
H A D | StyleCatalog.java | 49 private Vector styles; // The actual styles field in StyleCatalog 58 styles = new Vector(initialEntries); in StyleCatalog() 154 styles.add(c.newInstance(p)); in callConstructor() 167 styles.addElement(s); in add() 188 int nStyles = styles.size(); in lookup() 223 int nStyles = styles.size(); in getMatching() 274 int len = styles.size(); in writeNode() 276 Style s = (Style)styles.get(j); in writeNode() 310 int nStyles = styles.size(); in dumpCSV() 312 Style s = (Style)styles.get(i); in dumpCSV() [all …]
|
/aoo42x/main/solenv/bin/modules/installer/windows/ |
H A D | shortcut.pm | 150 if ( $shortcut->{'Styles'} ) { $styles = $shortcut->{'Styles'}; } 151 …if ( $styles =~ /\bABSOLUTE_FILENAME\b/ ) { $absolute_filename = 1; } # FileID contains an absolut… 399 my $styles = ""; 402 if ( $shortcut->{'Styles'} ) { $styles = $shortcut->{'Styles'}; } 403 if ( $styles =~ /\bNON_ADVERTISED\b/ ) { $nonadvertised = 1; } # this is a non-advertised shortcut 481 my $styles = ""; 482 if ( $shortcut->{'Styles'} ) { $styles = $shortcut->{'Styles'}; } 483 if ( $styles =~ /\bNON_ADVERTISED\b/ ) { return ""; } # no icon for non-advertised shortcuts 532 my $styles = ""; 533 if ( $shortcut->{'Styles'} ) { $styles = $shortcut->{'Styles'}; } [all …]
|
H A D | directory.pm | 47 my $styles = ""; 50 if ( $styles ne "" ) 54 if ( $styles =~ /\b$treestyle\b/ ) 293 my ($uniqueparentname, $styles) = @_; 308 if ( $styles =~ /\bPROGRAMFILESFOLDER\b/ ) 313 if ( $styles =~ /\bCOMMONFILESFOLDER\b/ ) 323 if ( $styles =~ /\bLOCALAPPDATAFOLDER\b/ ) 329 if ( $styles =~ /\bSHAREPOINTPATH\b/ ) 369 my $styles = $directory->{'Styles'}; 370 $styles = "" unless defined $styles; [all …]
|
H A D | feature.pm | 109 my $styles = ""; 110 if ( $onefeature->{'Styles'} ) { $styles = $onefeature->{'Styles'}; } 111 if ( $styles =~ /\bHIDDEN_ROOT\b/ ) { $display = "0"; } 114 …if (( $styles =~ /\bSHOW_MULTILINGUAL_ONLY\b/ ) && ( ! $installer::globals::ismultilingual )) { $d… 375 my $styles = $onefeature->{'Styles'}; 376 $styles = "" unless defined $styles; 377 if (( $styles =~ /\bJAVAMODULE\b/ ) && ( ! ($variables->{'JAVAPRODUCT'} ))) { next; } 402 …if (( $styles =~ /\bSHOW_MULTILINGUAL_ONLY\b/ ) && $onefeature->{'ParentID'} ne $installer::global… 408 if ( $styles =~ /\bAPPLICATIONMODULE\b/ )
|
H A D | registry.pm | 97 my $styles = $registryref->{'Styles'}; 98 if (defined $styles) 100 if (($styles =~ /\bLANGUAGEPACK\b/) && $installer::globals::languagepack) 104 if ($styles =~ /\bALWAYS_REQUIRED\b/) 334 my $styles = ""; 335 if ( $onefile->{'Styles'} ) { $styles = $onefile->{'Styles'}; }
|
H A D | file.pm | 211 my $styles = ""; 212 if ( $fileref->{'Styles'} ) { $styles = $fileref->{'Styles'}; } 213 if ( $styles =~ /\bASSIGNCOMPOMENT\b/ ) 786 my $styles = ""; 787 if ( $fileref->{'Styles'} ) { $styles = $fileref->{'Styles'}; } 788 if ( $styles =~ /\bFONT\b/ ) { $language = ""; }
|
H A D | idtglobal.pm | 1307 …exefilename, $actionparameter, $inbinarytable, $filesref, $customactionidttablename, $styles) = @_; 1315 if ( $styles =~ /\bNO_FILE\b/ ) 1385 …exefilename, $actionname, $actioncondition, $position, $filesref, $installtablename, $styles) = @_; 1392 if ( $styles =~ /\bNO_FILE\b/ ) 2296 my $styles = ""; 2297 if ( $customaction->{'Styles'} ) { $styles = $customaction->{'Styles'}; } 2299 …e, $name, $typ, $source, $target, $inbinarytable, $filesarray, $customactionidttablename, $styles); 2342 …ment->{'parameter2'}, $assignment->{'parameter3'}, $filesarray, $installexecutetablename, $styles); 2346 …gnment->{'parameter2'}, $assignment->{'parameter3'}, $filesarray, $adminexecutetablename, $styles); 2350 …nment->{'parameter2'}, $assignment->{'parameter3'}, $filesarray, $installuitablename, $styles);
|
H A D | font.pm | 48 my $styles = ""; 50 if ( $onefile->{'Styles'} ) { $styles = $onefile->{'Styles'}; } 52 if ( $styles =~ /\bFONT\b/ )
|
H A D | inifile.pm | 56 my $styles = ""; 57 if ( $profile->{'Styles'} ) { $styles = $profile->{'Styles'}; } 58 if ( $styles =~ /\bPATCH\b/ ) { $in_patch = 1; }
|
H A D | createfolder.pm | 123 my $styles = ""; 125 if ( $onedir->{'Styles'} ) { $styles = $onedir->{'Styles'}; } 127 if ( $styles =~ /\bCREATE\b/ )
|
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/model/ |
H A D | OfficeStyles.java | 106 private final Map styles; field in OfficeStyles 111 this.styles = new HashMap(); in OfficeStyles() 119 return (OfficeStyle) styles.get(new StyleKey(family, name)); in getStyle() 137 styles.put(new StyleKey(styleFamily, style.getStyleName()), style); in addStyle() 177 return (OfficeStyle[]) styles.values().toArray(new OfficeStyle[styles.size()]); in getAllStyles() 187 return styles.containsKey(new StyleKey(family, name)); in containsStyle()
|
/aoo42x/main/offapi/com/sun/star/style/ |
H A D | ParagraphStyleCategory.idl | 33 /** These constants are used to specify the category of paragraph styles in text documents. 40 /** is applied to styles that are used for common text. 46 /** is applied to styles that are used as headings. 52 /** is applied to styles that used in numberings and lists. 58 /** is applied to styles that are used in indexes. 64 /** is applied to styles that are used in special regions like headers, footers, and footnote text. 70 /** is applied to styles that are used to support HTML.
|
H A D | XStyleLoader.idl | 46 /** enables the object to import styles from documents. 53 /** loads styles from a document at the given URL. 55 If <var>OverwriteStyles</var> is <TRUE/>, then all styles 56 will be loaded. Otherwise, only styles which are not already 59 The directory and the filename from document with the styles 71 …<p>As the default, all supported style families are loaded and existing styles are overwritten.</p>
|
/aoo42x/main/qadevOOo/tests/java/mod/_xmloff/Impress/ |
H A D | XMLStylesImporter.java | 163 XNameAccess styles = null ; in createTestEnvironment() local 170 styles = (XNameAccess) UnoRuntime.queryInterface in createTestEnvironment() 173 String[] names = styles.getElementNames() ; in createTestEnvironment() 180 final XNameAccess stylesF = styles ; in createTestEnvironment()
|
/aoo42x/main/qadevOOo/tests/java/mod/_sc/ |
H A D | XMLStylesImporter.java | 176 XNameAccess styles = null ; in createTestEnvironment() local 183 styles = (XNameAccess) UnoRuntime.queryInterface in createTestEnvironment() 186 String[] names = styles.getElementNames() ; in createTestEnvironment() 193 final XNameAccess stylesF = styles ; in createTestEnvironment()
|
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/output/ |
H A D | StylesWriter.java | 213 private void writeStyles(final OfficeStyles styles) in writeStyles() argument 216 final OfficeStyle[] allStyles = styles.getAllStyles(); in writeStyles() 223 final DataStyle[] allDataStyles = styles.getAllDataStyles(); in writeStyles() 230 final PageLayout[] allPageStyles = styles.getAllPageStyles(); in writeStyles() 237 writeSectionChilds(styles.getOtherStyles()); in writeStyles()
|
H A D | StyleUtilities.java | 162 final OfficeStyles styles, in copyStyleInternal() argument 173 styles.addStyle(preStyle); in copyStyleInternal() 540 final OfficeStyle[] styles = predefCollection.getAutomaticStyles().getAllStyles(); in queryStyleByProperties() local 541 for (int i = 0; i < styles.length; i++) in queryStyleByProperties() 543 final OfficeStyle officeStyle = styles[i]; in queryStyleByProperties()
|