Home
last modified time | relevance | path

Searched refs:Exists (Results 1 – 25 of 92) sorted by relevance

1234

/trunk/main/autodoc/source/ary/inc/store/
H A Ds_storage.hxx77 bool Exists(
79 bool Exists(
109 Storage<ENTITY>::Exists(Rid i_index) const in Exists() function in ary::stg::Storage
116 Storage<ENTITY>::Exists(key_type i_id) const in Exists() function in ary::stg::Storage
118 return Exists(i_id.Value()); in Exists()
125 csv_assert(Exists(i_index)); in operator []()
133 csv_assert(Exists(i_index)); in operator []()
268 if (NOT i_storage.Exists(i_id)) in Search()
280 if (NOT i_storage.Exists(i_id)) in SearchAccess()
/trunk/main/connectivity/source/drivers/adabas/
H A DBDriver.cxx853 if(UCBContentHelper::Exists(sTemp)) in createNeededDirs()
948 if(UCBContentHelper::Exists(sInitFile)) in createDb()
1027 if(UCBContentHelper::Exists(sCommandFile)) in X_PARAM()
1224 if(UCBContentHelper::Exists(sCommandFile)) in XUTIL()
1281 if(UCBContentHelper::Exists(sCommandFile)) in LoadBatch()
1459 if(UCBContentHelper::Exists(sCommandFile)) in X_CONS()
1539 if(UCBContentHelper::Exists(sCommandFile)) in isVersion()
1589 if(UCBContentHelper::Exists(sCommandFile)) in checkAndInsertNewDevSpace()
1634 if(UCBContentHelper::Exists(sCommandFile)) in isKernelVersion()
1762 if(UCBContentHelper::Exists(sCommandFile)) in installSystemTables()
[all …]
/trunk/main/unotools/source/config/
H A Dviewoptions.cxx293 …sal_Bool Exists ( const ::rtl::OUString& …
417 sal_Bool SvtViewOptionsBase_Impl::Exists( const ::rtl::OUString& sName ) in Exists() function in SvtViewOptionsBase_Impl
923 sal_Bool SvtViewOptions::Exists() const in Exists() function in SvtViewOptions
932 bExists = m_pDataContainer_Dialogs->Exists( m_sViewName ); in Exists()
936 bExists = m_pDataContainer_TabDialogs->Exists( m_sViewName ); in Exists()
940 bExists = m_pDataContainer_TabPages->Exists( m_sViewName ); in Exists()
944 bExists = m_pDataContainer_Windows->Exists( m_sViewName ); in Exists()
H A Dpathoptions.cxx946 if ( !::utl::UCBContentHelper::Exists( aObj.GetMainURL( INetURLObject::NO_DECODE ) ) ) in SearchFile()
950 … bRet = ::utl::UCBContentHelper::Exists( aObj.GetMainURL( INetURLObject::NO_DECODE ) ); in SearchFile()
1019 … bRet = ::utl::UCBContentHelper::Exists( aObj.GetMainURL( INetURLObject::NO_DECODE ) ); in SearchFile()
/trunk/main/svtools/source/dialogs/
H A Dfiledlg2.cxx326 if( aCheck.Exists() ) in IMPL_LINK()
358 if( ! aFile.Exists() && ! FileStat( aFile ).IsKind( FSYS_KIND_WILD ) ) in IMPL_LINK()
456 if( aName.Len() && ( aName.GetChar(0) != '.' ) && rEntry.Exists() ) in UpdateEntries()
508 if( ! rDirEntry.Exists() ) in IsFileOk()
668 if( FileStat( aFile ).GetKind() & (FSYS_KIND_FILE | FSYS_KIND_WILD) || !aFile.Exists() ) in SetPath()
946 if( FileStat( aFile ).GetKind() & (FSYS_KIND_FILE | FSYS_KIND_WILD) || !aFile.Exists() ) in IMPL_LINK()
1023 && rEntry.Exists() ) ) in UpdateEntries()
1145 if( FileStat( aFile ).GetKind() & (FSYS_KIND_FILE | FSYS_KIND_WILD) || !aFile.Exists() ) in SetPath()
/trunk/main/sw/source/ui/sidebar/
H A DPageMarginControl.cxx428 if ( aWinOpt.Exists() ) in GetUserCustomValues()
440 if ( aWinOpt2.Exists() ) in GetUserCustomValues()
452 if ( aWinOpt3.Exists() ) in GetUserCustomValues()
464 if ( aWinOpt4.Exists() ) in GetUserCustomValues()
476 if ( aWinOpt5.Exists() ) in GetUserCustomValues()
/trunk/main/connectivity/source/drivers/dbase/
H A DDIndex.cxx152 if(UCBContentHelper::Exists(sFile)) in openIndexFile()
436 if(UCBContentHelper::Exists(sPath)) in DropImpl()
480 if(UCBContentHelper::Exists(_sFile)) in impl_killFileAndthrowError_throw()
489 if(UCBContentHelper::Exists(sFile)) in CreateImpl()
/trunk/main/tools/source/fsys/
H A Dfilecopy.cxx304 if ( bMakeShortNames && aTarget.Exists() ) in DoCopy_Impl()
331 aTgt.Exists() ) in DoCopy_Impl()
439 if ( rSource.Exists() ) in DoCopy_Impl()
H A Ddirent.cxx1033 sal_Bool DirEntry::Exists( FSysAccess nAccess ) const in Exists() function in DirEntry
1790 ( ( !bWild && aEntry.Exists() ) || ( bWild && aEntry.First() ) ) ) in Find()
2412 if ( !rPath.Exists() ) in CreateEntry_Impl()
2464 if ( aPath.Exists() ) in IsValidEntry_Impl()
2603 if ( !Exists() && (ERRCODE_NONE == CreateEntry_Impl( *this, eKind )) ) in MakeShortName()
2624 if ( !Exists() ) in MakeShortName()
2769 if ( aDest.Exists() ) in MoveTo()
/trunk/main/svx/source/sidebar/paragraph/
H A DParaLineSpacingControl.cxx188 if ( aWinOpt.Exists() ) in Rearrange()
200 if ( aWinOpt2.Exists() ) in Rearrange()
247 if( !aWinOpt.Exists() && !aWinOpt2.Exists() ) in Rearrange()
/trunk/main/autodoc/source/cosv/storage/
H A Dpersist.cxx41 Persistent::Exists() const in Exists() function in csv::ploc::Persistent
68 Persistent::Exists() const in Exists() function in csv::ploc::Persistent
/trunk/main/migrationanalysis/src/driver_docs/
H A DCreateDriverDocs.wsf62 If mArgsNamed.Exists(CUSAGE_ARG) Then
68 if mArgsNamed.Exists(CSOURCE_DIR_ARG) Then
75 if mArgsNamed.Exists(CTARGET_DIR_ARG ) Then
/trunk/main/tools/bootstrp/
H A Dinimgr.cxx183 if (( !aDestEntry.Exists() ) || in ForceUpdate()
189 while ( !aDestEntry.Exists()) in ForceUpdate()
H A Dcppdep.cxx112 if ( (aNewFile = Exists( aResult )) != "" ) in Search()
141 ByteString CppDep::Exists( ByteString aFileName ) in Exists() function in CppDep
H A Dmkcreate.cxx660 if ( !aEntry.Exists()) { in CreateRecursiveMakefile()
673 if ( !aSubDirectory.Exists()) in CreateRecursiveMakefile()
689 if ( aMKEntry.Exists()) { in CreateRecursiveMakefile()
H A Dcppdep.hxx41 ByteString Exists( ByteString aFileName );
/trunk/main/svx/source/xml/
H A Dxmlgrhlp.cxx107 sal_Bool Exists() const { return mxStmWrapper.is(); } in Exists() function in SvXMLGraphicInputStream
257 sal_Bool Exists() const { return mxStmWrapper.is(); } in Exists() function in SvXMLGraphicOutputStream
911 if( pInputStream->Exists() ) in getInputStream()
931 if( pOutputStream->Exists() ) in createOutputStream()
/trunk/main/l10ntools/source/
H A Dgsiconv.cxx213 if ( !aSource.Exists()) { in main()
333 if ( !aSource.Exists()) { in main()
/trunk/main/migrationanalysis/src/driver_docs/sources/
H A DAnalysisDriver.bas1571 If dict.Exists(dictKey) Then
1636 If mIssuesClassificationDict.Exists(issueKey) Then
1912 If mIssuesDict.Exists(issueKey) Then
1933 If mIssuesDict.Exists(issueKey) Then
1959 If Not mMacroDict.Exists(issueKey) Then
1977 If mIssuesDict.Exists(key) Then
1995 If mPreparedIssuesDict.Exists(key) Then
/trunk/main/reportdesign/source/ui/report/
H A DDesignView.cxx565 if ( aDlgOpt.Exists() ) in toggleReportExplorer()
602 if ( aDlgOpt.Exists() ) in toggleAddField()
/trunk/main/autodoc/inc/cosv/
H A Dpersist.hxx65 bool Exists() const;
/trunk/main/tools/workben/
H A Dfstest.cxx44 if (aDir.Exists()) in main()
/trunk/main/unotools/inc/unotools/
H A Dviewoptions.hxx202 sal_Bool Exists() const;
/trunk/main/autodoc/source/tools/
H A Dfilecoll.cxx53 if (NOT aDir.Exists()) in AddFilesFrom()
/trunk/main/sfx2/source/inc/
H A Dhelper.hxx68 static sal_Bool Exists( const String& rContent );

Completed in 120 milliseconds

1234