Lines Matching refs:_bOasisFormat
1381 sal_Bool EmbeddedObjectContainer::StoreAsChildren(sal_Bool _bOasisFormat,sal_Bool _bCreateEmbedded,… in StoreAsChildren() argument
1423 if ( _bOasisFormat || (xLink.is() && xLink->isLink()) ) in StoreAsChildren()
1427 if ( _bOasisFormat ) in StoreAsChildren()
1445 uno::Sequence< beans::PropertyValue > aArgs( _bOasisFormat ? 2 : 3 ); in StoreAsChildren()
1447 aArgs[0].Value <<= (sal_Bool)( !_bOasisFormat ); in StoreAsChildren()
1452 if ( !_bOasisFormat ) in StoreAsChildren()
1481 if ( !_bOasisFormat && bResult ) in StoreAsChildren()
1499 sal_Bool EmbeddedObjectContainer::StoreChildren(sal_Bool _bOasisFormat,sal_Bool _bObjectsOnly) in StoreChildren() argument
1512 …if ( _bOasisFormat && nCurState != embed::EmbedStates::LOADED && nCurState != embed::EmbedStates::… in StoreChildren()
1577 if ( !_bOasisFormat && !_bObjectsOnly ) in StoreChildren()
1598 if ( bResult && _bOasisFormat ) in StoreChildren()
1607 …if ( !_bOasisFormat && pImpl->mxStorage->hasByName( aObjReplElement ) && pImpl->mxStorage->isStora… in StoreChildren()