Lines Matching refs:_bOasisFormat
1392 sal_Bool EmbeddedObjectContainer::StoreAsChildren(sal_Bool _bOasisFormat,sal_Bool _bCreateEmbedded,… in StoreAsChildren() argument
1434 if ( _bOasisFormat || (xLink.is() && xLink->isLink()) ) in StoreAsChildren()
1438 if ( _bOasisFormat ) in StoreAsChildren()
1456 uno::Sequence< beans::PropertyValue > aArgs( _bOasisFormat ? 2 : 3 ); in StoreAsChildren()
1458 aArgs[0].Value <<= (sal_Bool)( !_bOasisFormat ); in StoreAsChildren()
1463 if ( !_bOasisFormat ) in StoreAsChildren()
1492 if ( !_bOasisFormat && bResult ) in StoreAsChildren()
1510 sal_Bool EmbeddedObjectContainer::StoreChildren(sal_Bool _bOasisFormat,sal_Bool _bObjectsOnly) in StoreChildren() argument
1523 …if ( _bOasisFormat && nCurState != embed::EmbedStates::LOADED && nCurState != embed::EmbedStates::… in StoreChildren()
1588 if ( !_bOasisFormat && !_bObjectsOnly ) in StoreChildren()
1609 if ( bResult && _bOasisFormat ) in StoreChildren()
1618 …if ( !_bOasisFormat && pImpl->mxStorage->hasByName( aObjReplElement ) && pImpl->mxStorage->isStora… in StoreChildren()