Home
last modified time | relevance | path

Searched refs:open (Results 126 – 150 of 532) sorted by relevance

12345678910>>...22

/trunk/main/shell/source/backends/gconfbe/
H A Dgconfaccess.cxx203 if( osl::FileBase::E_None == aDocumentsDir.open() ) in xdg_user_dir_lookup()
418 if( osl::FileBase::E_None == aDocumentsDir.open() ) in isDependencySatisfied()
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi3.cxx1478 int open(void * pBuffer, sal_uInt32 nLen, sal_uInt32 nFaceNum);
1492 int ScopedTrueTypeFont::open(void * pBuffer, sal_uInt32 nLen, in open() function in ScopedTrueTypeFont
1573 int nRC = aSftTTF.open( (void*)xRawFontData.get(), xRawFontData.size(), nFaceNum ); in CreateFontSubset()
1766 int nRC = aSftTTF.open( (void*)xRawFontData.get(), xRawFontData.size(), nFaceNum ); in GetGlyphWidths()
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Durlparameter.cxx414 void URLParameter::open( const Reference< XMultiServiceFactory >& rxSMgr, in open() function in URLParameter
487 void URLParameter::open( const Reference< XMultiServiceFactory >& rxSMgr, in open() function in URLParameter
745 pRet->open(OpenFlag_Read); in fileOpen()
H A Dcontent.cxx372 m_aURLParameter.open(m_xSMgr, in execute()
390 m_aURLParameter.open(m_xSMgr, in execute()
/trunk/main/offapi/com/sun/star/sdbc/
H A DXDriver.idl121 /** returns <TRUE/> if the driver thinks that it can open a connection
147 connect open.
H A DStatement.idl51 Only one ResultSet per Statement can be open at any point in
55 close a statement's current ResultSet if an open one exists.
H A DPreparedStatement.idl87 can be open at any point in
92 methods implicitly close a statement's current ResultSet if an open one exists.
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx2208 osl::FileBase::RC aError = aFotFile.open( osl_File_OpenFlag_Read ); in ImplGetFontAttrFromFile()
2347 osl::FileBase::RC rcOSL = aFontDir.open(); in GetDevFontList()
2682 int open(void * pBuffer, sal_uInt32 nLen, sal_uInt32 nFaceNum);
2696 int ScopedTrueTypeFont::open(void * pBuffer, sal_uInt32 nLen, in open() function in ScopedTrueTypeFont
2783 int nRC = aSftTTF.open( (void*)xRawFontData.get(), xRawFontData.size(), nFaceNum ); in CreateFontSubset()
2987 int nRC = aSftTTF.open( (void*)xRawFontData.get(), xRawFontData.size(), nFaceNum ); in GetGlyphWidths()
/trunk/main/ucb/source/ucp/file/
H A Dbc.cxx388 Reference< XDynamicResultSet > result = open( CommandId,aOpenArgument ); in execute()
1001 BaseContent::open( in open() function in BaseContent
1037 activeDataSink->setInputStream( m_pMyShell->open( nMyCommandIdentifier, in open()
/trunk/main/offapi/com/sun/star/sdb/application/
H A DXDatabaseDocumentUI.idl104 <p>During working with the database, the user might open different sub components:
142 <p>During working with the database, the user might open different sub components:
150 the component might be uncloseable currently, e.g. due to an open modal
/trunk/test/testgui/source/fvt/gui/sd/headerandfooter/
H A DHeaderAndFooterSetting.java560 open(saveTo); in testInsertHeaderFooterOnNotes()
609 open(saveTo); in testInsertHeaderFooterOnSlide()
/trunk/main/desktop/source/pkgchk/unopkg/
H A Dunopkg_misc.cxx537 osl::File::RC rc = dir.open(); in hasNoFolder()
590 ::osl::File::RC rc = dir.open(); in removeFolder()
/trunk/main/tools/source/stream/
H A Dstrmunx.cxx747 nHandleTmp = open(aLocalFilename.GetBuffer(),nAccessRW|nAccess, nMode ); in Open()
757 nHandleTmp =open( aLocalFilename.GetBuffer(), in Open()
/trunk/main/cppuhelper/source/
H A Dbootstrap.cxx292 lastRegistry->open(write_rdb, sal_False, forceWrite_rdb); in nestRegistries()
331 simpleRegistry->open(rdb_name, sal_True, sal_False); in nestRegistries()
/trunk/main/sfx2/source/appl/
H A Dapp.src71 Message [ en-US ] = "Document already open." ;
411 Message [ en-US ] = "This hyperlink is going to open \"%s\". Do you want to proceed?" ;
/trunk/main/soltools/mkdepend/
H A Dmain.c193 if ((afd = open(argv[1]+1, O_RDONLY)) < 0)
482 if ((fd = open(file, O_RDONLY)) < 0) {
/trunk/main/sal/osl/unx/
H A Dprocess.c1159 if ((fd = open(name,O_RDONLY)) >=0 ) in osl_getProcStat()
1213 if ((fd = open(name,O_RDONLY)) >=0 ) in osl_getProcStatus()
1317 if ((fd = open(name, O_RDONLY)) >= 0) in osl_getProcessInfo()
H A Dfile_misc.cxx991 SourceFileFD=open(pszSourceFileName,O_RDONLY); in oslDoCopyFile()
998 DestFileFD=open(pszDestFileName, O_WRONLY | O_CREAT, mode); in oslDoCopyFile()
/trunk/main/offapi/com/sun/star/awt/
H A DXExtendedToolkit.idl64 <p>The first event broadcaster lets you keep track of the open top-level
65 windows (frames). To get the set of currently open top-level window use
/trunk/main/l10ntools/source/help/
H A DHelpCompiler.cxx539 return (tmp.open(osl_File_OpenFlag_Read) == osl::FileBase::E_None); in exists()
551 aDir.open(); in removeRecursive()
/trunk/main/extensions/source/abpilot/
H A Dabspilot.src172 …rce, additional information is required.\n\nClick the following button to open another dialog in w…
237 … \"EM\" - or something completely different.\n\nClick the button below to open another dialog wher…
/trunk/main/shell/source/unix/misc/
H A Dopen-url.def1 NAME open-url WINDOWAPI
/trunk/main/framework/inc/threadhelp/
H A Digate.h60 virtual void open ( ) = 0;
/trunk/main/ucb/source/ucp/ftp/
H A Dftpcontent.cxx504 new FTPInputStream(m_aFTPURL.open())); in execute()
508 new FTPInputStream(m_aFTPURL.open())); in execute()
/trunk/main/desktop/source/deployment/registry/help/
H A Ddp_help.cxx289 if ( helpFolder.open() == ::osl::File::E_None) in extensionContainsCompiledHelp()
309 if (compiledFolder.open() != ::osl::File::E_None) in extensionContainsCompiledHelp()

Completed in 138 milliseconds

12345678910>>...22