Home
last modified time | relevance | path

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

/AOO41X/main/ucb/source/ucp/file/
H A Dbc.cxx92 m_aUncPath( parentName ), in BaseContent()
113 m_aUncPath( aUncPath ), in BaseContent()
122 m_pMyShell->registerNotifier( m_aUncPath,this ); in BaseContent()
123 m_pMyShell->insertDefaultProperties( m_aUncPath ); in BaseContent()
131 m_pMyShell->deregisterNotifier( m_aUncPath,this ); in ~BaseContent()
473 Reference< beans::XPropertySetInfo > xProp = m_pMyShell->info_p( m_aUncPath ); in addPropertiesChangeListener()
614 m_pMyShell->associate( m_aUncPath,Name,DefaultValue,Attributes ); in addProperty()
629 m_pMyShell->deassociate( m_aUncPath, Name ); in removeProperty()
698 dstUncPath = getParentName( m_aUncPath ); in createNewContent()
701 dstUncPath = m_aUncPath; in createNewContent()
[all …]
H A Dbc.hxx279 rtl::OUString m_aUncPath; member in fileaccess::BaseContent