Home
last modified time | relevance | path

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

1234

/aoo41x/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()
/aoo41x/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 …]
/aoo41x/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()
/aoo41x/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()
/aoo41x/main/sw/source/ui/sidebar/
H A DPageMarginControl.cxx426 if ( aWinOpt.Exists() ) in GetUserCustomValues()
438 if ( aWinOpt2.Exists() ) in GetUserCustomValues()
450 if ( aWinOpt3.Exists() ) in GetUserCustomValues()
462 if ( aWinOpt4.Exists() ) in GetUserCustomValues()
474 if ( aWinOpt5.Exists() ) in GetUserCustomValues()
/aoo41x/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()
/aoo41x/main/cosv/source/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
/aoo41x/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.cxx1036 sal_Bool DirEntry::Exists( FSysAccess nAccess ) const in Exists() function in DirEntry
1793 ( ( !bWild && aEntry.Exists() ) || ( bWild && aEntry.First() ) ) ) in Find()
2415 if ( !rPath.Exists() ) in CreateEntry_Impl()
2467 if ( aPath.Exists() ) in IsValidEntry_Impl()
2606 if ( !Exists() && (ERRCODE_NONE == CreateEntry_Impl( *this, eKind )) ) in MakeShortName()
2627 if ( !Exists() ) in MakeShortName()
2772 if ( aDest.Exists() ) in MoveTo()
/aoo41x/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()
/aoo41x/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
/aoo41x/main/soldep/bootstrp/
H A Dcommand.cxx501 if ( aItem.Exists()) in Search()
524 if ( aDirEntry.Exists()) { in Search()
547 if ( aDirEntry.Exists()) { in Search()
H A Dprj.cxx1533 if ( pFile->Exists()) { in Read()
1572 if ( !aEntry.Exists() ) { in CreateFileName()
1574 if ( !aEntry.Exists() ) in CreateFileName()
1578 if ( !aEntry.Exists() ) in CreateFileName()
1594 if ( !aActualEntry.Exists() && aDBNotFoundHdl.IsSet()) in CreateFileName()
1672 if ( pFile->Exists()) { in ReadBuildlist()
2830 if ( aEntry.Exists()) { in StarFile()
2847 if ( aEntry.Exists()) { in NeedsUpdate()
H A Dminormk.cxx69 if ( !aFile.Exists()) { in MinorMk()
150 if ( DirEntry( rFileName ).Exists()) { in ReadMinorMk()
/aoo41x/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 );
/aoo41x/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()
/aoo41x/main/l10ntools/source/
H A Dgsiconv.cxx213 if ( !aSource.Exists()) { in main()
333 if ( !aSource.Exists()) { in main()
/aoo41x/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
/aoo41x/main/cosv/inc/cosv/
H A Dpersist.hxx65 bool Exists() const;
/aoo41x/main/soldep/inc/
H A Dminormk.hxx71 sal_Bool Exists() in Exists() function in MinorMk
/aoo41x/main/tools/workben/
H A Dfstest.cxx44 if (aDir.Exists()) in main()

Completed in 1452 milliseconds

1234