Lines Matching refs:m_aUncPath

92       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()
747 rtl::OUString ParentUnq = getParentName( m_aUncPath ); in getParent()
804 return m_pMyShell->info_p( m_aUncPath ); in getPropertySetInfo()
858 m_aUncPath, in getPropertyValues()
891 sal_Int32 nLastSlash = m_aUncPath.lastIndexOf( '/' ); in setPropertyValues()
893 if ( nLastSlash == m_aUncPath.getLength() - 1 ) in setPropertyValues()
897 = m_aUncPath.lastIndexOf( '/', nLastSlash ); in setPropertyValues()
905 m_aUncPath.copy( 0, nLastSlash + 1 ) ); in setPropertyValues()
918 m_aUncPath = aBuf.makeStringAndClear(); in setPropertyValues()
927 … if( m_aUncPath.lastIndexOf( sal_Unicode('/') ) != m_aUncPath.getLength() - 1 ) in setPropertyValues()
928 m_aUncPath += rtl::OUString::createFromAscii("/"); in setPropertyValues()
930 m_aUncPath += rtl::Uri::encode( NewTitle, in setPropertyValues()
945 Sequence< Any > ret = m_pMyShell->setv( m_aUncPath, // Does not handle Title in setPropertyValues()
967 rtl::OUString aDstName = getParentName( m_aUncPath ); in setPropertyValues()
977 m_aUncPath, in setPropertyValues()
1028 m_aUncPath, in open()
1038 m_aUncPath, in open()
1046 m_aUncPath, in open()
1055 m_aUncPath, in open()
1085 if( m_pMyShell->remove( nMyCommandIdentifier,m_aUncPath ) ) in deleteContent()
1147 sal_Int32 lastSlash = m_aUncPath.lastIndexOf( sal_Unicode('/') ); in transfer()
1148 dstUncPath = m_aUncPath.copy(0,lastSlash ); in transfer()
1152 dstUncPath = m_aUncPath; in transfer()
1174 m_aUncPath, in insert()
1233 m_aUncPath, in insert()
1241 m_aUncPath, in insert()
1249 getTitle(m_aUncPath), in insert()
1264 m_aUncPath = getParentName( m_aUncPath ); in insert()
1265 if( m_aUncPath.lastIndexOf( sal_Unicode('/') ) != m_aUncPath.getLength() - 1 ) in insert()
1266 m_aUncPath += rtl::OUString::createFromAscii("/"); in insert()
1268 m_aUncPath += rtl::Uri::encode( aRequestImpl->newName(), in insert()
1278 FileContentIdentifier* p = new FileContentIdentifier( m_pMyShell,m_aUncPath ); in insert()
1281 m_pMyShell->registerNotifier( m_aUncPath,this ); in insert()
1282 m_pMyShell->insertDefaultProperties( m_aUncPath ); in insert()
1293 m_pMyShell->endTask( CommandId,m_aUncPath,this ); in endTask()
1324 m_aUncPath = aNewName; in cEXC()
1404 return m_aUncPath; in getKey()