Home
last modified time | relevance | path

Searched refs:sFileName (Results 1 – 25 of 86) sorted by path

1234

/trunk/main/autodoc/source/display/html/
H A Dpm_index.cxx161 String sFileName; in do_Process() local
176 String sFileName; in do_Process() local
/trunk/main/autodoc/source/display/toolkit/
H A Dhf_linachain.cxx82 sFileName = (*i_linkMaker)(i_levelNode.Name()); in produce_Level() local
84 aLevelPos(i_levelNode, sFileName); in produce_Level()
/trunk/main/codemaker/inc/codemaker/
H A Dglobal.hxx117 ::rtl::OString getTempDir(const ::rtl::OString& sFileName);
/trunk/main/codemaker/source/codemaker/
H A Dglobal.cxx58 OString getTempDir(const OString& sFileName) in getTempDir() argument
62 if ((index=sFileName.lastIndexOf('/')) > 0) in getTempDir()
63 return sFileName.copy(0, index); in getTempDir()
65 if ((index=sFileName.lastIndexOf('\\')) > 0) in getTempDir()
66 return sFileName.copy(0, index); in getTempDir()
/trunk/main/codemaker/source/cppumaker/
H A Dcpputype.cxx245 OString sFileName = createFileNameFromType(sOutPath, sName, sExtension); in dumpFile() local
246 if ( sFileName.isEmpty() ) in dumpFile()
249 sal_Bool bFileExists = fileExists( sFileName ); in dumpFile()
258 OString sTmpDir = getTempDir(sFileName); in dumpFile()
266 message += sFileName + " for writing"; in dumpFile()
282 ret = makeValidTypeFile(sFileName, sTmpFileName, bFileCheck); in dumpFile()
285 if (fileExists(sFileName)) in dumpFile()
286 removeTypeFile(sFileName); in dumpFile()
/trunk/main/connectivity/source/drivers/dbase/
H A DDTable.cxx505 String sFileName(getEntry(m_pConnection,m_Name)); in construct() local
508 aURL.SetURL(sFileName); in construct()
514 …m_pFileStream = createStream_simpleError( sFileName, STREAM_READWRITE | STREAM_NOCREATE | STREAM_S… in construct()
520 …m_pFileStream = createStream_simpleError( sFileName, STREAM_READ | STREAM_NOCREATE | STREAM_SHARE_… in construct()
/trunk/main/dbaccess/source/core/resource/
H A Dcore_resource.cxx60 ByteString sFileName("dba"); in ensureImplExists() local
62 m_pImpl = ResMgr::CreateResMgr(sFileName.GetBuffer(), aLocale); in ensureImplExists()
/trunk/main/dbaccess/source/filter/xml/
H A DxmlExport.cxx562 String sFileName = aPathOptions.SubstituteVariable(sOrigUrl); in exportConnectionData() local
563 if ( sOrigUrl == sFileName ) in exportConnectionData()
565 ::svt::OFileNotation aTransformer( sFileName ); in exportConnectionData()
H A DxmlFileBasedDatabase.cxx95 rtl::OUString sFileName = aPathOptions.SubstituteVariable(sValue); in DBG_NAME() local
96 if ( sValue == sFileName ) in DBG_NAME()
98 const sal_Int32 nFileNameLength = sFileName.getLength(); in DBG_NAME()
99 … if ( ( nFileNameLength > 0 ) && ( sFileName.getStr()[ nFileNameLength - 1 ] == '/' ) ) in DBG_NAME()
100 sFileName = sFileName.copy( 0, nFileNameLength - 1 ); in DBG_NAME()
102 …sLocation = ::svt::OFileNotation( rImport.GetAbsoluteReference( sFileName ) ).get( ::svt::OFileNot… in DBG_NAME()
H A Dxmlfilter.cxx495 ::rtl::OUString sFileName; in implImport()
498 sFileName = aMediaDescriptor.getOrDefault( "URL", ::rtl::OUString() ); in implImport()
499 if ( !sFileName.getLength() && aMediaDescriptor.has( "FileName" ) ) in implImport()
500 sFileName = aMediaDescriptor.getOrDefault( "FileName", sFileName ); in implImport()
502 OSL_ENSURE( sFileName.getLength(), "ODBFilter::implImport: no URL given!" ); in implImport()
503 sal_Bool bRet = ( sFileName.getLength() != 0 ); in implImport()
510 sFileName, ( STREAM_READ | STREAM_NOCREATE ), sal_False, 0 ); in implImport()
/trunk/main/dbaccess/source/ui/dlg/
H A DDbAdminImpl.cxx531 ::rtl::OUString sFileName = pCollection->cutPrefix(pUrlItem->GetValue()); in getConnectionURL()
533 …if ( ::osl::FileBase::getSystemPathFromFileURL( sFileName, sNewFileName ) == ::osl::FileBase::E_No… in getConnectionURL()
H A Ddbwizsetup.cxx984 ::rtl::OUString sFileName = m_aDocURL.GetMainURL( INetURLObject::NO_DECODE ); in callSaveAsDialog()
985 if ( ::utl::UCBContentHelper::IsDocument(sFileName) ) in callSaveAsDialog()
986 ::utl::UCBContentHelper::Kill(sFileName); in callSaveAsDialog()
987 m_pOutSet->Put(SfxStringItem(DSID_DOCUMENT_URL, sFileName)); in callSaveAsDialog()
/trunk/main/desktop/source/deployment/manager/
H A Ddp_extensionmanager.cxx612 const OUString sFileName = xTmpExtension->getName(); in doChecksForAddExtension() local
619 sIdentifier, sFileName, xCmdEnv); in doChecksForAddExtension()
726 const OUString sFileName = xTmpExtension->getName(); in addExtension() local
753 bUserDisabled = isUserDisabled(sIdentifier, sFileName); in addExtension()
847 sIdentifier, sFileName, bUserDisabled, false, in addExtension()
/trunk/main/extensions/source/preload/
H A Doemwiz.cxx199 String sFileName = aPathOpt.GetUserConfigPath();//GetModulePath(); in LoadFromLocalFile() local
200 INetURLObject aURLObject(sFileName); in LoadFromLocalFile()
204 sFileName = aURLObject.GetMainURL(INetURLObject::DECODE_TO_IURI); in LoadFromLocalFile()
205 sFileName += rFileName; in LoadFromLocalFile()
207 SfxMedium aMedium( sFileName,STREAM_READ, sal_True ); in LoadFromLocalFile()
/trunk/main/filter/source/config/tools/split/
H A DSplitter.java248 java.lang.String sFileName = FileHelper.convertName2FileName(sItemName); in generateXMLFragment() local
250 … java.io.File aFile = new java.io.File(aOutDir, sFileName+m_aDataSet.m_sFragmentExtension); in generateXMLFragment()
/trunk/main/filter/source/flash/
H A Dswffilter.cxx81 OslOutputStreamWrapper(const OUString& sFileName) : mrFile(sFileName) in OslOutputStreamWrapper() argument
83 osl_removeFile(sFileName.pData); in OslOutputStreamWrapper()
/trunk/main/filter/source/placeware/
H A Dfilter.cxx91 OUString sFileName, sURL; in filter() local
/trunk/main/forms/source/resource/
H A Dfrm_resource.cxx59 ByteString sFileName("frm"); in ensureImplExists() local
61 m_pImpl = SimpleResMgr::Create(sFileName.GetBuffer(), Application::GetSettings().GetUILocale()); in ensureImplExists()
/trunk/main/forms/source/richtext/
H A Drichtextvclcontrol.cxx269 String sFileName = aFP.GetPath(); in PreNotify() local
271sFileName, ( bLoad ? STREAM_READ : STREAM_WRITE | STREAM_TRUNC ) | STREAM_SHARE_DENYALL in PreNotify()
287 INetURLObject aURL( sFileName ); in PreNotify()
/trunk/main/formula/source/core/resource/
H A Dcore_resource.cxx54 ByteString sFileName("for"); in ensureImplExists() local
56 m_pImpl = ResMgr::CreateResMgr(sFileName.GetBuffer(), aLocale); in ensureImplExists()
/trunk/main/fpicker/source/unx/gnome/
H A DSalGtkFilePicker.cxx1040 OString sFileName = unicodetouri( aPathSeq[0] ); in execute() local
1041 … if( g_file_test( g_filename_from_uri( sFileName.getStr(), NULL, NULL ), G_FILE_TEST_IS_REGULAR ) ) in execute()
/trunk/main/fpicker/source/win32/filepicker/
H A DVistaFilePickerImpl.cxx667 ::rtl::OUString sFileName = rRequest->getArgumentOrDefault(PROP_FILENAME, ::rtl::OUString()); in impl_sta_SetFileName()
675 iDialog->SetFileName(reinterpret_cast<LPCTSTR>(sFileName.getStr())); in impl_sta_SetFileName()
/trunk/main/framework/qa/complex/framework/autosave/
H A DProtocol.java491 String sFileName) in Protocol() argument
495 m_sFileName = sFileName; in Protocol()
976 private void impl_writeToLogFile(String sFileName, in impl_writeToLogFile() argument
982 FileWriter aLogFile = new FileWriter(sFileName, bAppend); in impl_writeToLogFile()
/trunk/main/framework/qa/complex/loadAllDocuments/
H A DStreamSimulator.java82 String sFileName, boolean bInput) in StreamSimulator() argument
85 m_sFileName = sFileName ; in StreamSimulator()
/trunk/main/framework/test/
H A Dtest_documentproperties.bas571 Sub OpenLOG ( sFileName$ )
573 sLOGFileName$ = sFileName$

Completed in 162 milliseconds

1234