Home
last modified time | relevance | path

Searched refs:_bOasisFormat (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/comphelper/source/container/
H A Dembeddedobjectcontainer.cxx1392 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()
[all …]
/AOO42X/main/comphelper/inc/comphelper/
H A Dembeddedobjectcontainer.hxx164 sal_Bool StoreChildren(sal_Bool _bOasisFormat,sal_Bool _bObjectsOnly);
165 sal_Bool StoreAsChildren( sal_Bool _bOasisFormat