Searched refs:parseFile (Results 1 – 8 of 8) sorted by relevance
/trunk/main/configmgr/source/ |
H A D | components.cxx | 566 FileParser * parseFile, rtl::OUString const & url, int layer, Data & data, in parseFileLeniently() argument 570 OSL_ASSERT(parseFile != 0); in parseFileLeniently() 572 (*parseFile)(url, layer, data, partial, modifications, additions); in parseFileLeniently() 586 int layer, rtl::OUString const & extension, FileParser * parseFile, in parseFiles() argument 629 parseFiles(layer, extension, parseFile, stat.getFileURL(), true); in parseFiles() 637 parseFile, stat.getFileURL(), layer, data_, 0, 0, 0); in parseFiles() 652 int layer, FileParser * parseFile, rtl::OUString const & urls, in parseFileList() argument 664 parseFileLeniently(parseFile, url, layer, data_, 0, 0, adds); in parseFileList()
|
H A D | components.hxx | 126 FileParser * parseFile, rtl::OUString const & url, int layer, 131 int layer, rtl::OUString const & extension, FileParser * parseFile, 135 int layer, FileParser * parseFile, rtl::OUString const & urls,
|
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/actions/ |
H A D | ParcelDescriptorParserSupport.java | 52 private synchronized void parseFile() in parseFile() method in ParcelDescriptorParserSupport 80 parseFile(); in getScriptElements() 102 parseFile(); in fileChanged()
|
/trunk/main/xmlsecurity/tools/uno/ |
H A D | TestTool.java | 486 parseFile(f); in openDocument() 795 private void parseFile(File name) in parseFile() method in TestTool 915 parseFile(new File(fileName)); in runBatch() 1380 tt.parseFile(new File(fileName)); in main()
|
/trunk/main/xmlsecurity/tools/demo/ |
H A D | performance.cxx | 331 rtl::OUString parseFile( 455 rtl::OUString XSecTester::parseFile( in parseFile() function in XSecTester 673 ouMessage += parseFile(inputFileName, outputFileName, sal_True, isJavaBased); in export_xml() 691 ouMessage += parseFile(inputFileName, outputFileName, sal_False, isJavaBased); in import_xml()
|
/trunk/main/vcl/unx/generic/fontmanager/ |
H A D | parseAFM.hxx | 331 int parseFile( const char* pFilename, FontInfo **fi, FLAGS flags );
|
H A D | parseAFM.cxx | 1357 int parseFile( const char* pFilename, FontInfo** fi, FLAGS flags) in parseFile() function
|
H A D | fontmanager.cxx | 758 parseFile( rFileName.getStr(), &pInfo, P_ALL ); in readAfmMetrics()
|
Completed in 485 milliseconds