Home
last modified time | relevance | path

Searched refs:pFile (Results 26 – 50 of 79) sorted by relevance

1234

/trunk/main/sfx2/source/appl/
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()
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()
/trunk/main/vcl/unx/generic/printergfx/
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/ucb/source/ucp/gio/
H A Dgio_datasupplier.cxx57 GFile *pFile = mxContent->getGFile(); in getData() local
59 GFileEnumerator* pEnumerator = g_file_enumerate_children(pFile, "*", in getData()
119 GFile *pFile = mxContent->getGFile(); in queryContentIdentifierString() local
120 char* parent = g_file_get_uri(pFile); in queryContentIdentifierString()
H A Dgio_content.cxx127 if (GFile* pFile = g_file_get_parent(getGFile())) in getParentURL() local
129 char* pPath = g_file_get_uri(pFile); in getParentURL()
130 g_object_unref(pFile); in getParentURL()
316 GError *Mount(GFile *pFile);
332 GError *MountOperation::Mount(GFile *pFile) in Mount() argument
334 …g_file_mount_enclosing_volume(pFile, G_MOUNT_MOUNT_NONE, mpAuthentication, NULL, MountOperation::C… in Mount()
781 GFile *pFile = getGFile(); in doSetFileInfo() local
782 if(!g_file_set_attributes_from_info(pFile, pNewInfo, G_FILE_QUERY_INFO_NONE, NULL, NULL)) in doSetFileInfo()
/trunk/main/l10ntools/source/
H A Dxrmmerge.cxx208 FILE *pFile = 0; in GetXrmFile() local
217 pFile = fopen( ByteString( sTempFile , RTL_TEXTENCODING_ASCII_US ).GetBuffer(), "r" ); in GetXrmFile()
221 pFile = fopen( sInputFileName.GetBuffer(), "r" ); in GetXrmFile()
224 if ( !pFile ){ in GetXrmFile()
245 return pFile; in GetXrmFile()
H A Dcfgmerge.cxx218 FILE *pFile = 0; in GetCfgFile() local
227 pFile = fopen( ByteString( sTempFile , RTL_TEXTENCODING_ASCII_US ).GetBuffer(), "r" ); in GetCfgFile()
231 pFile = fopen( sInputFileName.GetBuffer(), "r" ); in GetCfgFile()
234 if ( !pFile ){ in GetCfgFile()
257 return pFile; in GetCfgFile()
/trunk/main/framework/inc/macros/debug/
H A Dlogmechanism.hxx59 FILE* pFile = fopen( _swriteLogfileFileName.getStr(), "a" ); \ in writeToLogFile() local
60 … fprintf( pFile, "%s", _swriteLogfileText.getStr() ); \ in writeToLogFile()
61 … fclose ( pFile ); \ in writeToLogFile()
/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()
/trunk/main/autodoc/source/tools/
H A Dfilecoll.cxx89 FILE * pFile = fopen( i_sFilePath, "r" ); in AddFile() local
90 if ( pFile == 0 ) in AddFile()
98 fclose(pFile); in AddFile()
/trunk/main/comphelper/source/misc/
H A Dsequenceashashmap.cxx349 FILE* pFile = fopen(pFileName, "a"); in dbg_dumpToFile() local
350 if (!pFile) in dbg_dumpToFile()
391 …fprintf(pFile, ::rtl::OUStringToOString(sBuffer.makeStringAndClear(), RTL_TEXTENCODING_UTF8).getSt… in dbg_dumpToFile()
392 fclose(pFile); in dbg_dumpToFile()
/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()
/trunk/main/vcl/unx/generic/gdi/
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/sfx2/source/bastyp/
H A Dhelper.cxx313 OUString* pFile = new OUString( aId ); in GetFolderContents() local
314 pFiles->Insert( pFile, LIST_APPEND ); in GetFolderContents()
339 OUString* pFile = pFiles->GetObject(i); in GetFolderContents() local
340 pRet[i] = *( pFile ); in GetFolderContents()
341 delete pFile; in GetFolderContents()
/trunk/main/sw/source/ui/chrdlg/
H A Dchardlg.cxx332 static const sal_Char* pFile = "file:"; in FillItemSet() local
333 sal_Int32 nLength = ((sal_Int32)sizeof(pFile)-1); in FillItemSet()
334 if( sURL.copy(0, nLength ).equalsAsciiL( pFile, nLength )) in FillItemSet()
/trunk/main/sdext/source/pdfimport/pdfparse/
H A Dpdfparse.cxx303 PDFFile* pFile = new PDFFile(); in haveFile() local
304 pFile->m_nMinor = m_aUIntStack.back(); in haveFile()
306 pFile->m_nMajor = m_aUIntStack.back(); in haveFile()
308 m_aObjectStack.push_back( pFile ); in haveFile()
/trunk/main/sfx2/source/inc/
H A Dpreview.hxx47 void SetGDIFile( ::boost::shared_ptr<GDIMetaFile> pFile );
64 const Rectangle& rRect, GDIMetaFile* pFile, Window* pWindow );
/trunk/main/unotools/source/ucbhelper/
H A Ducbhelper.cxx347 OUString* pFile = new OUString( aId ); in GetFolderContents() local
348 pFiles->Insert( pFile, LIST_APPEND ); in GetFolderContents()
370 OUString* pFile = pFiles->GetObject(i); in GetFolderContents() local
371 pRet[i] = *( pFile ); in GetFolderContents()
372 delete pFile; in GetFolderContents()
/trunk/main/fileaccess/source/
H A DFileAccess.cxx596 rtl::OUString* pFile = new rtl::OUString( aURL.GetMainURL( INetURLObject::NO_DECODE ) ); in DECLARE_LIST() local
597 pFiles->Insert( pFile, LIST_APPEND ); in DECLARE_LIST()
608 rtl::OUString* pFile = pFiles->GetObject(i); in DECLARE_LIST() local
609 pRet[i] = *( pFile ); in DECLARE_LIST()
610 delete pFile; in DECLARE_LIST()
/trunk/main/sd/source/ui/inc/
H A Ddocprev.hxx56 static void CalcSizeAndPos( GDIMetaFile* pFile, Size& rSize, Point& rPoint );
57 void ImpPaint( GDIMetaFile* pFile, OutputDevice* pVDev );
/trunk/main/sal/qa/rtl/bootstrap/
H A Drtl_Bootstrap.cxx822 ::std::auto_ptr<osl::File> pFile( new osl::File( _suFileURL ) ); in removeAndCreateFile()
823 ::osl::FileBase::RC nError = pFile->open( OpenFlag_Write | OpenFlag_Create ); in removeAndCreateFile()
828 pFile->write(_sContent.getStr(), _sContent.getLength(), nWritenBytes); in removeAndCreateFile()
835 pFile->close(); in removeAndCreateFile()
/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/source/control/
H A Dbindings.cxx1827 sal_uInt16 SfxBindings::EnterRegistrations(const char *pFile, int nLine) in EnterRegistrations() argument
1829 (void)pFile; in EnterRegistrations()
1840 if(pFile) { in EnterRegistrations()
1842 aMsg += pFile; in EnterRegistrations()
1884 void SfxBindings::LeaveRegistrations( sal_uInt16 nLevel, const char *pFile, int nLine ) in LeaveRegistrations() argument
1887 (void)pFile; in LeaveRegistrations()
1968 if(pFile) { in LeaveRegistrations()
1970 aMsg += pFile; in LeaveRegistrations()
/trunk/main/embedserv/source/inprocserv/
H A Dinprocembobj.cxx44 … HANDLE pFile = CreateFileA( "h:\\inproc.log", GENERIC_WRITE, 0, NULL, OPEN_ALWAYS, 0, NULL ); in WriteDebugInfo() local
45 if ( pFile ) in WriteDebugInfo()
48 SetFilePointer( pFile, 0, 0, FILE_END ); in WriteDebugInfo()
49 WriteFile( pFile, pNumber, 11, &dwWritten, NULL ); in WriteDebugInfo()
50 WriteFile( pFile, pString, nToWrite - 1, &dwWritten, NULL ); in WriteDebugInfo()
51 CloseHandle( pFile ); in WriteDebugInfo()
/trunk/main/rsc/source/parser/
H A Drscdb.cxx461 RscFile * pFile; in WriteInc() local
471 pFile = aFileTab.GetFile( pDep->GetFileKey() ); in WriteInc()
472 if( pFile ) in WriteInc()
476 pFile->aFileName.GetBuffer() ); in WriteInc()

Completed in 187 milliseconds

1234