Lines Matching refs:aUnqPath

430 shell::registerNotifier( const rtl::OUString& aUnqPath, Notifier* pNotifier )  in registerNotifier()  argument
435 m_aContent.insert( ContentMap::value_type( aUnqPath,UnqPathData() ) ).first; in registerNotifier()
454 shell::deregisterNotifier( const rtl::OUString& aUnqPath,Notifier* pNotifier ) in deregisterNotifier() argument
458 ContentMap::iterator it = m_aContent.find( aUnqPath ); in deregisterNotifier()
482 shell::associate( const rtl::OUString& aUnqPath, in associate() argument
505 …ContentMap::iterator it = m_aContent.insert( ContentMap::value_type( aUnqPath,UnqPathData() ) ).fi… in associate()
519 notifyPropertyAdded( getPropertySetListeners( aUnqPath ), PropertyName ); in associate()
526 shell::deassociate( const rtl::OUString& aUnqPath, in deassociate() argument
540 …ContentMap::iterator it = m_aContent.insert( ContentMap::value_type( aUnqPath,UnqPathData() ) ).fi… in deassociate()
565 m_xFileRegistry->removePropertySet( aUnqPath ); in deassociate()
568 notifyPropertyRemoved( getPropertySetListeners( aUnqPath ), PropertyName ); in deassociate()
586 const rtl::OUString& aUnqPath, in page() argument
591 osl::File aFile( aUnqPath ); in page()
677 const rtl::OUString& aUnqPath, in open() argument
681 …XInputStream_impl* xInputStream = new XInputStream_impl( this, aUnqPath, bLock ); // from filinpst… in open()
714 const rtl::OUString& aUnqPath, in open_rw() argument
718 XStream_impl* xStream = new XStream_impl( this, aUnqPath, bLock ); // from filstr.hxx in open_rw()
749 const rtl::OUString& aUnqPath, in ls() argument
755 XResultSet_impl* p = new XResultSet_impl( this,aUnqPath,OpenMode,seq,seqSort ); in ls()
801 shell::info_p( const rtl::OUString& aUnqPath ) in info_p() argument
805 XPropertySetInfo_impl* p = new XPropertySetInfo_impl( this,aUnqPath ); in info_p()
823 shell::setv( const rtl::OUString& aUnqPath, in setv() argument
833 shell::ContentMap::iterator it = m_aContent.find( aUnqPath ); in setv()
901 osl::File aFile(aUnqPath); in setv()
913 uno::makeAny(aUnqPath), in setv()
935 osl::DirectoryItem::get(aUnqPath,aDirItem); in setv()
968 aUnqPath,nAttributes); in setv()
977 uno::makeAny(aUnqPath), in setv()
1041 notifyPropertyChanges( getPropertyChangeNotifier( aUnqPath ),seqChanged ); in setv()
1060 const rtl::OUString& aUnqPath, in getv() argument
1071 osl::FileBase::RC nError1 = osl::DirectoryItem::get( aUnqPath,aDirItem ); in getv()
1087 shell::ContentMap::iterator it = m_aContent.find( aUnqPath ); in getv()
1518 const rtl::OUString& aUnqPath, in remove() argument
1531 nError = osl::DirectoryItem::get( aUnqPath, aItem ); in remove()
1563 nError = osl::File::remove( aUnqPath ); in remove()
1576 notifyContentDeleted( getContentDeletedEventListeners(aUnqPath) ); in remove()
1577 erasePersistentSet( aUnqPath ); // Removes from XPersistentPropertySet in remove()
1582 osl::Directory aDirectory( aUnqPath ); in remove()
1642 nError = osl::Directory::remove( aUnqPath ); in remove()
1655 notifyContentDeleted( getContentDeletedEventListeners(aUnqPath) ); in remove()
1656 erasePersistentSet( aUnqPath ); in remove()
1686 rtl::OUString aUnqPath; in mkdir() local
1690 aUnqPath = rUnqPath.copy( 0, rUnqPath.getLength() - 1 ); in mkdir()
1692 aUnqPath = rUnqPath; in mkdir()
1694 osl::FileBase::RC nError = osl::Directory::create( aUnqPath ); in mkdir()
1717 rtl::OUString aPrtPath = getParentName( aUnqPath ); in mkdir()
1718 notifyInsert( getContentEventListeners( aPrtPath ),aUnqPath ); in mkdir()
1724 aUnqPath, in mkdir()
1743 const rtl::OUString& aUnqPath, in mkfil() argument
1750 aUnqPath, in mkfil()
1755 rtl::OUString aPrtPath = getParentName( aUnqPath ); in mkfil()
1756 notifyInsert( getContentEventListeners( aPrtPath ),aUnqPath ); in mkfil()
1775 const rtl::OUString& aUnqPath, in write() argument
1789 getParentName( aUnqPath ), in write()
1794 osl::File aFile( aUnqPath ); in write()
1935 void SAL_CALL shell::insertDefaultProperties( const rtl::OUString& aUnqPath ) in insertDefaultProperties() argument
1940 m_aContent.insert( ContentMap::value_type( aUnqPath,UnqPathData() ) ).first; in insertDefaultProperties()
2492 rtl::OUString& aUnqPath, in getv() argument
2506 aUnqPath = aFileStatus.getFileURL(); in getv()
2530 registerNotifier( aUnqPath,pNotifier ); in getv()
2531 insertDefaultProperties( aUnqPath ); in getv()
2535 shell::ContentMap::iterator it = m_aContent.find( aUnqPath ); in getv()
2551 deregisterNotifier( aUnqPath,pNotifier ); in getv()
2892 shell::erasePersistentSet( const rtl::OUString& aUnqPath, in erasePersistentSet() argument
2912 old_Name = aUnqPath; in erasePersistentSet()