Home
last modified time | relevance | path

Searched refs:openPropertySet (Results 1 – 6 of 6) sorted by relevance

/trunk/main/offapi/com/sun/star/ucb/
H A DXPropertySetRegistry.idl61 openPropertySet( [in] string key, [in] boolean create );
H A DPersistentPropertySet.idl45 returned by <member>XPropertySetRegistry::openPropertySet</member>.
/trunk/main/ucb/source/core/
H A Ducbstore.hxx141 openPropertySet( const rtl::OUString& key, sal_Bool create );
H A Ducbstore.cxx387 PropertySetRegistry::openPropertySet( const OUString& key, sal_Bool create ) in openPropertySet() function in PropertySetRegistry
/trunk/main/ucb/source/ucp/file/
H A Dshell.cxx2215 …uno::Reference< ucb::XPersistentPropertySet > xS = m_xFileRegistry->openPropertySet( it->first,cre… in load()
2987 x_src = m_xFileRegistry->openPropertySet( old_Name,false ); in copyPersistentSet()
2999 x_dstS = m_xFileRegistry->openPropertySet( new_Name,true ); in copyPersistentSet()
/trunk/main/ucbhelper/source/provider/
H A Dproviderhelper.cxx358 m_pImpl->m_xPropertySetRegistry->openPropertySet( in getAdditionalPropertySet()