Home
last modified time | relevance | path

Searched refs:aFile (Results 251 – 263 of 263) sorted by path

1...<<11

/trunk/main/vcl/unx/generic/fontmanager/
H A DparseAFM.cxx1359 FileInputStream aFile( pFilename ); in parseFile() local
1379 code = parseGlobals(&aFile, (*fi)->gfi); in parseFile()
1393 if ((keyword = token(&aFile,tokenlen)) != NULL) in parseFile()
1414 code = parseCharWidths(&aFile, (*fi)->cwi); in parseFile()
1428 keyword = token(&aFile,tokenlen); in parseFile()
1443 keyword = token(&aFile,tokenlen); in parseFile()
1455 code = parseTrackKernData(&aFile, *fi); in parseFile()
1458 keyword = token(&aFile,tokenlen); in parseFile()
1470 code = parsePairKernData(&aFile, *fi); in parseFile()
1473 keyword = token(&aFile,tokenlen); in parseFile()
[all …]
/trunk/main/vcl/unx/generic/printer/
H A Dppdparser.cxx613 String aFile = rFile; in getParser() local
615 aFile = getPPDFile( rFile ); in getParser()
616 if( ! aFile.Len() ) in getParser()
625 if( (*it)->m_aFile == aFile ) in getParser()
629 if( aFile.CompareToAscii( "CUPS:", 5 ) != COMPARE_EQUAL ) in getParser()
630 pNewParser = new PPDParser( aFile ); in getParser()
636 … pNewParser = const_cast<PPDParser*>(static_cast<CUPSManager&>(rMgr).createCUPSParser( aFile )); in getParser()
H A Dprinterinfomanager.cxx254 INetURLObject aFile( *print_dir_it, INET_PROT_FILE, INetURLObject::ENCODE_ALL ); in initialize() local
255 aFile.Append( String( RTL_CONSTASCII_USTRINGPARAM( PRINT_FILENAME ) ) ); in initialize()
256 Config aConfig( aFile.PathToFileName() ); in initialize()
260 …fprintf( stderr, "found global defaults in %s\n", OUStringToOString( aFile.PathToFileName(), RTL_T… in initialize()
349 INetURLObject aFile( aDir ); in initialize() local
350 aFile.Append( String( RTL_CONSTASCII_USTRINGPARAM( PRINT_FILENAME ) ) ); in initialize()
361 FileBase::getFileURLFromSystemPath( aFile.PathToFileName(), aUniPath ); in initialize()
380 Config aConfig( aFile.PathToFileName() ); in initialize()
547 FileBase::getFileURLFromSystemPath( aFile.PathToFileName(), aPrinter.m_aFile ); in initialize()
/trunk/main/vcl/unx/generic/printergfx/
H A Dprinterjob.cxx102 rtl::OUString aFile = rName + rExtension; in CreateSpoolFile() local
104 nError = osl::File::getFileURLFromSystemPath( aFile, aFileURL ); in CreateSpoolFile()
/trunk/main/vos/source/
H A Dprocess.cxx442 ::osl::File aFile(aFileName); in init()
445 ::osl::FileBase::RC aErr = aFile.open(OpenFlag_Read); in init()
454 aErr = aFile.readLine(aSeq); in init()
464 aFile.close(); in init()
465 aFile.remove(aFileName); in init()
/trunk/main/xml2cmp/source/xcd/
H A Dcr_html.cxx51 : aFile(i_pOutputFileName, std::ios::out in HtmlCreator()
59 if ( !aFile ) in HtmlCreator()
68 aFile.close(); in ~HtmlCreator()
134 aFile.write( i_rElement.Data(), (int) nLen ); in Write_SglTextElement()
138 WriteName( aFile, sIdl_BaseDirectory, i_rElement.Data(), in Write_SglTextElement()
161 WriteName( aFile, sIdl_BaseDirectory, i_rElement.Data(i), i_rElement.LinkType() ); in Write_MultiTextElement()
H A Dcr_html.hxx83 { aFile.write( i_sStr, (int) strlen(i_sStr) ); } in WriteStr()
85 std::ofstream aFile; member in HtmlCreator
H A Dcr_metho.cxx61 std::ofstream aFile(i_pOutputFileName, std::ios::out in Create_AccessMethod() local
68 if ( !aFile ) in Create_AccessMethod()
74 aFile.write( C_sFileHeader1, (int) strlen(C_sFileHeader1) ); in Create_AccessMethod()
77 aFile.write( C_sFuncBegin, (int) strlen(C_sFuncBegin) ); in Create_AccessMethod()
83 case '"': aFile.write( "\\\"", 2); in Create_AccessMethod()
85 case '\n': aFile.write( "\\n", 2); in Create_AccessMethod()
86 aFile.write( sDescrLineChange, sDescrLen); in Create_AccessMethod()
88 case '\r': aFile.write( "\\r", 2); in Create_AccessMethod()
92 default: aFile.write( pTrans, 1); in Create_AccessMethod()
96 aFile.write( C_sFuncEnd, (int) strlen(C_sFuncEnd) ); in Create_AccessMethod()
[all …]
H A Dparse.cxx71 if ( ! LoadXmlFile( aFile, i_sFilename ) ) in LoadFile()
75 const char * pLastTag = strrchr(aFile.operator const char *(),'<'); in LoadFile()
90 text = aFile.operator const char *(); in Parse()
H A Dparse.hxx57 const char * PureText() const { return aFile.operator const char*(); } in PureText()
127 Buffer aFile; member in X2CParser
/trunk/main/xmlhelp/java/LuceneHelpWrapper/src/main/java/com/sun/star/help/
H A DHelpIndexer.java67 public static void addToZipRecursively( ZipOutputStream zos, File aFile, String aBasePath ) in addToZipRecursively() argument
70 helpindexer.addToZipRecursively( zos , aFile , aBasePath ); in addToZipRecursively()
73 static public boolean deleteRecursively( File aFile ) in deleteRecursively() argument
75 return helpindexer.deleteRecursively( aFile ); in deleteRecursively()
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Ddatabases.cxx1221 osl::File aFile( fileURL ); in cascadingStylesheet() local
1225 osl::FileBase::E_None == aFile.open( OpenFlag_Read ) && in cascadingStylesheet()
1232 aFile.read( m_pCustomCSSDoc,a,b ); in cascadingStylesheet()
1233 aFile.close(); in cascadingStylesheet()
1554 rtl::OUString aFile; in implGetFileFromPackage() local
1569 aFile = m_rDatabases.expandURL( aStrBuf.makeStringAndClear() ); in implGetFileFromPackage()
1572 if( m_xSFA->exists( aFile ) ) in implGetFileFromPackage()
1588 return aFile; in implGetFileFromPackage()
/trunk/main/xmlhelp/source/treeview/
H A Dtvread.cxx518 osl::File aFile( configData.vFileURL[j] ); in TVChildTarget() local
519 aFile.open( OpenFlag_Read ); in TVChildTarget()
520 aFile.read( s,len,ret ); in TVChildTarget()
521 aFile.close(); in TVChildTarget()

Completed in 112 milliseconds

1...<<11