Home
last modified time | relevance | path

Searched refs:pFileName (Results 1 – 25 of 45) sorted by last modified time

12

/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/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/sd/source/ui/func/
H A Dfuinsfil.cxx258 SFX_REQUEST_ARG (rReq, pFileName, SfxStringItem, ID_VAL_DUMMY0, sal_False); in DoExecute()
261 aFile = pFileName->GetValue (); in DoExecute()
/trunk/main/crashrep/source/win32/
H A Dsoreport.cpp2261 static string get_script_string( const char *pFileName, const char *pKeyName ) in get_script_string() argument
2263 FILE *fp = fopen( pFileName, "rt" ); in get_script_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 …]
/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/sfx2/source/appl/
H A Dappopen.cxx866 SFX_REQUEST_ARG( rReq, pFileName, SfxStringItem, SID_FILE_NAME, sal_False ); in OpenDocExec_Impl()
867 String aFileName = pFileName->GetValue(); in OpenDocExec_Impl()
/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/comphelper/inc/comphelper/
H A Dsequenceashashmap.hxx374 void dbg_dumpToFile(const char* pFileName, const char* pComment) const;
/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/unx/headless/
H A Dsvpprn.cxx842 const XubString* pFileName, in StartJob() argument
854 m_aFileName = pFileName ? *pFileName : String(); in StartJob()
H A Dsvpprn.hxx86 virtual sal_Bool StartJob( const XubString* pFileName,
/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/vcl/unx/generic/gdi/
H A Dsalprnpsp.cxx954 const XubString* pFileName, in StartJob() argument
966 m_aFileName = pFileName ? *pFileName : String(); in StartJob()
/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/vcl/os2/source/gdi/
H A Dsalprn.cxx1641 sal_Bool Os2SalPrinter::StartJob( const XubString* pFileName, in StartJob() argument
1658 if ( pFileName ) in StartJob()
1660 aDevOpenStruc.pszLogAddress = (PSZ)pFileName->GetBuffer(); in StartJob()
/trunk/main/vcl/inc/win/
H A Dsalprn.h108 virtual sal_Bool StartJob( const XubString* pFileName,
/trunk/main/vcl/inc/unx/
H A Dsalprn.h85 virtual sal_Bool StartJob( const XubString* pFileName,
/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/vcl/inc/os2/
H A Dsalprn.h127 virtual sal_Bool StartJob( const XubString* pFileName,
/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/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/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/sw/source/ui/inc/
H A Dconttree.hxx323 const String* pFileName = 0 );
/trunk/main/sw/source/filter/ww8/
H A Dwrtww8.cxx3541 const String* pFileName ) in Write() argument
3544 sal_uLong nRet = StgWriter::Write( rPaM, rMed, pFileName ); in Write()

Completed in 154 milliseconds

12