Home
last modified time | relevance | path

Searched refs:prefix (Results 51 – 75 of 278) sorted by relevance

12345678910>>...12

/aoo4110/main/instsetoo_native/util/
H A Dopenoffice.lst.README49 BASISPACKAGEPREFIX name prefix for the installation packages
51 UREPACKAGEPREFIX name prefix for the URE installation packages
53 SOLSUREPACKAGEPREFIX name prefix for the URE installation packages
/aoo4110/main/codemaker/source/idlmaker/
H A Didltype.hxx76 virtual ::rtl::OString dumpHeaderDefine(FileStream& o, sal_Char* prefix );
78 …leStream& o, const ::rtl::OString& genTypeName, const ::rtl::OString& typeName, sal_Char* prefix );
80 virtual void dumpDepIncludes(FileStream& o, const ::rtl::OString& typeName, sal_Char* prefix);
/aoo4110/main/redland/raptor/
H A Dmakefile.mk62 …re --with-regex-library=posix --with-decimal=none --with-www=xml --prefix=$(PWD)/$(OUT) --in…
81 …d=i586-pc-mingw32 --host=i586-pc-mingw32 lt_cv_cc_dll_switch="-shared" --prefix=$(PWD)/$(OUT) --in…
132 …reestore --with-regex-library=posix --with-decimal=none --with-www=xml --prefix=$(PDW)/$(OUT) --in…
/aoo4110/main/javaunohelper/com/sun/star/comp/helper/
H A DBootstrap.java309 final InputStream in, final PrintStream out, final String prefix ) { in pipe() argument
311 new Thread( "Pipe: " + prefix) { in pipe()
321 out.println( prefix + s ); in pipe()
/aoo4110/test/testuno/source/fvt/uno/sd/bullet/
H A DNumberingProperty.java144 String prefix = "Prefix"; in testPrefix() local
153 props[0].Value = prefix; in testPrefix()
174 assertEquals("Prefix should be "+prefix, prefix, proValues2[i].Value); in testPrefix()
/aoo4110/main/ooo_custom_images/industrial/res/commandimagelist/
H A Dfrobnicate-icons.php43 foreach ($render_sizes as $size => $prefix) {
45 $PNG = "$prefix$file.png";
/aoo4110/main/bridges/test/java_uno/equals/
H A DTestEquals.java71 String prefix = "file:/"; in toFileUrl() local
72 if (url.startsWith(prefix) in toFileUrl()
73 && (url.length() == prefix.length() in toFileUrl()
74 || url.charAt(prefix.length()) != '/')) { in toFileUrl()
75 url = url.substring(0, prefix.length()) + "//" in toFileUrl()
76 + url.substring(prefix.length()); in toFileUrl()
/aoo4110/main/idlc/source/
H A Didlccompile.cxx126 OString makeTempName(const OString& prefix) in makeTempName() argument
151 + prefix.getLength() in makeTempName()
158 strncat(tmpFilePattern, prefix.getStr(), sizeof(tmpFilePattern)-1-strlen(tmpFilePattern)); in makeTempName()
/aoo4110/main/codemaker/source/cunomaker/
H A Dcunotype.hxx77 …virtual ::rtl::OString dumpHeaderDefine(FileStream& o, sal_Char* prefix, sal_Bool bExtended=sal_Fa…
80 …virtual void dumpInclude(FileStream& o, const ::rtl::OString& typeName, sal_Char* prefix, sal_Bool…
81 virtual void dumpDepIncludes(FileStream& o, const ::rtl::OString& typeName, sal_Char* prefix);
/aoo4110/main/codemaker/source/bonobowrappermaker/
H A Dcorbatype.cxx186 …leStream& o, TypeSet* allreadyDumped, const OString& typeName, sal_Char* prefix, sal_Bool bExtende… in dumpInclude() argument
205 sal_uInt32 length = 3+ m_typeName.getLength() + strlen(prefix); in dumpInclude()
220 tmpBuf.append(prefix); in dumpInclude()
225 length = 1 + typeName.getLength() + strlen(prefix); in dumpInclude()
237 tmpBuf.append(prefix); in dumpInclude()
312 …:dumpDepIncludes(FileStream& o, TypeSet* allreadyDumped, const OString& typeName, sal_Char* prefix) in dumpDepIncludes() argument
318 OString sPrefix(OString(prefix).toAsciiUpperCase()); in dumpDepIncludes()
364 dumpInclude(o, allreadyDumped, relType, prefix); in dumpDepIncludes()
368 dumpInclude(o, allreadyDumped, relType, prefix); in dumpDepIncludes()
/aoo4110/main/setup_native/scripts/
H A Dlinuxpatchscript.sh80 rpm --upgrade -v --hash --prefix $PRODUCTINSTALLLOCATION --notriggers $RPMLIST
90 rpm --install -v --hash --prefix $PRODUCTINSTALLLOCATION --notriggers $RPMLIST
/aoo4110/main/
H A Dmakefile.rc86 @test "$(DESTDIR)$(prefix)" != "" || (echo Usage: make install [DESTDIR=DIR] prefix=DIR; exit 2)
94 …er.pl -f openoffice.lst -l $(WITH_LANG:f:t",") -p OpenOffice -buildid 0 -simple $(DESTDIR)$(prefix)
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/parser/
H A Dselectors.properties53 # 0: Namespace prefix
81 # Namespace is a defined namespace prefix from this file as defined in the
82 # namespaces.<prefix> section above
/aoo4110/main/offapi/com/sun/star/xml/dom/
H A DXElement.idl144prefix and the namespaceURI is null, if the qualifiedName has a prefix that is "xml" and the names…
/aoo4110/main/i18npool/source/defaultnumberingprovider/
H A Ddefaultnumberingprovider.cxx388 OUString prefix; in makeNumberingString() local
397 getPropertyByName(aProperties, "Prefix", sal_False) >>=prefix; in makeNumberingString()
424 if( !should_ignore(prefix) ) result += prefix; in makeNumberingString()
/aoo4110/main/qadevOOo/tests/java/ifc/sheet/
H A D_XSpreadsheets.java170 public String newName(String prefix) { in newName() argument
171 return prefix + uniqNumber; in newName()
/aoo4110/main/codemaker/source/commonjava/
H A Dcommonjava.cxx101 rtl::OString const & identifier, rtl::OString const & prefix) in translateUnoToJavaIdentifier() argument
154 rtl::OStringBuffer buf(prefix); in translateUnoToJavaIdentifier()
/aoo4110/main/lingucomponent/source/languageguessing/
H A Dsimpleguesser.cxx225 void SimpleGuesser::SetDBPath(const char* path, const char* prefix){ in SetDBPath() argument
229 h = special_textcat_Init(path, prefix); in SetDBPath()
/aoo4110/main/desktop/source/app/
H A Dofficeipcthread.cxx127 virtual bool next(rtl::OUString * argument, bool prefix) { in next() argument
130 if (prefix) { in next()
184 ByteString * arguments, char prefix, rtl::OUString const & argument) in addArgument() argument
194 *arguments += prefix; in addArgument()
/aoo4110/main/unoxml/source/dom/
H A Ddocumentfragment.hxx175 virtual void SAL_CALL setPrefix(const OUString& prefix) in setPrefix() argument
178 return CNode::setPrefix(prefix); in setPrefix()
H A Dentityreference.hxx177 virtual void SAL_CALL setPrefix(const OUString& prefix) in setPrefix() argument
180 return CNode::setPrefix(prefix); in setPrefix()
H A Dnotation.hxx185 virtual void SAL_CALL setPrefix(const OUString& prefix) in setPrefix() argument
188 return CNode::setPrefix(prefix); in setPrefix()
H A Dprocessinginstruction.hxx191 virtual void SAL_CALL setPrefix(const OUString& prefix) in setPrefix() argument
194 return CNode::setPrefix(prefix); in setPrefix()
H A Ddocumenttype.hxx213 virtual void SAL_CALL setPrefix(const OUString& prefix) in setPrefix() argument
216 return CNode::setPrefix(prefix); in setPrefix()
H A Dentity.hxx196 virtual void SAL_CALL setPrefix(const OUString& prefix) in setPrefix() argument
199 return CNode::setPrefix(prefix); in setPrefix()

Completed in 116 milliseconds

12345678910>>...12