Home
last modified time | relevance | path

Searched refs:_bMustExist (Results 1 – 3 of 3) sorted by relevance

/trunk/main/dbaccess/source/core/dataaccess/
H A Ddatabaseregistrations.cxx115 impl_checkValidName_throw( const ::rtl::OUString& _rName, const bool _bMustExist );
136 impl_getNodeForName_throw( const ::rtl::OUString& _rName, const bool _bMustExist );
185 …seRegistrations::impl_getNodeForName_throw( const ::rtl::OUString& _rName, const bool _bMustExist ) in impl_getNodeForName_throw() argument
191 if ( !_bMustExist ) in impl_getNodeForName_throw()
197 if ( _bMustExist ) in impl_getNodeForName_throw()
225 …seRegistrations::impl_checkValidName_throw( const ::rtl::OUString& _rName, const bool _bMustExist ) in impl_checkValidName_throw() argument
233 return impl_getNodeForName_throw( _rName, _bMustExist ); in impl_checkValidName_throw()
/trunk/main/dbaccess/source/ui/dlg/
H A Ddbfindex.hxx142 …emoveIndex(const String& _rName, TableIndexList& _rList, ListBox& _rDisplay, sal_Bool _bMustExist);
145 …onst String& _rName, sal_Bool _bMustExist ) { return implRemoveIndex(_rName, m_aFreeIndexList, aLB… in RemoveFreeIndex() argument
147 …dex RemoveTableIndex( const String& _rTableName, const String& _rIndexName, sal_Bool _bMustExist );
H A Ddbfindex.cxx164 …RemoveIndex(const String& _rName, TableIndexList& _rList, ListBox& _rDisplay, sal_Bool _bMustExist) in implRemoveIndex() argument
193 (void)_bMustExist; in implRemoveIndex()
194 …DBG_ASSERT(!_bMustExist || (aSearch != _rList.end()), "ODbaseIndexDialog::implRemoveIndex : did no… in implRemoveIndex()
207 …log::RemoveTableIndex( const String& _rTableName, const String& _rIndexName, sal_Bool _bMustExist ) in RemoveTableIndex() argument
216 return implRemoveIndex(_rIndexName, aTablePos->aIndexList, aLB_TableIndexes, _bMustExist); in RemoveTableIndex()

Completed in 22 milliseconds