Home
last modified time | relevance | path

Searched refs:pFileName (Results 1 – 25 of 45) sorted by relevance

12

/trunk/main/svx/source/dialog/
H A Dsendreportunx.cxx94 static string get_profile_string( const char *pFileName, const char *pSectionName, const char *pKey… in get_profile_string() argument
96 FILE *fp = fopen( pFileName, "r" ); in get_profile_string()
147 static bool get_profile_bool( const char *pFileName, const char *pSectionName, const char *pKeyName… in get_profile_bool() argument
149 string str = get_profile_string( pFileName, pSectionName, pKeyName ); in get_profile_bool()
156 static String get_profile_String( const char *pFileName, const char *pSectionName, const char *pKey… in get_profile_String() argument
158 string str = get_profile_string( pFileName, pSectionName, pKeyName ); in get_profile_String()
/trunk/main/desktop/win32/source/setup/
H A Dsetup.cpp259 boolean SetupAppX::GetProfileSection( LPCTSTR pFileName, LPCTSTR pSection, in GetProfileSection() argument
507 boolean SetupAppX::GetPathToFile( TCHAR* pFileName, TCHAR** pPath ) in GetPathToFile() argument
529 StringCchCat( pTempPath, nTempPath, pFileName ); in GetPathToFile()
561 StringCchCopy( m_pErrorText, MAX_TEXT_LENGTH, pFileName ); in GetPathToFile()
1519 LPTSTR pFileName = NULL; in GetCmdLineParameters() local
1558 m_pLogFile = _tfopen( pFileName, TEXT( "ab" ) ); in GetCmdLineParameters()
1560 m_pLogFile = _tfopen( pFileName, TEXT( "wb" ) ); in GetCmdLineParameters()
1562 delete [] pFileName; in GetCmdLineParameters()
1842 boolean SetupAppX::IsPatchInstalled( TCHAR* pBaseDir, TCHAR* pFileName ) in IsPatchInstalled() argument
1848 int nLen = lstrlen( pBaseDir ) + lstrlen( pFileName ) + 1; in IsPatchInstalled()
[all …]
H A Dsetup.hxx97 boolean GetPathToFile( TCHAR* pFileName, TCHAR **pPath );
101 boolean GetProfileSection( LPCTSTR pFileName, LPCTSTR pSection,
119 boolean IsPatchInstalled( TCHAR* pBaseDir, TCHAR* pFileName );
120 boolean InstallRuntimes( TCHAR* pProductCode, TCHAR* pFileName );
/trunk/main/ucb/source/ucp/ftp/
H A Dftpdirp.cxx591 const sal_Char *pFileName = p; in parseVMS() local
598 if (*p != '.' || p == pFileName || p - pFileName > 39) in parseVMS()
614 if (*p != ';' || p == pFileName || p - pFileName > 39) in parseVMS()
629 setPath (rEntry.m_aName, pFileName, (pFileType - pFileName)); in parseVMS()
634 setPath (rEntry.m_aName, pFileName, (p - pFileName)); in parseVMS()
/trunk/main/sw/source/core/except/
H A Derrhdl.cxx56 void AssertFail( const sal_Char* pError, const sal_Char* pFileName, sal_uInt16 nLine ) in AssertFail() argument
67 aErr += pFileName; in AssertFail()
104 void AssertFail( sal_uInt16 nErrorId, const sal_Char* pFileName, sal_uInt16 nLine ) in AssertFail() argument
128 AssertFail( pMsg, pFileName, nLine ); in AssertFail()
/trunk/main/sdext/source/pdfimport/test/
H A Dpdfunzip.cxx70 FileEmitContext( const char* pFileName, const char* pOrigName, const PDFContainer* pTop );
79 FileEmitContext::FileEmitContext( const char* pFileName, const char* pOrigName, const PDFContainer*… in FileEmitContext() argument
85 OUString aSysFile( OStringToOUString( OString( pFileName ), osl_getThreadTextEncoding() ) ); in FileEmitContext()
89 fprintf( stderr, "filename conversion \"%s\" failed\n", pFileName ); in FileEmitContext()
97 fprintf( stderr, "could not truncate %s\n", pFileName ); in FileEmitContext()
105 fprintf( stderr, "could not open %s\n", pFileName ); in FileEmitContext()
/trunk/main/ucb/source/ucp/odma/
H A Dodma_provider.cxx526 sal_Char *pFileName = new sal_Char[ODM_FILENAME_MAX]; in openDoc() local
529 …NODMOpenDoc(getHandle(), dwFlag, const_cast<sal_Char*>(_rProp->m_sDocumentId.getStr()), pFileName); in openDoc()
534 …Handle(), dwFlag, const_cast<sal_Char*>(_rProp->m_sDocumentId.getStr()), pFileName) != ODM_SUCCESS) in openDoc()
538 …::osl::FileBase::getFileURLFromSystemPath(::rtl::OStringToOUString(rtl::OString(pFileName),RTL_TEX… in openDoc()
543 delete [] pFileName; in openDoc()
547 delete [] pFileName; in openDoc()
/trunk/main/vcl/win/source/gdi/
H A Dsalprn.cxx1959 sal_Bool WinSalPrinter::StartJob( const XubString* pFileName, in StartJob() argument
2077 …if( mpInfoPrinter->maPortName.EqualsIgnoreCaseAscii( "FILE:" ) && !(pFileName && pFileName->Len())… in StartJob()
2117 if ( pFileName || aOutFileName.getLength() ) in StartJob()
2119 if ( (pFileName && pFileName->Len()) || aOutFileName.getLength() ) in StartJob()
2121 …aInfo.lpszOutput = (LPWSTR)( (pFileName && pFileName->Len()) ? pFileName->GetBuffer() : aOutFileNa… in StartJob()
2152 if ( pFileName || aOutFileName.getLength() ) in StartJob()
2154 if ( pFileName->Len() || aOutFileName.getLength() ) in StartJob()
2156 …aFileName = ImplSalGetWinAnsiString( pFileName ? *pFileName : static_cast<const XubString>(aOutFil… in StartJob()
/trunk/main/sdext/source/pdfimport/
H A Dfilterdet.cxx137 const char pFileName[] = "%FILENAME"; in initControls() local
139 aLabel.indexOfAsciiL(pFileName,sizeof(pFileName)/sizeof(*pFileName)-1), in initControls()
140 sizeof(pFileName)/sizeof(*pFileName)-1, in initControls()
/trunk/main/setup_native/source/win32/customactions/relnotes/
H A Drelnotes.cxx85 UINT ShowReleaseNotes( TCHAR* pFileName, TCHAR* pFilePath ) in ShowReleaseNotes() argument
95 if ( FAILED( StringCchCat( sFullPath, MAX_PATH, pFileName ) ) ) in ShowReleaseNotes()
97 …putDebugStringFormat( TEXT("DEBUG: ShowReleaseNotes: Could not append filename [%s]"), pFileName ); in ShowReleaseNotes()
/trunk/main/tools/source/generic/
H A Dconfig.cxx207 static String ImplMakeConfigName( const XubString* pFileName, in ImplMakeConfigName() argument
212 if ( pFileName ) in ImplMakeConfigName()
216 aFileName += *pFileName; in ImplMakeConfigName()
219 aFileName = *pFileName; in ImplMakeConfigName()
237 else if( pPathName && pFileName && pFileName->Len() ) in ImplMakeConfigName()
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx205 const char* pFileName = rNativeFileName.getStr(); in FindFontFile() local
207 FontFileList::const_iterator it = rFontFileList.find( pFileName ); in FindFontFile()
213 pFileName = pFontFile->maNativeFileName.getStr(); in FindFontFile()
214 rFontFileList[ pFileName ] = pFontFile; in FindFontFile()
224 const char* pFileName = maNativeFileName.getStr(); in Map() local
226 int nFile = open( pFileName, O_RDONLY ); in Map()
239 void* pFileDesc = ::CreateFile( pFileName, GENERIC_READ, FILE_SHARE_READ, in Map()
249 FILE* pFile = fopen( pFileName, "rb" ); in Map()
254 stat( pFileName, &aStat ); in Map()
/trunk/main/comphelper/source/misc/
H A Dsequenceashashmap.cxx343 void SequenceAsHashMap::dbg_dumpToFile(const char* pFileName, in dbg_dumpToFile() argument
346 if (!pFileName || !pComment) in dbg_dumpToFile()
349 FILE* pFile = fopen(pFileName, "a"); in dbg_dumpToFile()
/trunk/main/crashrep/source/unx/
H A Dmain.cxx698 static string get_script_string( const char *pFileName, const char *pKeyName ) in get_script_string() argument
700 FILE *fp = fopen( pFileName, "r" ); in get_script_string()
747 static string get_profile_string( const char *pFileName, const char *pSectionName, const char *pKey… in get_profile_string() argument
749 FILE *fp = fopen( pFileName, "r" ); in get_profile_string()
/trunk/main/vcl/inc/
H A Dsalprn.hxx109 virtual sal_Bool StartJob( const String* pFileName,
119 virtual sal_Bool StartJob( const String* pFileName,
/trunk/main/sdext/source/pdfimport/xpdfwrapper/
H A Dwrapper_gpl.cxx93 GooString* pFileName = new GooString(argv[1]); in main() local
118 PDFDoc aDoc( pFileName, in main()
/trunk/main/sw/source/filter/xml/
H A Dwrtxml.cxx512 const String* pFileName ) in Write() argument
515 ? ((StgWriter *)this)->Write( rPaM, rMed.GetOutputStorage(), pFileName, &rMed ) in Write()
516 : ((Writer *)this)->Write( rPaM, *rMed.GetOutStream(), pFileName ); in Write()
/trunk/main/vcl/unx/generic/printer/
H A Dcupsmgr.cxx94 const char* pFileName, in cupsPrintFile() argument
98 { return m_pcupsPrintFile( pPrinter, pFileName, pTitle, nOptions, pOptions ); } in cupsPrintFile()
111 ppd_file_t* ppdOpenFile( const char* pFileName ) in ppdOpenFile() argument
112 { return m_pppdOpenFile( pFileName ); } in ppdOpenFile()
/trunk/main/sdext/source/pdfimport/pdfparse/
H A Dpdfparse.cxx602 PDFEntry* PDFReader::read( const char* pFileName ) in read() argument
614 FILE* fp = fopen( pFileName, "rb" ); in read()
631 file_iterator<> file_start( pFileName ); in read()
/trunk/main/sw/source/ui/utlui/
H A Dglbltree.cxx797 void SwGlobalTree::InsertRegion( const SwGlblDocContent* pCont, const String* pFileName ) in InsertRegion() argument
800 if ( !pFileName ) in InsertRegion()
809 else if ( pFileName->Len() ) in InsertRegion()
813 aFileName.SetSmartURL( *pFileName ); in InsertRegion()
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontconfig.cxx222 FcBool FcConfigAppFontAddFile( FcConfig* pConfig, const FcChar8* pFileName ) in FcConfigAppFontAddFile() argument
223 { return m_pFcConfigAppFontAddFile( pConfig, pFileName ); } in FcConfigAppFontAddFile()
226 FcBool FcConfigParseAndLoad( FcConfig* pConfig, const FcChar8* pFileName, FcBool bComplain ) in FcConfigParseAndLoad() argument
227 { return m_pFcConfigParseAndLoad( pConfig, pFileName, bComplain ); } in FcConfigParseAndLoad()
/trunk/main/vcl/unx/headless/
H A Dsvpprn.cxx842 const XubString* pFileName, in StartJob() argument
854 m_aFileName = pFileName ? *pFileName : String(); in StartJob()
/trunk/main/rsc/source/parser/
H A Drscdb.cxx392 sal_uInt32 RscTypCont :: PutSysName( sal_uInt32 nRscTyp, char * pFileName, in PutSysName() argument
403 if( !strcmp( pSysEntry->aFileName.GetBuffer(), pFileName ) ) in PutSysName()
418 pSysEntry->aFileName = (const char*)pFileName; in PutSysName()
/trunk/main/sal/inc/rtl/
H A Dstring.hxx976 inline void DbgOut( const rtl::OString& rMessage, sal_uInt16 nOutType, const sal_Char* pFileName, s… in DbgOut() argument
977 { DbgOut( rMessage.getStr(), nOutType, pFileName, nLineNum); } in DbgOut()
/trunk/main/sw/source/filter/writer/
H A Dwriter.cxx335 sal_uLong Writer::Write( SwPaM& rPam, SfxMedium& rMed, const String* pFileName ) in Write() argument
339 return Write( rPam, *rMed.GetOutStream(), pFileName ); in Write()

Completed in 157 milliseconds

12