/aoo4110/main/ridljar/test/com/sun/star/lib/uno/typedesc/ |
H A D | TypeDescription_Test.java | 179 public void test(String prefix, int index, in test() argument 182 assure(prefix + "; getMethod", in test() 186 assure(prefix + "; getInSignature", in test() 193 assure(prefix + "; getOutSignature", in test() 229 assure(prefix + "; getTypeName", in test() 231 assure(prefix + "; equals", in test() 234 assure(prefix + "; getArrayTypeName", in test() 237 assure(prefix + "; getTypeClass", in test() 239 assure(prefix + "; getComponentType", in test() 276 prefix + "; getFieldDescriptions", in test() [all …]
|
/aoo4110/main/dbaccess/source/filter/xml/ |
H A D | xmlHelper.cxx | 103 #define MAP_CONST( name, prefix, token, type, context ) { name.ascii, name.length, prefix, token, … argument 104 #define MAP_CONST_ASCII( name, prefix, token, type, context ) { name, sizeof(name)-1, prefix, toke… argument 147 #define MAP_CONST_COLUMN( name, prefix, token, type, context ) { name.ascii, name.length, prefix, … in GetColumnStylesPropertySetMapper() argument 161 #define MAP_CONST_CELL( name, prefix, token, type, context ) { name.ascii, name.length, prefix, to… in GetCellStylesPropertySetMapper() argument 162 #define MAP_CONST_TEXT( name, prefix, token, type, context ) { name.ascii, name.length, prefix, to… in GetCellStylesPropertySetMapper() argument 163 #define MAP_CONST_TEXT_ASCII( name, prefix, token, type, context ) { name, sizeof(name)-1, prefix, … in GetCellStylesPropertySetMapper() argument 203 #define MAP_CONST_ROW( name, prefix, token, type, context ) { name.ascii, name.length, prefix, tok… in GetRowStylesPropertySetMapper() argument
|
/aoo4110/main/reportdesign/source/filter/xml/ |
H A D | xmlHelper.cxx | 113 #define MAP_CONST( name, prefix, token, type, context ) { name.ascii, name.length, XML_NAMESPA… argument 114 #define MAP_CONST_T( name, prefix, token, type, context ) { name.ascii, name.length, XML_NAMESPACE… argument 115 #define MAP_CONST_ASCII_T( name, prefix, token, type, context ) { name, sizeof(name)-1,XML_NAMESPA… argument 116 #define MAP_CONST_P( name, prefix, token, type, context ) { name.ascii, name.length, XML_NAMESPACE… argument 117 #define MAP_CONST_S( name, prefix, token, type, context ) { name, sizeof(name)-1, XML_NAMESPAC… argument 118 #define MAP_CONST_ASCII( name, prefix, token, type, context ) { name, sizeof(name)-1, XML_NAMESPAC… argument 119 #define GMAP( name, prefix, token, type, context ) { name.ascii, name.length, XML_NAMESPAC… argument 120 #define MAP_CONST_C_ASCII( name, prefix, token, type, context ) { name, sizeof(name)-1, XML_NAMESPA… argument 121 #define MAP_CONST_C( name, prefix, token, type, context ) { name, name.length, XML_NAMESPA… argument
|
/aoo4110/main/solenv/bin/ |
H A D | make_ext_update_info.pl | 69 my $prefix; 200 $prefix = ""; 225 $prefix = $_; last; 228 if (! $prefix) { 233 $prefix = $_; last; 238 confess "No prefix defined for default namespace " unless $prefix; 241 $fullString= $1.$prefix.":".$2; 287 if ($orig && $prefix) { 289 $orig= $1.$prefix.":".$2; 358 $prefix = $_; last; [all …]
|
H A D | image-sort.pl | 46 my $prefix = shift; 51 my $iname = "res/commandimagelist/" . $prefix . $icon . ".png"; 63 my $prefix = shift; 70 my @images = read_new_icons ($uiconfig, $prefix);
|
/aoo4110/main/xmloff/inc/xmloff/ |
H A D | xmlnmspe.hxx | 29 #define XML_NAMESPACE( prefix, key ) \ argument 30 const sal_uInt16 XML_NAMESPACE_##prefix = key; \ 31 const sal_uInt16 XML_NAMESPACE_##prefix##_IDX = key; 33 #define XML_OLD_NAMESPACE( prefix, index ) \ argument 34 const sal_uInt16 XML_OLD_NAMESPACE_##prefix##_IDX = \ 80 #define XML_NAMESPACE_EXT( prefix, key ) \ argument 81 const sal_uInt16 XML_NAMESPACE_##prefix##_EXT = key; \ 82 const sal_uInt16 XML_NAMESPACE_##prefix##_EXT_IDX = key;
|
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/parser/ |
H A D | OfficeParserUtil.java | 143 …public AttributeSpecification parseStyleAttrDefinition(final String key, final String prefix, fina… in parseStyleAttrDefinition() argument 145 final String configPrefix = "attr." + prefix + "." + tagname + "."; in parseStyleAttrDefinition() 158 public Iterator findStylesForElement(final String prefix, in findStylesForElement() argument 161 final String configPrefix = "attr." + prefix + "." + tagname + "."; in findStylesForElement() 167 final String prefix = getNamespacePrefix(uri); in isValidStyleElement() local 168 if (prefix == null) in isValidStyleElement() 173 final Iterator stylesForElement = findStylesForElement(prefix, tagName); in isValidStyleElement()
|
/aoo4110/main/unoxml/source/dom/ |
H A D | element.cxx | 62 const xmlChar *pPrefix = pNs->prefix; in saxify() 63 OUString prefix(reinterpret_cast<const sal_Char*>(pPrefix), in saxify() 66 OUString name = (prefix.equalsAscii("")) in saxify() 68 : OUString::createFromAscii("xmlns:") + prefix; in saxify() 81 OUString prefix = pNode->getPrefix(); in saxify() local 82 OUString name = (prefix.getLength() == 0) in saxify() 88 OUString prefix = getPrefix(); in saxify() local 89 OUString name = (prefix.getLength() == 0) in saxify() 91 : prefix + OUString(static_cast<sal_Unicode>(':')) + getLocalName(); in saxify() 122 if( pAttr->ns && strlen((char*)pAttr->ns->prefix) ) in fastSaxify() [all …]
|
H A D | node.cxx | 84 const xmlChar *pPrefix = pNs->prefix; in addNamespaces() 85 OString prefix(reinterpret_cast<const sal_Char*>(pPrefix), in addNamespaces() 100 aNS.maPrefix = prefix; in addNamespaces() 120 OString prefix(pPrefix, in getTokenWithPrefix() local 249 xmlNsPtr ns = xmlSearchNs(cur->doc, aParent, cur->ns->prefix); in nscleanup() 256 ns = xmlSearchNs(cur->doc, aParent, curDef->prefix); in nscleanup() 614 const xmlChar* xPrefix = m_aNodePtr->ns->prefix; in getPrefix() 979 void SAL_CALL CNode::setPrefix(const OUString& prefix) in setPrefix() argument 992 OString o1 = OUStringToOString(prefix, RTL_TEXTENCODING_UTF8); in setPrefix() 996 xmlFree(const_cast<xmlChar *>(m_aNodePtr->ns->prefix)); in setPrefix() [all …]
|
/aoo4110/main/qadevOOo/runner/util/ |
H A D | utils.java | 136 String prefix = null; in getFullTestURL() local 140 prefix = "file:"; in getFullTestURL() 144 if (prefix == null) { in getFullTestURL() 146 prefix = "file:/"; in getFullTestURL() 148 prefix = "file://"; in getFullTestURL() 150 prefix = "file:///"; in getFullTestURL() 159 String fulldocURL = prefix + fullDocPath; in getFullTestURL() 178 String prefix = ""; in getFullURL() local 181 prefix = "file:"; in getFullURL() 184 prefix = "file://"; in getFullURL() [all …]
|
/aoo4110/main/xmloff/source/forms/ |
H A D | controlpropertymap.cxx | 46 #define MAP_ASCII( name, prefix, token, type, context ) { name, sizeof(name)-1, prefix, token, sta… argument 47 #define MAP_CONST( name, prefix, token, type, context ) { name.ascii, name.length, prefix, token, … argument 48 #define MAP_CONST_P( name, prefix, token, type, context ) { name.ascii, name.length, prefix, token… argument
|
/aoo4110/main/wizards/com/sun/star/wizards/common/ |
H A D | ConfigGroup.java | 56 private void writeField(Field field, Object configView, String prefix) throws Exception in writeField() argument 58 String propertyName = field.getName().substring(prefix.length()); in writeField() 65 child.writeConfiguration(childView, prefix); in writeField() 131 private void readField(Field field, Object configView, String prefix) throws Exception in readField() argument 133 String propertyName = field.getName().substring(prefix.length()); in readField() 140 child.readConfiguration(Configuration.getNode(propertyName, configView), prefix); in readField() local
|
/aoo4110/test/testcommon/source/org/openoffice/test/common/ |
H A D | FileUtil.java | 838 private static void zip(File dir, ZipOutputStream out, String prefix) throws Exception { in zip() argument 845 ZipEntry entry = new ZipEntry(prefix + f.getName()); in zip() 859 zip(f, out, prefix + f.getName() + "/"); in zip() 868 public static void zip(File workingDir, File zipFile, String prefix) { in zip() argument 872 if (prefix == null) in zip() 873 prefix = ""; in zip() 878 zip(workingDir, out, prefix); in zip() 897 public static File getUniqueFile(File dir, String prefix, String suffix) { in getUniqueFile() argument 898 String name = prefix + "." + FILENAME_FORMAT.format(new Date()) + "."; in getUniqueFile() 916 public static File getUniqueFile(String dir, String prefix, String suffix) { in getUniqueFile() argument [all …]
|
H A D | ReportUploader.java | 80 private static final String prefix = "--"; field in ReportUploader 98 params.append(prefix + boundary + newLine); in upload() 104 params.append(prefix + boundary + newLine); in upload() 120 params.append(prefix + boundary + prefix + newLine); in upload()
|
/aoo4110/main/odk/source/com/sun/star/lib/loader/ |
H A D | InstallationFinder.java | 471 String prefix = "file://"; in getCanonicalPathFromFileURL() local 472 if (oooUrl.length() < prefix.length() in getCanonicalPathFromFileURL() 473 || !oooUrl.substring(0, prefix.length()).toLowerCase().equals( in getCanonicalPathFromFileURL() 474 prefix)) in getCanonicalPathFromFileURL() 478 StringBuffer buf = new StringBuffer(prefix); in getCanonicalPathFromFileURL() 479 int n = oooUrl.indexOf('/', prefix.length()); in getCanonicalPathFromFileURL() 483 String host = oooUrl.substring(prefix.length(), n); in getCanonicalPathFromFileURL()
|
/aoo4110/main/libxslt/ |
H A D | libxslt-configure.patch | 18 -prefix=@prefix@ 20 +#prefix=@prefix@ 25 +prefix=${SOLARVERSION}/${INPATH}
|
/aoo4110/main/libxml2/ |
H A D | libxml2-configure.patch | 28 -prefix=@prefix@ 32 +#prefix=@prefix@ 37 +prefix=${SOLARVERSION}/${INPATH}
|
/aoo4110/main/sysui/desktop/share/ |
H A D | brand.pl | 39 $prefix = ""; 54 $prefix = $ARGV[0]; 76 unless (open OUTFILE,"> $destdir/$prefix$srcfile") { 77 print STDOUT "Can't open output file $destdir/$prefix$srcfile: $!\n";
|
/aoo4110/main/xmloff/source/style/ |
H A D | PageMasterStyleMap.cxx | 34 #define _MAP(name,prefix,token,type,context) { name, sizeof(name)-1, prefix, token, static_cast<sa… argument 35 #define PLMAP(name,prefix,token,type,context) \ argument 36 _MAP(name,prefix,token,type|XML_TYPE_PROP_PAGE_LAYOUT,context) 37 #define HFMAP(name,prefix,token,type,context) \ argument 38 _MAP(name,prefix,token,type|XML_TYPE_PROP_HEADER_FOOTER,context)
|
/aoo4110/main/xmloff/source/draw/ |
H A D | sdpropls.cxx | 85 #define _MAP(name,prefix,token,type,context) { name, sizeof(name)-1, prefix, token, type, context,… argument 86 #define _MAPV(name,prefix,token,type,context,version) { name, sizeof(name)-1, prefix, token, type,… argument 87 #define GMAP(name,prefix,token,type,context) _MAP(name,prefix,token,static_cast<sal_Int32>(type|XML… argument 88 #define GMAPV(name,prefix,token,type,context,version) _MAPV(name,prefix,token,static_cast<sal_Int32… argument 89 #define DPMAP(name,prefix,token,type,context) _MAP(name,prefix,token,static_cast<sal_Int32>(type|XM… argument 90 #define TMAP(name,prefix,token,type,context) _MAP(name,prefix,token,static_cast<sal_Int32>(type|XML… argument 91 #define PMAP(name,prefix,token,type,context) _MAP(name,prefix,token,type|XML_TYPE_PROP_PARAGRAPH,co… argument
|
/aoo4110/main/codemaker/source/cunomaker/ |
H A D | cunotype.cxx | 278 tmpBuf.append(prefix); in dumpHeaderDefine() 328 tmpBuf.append(prefix); in dumpInclude() 345 tmpBuf.append(prefix); in dumpInclude() 438 dumpInclude(o, outerNamespace, prefix); in dumpDepIncludes() 441 dumpInclude(o, relType, prefix); in dumpDepIncludes() 451 dumpInclude(o, outerNamespace, prefix); in dumpDepIncludes() 454 dumpInclude(o, relType, prefix); in dumpDepIncludes() 488 dumpDepIncludes(o, nestedName, prefix); in dumpDepIncludes() 1353 OString prefix; in checkRealBaseType() local 1378 isArrayType(realType, baseType, prefix) ) in checkRealBaseType() [all …]
|
/aoo4110/main/codemaker/source/idlmaker/ |
H A D | idltype.cxx | 149 OString IdlType::dumpHeaderDefine(FileStream& o, sal_Char* prefix ) in dumpHeaderDefine() argument 156 sal_uInt32 length = 3 + m_typeName.getLength() + strlen(prefix); in dumpHeaderDefine() 163 tmpBuf.append(prefix); in dumpHeaderDefine() 177 …:dumpInclude(FileStream& o, const OString& genTypeName, const OString& typeName, sal_Char* prefix ) in dumpInclude() argument 179 sal_uInt32 length = 3+ m_typeName.getLength() + strlen(prefix); in dumpInclude() 186 tmpBuf.append(prefix); in dumpInclude() 191 length = 1 + typeName.getLength() + strlen(prefix); in dumpInclude() 196 tmpBuf.append(prefix); in dumpInclude() 215 void IdlType::dumpDepIncludes(FileStream& o, const OString& typeName, sal_Char* prefix) in dumpDepIncludes() argument 221 OString sPrefix(OString(prefix).toAsciiUpperCase()); in dumpDepIncludes() [all …]
|
/aoo4110/main/solenv/inc/ |
H A D | _tg_zip.mk | 89 …ubst,/LANGDIR, $(ZIP1DIR))) $(command_seperator) $(ZIPDEP) $(ZIP1FLAGS) -prefix $(subst,LANGDIR,. … 96 …ubst,/LANGDIR, $(ZIP1DIR))) $(command_seperator) $(ZIPDEP) $(ZIP1FLAGS) -prefix $(subst,LANGDIR,. … 218 …ubst,/LANGDIR, $(ZIP2DIR))) $(command_seperator) $(ZIPDEP) $(ZIP2FLAGS) -prefix $(subst,LANGDIR,. … 225 …ubst,/LANGDIR, $(ZIP2DIR))) $(command_seperator) $(ZIPDEP) $(ZIP2FLAGS) -prefix $(subst,LANGDIR,. … 354 …ubst,/LANGDIR, $(ZIP3DIR))) $(command_seperator) $(ZIPDEP) $(ZIP3FLAGS) -prefix $(subst,LANGDIR,. … 483 …ubst,/LANGDIR, $(ZIP4DIR))) $(command_seperator) $(ZIPDEP) $(ZIP4FLAGS) -prefix $(subst,LANGDIR,. … 612 …ubst,/LANGDIR, $(ZIP5DIR))) $(command_seperator) $(ZIPDEP) $(ZIP5FLAGS) -prefix $(subst,LANGDIR,. … 741 …ubst,/LANGDIR, $(ZIP6DIR))) $(command_seperator) $(ZIPDEP) $(ZIP6FLAGS) -prefix $(subst,LANGDIR,. … 870 …ubst,/LANGDIR, $(ZIP7DIR))) $(command_seperator) $(ZIPDEP) $(ZIP7FLAGS) -prefix $(subst,LANGDIR,. … 999 …ubst,/LANGDIR, $(ZIP8DIR))) $(command_seperator) $(ZIPDEP) $(ZIP8FLAGS) -prefix $(subst,LANGDIR,. … [all …]
|
/aoo4110/main/soltools/mkdepend/ |
H A D | cppsetup.c | 130 char prefix[300]; local 134 sprintf (prefix, "\"%s\":%d", filename, lineno); 135 prefixlen = strlen(prefix); 136 fprintf (stderr, "%s: %s", prefix, pd->line);
|
/aoo4110/main/bean/com/sun/star/beans/ |
H A D | LocalOfficeConnection.java | 108 String prefix = "uno:localoffice"; in setUnoUrl() local 109 if ( url.startsWith(prefix) ) in setUnoUrl() 110 parseUnoUrlWithOfficePath( url, prefix ); in setUnoUrl() 368 private void parseUnoUrlWithOfficePath(String url, String prefix) in parseUnoUrlWithOfficePath() argument 376 String params = url.substring(prefix.length(), idx + 1); in parseUnoUrlWithOfficePath()
|