Home
last modified time | relevance | path

Searched refs:pFile (Results 1 – 25 of 79) sorted by last modified time

1234

/trunk/main/basic/source/comp/
H A Dsbcomp.cxx152 FILE* pFile = fopen( pIniFileName ,"rb" ); in lcl_ReadIniFile() local
153 if( pFile == NULL ) in lcl_ReadIniFile()
156 size_t nRead = fread( Buffer, 1, BUF_SIZE, pFile ); in lcl_ReadIniFile()
234 fclose( pFile ); in lcl_ReadIniFile()
/trunk/main/sfx2/inc/sfx2/
H A Dlinkmgr.hxx107 String* pFile = 0,
/trunk/main/sfx2/source/appl/
H A Dlinkmgr2.cxx223 String* pFile, in GetDisplayNames() argument
241 if( pFile ) in GetDisplayNames()
242 *pFile = sFile; in GetDisplayNames()
268 if( pFile ) in GetDisplayNames()
269 *pFile = sTopic; in GetDisplayNames()
H A Dappopen.cxx300 SfxMedium* pFile // Medium that needs a password (if necessary) in CheckPasswd_Impl() argument
312 if( ( !pFile->GetFilter() || pFile->IsStorage() ) ) in CheckPasswd_Impl()
314 uno::Reference< embed::XStorage > xStorage = pFile->GetStorage( sal_True ); in CheckPasswd_Impl()
336 Window* pWin = pDoc ? pDoc->GetDialogParent( pFile ) : NULL; in CheckPasswd_Impl()
342 SfxItemSet *pSet = pFile->GetItemSet(); in CheckPasswd_Impl()
345 …ence< ::com::sun::star::task::XInteractionHandler > xInteractionHandler = pFile->GetInteractionHan… in CheckPasswd_Impl()
359 …::rtl::OUString aDocumentName = INetURLObject( pFile->GetOrigURL() ).GetMainURL( INetURLObject::DE… in CheckPasswd_Impl()
375 pFile->GetVersionList(); in CheckPasswd_Impl()
/trunk/main/l10ntools/source/
H A Dexport.cxx250 FILE *pFile = fopen( sFileName.GetBuffer(), "r" ); in GetNextFile() local
251 if ( !pFile ) in GetNextFile()
255 pTempFile = pFile; in GetNextFile()
279 return pFile; in GetNextFile()
H A Dxrmlex.l200 FILE *pFile;
223 pFile = GetXrmFile();
226 if ( !pFile )
229 yyin = pFile;
H A Dsrclex.l239 FILE *pFile;
240 pFile = GetNextFile();
241 if ( pFile ) {
242 yyin = pFile;
279 FILE *pFile;
304 pFile = GetNextFile();
305 if ( !pFile )
308 yyin = pFile;
H A Dcfglex.l189 FILE *pFile;
214 pFile = GetCfgFile();
216 if ( !pFile )
219 yyin = pFile;
/trunk/main/desktop/win32/source/setup/
H A Dsetup.cpp441 void SetupAppX::AddFileToPatchList( TCHAR* pPath, TCHAR* pFile ) in AddFileToPatchList() argument
452 StringCchCat( m_pPatchFiles, MAX_STR_LENGTH, pFile ); in AddFileToPatchList()
/trunk/main/sot/source/sdstor/
H A Ducbstorage.cxx3335 if ( !pFile )
3340 if ( pFile->Tell() < 4 )
3343 pFile->Seek(0);
3345 *pFile >> nBytes;
3360 pFile->Seek( nPos );
3366 if ( !pFile )
3371 if ( !pFile->Tell() )
3374 pFile->Seek(0);
3376 *pFile >> nBytes;
3382 *pFile >> nBytes;
[all …]
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Durlparameter.cxx848 osl::File *pFile = (osl::File*)context; in fileRead() local
849 if (pFile) in fileRead()
852 if (osl::FileBase::E_None == pFile->read(buffer, len, uRead)) in fileRead()
867 osl::File *pFile = (osl::File*)context; in fileClose() local
868 if (pFile) in fileClose()
870 pFile->close(); in fileClose()
871 delete pFile; in fileClose()
H A Dresultsetforquery.cxx140 FILE* pFile = fopen( "d:\\resultset_out.txt", "w" ); in ResultSetForQuery() local
235 if( pFile ) in ResultSetForQuery()
238 … fprintf( pFile, "Dir %d, Query %d, Item: score=%f, URL=%s\n", iDir, i, fScore, tmp.getStr() ); in ResultSetForQuery()
285 if( pFile ) in ResultSetForQuery()
288 …fprintf( pFile, "Combine: Query %d (first pass), Item %d: score=%f (%f), URL=%s\n", n, i, aItemCop… in ResultSetForQuery()
302 if( pFile ) in ResultSetForQuery()
305 fprintf( pFile, "Combine: Query %d, Item %d: score=%f + %f = %f, URL=%s\n", n, i, in ResultSetForQuery()
346 if( pFile ) in ResultSetForQuery()
353 fprintf( pFile, "Vector %d, %d elements\n", k, nItemCount ); in ResultSetForQuery()
359 …fprintf( pFile, " Item_vector%d, %d/%d: score=%f, URL=%s\n", k, i, nItemCount, rItem.m_fScore, … in ResultSetForQuery()
[all …]
/trunk/main/winaccessibility/source/service/
H A DAccObjectWinManager.cxx124 fclose( pFile ); in ~AccObjectWinManager()
/trunk/main/vcl/unx/headless/
H A Dsvppspgraphics.cxx1042 void* pFile = mmap( NULL, aStat.st_size, PROT_READ, MAP_SHARED, fd, 0 ); in DoGetEmbedFontData() local
1044 if( pFile == MAP_FAILED ) in DoGetEmbedFontData()
1061 const bool bPFA = ((*(unsigned char*)pFile) < 0x80); in DoGetEmbedFontData()
1069 return pFile; in DoGetEmbedFontData()
/trunk/main/vcl/unx/generic/printergfx/
H A Dprinterjob.cxx100 osl::File* pFile = NULL; in CreateSpoolFile() local
109 pFile = new osl::File (aFileURL); in CreateSpoolFile()
113 delete pFile; in CreateSpoolFile()
117 pFile->setAttributes (aFileURL, in CreateSpoolFile()
119 return pFile; in CreateSpoolFile()
876 WritePS (pFile, "%%EndPageSetup\n"); in writePageSetup()
910 WritePS (pFile, pTranslate); in writePageSetup()
941 WritePS( pFile, in writeJobPatch()
961 WritePS( pFile, "%%BeginProlog\n" ); in writeProlog()
964 writeJobPatch( pFile, rJobData ); in writeProlog()
[all …]
H A Dpsputil.cxx155 WritePS (osl::File* pFile, const sal_Char* pString) in WritePS() argument
160 if (nInLength > 0 && pFile) in WritePS()
161 pFile->write (pString, nInLength, nOutLength); in WritePS()
167 WritePS (osl::File* pFile, const sal_Char* pString, sal_uInt64 nInLength) in WritePS() argument
171 if (nInLength > 0 && pFile) in WritePS()
172 pFile->write (pString, nInLength, nOutLength); in WritePS()
178 WritePS (osl::File* pFile, const rtl::OString &rString) in WritePS() argument
183 if (nInLength > 0 && pFile) in WritePS()
184 pFile->write( rString.getStr(), nInLength, nOutLength); in WritePS()
190 WritePS (osl::File* pFile, const rtl::OUString &rString) in WritePS() argument
[all …]
H A Dpsputil.hxx50 sal_Bool WritePS (osl::File* pFile, const sal_Char* pString);
51 sal_Bool WritePS (osl::File* pFile, const sal_Char* pString, sal_uInt64 nInLength);
52 sal_Bool WritePS (osl::File* pFile, const rtl::OString &rString);
53 sal_Bool WritePS (osl::File* pFile, const rtl::OUString &rString);
H A Dtext_gfx.cxx790 PrinterGfx::writeResources( osl::File* pFile, std::list< rtl::OString >& rSuppliedFonts, std::list<… in writeResources() argument
807 WritePS (pFile, "%%BeginResource: font "); in writeResources()
808 WritePS (pFile, aPostScriptName.getStr()); in writeResources()
809 WritePS (pFile, "\n"); in writeResources()
814 convertPfbToPfa (aFontFile, *pFile); in writeResources()
817 pFile->setPos(osl_Pos_Current, -1); in writeResources()
820 pFile->read((void *)(&lastchar), uBytes, uBytes); in writeResources()
822 WritePS (pFile, "\n"); in writeResources()
824 WritePS (pFile, "%%EndResource\n"); in writeResources()
834 aIter->PSUploadFont (*pFile, *this, mbUploadPS42Fonts ? true : false, rSuppliedFonts ); in writeResources()
[all …]
H A Dbitmap_gfx.cxx76 HexEncoder (osl::File* pFile);
83 HexEncoder::HexEncoder (osl::File* pFile) : in HexEncoder() argument
84 mpFile (pFile), in HexEncoder()
152 Ascii85Encoder (osl::File* pFile);
158 Ascii85Encoder::Ascii85Encoder (osl::File* pFile) : in Ascii85Encoder() argument
159 mpFile (pFile), in Ascii85Encoder()
/trunk/main/vcl/unx/generic/printer/
H A Dcupsmgr.cxx69 ppd_file_t* (*m_pppdOpenFile)(const char* pFile);
899 int CUPSManager::endSpool( const OUString& rPrintername, const OUString& rJobTitle, FILE* pFile, co… in endSpool() argument
916 … return PrinterInfoManager::endSpool( rPrintername, rJobTitle, pFile, rDocumentJobData, bBanner ); in endSpool()
920 std::hash_map< FILE*, OString, FPtrHash >::const_iterator it = m_aSpoolFiles.find( pFile ); in endSpool()
923 fclose( pFile ); in endSpool()
954 m_aSpoolFiles.erase( pFile ); in endSpool()
H A Dprinterinfomanager.cxx1115 …l( const OUString& /*rPrintername*/, const OUString& /*rJobTitle*/, FILE* pFile, const JobData& /*… in endSpool() argument
1117 return (0 == pclose( pFile )); in endSpool()
/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx1148 void* pFile = mmap( NULL, aStat.st_size, PROT_READ, MAP_SHARED, fd, 0 ); in DoGetEmbedFontData() local
1150 if( pFile == MAP_FAILED ) in DoGetEmbedFontData()
1167 const bool bPFA = ((*(unsigned char*)pFile) < 0x80); in DoGetEmbedFontData()
1175 return pFile; in DoGetEmbedFontData()
H A Dsalprnpsp.cxx1324 oslFileHandle pFile = NULL; in StartJob() local
1325 osl_openFile( aPDFFiles[i].maTmpURL.pData, &pFile, osl_File_OpenFlag_Read ); in StartJob()
1326 if( pFile ) in StartJob()
1328 osl_setFilePos( pFile, osl_Pos_Absolut, 0 ); in StartJob()
1343 osl_readFile( pFile, &buffer[0], buffer.size(), &nBytesRead ); in StartJob()
1358 osl_closeFile( pFile ); in StartJob()
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx249 FILE* pFile = fopen( pFileName, "rb" ); in Map() local
250 if( !pFile ) in Map()
257 if( mnFileSize != fread( mpFileMap, 1, mnFileSize, pFile ) ) in Map()
262 fclose( pFile ); in Map()
/trunk/main/vcl/inc/vcl/
H A Dprinterinfomanager.hxx221 … const rtl::OUString& rPrinterName, const rtl::OUString& rJobTitle, FILE* pFile, const JobData& rD…

Completed in 168 milliseconds

1234