Home
last modified time | relevance | path

Searched refs:IsContained (Results 1 – 16 of 16) sorted by relevance

/trunk/main/sot/source/unoolestorage/
H A Dxolesimplestorage.cxx132 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()
/trunk/main/sc/source/filter/ftools/
H A Dftools.cxx173 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()
/trunk/main/sot/inc/sot/
H A Dstg.hxx145 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;
H A Dstorage.hxx227 virtual sal_Bool IsContained( const String & rEleName ) const;
/trunk/main/extensions/source/xmlextract/
H A Dxmxtrct.cxx169 if( aStorage->IsContained( aFormat2 ) ) in REF()
171 else if( aStorage->IsContained( aFormat1 ) ) in REF()
/trunk/main/sw/source/filter/basflt/
H A Diodetect.cxx170 ( rStg.IsContained( SwIoSystem::GetSubStorageName( rFilter )) ); in IsValidStgFilter()
178 bRet = !((rStg.IsContained( String::CreateFromAscii("0Table" )) || in IsValidStgFilter()
179 rStg.IsContained( String::CreateFromAscii("1Table" ))) ^ in IsValidStgFilter()
/trunk/main/editeng/source/misc/
H A Dsvxacorr.cxx2376 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()
/trunk/main/sot/source/sdstor/
H A Dstgdir.cxx761 sal_Bool StgDirEntry::IsContained( StgDirEntry* pStg ) in IsContained() function in StgDirEntry
772 if( !p->IsContained( pStg ) ) in IsContained()
H A Dstgdir.hxx77 sal_Bool IsContained( StgDirEntry* ); // check if subentry
H A Dstg.cxx872 if( !pElem->IsContained( pDest->pEntry ) ) in MoveTo()
926 sal_Bool Storage::IsContained( const String& rName ) const in IsContained() function in Storage
H A Dstorage.cxx1271 sal_Bool SotStorage::IsContained( const String & rEleName ) const in IsContained() function in SotStorage
1276 return m_pOwnStg->IsContained( rEleName ); in IsContained()
H A Ducbstorage.cxx3182 sal_Bool UCBStorage::IsContained( const String & rEleName ) const function in UCBStorage
/trunk/main/writerfilter/source/filter/
H A DWriterFilterDetection.cxx98 bool bTable2 = xStg->IsContained( rtl::OUString::createFromAscii("1Table" )); in detect()
/trunk/main/sd/source/ui/app/
H A Dsdmod.cxx239 if( SD_OPTION_STORE == eMode || xOptionStorage->IsContained( aStmName ) ) in GetOptionStream()
/trunk/main/sd/source/filter/
H A Dsdpptwrp.cxx89 if ( pStorage->IsContained( sDualStorage ) ) in Import()
/trunk/main/sc/source/filter/excel/
H A Dxlroot.cxx251 return xRootStrg.Is() && xRootStrg->IsContained( EXC_STORAGE_VBA_PROJECT ); in HasVbaStorage()

Completed in 100 milliseconds