Home
last modified time | relevance | path

Searched refs:aFile (Results 226 – 250 of 263) sorted by last modified time

1234567891011

/trunk/main/connectivity/source/drivers/file/
H A DFConnection.cxx163 ::ucbhelper::Content aFile; in construct()
166 aFile = ::ucbhelper::Content(getURL(),Reference< XCommandEnvironment >()); in construct()
180 if (aFile.isFolder()) in construct()
182 m_xDir = aFile.createDynamicCursor(aProps, ::ucbhelper::INCLUDE_DOCUMENTS_ONLY ); in construct()
183 m_xContent = aFile.get(); in construct()
185 else if (aFile.isDocument()) in construct()
187 Reference<XContent> xParent(Reference<XChild>(aFile.get(),UNO_QUERY)->getParent(),UNO_QUERY); in construct()
/trunk/main/connectivity/source/drivers/dbase/
H A DDDatabaseMetaData.cxx393 ::ucbhelper::Content aFile(m_pConnection->getContent(),Reference< XCommandEnvironment >()); in isReadOnly()
394 aFile.getPropertyValue(sReadOnly) >>= bReadOnly; in isReadOnly()
/trunk/main/basic/source/uno/
H A Ddlgcont.cxx257 const OUString& /*aElementName */, const OUString& aFile, in importLibraryElement() argument
298 xInput = mxSFI->openFileRead( aFile ); in importLibraryElement()
317 source.sSystemId = aFile; in importLibraryElement()
327 SfxErrorContext aEc( ERRCTX_SFX_LOADBASIC, aFile ); in importLibraryElement()
H A Dnamecont.cxx2373 OUString aFile; in loadLibrary() local
2380 aFile = aElementName; in loadLibrary()
2381 aFile += String( RTL_CONSTASCII_USTRINGPARAM(".xml") ); in loadLibrary()
2391 aFile = aElementName; in loadLibrary()
2392 aFile += String( RTL_CONSTASCII_USTRINGPARAM(".") ); in loadLibrary()
2393 aFile += maLibElementFileExtension; in loadLibrary()
2422 aFile = aElementInetObj.GetMainURL( INetURLObject::NO_DECODE ); in loadLibrary()
2427 aFile, xInStream ); in loadLibrary()
3128 OUString aFile = aElementInetObj.GetMainURL( INetURLObject::NO_DECODE ); in impl_removeWithoutChecks() local
3132 if( mxSFI->exists( aFile ) ) in impl_removeWithoutChecks()
[all …]
H A Dscriptcont.cxx244 const OUString& aElementName, const OUString& aFile, in importLibraryElement() argument
270 xInput = mxSFI->openFileRead( aFile ); in importLibraryElement()
285 source.sSystemId = aFile; in importLibraryElement()
297 SfxErrorContext aEc( ERRCTX_SFX_LOADBASIC, aFile ); in importLibraryElement()
388 void SAL_CALL SfxScriptLibraryContainer::importFromOldStorage( const ::rtl::OUString& aFile ) in importFromOldStorage() argument
391 SotStorageRef xStorage = new SotStorage( sal_False, aFile ); in importFromOldStorage()
396 BasicManager* pBasicManager = new BasicManager( *(SotStorage*)xStorage, aFile ); in importFromOldStorage()
/trunk/main/basic/source/inc/
H A Dscriptcont.hxx63 const ::rtl::OUString& aFile,
66 virtual void SAL_CALL importFromOldStorage( const ::rtl::OUString& aFile );
H A Ddlgcont.hxx63 const ::rtl::OUString& aFile,
66 virtual void SAL_CALL importFromOldStorage( const ::rtl::OUString& aFile );
/trunk/main/basic/source/runtime/
H A Dmethods.cxx2757 ::rtl::OUString aFile = pRTLData->aDirSeq.getConstArray()[pRTLData->nCurDirPos++]; in RTLFUNC()
2763 sal_Bool bFolder = xSFI->isFolder( aFile ); in RTLFUNC()
2773 sal_Bool bFolder = xSFI->isFolder( aFile ); in RTLFUNC()
2779 INetURLObject aURL( aFile ); in RTLFUNC()
4375 String aFile = aEntry.GetFull(); in RTLFUNC() local
4376 ByteString aByteFile( aFile, gsl_getSystemTextEncoding() ); in RTLFUNC()
4390 rc = DosSetPathInfo(aFile.GetStr(),1, in RTLFUNC()
/trunk/main/automation/source/server/
H A Dstatemnt.cxx2939 DirEntry aFile( aString1 ); in Execute() local
2940 nErrorcode = aFile.GetError(); in Execute()
2941 if ( FSYS_ERR_OK == nErrorcode && FileStat( aFile ).IsKind( FSYS_KIND_FILE ) ) in Execute()
2942 nErrorcode = aFile.Kill(); in Execute()
3108 DirEntry aFile( aString1 ); in Execute() local
3109 nErrorcode = aFile.GetError(); in Execute()
3112 FileStat aFS( aFile ); in Execute()
3120 DirEntry aFile( aString1 ); in Execute() local
3121 nErrorcode = aFile.GetError(); in Execute()
3124 FileStat aStat( aFile ); in Execute()
/trunk/main/autodoc/source/parser_i/idl/
H A Dunoidl.cxx147 csv::File aFile(i_sFullPath); in ParseFile() local
149 aFile.open( csv::CFM_READ ); in ParseFile()
150 csv_assert( aFile.is_open() ); in ParseFile()
151 aFileLoader.LoadText(aFile); in ParseFile()
152 aFile.close(); in ParseFile()
/trunk/main/autodoc/source/parser/cpp/
H A Dprs_cpp.cxx237 csv::File aFile( i_rFullFilePath, csv::CFM_READ ); in Local_LoadFile() local
238 if (NOT aFile.open()) in Local_LoadFile()
243 o_rTextBuffer.LoadText(aFile); in Local_LoadFile()
244 aFile.close(); in Local_LoadFile()
/trunk/main/autodoc/source/display/toolkit/
H A Dhtmlfile.cxx99 csv::File aFile(sFilePath, csv::CFM_CREATE); in CreateFile() local
100 if (NOT aFile.open()) in CreateFile()
106 WriteHeader(aFile); in CreateFile()
107 WriteBody(aFile); in CreateFile()
111 aFile.write( sCompletion ); in CreateFile()
113 aFile.close(); in CreateFile()
/trunk/main/autodoc/source/exes/adc_uni/
H A Dadc_cl.cxx447 aFile(i_filePath, csv::CFM_READ); in load_IncludedCommands() local
448 if (NOT aFile.open()) in load_IncludedCommands()
456 aIncludedCommands.LoadText(aFile); in load_IncludedCommands()
457 aFile.close(); in load_IncludedCommands()
H A Dcmd_run.cxx587 aFile("devmanref.txt", csv::CFM_READ);
588 if ( aFile.open() )
590 rAryGate.Secondaries().Read_Links2DevManual(aFile);
591 aFile.close();
/trunk/main/autodoc/source/display/html/
H A Doutfile.cxx279 csv::File aFile(sFilePath, csv::CFM_CREATE); in CreateFile() local
280 if (NOT aFile.open()) in CreateFile()
286 WriteHeader(aFile); in CreateFile()
287 WriteBody(aFile); in CreateFile()
291 aFile.write( sCompletion ); in CreateFile()
293 aFile.close(); in CreateFile()
/trunk/main/autodoc/source/ary/idl/
H A Di2s_calculator.cxx266 aFile(i_devman_reffilepath, csv::CFM_READ); in Make_Links2DeveloperManual() local
268 aFileOpener(aFile); in Make_Links2DeveloperManual()
271 Read_Links2DevManual(aFile); in Make_Links2DeveloperManual()
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/
H A DHelpWindow.java53 File aFile = new File (sFilename); in loadFile() local
56 loadURL (aFile.toURL()); in loadFile()
/trunk/extras/l10n/source/uz/
H A Dlocalize.sdf37969 helpcontent2 source\text\sbasic\shared\03020204.xhp 0 help par_id3156286 17 0 uz Dim aFile As Str…
38029 helpcontent2 source\text\sbasic\shared\03020203.xhp 0 help par_id3149664 13 0 uz Dim aFile As Str…
38538 helpcontent2 source\text\sbasic\shared\03020102.xhp 0 help par_id3147426 13 0 uz Dim aFile As Str…
38722 helpcontent2 source\text\sbasic\shared\03020303.xhp 0 help par_id3145646 14 0 uz Dim aFile As Str…
39041 helpcontent2 source\text\sbasic\shared\03020202.xhp 0 help par_id3149410 16 0 uz Dim aFile As Str…
39956 helpcontent2 source\text\sbasic\shared\03020103.xhp 0 help par_id3153711 17 0 uz Dim aFile As Str…
39987 helpcontent2 source\text\sbasic\shared\03020104.xhp 0 help par_id3154320 42 0 uz Dim aFile As Str…
40307 helpcontent2 source\text\sbasic\shared\03020405.xhp 0 help par_id3155336 24 0 uz Dim aFile As Str…
40777 helpcontent2 source\text\sbasic\shared\03020301.xhp 0 help par_id3148943 14 0 uz Dim aFile As Str…
41346 helpcontent2 source\text\sbasic\shared\03020201.xhp 0 help par_id3152577 16 0 uz Dim aFile As Str…
[all …]
/trunk/extras/l10n/source/ug/
H A Dlocalize.sdf24363 helpcontent2 source\text\sbasic\shared\03020301.xhp 0 help par_id3148943 14 0 ug Dim aFile As Str…
26357 helpcontent2 source\text\sbasic\shared\03020102.xhp 0 help par_id3147426 13 0 ug Dim aFile As Str…
26497 helpcontent2 source\text\sbasic\shared\03020203.xhp 0 help par_id3149664 13 0 ug Dim aFile As Str…
26866 helpcontent2 source\text\sbasic\shared\03020204.xhp 0 help par_id3156286 17 0 ug Dim aFile As Str…
27047 helpcontent2 source\text\sbasic\shared\03020104.xhp 0 help par_id3154320 42 0 ug Dim aFile As Str…
27656 helpcontent2 source\text\sbasic\shared\03020303.xhp 0 help par_id3145646 14 0 ug Dim aFile As Str…
28206 helpcontent2 source\text\sbasic\shared\03020103.xhp 0 help par_id3153711 17 0 ug Dim aFile As Str…
28429 helpcontent2 source\text\sbasic\shared\03020405.xhp 0 help par_id3155336 24 0 ug Dim aFile As Str…
28554 helpcontent2 source\text\sbasic\shared\03020201.xhp 0 help par_id3152577 16 0 ug Dim aFile As Str…
28594 helpcontent2 source\text\sbasic\shared\03050500.xhp 0 help par_id3148576 47 0 ug Dim aFile As Str…
[all …]
/trunk/extras/l10n/source/tg/
H A Dlocalize.sdf4209 helpcontent2 source\text\sbasic\shared\03020101.xhp 0 help par_id3155854 11 0 tg Dim aFile As Str…
4223 helpcontent2 source\text\sbasic\shared\03020102.xhp 0 help par_id3147426 13 0 tg Dim aFile As Str…
4267 helpcontent2 source\text\sbasic\shared\03020103.xhp 0 help par_id3153711 17 0 tg Dim aFile As Str…
4304 helpcontent2 source\text\sbasic\shared\03020104.xhp 0 help par_id3154320 42 0 tg Dim aFile As Str…
4336 helpcontent2 source\text\sbasic\shared\03020201.xhp 0 help par_id3152577 16 0 tg Dim aFile As Str…
4370 helpcontent2 source\text\sbasic\shared\03020202.xhp 0 help par_id3149410 16 0 tg Dim aFile As Str…
4408 helpcontent2 source\text\sbasic\shared\03020203.xhp 0 help par_id3149664 13 0 tg Dim aFile As Str…
4461 helpcontent2 source\text\sbasic\shared\03020204.xhp 0 help par_id3156286 17 0 tg Dim aFile As Str…
4504 helpcontent2 source\text\sbasic\shared\03020301.xhp 0 help par_id3148943 14 0 tg Dim aFile As Str…
4545 helpcontent2 source\text\sbasic\shared\03020303.xhp 0 help par_id3145646 14 0 tg Dim aFile As Str…
[all …]
/trunk/extras/l10n/source/sw-TZ/
H A Dlocalize.sdf3970 helpcontent2 source\text\sbasic\shared\03020101.xhp 0 help par_id3155854 11 0 sw-TZ Dim aFile As …
3984 helpcontent2 source\text\sbasic\shared\03020102.xhp 0 help par_id3147426 13 0 sw-TZ Dim aFile As …
4028 helpcontent2 source\text\sbasic\shared\03020103.xhp 0 help par_id3153711 17 0 sw-TZ Dim aFile As …
4065 helpcontent2 source\text\sbasic\shared\03020104.xhp 0 help par_id3154320 42 0 sw-TZ Dim aFile As …
4097 helpcontent2 source\text\sbasic\shared\03020201.xhp 0 help par_id3152577 16 0 sw-TZ Dim aFile As …
4131 helpcontent2 source\text\sbasic\shared\03020202.xhp 0 help par_id3149410 16 0 sw-TZ Dim aFile As …
4169 helpcontent2 source\text\sbasic\shared\03020203.xhp 0 help par_id3149664 13 0 sw-TZ Dim aFile As …
4222 helpcontent2 source\text\sbasic\shared\03020204.xhp 0 help par_id3156286 17 0 sw-TZ Dim aFile As …
4265 helpcontent2 source\text\sbasic\shared\03020301.xhp 0 help par_id3148943 14 0 sw-TZ Dim aFile As …
4306 helpcontent2 source\text\sbasic\shared\03020303.xhp 0 help par_id3145646 14 0 sw-TZ Dim aFile As …
[all …]
/trunk/extras/l10n/source/si/
H A Dlocalize.sdf24363 helpcontent2 source\text\sbasic\shared\03020301.xhp 0 help par_id3148943 14 0 si Dim aFile As Str…
26357 helpcontent2 source\text\sbasic\shared\03020102.xhp 0 help par_id3147426 13 0 si Dim aFile As Str…
26497 helpcontent2 source\text\sbasic\shared\03020203.xhp 0 help par_id3149664 13 0 si Dim aFile As Str…
26866 helpcontent2 source\text\sbasic\shared\03020204.xhp 0 help par_id3156286 17 0 si Dim aFile As Str…
27047 helpcontent2 source\text\sbasic\shared\03020104.xhp 0 help par_id3154320 42 0 si Dim aFile As Str…
27656 helpcontent2 source\text\sbasic\shared\03020303.xhp 0 help par_id3145646 14 0 si Dim aFile As Str…
28206 helpcontent2 source\text\sbasic\shared\03020103.xhp 0 help par_id3153711 17 0 si Dim aFile As Str…
28429 helpcontent2 source\text\sbasic\shared\03020405.xhp 0 help par_id3155336 24 0 si Dim aFile As Str…
28554 helpcontent2 source\text\sbasic\shared\03020201.xhp 0 help par_id3152577 16 0 si Dim aFile As Str…
28594 helpcontent2 source\text\sbasic\shared\03050500.xhp 0 help par_id3148576 47 0 si Dim aFile As Str…
[all …]
/trunk/extras/l10n/source/sh/
H A Dlocalize.sdf24360 helpcontent2 source\text\sbasic\shared\03020301.xhp 0 help par_id3148943 14 0 sh Dim aFile As Str…
26354 helpcontent2 source\text\sbasic\shared\03020102.xhp 0 help par_id3147426 13 0 sh Dim aFile As Str…
26494 helpcontent2 source\text\sbasic\shared\03020203.xhp 0 help par_id3149664 13 0 sh Dim aFile As Str…
26863 helpcontent2 source\text\sbasic\shared\03020204.xhp 0 help par_id3156286 17 0 sh Dim aFile As Str…
27044 helpcontent2 source\text\sbasic\shared\03020104.xhp 0 help par_id3154320 42 0 sh Dim aFile As Str…
27653 helpcontent2 source\text\sbasic\shared\03020303.xhp 0 help par_id3145646 14 0 sh Dim aFile As Str…
28203 helpcontent2 source\text\sbasic\shared\03020103.xhp 0 help par_id3153711 17 0 sh Dim aFile As Str…
28426 helpcontent2 source\text\sbasic\shared\03020405.xhp 0 help par_id3155336 24 0 sh Dim aFile As Str…
28551 helpcontent2 source\text\sbasic\shared\03020201.xhp 0 help par_id3152577 16 0 sh Dim aFile As Str…
28591 helpcontent2 source\text\sbasic\shared\03050500.xhp 0 help par_id3148576 47 0 sh Dim aFile As Str…
[all …]
/trunk/extras/l10n/source/rw/
H A Dlocalize.sdf4578 helpcontent2 source\text\sbasic\shared\03020101.xhp 0 help par_id3155854 11 0 rw Dim aFile As Str…
4592 helpcontent2 source\text\sbasic\shared\03020102.xhp 0 help par_id3147426 13 0 rw Dim aFile As Str…
4636 helpcontent2 source\text\sbasic\shared\03020103.xhp 0 help par_id3153711 17 0 rw Dim aFile As Str…
4673 helpcontent2 source\text\sbasic\shared\03020104.xhp 0 help par_id3154320 42 0 rw Dim aFile As Str…
4705 helpcontent2 source\text\sbasic\shared\03020201.xhp 0 help par_id3152577 16 0 rw Dim aFile As Str…
4739 helpcontent2 source\text\sbasic\shared\03020202.xhp 0 help par_id3149410 16 0 rw Dim aFile As Str…
4777 helpcontent2 source\text\sbasic\shared\03020203.xhp 0 help par_id3149664 13 0 rw Dim aFile As Str…
4830 helpcontent2 source\text\sbasic\shared\03020204.xhp 0 help par_id3156286 17 0 rw Dim aFile As Str…
4873 helpcontent2 source\text\sbasic\shared\03020301.xhp 0 help par_id3148943 14 0 rw Dim aFile As Str…
4914 helpcontent2 source\text\sbasic\shared\03020303.xhp 0 help par_id3145646 14 0 rw Dim aFile As Str…
[all …]
/trunk/extras/l10n/source/ps/
H A Dlocalize.sdf24363 helpcontent2 source\text\sbasic\shared\03020301.xhp 0 help par_id3148943 14 0 ps Dim aFile As Str…
26357 helpcontent2 source\text\sbasic\shared\03020102.xhp 0 help par_id3147426 13 0 ps Dim aFile As Str…
26497 helpcontent2 source\text\sbasic\shared\03020203.xhp 0 help par_id3149664 13 0 ps Dim aFile As Str…
26866 helpcontent2 source\text\sbasic\shared\03020204.xhp 0 help par_id3156286 17 0 ps Dim aFile As Str…
27047 helpcontent2 source\text\sbasic\shared\03020104.xhp 0 help par_id3154320 42 0 ps Dim aFile As Str…
27656 helpcontent2 source\text\sbasic\shared\03020303.xhp 0 help par_id3145646 14 0 ps Dim aFile As Str…
28206 helpcontent2 source\text\sbasic\shared\03020103.xhp 0 help par_id3153711 17 0 ps Dim aFile As Str…
28429 helpcontent2 source\text\sbasic\shared\03020405.xhp 0 help par_id3155336 24 0 ps Dim aFile As Str…
28554 helpcontent2 source\text\sbasic\shared\03020201.xhp 0 help par_id3152577 16 0 ps Dim aFile As Str…
28594 helpcontent2 source\text\sbasic\shared\03050500.xhp 0 help par_id3148576 47 0 ps Dim aFile As Str…
[all …]

Completed in 6681 milliseconds

1234567891011