Searched refs:IsContained (Results 1 – 16 of 16) sorted by relevance
132 if ( pStorage->IsContained( aName ) ) in InsertInputStreamToStorage_Impl()177 if ( pStorage->IsContained( aName ) ) in InsertNameAccessToStorage_Impl()390 if ( !m_pStorage->IsContained( aName ) ) in removeByName()444 if ( !m_pStorage->IsContained( aName ) ) in getByName()583 sal_Bool bResult = m_pStorage->IsContained( aName ); in hasByName()
173 if( xStrg.Is() && xStrg->IsContained( rStrgName ) ) in OpenStorageRead()189 if( xStrg.Is() && xStrg->IsContained( rStrmName ) && xStrg->IsStream( rStrmName ) ) in OpenStorageStreamRead()196 …DBG_ASSERT( !xStrg || !xStrg->IsContained( rStrmName ), "ScfTools::OpenStorageStreamWrite - stream… in OpenStorageStreamWrite()
169 if( aStorage->IsContained( aFormat2 ) ) in REF()171 else if( aStorage->IsContained( aFormat1 ) ) in REF()
145 virtual sal_Bool IsContained( const String& rEleName ) const = 0;245 virtual sal_Bool IsContained( const String& rEleName ) const;365 virtual sal_Bool IsContained( const String& rEleName ) const;
227 virtual sal_Bool IsContained( const String & rEleName ) const;
170 ( rStg.IsContained( SwIoSystem::GetSubStorageName( rFilter )) ); in IsValidStgFilter()178 bRet = !((rStg.IsContained( String::CreateFromAscii("0Table" )) || in IsValidStgFilter()179 rStg.IsContained( String::CreateFromAscii("1Table" ))) ^ in IsValidStgFilter()
2376 if( xStg.Is() && xStg->IsContained( sTemp ) ) in LoadCplSttExceptList()2423 if( xStg.Is() && xStg->IsContained( sTemp ) ) in LoadWrdSttExceptList()2554 if (xSrcStg->IsContained( sXMLWord ) ) in MakeUserStorage_Impl()2565 if (xSrcStg->IsContained( sXMLSentence ) ) in MakeUserStorage_Impl()2741 if( xStg->IsContained( sStgNm ) ) in PutText()2830 if( xStg->IsContained( aName ) ) in DeleteText()
77 sal_Bool IsContained( StgDirEntry* ); // check if subentry
761 sal_Bool StgDirEntry::IsContained( StgDirEntry* pStg ) in IsContained() function in StgDirEntry772 if( !p->IsContained( pStg ) ) in IsContained()
872 if( !pElem->IsContained( pDest->pEntry ) ) in MoveTo()926 sal_Bool Storage::IsContained( const String& rName ) const in IsContained() function in Storage
1271 sal_Bool SotStorage::IsContained( const String & rEleName ) const in IsContained() function in SotStorage1276 return m_pOwnStg->IsContained( rEleName ); in IsContained()
3183 sal_Bool UCBStorage::IsContained( const String & rEleName ) const function in UCBStorage
98 bool bTable2 = xStg->IsContained( rtl::OUString::createFromAscii("1Table" )); in detect()
89 if ( pStorage->IsContained( sDualStorage ) ) in Import()
249 if( SD_OPTION_STORE == eMode || xOptionStorage->IsContained( aStmName ) ) in GetOptionStream()
251 return xRootStrg.Is() && xRootStrg->IsContained( EXC_STORAGE_VBA_PROJECT ); in HasVbaStorage()
Completed in 114 milliseconds