Home
last modified time | relevance | path

Searched refs:prefix (Results 1 – 25 of 289) sorted by relevance

12345678910>>...12

/trunk/main/ridljar/test/com/sun/star/lib/uno/typedesc/
H A DTypeDescription_Test.java179 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 …]
/trunk/main/dbaccess/source/filter/xml/
H A DxmlHelper.cxx103 #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
/trunk/main/reportdesign/source/filter/xml/
H A DxmlHelper.cxx113 #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
/trunk/main/solenv/bin/
H A Dmake_ext_update_info.pl69 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 Dimage-sort.pl46 my $prefix = shift;
51 my $iname = "res/commandimagelist/" . $prefix . $icon . ".png";
63 my $prefix = shift;
70 my @images = read_new_icons ($uiconfig, $prefix);
/trunk/main/xmloff/inc/xmloff/
H A Dxmlnmspe.hxx29 #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;
/trunk/main/unoxml/source/dom/
H A Delement.cxx62 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 Dnode.cxx84 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 …]
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/parser/
H A DOfficeParserUtil.java143 …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()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A Dutils.java136 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 …]
/trunk/main/xmloff/source/forms/
H A Dcontrolpropertymap.cxx46 #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
/trunk/main/wizards/com/sun/star/wizards/common/
H A DConfigGroup.java56 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
/trunk/test/testcommon/source/org/openoffice/test/common/
H A DFileUtil.java838 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 DReportUploader.java80 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()
/trunk/main/odk/source/com/sun/star/lib/loader/
H A DInstallationFinder.java471 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()
/trunk/main/libxslt/
H A Dlibxslt-configure.patch18 -prefix=@prefix@
20 +#prefix=@prefix@
25 +prefix=${SOLARVERSION}/${INPATH}
/trunk/main/libxml2/
H A Dlibxml2-configure.patch28 -prefix=@prefix@
32 +#prefix=@prefix@
37 +prefix=${SOLARVERSION}/${INPATH}
/trunk/main/xmloff/source/style/
H A DPageMasterStyleMap.cxx34 #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) _MAP(name,prefix,token,type|XML_TYPE_PROP_PAGE_LAYOUT… argument
36 #define HFMAP(name,prefix,token,type,context) _MAP(name,prefix,token,type|XML_TYPE_PROP_HEADER_FOOT… argument
39 #define GMAP(name,prefix,token,type,context) _MAP(name,prefix,token,static_cast<sal_Int32>(type|XML… argument
/trunk/main/sysui/desktop/share/
H A Dbrand.pl39 $prefix = "";
54 $prefix = $ARGV[0];
76 unless (open OUTFILE,"> $destdir/$prefix$srcfile") {
77 print STDOUT "Can't open output file $destdir/$prefix$srcfile: $!\n";
/trunk/main/xmloff/source/draw/
H A Dsdpropls.cxx85 #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
/trunk/main/codemaker/source/cunomaker/
H A Dcunotype.cxx278 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 …]
/trunk/main/codemaker/source/idlmaker/
H A Didltype.cxx149 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 …]
/trunk/main/solenv/inc/
H A D_tg_zip.mk89 …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 …]
/trunk/main/xmloff/source/table/
H A DXMLTableExport.cxx65 #define _MAP(name,prefix,token,type,context) { name, sizeof(name)-1, prefix, token, type, context,… argument
66 #define CMAP(name,prefix,token,type,context) _MAP(name,prefix,token,type|XML_TYPE_PROP_TABLE_COLUMN… argument
67 #define RMAP(name,prefix,token,type,context) _MAP(name,prefix,token,type|XML_TYPE_PROP_TABLE_ROW,co… argument
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/beans/
H A DLocalOfficeConnection.java108 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()

Completed in 227 milliseconds

12345678910>>...12