/aoo42x/main/migrationanalysis/src/driver_docs/sources/ |
H A D | CollectedFiles.cls | 52 cFileName As String * MAX_PATH 268 If Asc(WFD.cFileName) <> vbDot Then 276 If MatchSpec(WFD.cFileName, "*.doc") Then 277 path = sRoot & TrimNull(WFD.cFileName) 287 If MatchSpec(WFD.cFileName, "*.dot") Then 294 If MatchSpec(WFD.cFileName, "*.xls") Then 295 path = sRoot & TrimNull(WFD.cFileName) 305 If MatchSpec(WFD.cFileName, "*.xlt") Then 312 If MatchSpec(WFD.cFileName, "*.ppt") Then 313 path = sRoot & TrimNull(WFD.cFileName) [all …]
|
/aoo42x/main/migrationanalysis/src/wizard/ |
H A D | CollectedFiles.cls | 67 cFileName As String * MAX_PATH 317 sFileName = TrimNull(WFD.cFileName) 321 If (Asc(WFD.cFileName) <> vbDot) And bRecurse Then 332 If MatchSpec(WFD.cFileName, "*.doc") Then 348 If MatchSpec(WFD.cFileName, "*.dot") Then 359 If MatchSpec(WFD.cFileName, "*.xls") Then 361 If Not MatchSpec(WFD.cFileName, CEXCEL_DRIVER_FILE) Then 373 If MatchSpec(WFD.cFileName, "*.xlt") Then 384 If MatchSpec(WFD.cFileName, "*.ppt") Then 399 If MatchSpec(WFD.cFileName, "*.pot") Then
|
/aoo42x/main/sal/systools/win32/uwinapi/ |
H A D | GetLongPathName.cpp | 55 aFindFileData.cFileName[0] = 0; 67 aFindFileData.cFileName[0] = 0; 99 _tcscat( lpLongPath, aFindFileData.cFileName ); 103 dwResult += _tcslen( aFindFileData.cFileName ) + 1;
|
/aoo42x/main/l10ntools/source/ |
H A D | directory.cxx | 130 sprintf(szSubDir, "%s\\%s", dirname, FileData.cFileName); in readDirectory() 131 rtl::OString myfile( FileData.cFileName ); in readDirectory() 136 if ( (strcmp(FileData.cFileName, ".") != 0 ) && in readDirectory() 137 (strcmp(FileData.cFileName, "..") != 0 ) ) in readDirectory()
|
/aoo42x/main/sal/osl/w32/ |
H A D | file_dirvol.cxx | 454 if ( pDirectory->aFirstData.cFileName[0] ) in EnumDirectory() 458 pDirectory->aFirstData.cFileName[0] = 0; in EnumDirectory() 468 … = fSuccess && _tcscmp( TEXT("."), pFindData->cFileName ) != 0 && _tcscmp( TEXT(".."), pFindData->… in EnumDirectory() 965 …newFromStr( &pTmpFileName, reinterpret_cast<const sal_Unicode *>(pItemImpl->FindData.cFileName) ); in osl_getNextFileItem() 1117 pItemImpl->FindData.cFileName[iDst++] = strSysFilePath->buffer[iSrc++]; in osl_getDirectoryItem() 1722 …Str( &pStatus->ustrFileName, reinterpret_cast<const sal_Unicode*>(pItemImpl->FindData.cFileName) ); in osl_getFileStatus()
|
H A D | file_url.cxx | 513 …_tcscat( lpszPath, aFindFileData.cFileName[0] ? aFindFileData.cFileName : aFindFileData.cAlternate… in GetCaseCorrectPathNameEx()
|
/aoo42x/main/soltools/ldump/ |
H A D | ldump.cxx | 68 LibDump::LibDump( char *cFileName, int bExportByName ) in LibDump() argument 76 fprintf( stderr, "%s ", cFileName ); in LibDump() 84 CheckLibrary(cFileName); in LibDump()
|
H A D | ldump.hxx | 62 LibDump( char *cFileName, int bExportByName );
|
/aoo42x/main/desktop/win32/source/setup/ |
H A D | setup.cpp | 484 if ( ! IsPatchInstalled( pBaseDir, aFindFileData.cFileName ) ) in GetPatches() 485 AddFileToPatchList( pBaseDir, aFindFileData.cFileName ); in GetPatches() 489 if ( ! IsPatchInstalled( pBaseDir, aFindFileData.cFileName ) ) in GetPatches() 490 AddFileToPatchList( pBaseDir, aFindFileData.cFileName ); in GetPatches()
|
/aoo42x/main/desktop/source/app/ |
H A D | appsys.cxx | 55 aObj.insertName( String::CreateFromAscii( aData.cFileName ) ); in FATToVFat_Impl()
|
/aoo42x/main/codemaker/source/cunomaker/ |
H A D | cunotype.cxx | 179 OString cFileName = createFileNameFromType(outPath, m_typeName, ".c"); in dump() local 183 bFileExists = fileExists( cFileName ); in dump() 200 cFile.open(cFileName); in dump() 205 message += cFileName + " for writing"; in dump() 214 ret = checkFileContent(cFileName, tmpFileName); in dump()
|
/aoo42x/main/tools/source/fsys/ |
H A D | wntmsc.hxx | 61 #define d_name cFileName
|
H A D | wntmsc.cxx | 931 …if ( aUpperName != Upper_Impl( aEntry.cFileName ) && aUpperName != Upper_Impl( aEntry.cAlternateFi… in Update()
|
/aoo42x/main/setup_native/source/win32/customactions/shellextensions/ |
H A D | copyextensiondata.cxx | 105 std::_tstring sOxtFile = aFindFileData.cFileName; in copyExtensionData()
|
H A D | vistaspecial.cxx | 110 std::_tstring sFileName = aFindData.cFileName; in RemoveCompleteDirectory()
|
H A D | registerextensions.cxx | 244 std::_tstring sFileName = aFindData.cFileName; in RemoveCompleteDirectory()
|
H A D | checkrunningoffice.cxx | 205 std::_tstring sResourceFile = sResourceDir + aFindFileData.cFileName; in IsOfficeRunning()
|
/aoo42x/main/soltools/mkdepend/ |
H A D | collectdircontent.cxx | 28 string winFileName(FindFileData.cFileName); in add_to_collection()
|
/aoo42x/main/desktop/win32/source/rebase/ |
H A D | rebase.cxx | 136 …wcsncpy( szLibFilePath + len, aFindFileData.cFileName, sizeof(szLibFilePath)/sizeof(szLibFilePath[… in rebaseImagesInFolder()
|
/aoo42x/main/setup_native/source/win32/customactions/languagepacks/ |
H A D | checkrunningofficelanguagepack.cxx | 191 std::_tstring sResourceFile = sResourceDir + aFindFileData.cFileName; in IsOfficeRunning()
|
/aoo42x/main/setup_native/source/win32/customactions/rebase/ |
H A D | rebase.cxx | 138 std::string sFileName = aFindFileData.cFileName; in rebaseImagesInFolder()
|
/aoo42x/main/setup_native/source/win32/customactions/patch/ |
H A D | swappatchfiles.cxx | 695 std::_tstring sResourceFile = sResourceDir + aFindFileData.cFileName; in IsOfficeRunning()
|
/aoo42x/main/svtools/source/misc/ |
H A D | transfer.cxx | 999 strcpy( rFDesc1.cFileName, aStr.GetBuffer() ); in SetINetBookmark() 2187 ByteString aDesc( pFDesc->fgd[ 0 ].cFileName ); in GetINetBookmark()
|
/aoo42x/main/sot/source/base/ |
H A D | formats.cxx | 1383 ByteString sDesc( pFDesc->fgd[ 0 ].cFileName ); in CheckTransferableContext_Impl()
|