Lines Matching refs:m_aUncPath

88       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()
743 rtl::OUString ParentUnq = getParentName( m_aUncPath ); in getParent()
800 return m_pMyShell->info_p( m_aUncPath ); in getPropertySetInfo()
854 m_aUncPath, in getPropertyValues()
887 sal_Int32 nLastSlash = m_aUncPath.lastIndexOf( '/' ); in setPropertyValues()
889 if ( nLastSlash == m_aUncPath.getLength() - 1 ) in setPropertyValues()
893 = m_aUncPath.lastIndexOf( '/', nLastSlash ); in setPropertyValues()
901 m_aUncPath.copy( 0, nLastSlash + 1 ) ); in setPropertyValues()
914 m_aUncPath = aBuf.makeStringAndClear(); in setPropertyValues()
923 … if( m_aUncPath.lastIndexOf( sal_Unicode('/') ) != m_aUncPath.getLength() - 1 ) in setPropertyValues()
924 m_aUncPath += rtl::OUString::createFromAscii("/"); in setPropertyValues()
926 m_aUncPath += rtl::Uri::encode( NewTitle, in setPropertyValues()
941 Sequence< Any > ret = m_pMyShell->setv( m_aUncPath, // Does not handle Title in setPropertyValues()
963 rtl::OUString aDstName = getParentName( m_aUncPath ); in setPropertyValues()
973 m_aUncPath, in setPropertyValues()
1024 m_aUncPath, in open()
1034 m_aUncPath, in open()
1042 m_aUncPath, in open()
1051 m_aUncPath, in open()
1081 if( m_pMyShell->remove( nMyCommandIdentifier,m_aUncPath ) ) in deleteContent()
1143 sal_Int32 lastSlash = m_aUncPath.lastIndexOf( sal_Unicode('/') ); in transfer()
1144 dstUncPath = m_aUncPath.copy(0,lastSlash ); in transfer()
1148 dstUncPath = m_aUncPath; in transfer()
1170 m_aUncPath, in insert()
1229 m_aUncPath, in insert()
1237 m_aUncPath, in insert()
1245 getTitle(m_aUncPath), in insert()
1260 m_aUncPath = getParentName( m_aUncPath ); in insert()
1261 if( m_aUncPath.lastIndexOf( sal_Unicode('/') ) != m_aUncPath.getLength() - 1 ) in insert()
1262 m_aUncPath += rtl::OUString::createFromAscii("/"); in insert()
1264 m_aUncPath += rtl::Uri::encode( aRequestImpl->newName(), in insert()
1274 FileContentIdentifier* p = new FileContentIdentifier( m_pMyShell,m_aUncPath ); in insert()
1277 m_pMyShell->registerNotifier( m_aUncPath,this ); in insert()
1278 m_pMyShell->insertDefaultProperties( m_aUncPath ); in insert()
1289 m_pMyShell->endTask( CommandId,m_aUncPath,this ); in endTask()
1320 m_aUncPath = aNewName; in cEXC()
1400 return m_aUncPath; in getKey()