/aoo41x/main/qadevOOo/runner/convwatch/ |
H A D | GraphicalDifferenceCheck.java | 320 StringBuffer suffix = new StringBuffer(); in createInputFile() local 321 String exportFilter = getXMLOutputFilterforXComponent(xComponent, suffix); in createInputFile() 325 resultDocName = suffix.insert(0, resultDocName).toString(); in createInputFile() 356 … private static String getXMLOutputFilterforXComponent(XComponent xComponent, StringBuffer suffix){ in getXMLOutputFilterforXComponent() argument 359 resetBuffer(suffix, ".sxw"); in getXMLOutputFilterforXComponent() 362 resetBuffer(suffix, ".sxc"); in getXMLOutputFilterforXComponent() 365 resetBuffer(suffix, ".sxi"); in getXMLOutputFilterforXComponent() 368 resetBuffer(suffix, ".sxd"); in getXMLOutputFilterforXComponent() 371 resetBuffer(suffix, ".sxm"); in getXMLOutputFilterforXComponent() 377 private static StringBuffer resetBuffer(StringBuffer sb, String suffix) in resetBuffer() argument [all …]
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/ |
H A D | DefaultNameGenerator.java | 81 final String suffix; in generateName() local 84 suffix = getSuffixForType(mimeType); in generateName() 86 firstFileName.append(suffix); in generateName() 90 suffix = null; in generateName() 114 if (suffix != null) in generateName() 117 firstFileName.append(suffix); in generateName()
|
/aoo41x/test/testuno/source/fvt/uno/ffc/ |
H A D | FFCTest.java | 165 String suffix = lowerCaseName.substring(lowerCaseName.lastIndexOf(".")); in getSuffix() local 166 return suffix; in getSuffix() 180 String suffix = getSuffix(testFile); in exportAsODF() local 181 String filterName = filterMap.get(suffix); in exportAsODF() 197 ….getParentFile().getAbsolutePath() + File.separator + fileName + "." + formatMap.get(suffix);//TODO in exportAsODF()
|
/aoo41x/main/vcl/qa/complex/memCheck/ |
H A D | CheckMemoryUsage.java | 558 private String suffix = null; field in CheckMemoryUsage.FileFilter 564 public FileFilter(String suffix) in FileFilter() argument 566 this.suffix = suffix; in FileFilter() 578 return name.endsWith(suffix); in accept()
|
/aoo41x/main/codemaker/source/cppumaker/ |
H A D | includes.cxx | 264 rtl::OString const & suffix) in dumpInclude() argument 268 if ( !suffix.isEmpty() ) { in dumpInclude() 269 out << "/" << suffix; in dumpInclude()
|
H A D | includes.hxx | 85 rtl::OString const & suffix = rtl::OString());
|
/aoo41x/main/scripting/java/org/openoffice/idesupport/ |
H A D | JavaFinder.java | 195 private ArrayList findFiles(File basedir, String suffix) { in findFiles() argument 201 result.addAll(findFiles(children[i], suffix)); in findFiles() 202 else if (children[i].getName().endsWith(suffix)) in findFiles()
|
/aoo41x/main/filter/source/flash/ |
H A D | swffilter.cxx | 190 …shExporter, Reference< XDrawPage > xDrawPage, OUString sPath, sal_uInt32 nPage, const char* suffix) in exportBackground() argument 192 OUString filename = STR("slide") + VAL(nPage+1) + STR(suffix) + STR(".swf"); in exportBackground() 197 …grounds( xDrawPage, xOutputStreamWrap, sal::static_int_cast<sal_uInt16>( nPage ), *suffix == 'o' ); in exportBackground() 207 return STR("slide") + VAL(nCached+1) + STR(suffix) + STR(".swf"); in exportBackground()
|
/aoo41x/test/testuno/source/fvt/uno/sd/bullet/ |
H A D | NumberingProperty.java | 187 String suffix = "--"; in testSuffix() local 196 props[0].Value = suffix; in testSuffix() 217 assertEquals("Suffix should be "+suffix, suffix, proValues2[i].Value); in testSuffix()
|
/aoo41x/main/i18npool/source/defaultnumberingprovider/ |
H A D | defaultnumberingprovider.cxx | 390 OUString suffix; in makeNumberingString() local 402 getPropertyByName(aProperties, "Suffix", sal_False) >>=suffix; in makeNumberingString() 680 if( !should_ignore(suffix) ) result += suffix; in makeNumberingString()
|
/aoo41x/main/setup_native/source/win32/customactions/shellextensions/ |
H A D | copyeditiondata.cxx | 55 MSIHANDLE install, wchar_t const * name, wchar_t const * suffix, in getProperty() argument 72 memcpy(data + n, suffix, suffixLength * sizeof (wchar_t)); //TODO: overflow in getProperty()
|
/aoo41x/test/testcommon/source/org/openoffice/test/common/ |
H A D | FileUtil.java | 897 public static File getUniqueFile(File dir, String prefix, String suffix) { in getUniqueFile() argument 900 File file = new File(dir, name + i + suffix); in getUniqueFile() 916 public static File getUniqueFile(String dir, String prefix, String suffix) { in getUniqueFile() argument 917 return getUniqueFile(new File(dir), prefix, suffix); in getUniqueFile()
|
/aoo41x/main/offapi/com/sun/star/i18n/ |
H A D | XOrdinalSuffix.idl | 35 /** provides access to locale specific ordinal suffix systems. 55 /** Returns the ordinal suffix for the number, for example,
|
H A D | OrdinalSuffix.idl | 34 /** provides access to locale specific ordinal suffix systems.
|
/aoo41x/main/offapi/com/sun/star/text/ |
H A D | ChapterFormat.idl | 49 /** The number including prefix and suffix of the chapter is displayed. 56 /** The title and number including prefix and suffix of the chapter are displayed.
|
H A D | TextSection.idl | 188 /** determins the suffix that is display after of the footnote number. 224 /** determins the suffix that is display after the endnote number.
|
/aoo41x/main/solenv/bin/ |
H A D | linkoo | 103 for my $suffix (keys %replaceable) { 104 my $dirname = "$path/$suffix"; 106 my $pattern = $replaceable{$suffix};
|
H A D | cws.pl | 1214 my $suffix = '.link'; 1221 $target .= $suffix; 1233 $target .= $suffix;
|
/aoo41x/main/libxmlsec/ |
H A D | xmlsec1-configure.patch | 264 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 265 $as_echo_n "checking for suffix of executables... " >&6; } 268 as_fn_error "cannot compute suffix of executables: cannot compile and link 338 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 339 $as_echo_n "checking for suffix of object files... " >&6; }
|
/aoo41x/main/offapi/com/sun/star/form/runtime/ |
H A D | XFormController.idl | 110 …al, all URLs start with the same prefix, namely <em>.uno:FormController/</em>. To this, a suffix is 112 …Example: The URL suffix for deleting the current record is <em>deleteRecord</em>, so the complete … 122 …For instance, the URL with the suffix <em>moveToFirst</em> is associated with moving the form to t… 128 <td><b>URL suffix</b></td>
|
/aoo41x/main/external/mingwheaders/ |
H A D | mingw_atl_headers.patch | 12 #error ATL requires C++ compilation (use a .cpp suffix) 450 #error ATL requires C++ compilation (use a .cpp suffix) 1063 #error ATL requires C++ compilation (use a .cpp suffix) 1129 #error ATL requires C++ compilation (use a .cpp suffix) 1316 #error ATL requires C++ compilation (use a .cpp suffix)
|
/aoo41x/main/fpicker/source/aqua/ |
H A D | SalAquaFilePicker.cxx | 777 rtl::OUString suffix = (*(aStringList.begin())).copy(1); in updateSaveFileNameExtension() local 778 NSString *requiredFileType = [NSString stringWithOUString:suffix]; in updateSaveFileNameExtension()
|
/aoo41x/main/sw/source/core/unocore/ |
H A D | unorefmk.cxx | 1687 ::rtl::OUString suffix; in getPresentation() 1688 getPrefixAndSuffix(GetModel(), this, &prefix, &suffix); in getPresentation() 1689 return prefix + content + suffix; in getPresentation()
|
/aoo41x/main/offapi/com/sun/star/rdf/ |
H A D | XURI.idl | 65 /// suffix
|
/aoo41x/main/cui/source/customize/ |
H A D | cfg.cxx | 268 sal_Int32 suffix = 1 ) in generateCustomName() argument 280 pos, placeholder.getLength(), OUString::valueOf( suffix ) ); in generateCustomName() 285 name = prefix + OUString::valueOf( suffix ); in generateCustomName() 306 return generateCustomName( prefix, entries, ++suffix ); in generateCustomName() 355 sal_Int32 suffix = 1 ) in generateCustomMenuURL() argument 358 url += OUString::valueOf( suffix ); in generateCustomMenuURL() 378 return generateCustomMenuURL( entries, ++suffix ); in generateCustomMenuURL()
|