Home
last modified time | relevance | path

Searched refs:RC (Results 26 – 50 of 126) sorted by relevance

123456

/trunk/main/solenv/inc/
H A Dos2.mk99 RC=rc macro
227 RC=rc macro
308 RC=rc macro
/trunk/main/ucb/source/ucp/file/
H A Dfilglob.hxx86 extern osl::FileBase::RC osl_File_copy( const rtl::OUString& strPath,
97 extern osl::FileBase::RC osl_File_move( const rtl::OUString& strPath,
H A Dfilinpstr.cxx52 osl::FileBase::RC err = m_aFile.open( nFlags ); in XInputStream_impl()
213 osl::FileBase::RC err = m_aFile.close(); in closeInput()
H A Dfilstr.cxx112 osl::FileBase::RC err = m_aFile.open( nFlags ); in XTYPEPROVIDER_IMPL_7()
297 osl::FileBase::RC err = m_aFile.close(); in closeStream()
/trunk/main/sal/qa/osl/file/
H A Dtest_cpy_wrt_file.cxx57 FileBase::RC err = File::copy(src_url, dest_url); in TEST_F()
80 FileBase::RC err = tmp_file.open(osl_File_OpenFlag_Write | osl_File_OpenFlag_Create); in TEST_F()
/trunk/main/filter/source/placeware/
H A Dexporter.cxx124 osl::File::RC nRC = rSourceFile.setPos( osl_Pos_End, 0 ); in encodeFile()
273 osl::File::RC nRC; in createSlideFile()
317 osl::File::RC nRC; in doExport()
H A Dzip.cxx50 static osl::File::RC putC( unsigned char c, osl::File& rFile ) in putC()
53 osl::File::RC nRC = rFile.write( &c, 1, nBytesWritten ); in putC()
/trunk/main/desktop/source/migration/services/
H A Doo3extensionmigration.cxx123 ::osl::FileBase::RC OO3ExtensionMigration::checkAndCreateDirectory( INetURLObject& rDirURL ) in checkAndCreateDirectory()
125 …::osl::FileBase::RC aResult = ::osl::Directory::create( rDirURL.GetMainURL( INetURLObject::DECODE_… in checkAndCreateDirectory()
143 osl::FileBase::RC nRetCode = aScanRootDir.open(); in scanUserExtensions()
/trunk/main/nss/
H A Dnss.patch152 $(RC) $(filter-out -U%,$(DEFINES)) $(INCLUDES:-I%=--include-dir %) -o $@ $<
154 - $(RC) $(filter-out -U%,$(DEFINES)) $(INCLUDES) -Fo$@ $<
159 + INCLUDE="$(subst /stl,,$(INCLUDE))" $(RC) $(filter-out -U%,$(DEFINES)) $(INCLUDES) -Fo$@ $<
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Dinputstream.cxx159 osl::FileBase::RC err = m_aFile.close(); in closeInput()
199 osl::FileBase::RC err; in getLength()
/trunk/main/basic/source/runtime/
H A Dmethods.cxx606 FileBase::RC nRet = File::move( getFullPathUNC( aSource ), getFullPathUNC( aDest ) ); in implStepRenameOSL()
652 FileBase::RC nRet = File::copy( getFullPathUNC( aSource ), getFullPathUNC( aDest ) ); in RTLFUNC()
760 FileBase::RC nRet = DirectoryItem::get( aDirPath, aItem ); in implRemoveDirRecursive()
933 FileBase::RC nRet = DirectoryItem::get( getFullPathUNC( aStr ), aItem ); in RTLFUNC()
2506 FileBase::RC nRet = DirectoryItem::get( aPathStr, aItem ); in getDirectoryPath()
2867 FileBase::RC nRet = pRTLData->pDir->open(); in RTLFUNC()
2914 FileBase::RC nRet = pRTLData->pDir->getNextItem( aItem ); in RTLFUNC()
3026 FileBase::RC nRet = DirectoryItem::get( getFullPathUNC( rPar.Get(1)->GetString() ), aItem ); in RTLFUNC()
3086 FileBase::RC nRet = DirectoryItem::get( getFullPathUNC( aPath ), aItem ); in RTLFUNC()
4478 FileBase::RC nRet = DirectoryItem::get( getFullPathUNC( aStr ), aItem ); in RTLFUNC()
/trunk/main/desktop/source/deployment/
H A Ddp_persmap.cxx160 const osl::File::RC rcOpen = m_MapFile.open( nOpenFlags); in open()
231 const osl::File::RC rcOpen = m_MapFile.open( nOpenFlags); in flush()
/trunk/main/jvmfwk/source/
H A Dfwkutil.cxx320 File::RC rc_item = DirectoryItem::get(sURL, item); in checkFileURL()
325 File::RC rc_stat = item.getFileStatus(status); in checkFileURL()
H A Delements.cxx747 File::RC rc = ::osl::DirectoryItem::get(sURL, item); in checkSettingsFileStatus()
754 File::RC rc_stat = item.getFileStatus(stat); in checkSettingsFileStatus()
843 FileBase::RC rcFile = Directory::createPath(getDirFromFile(sURL)); in createSettingsDocument()
/trunk/main/shell/source/win32/
H A DSysShExec.cxx193 osl::FileBase::RC rc = osl::FileBase::getFileURLFromSystemPath(path_or_uri, url); in is_system_path()
227 osl::FileBase::RC rc = osl::FileBase::getFileURLFromSystemPath(file_name, file_url); in is_existing_file()
/trunk/main/desktop/source/app/
H A Dapp.cxx535 ::osl::File::RC err1 = in needsSynchronization()
551 ::osl::File::RC err2 = ::osl::DirectoryItem::get(baseSynchronizedURL, itemBaseFile); in needsSynchronization()
675 static osl::FileBase::RC copy_prereg_bundled_recursive( in copy_prereg_bundled_recursive()
681 osl::FileBase::RC err = osl::FileBase::E_None; in copy_prereg_bundled_recursive()
695 osl::FileBase::RC next = err; in copy_prereg_bundled_recursive()
897 const ::osl::FileBase::RC eResult (aDirectoryItem.getFileStatus(aDirectoryStat)); in needsInstallBundledExtensionBlobs()
937 ::osl::File::RC rc = aDir.open(); in installBundledExtensionBlobs()
1001 osl::FileBase::RC rc = osl::Directory::createPath(aUserPath); in Init()
/trunk/main/vcl/unx/generic/printergfx/
H A Dprinterjob.cxx99 osl::File::RC nError = osl::File::E_None; in CreateSpoolFile()
581 osl::File::RC nError = (*pPageHead)->open(OpenFlag_Read); in EndJob()
592 osl::File::RC nError = (*pPageBody)->open(OpenFlag_Read); in EndJob()
/trunk/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Dutil.cxx1210 Directory::RC openErr = aCollectionDir.open(); in createJavaInfoDirScan()
1232 File::RC errNext = File::E_None; in createJavaInfoDirScan()
1236 File::RC errStatus = File::E_None; in createJavaInfoDirScan()
H A Dsunjavaplugin.cxx671 ::osl::File::RC rc_item = ::osl::DirectoryItem::get(sLocation, item); in jfw_plugin_existJRE()
694 ::osl::File::RC rc_itemRt = ::osl::DirectoryItem::get(sRuntimeLib, itemRt); in jfw_plugin_existJRE()
/trunk/main/fpicker/source/win32/filepicker/
H A Dfilepickerstate.cxx243 ::osl::FileBase::RC rc; in getFiles()
528 ::osl::FileBase::RC rc; in getFiles()
/trunk/main/icc/source/create_sRGB_profile/
H A DMakefile.in92 RC = @RC@ macro
/trunk/main/external/mingwheaders/
H A Dmingw_headers.patch820 #if !defined(RC_INVOKED) /* RC complains about long symbols in #ifs */
825 #endif /* RC */
2031 -#if !defined(RC_INVOKED) /* RC complains about long symbols in #ifs */
2035 -#endif /* RC */
2036 +//#if !defined(RC_INVOKED) /* RC complains about long symbols in #ifs */
2040 +//#endif /* RC */
/trunk/main/desktop/source/deployment/misc/
H A Ddp_misc.cxx151 ::osl::File::RC err1 = in compareExtensionFolderWithLastSynchronizedFile()
166 ::osl::File::RC err2 = ::osl::DirectoryItem::get(fileURL, itemFile); in compareExtensionFolderWithLastSynchronizedFile()
/trunk/main/solenv/gbuild/platform/
H A Dos2.mk357 RC=$$?; rm $${RESPONSEFILE} \
359 $(if $(DLLTARGET),; if [ ! -f $(DLLTARGET) ]; then rm -f $(1) && false; fi) ; exit $$RC)
/trunk/main/filter/source/flash/
H A Dswffilter.cxx102 osl::File::RC eRC = mrFile.write( pBuffer, uBytesToWrite, uBytesWritten); in writeBytes()
133 osl::File::RC eRC = mrFile.close(); in closeOutput()

Completed in 151 milliseconds

123456