Home
last modified time | relevance | path

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

/trunk/main/ucb/source/ucp/file/
H A Dbc.cxx88 m_aUncPath( parentName ), in BaseContent()
109 m_aUncPath( aUncPath ), in BaseContent()
118 m_pMyShell->registerNotifier( m_aUncPath,this ); in BaseContent()
119 m_pMyShell->insertDefaultProperties( m_aUncPath ); in BaseContent()
127 m_pMyShell->deregisterNotifier( m_aUncPath,this ); in ~BaseContent()
469 Reference< beans::XPropertySetInfo > xProp = m_pMyShell->info_p( m_aUncPath ); in addPropertiesChangeListener()
610 m_pMyShell->associate( m_aUncPath,Name,DefaultValue,Attributes ); in addProperty()
625 m_pMyShell->deassociate( m_aUncPath, Name ); in removeProperty()
694 dstUncPath = getParentName( m_aUncPath ); in createNewContent()
697 dstUncPath = m_aUncPath; in createNewContent()
[all …]
H A Dbc.hxx279 rtl::OUString m_aUncPath; member in fileaccess::BaseContent