Searched refs:aUnqPath (Results 1 – 11 of 11) sorted by relevance
| /AOO41X/main/ucb/source/ucp/file/ |
| H A D | shell.cxx | 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() [all …]
|
| H A D | shell.hxx | 179 void SAL_CALL registerNotifier( const rtl::OUString& aUnqPath,Notifier* pNotifier ); 181 void SAL_CALL deregisterNotifier( const rtl::OUString& aUnqPath,Notifier* pNotifier ); 220 const rtl::OUString& aUnqPath, 231 const rtl::OUString& aUnqPath, 243 const rtl::OUString& aUnqPath, 255 const rtl::OUString& aUnqPath, 273 info_p( const rtl::OUString& aUnqPath ) 282 setv( const rtl::OUString& aUnqPath, 294 const rtl::OUString& aUnqPath, 335 const rtl::OUString& aUnqPath, [all …]
|
| H A D | filid.cxx | 36 const rtl::OUString& aUnqPath, in FileContentIdentifier() argument 43 m_pMyShell->getUrlFromUnq( aUnqPath,m_aContentId ); in FileContentIdentifier() 44 m_aNormalizedId = aUnqPath; in FileContentIdentifier() 49 m_pMyShell->getUnqFromUrl( aUnqPath,m_aNormalizedId ); in FileContentIdentifier() 50 m_aContentId = aUnqPath; in FileContentIdentifier()
|
| H A D | filrset.cxx | 48 const rtl::OUString& aUnqPath, in XResultSet_impl() argument 57 m_aBaseDirectory( aUnqPath ), in XResultSet_impl() 58 m_aFolder( aUnqPath ), in XResultSet_impl() 290 rtl::OUString aUnqPath; in OneMore() local 307 this, m_sProperty, m_aDirIte, aUnqPath, IsRegular ); in OneMore() 315 m_aUnqPath.push_back( aUnqPath ); in OneMore() 330 m_aUnqPath.push_back( aUnqPath ); in OneMore() 344 m_aUnqPath.push_back( aUnqPath ); in OneMore()
|
| H A D | filprp.cxx | 39 XPropertySetInfo_impl::XPropertySetInfo_impl( shell* pMyShell,const rtl::OUString& aUnqPath ) in XPropertySetInfo_impl() argument 47 shell::ContentMap::iterator it = m_pMyShell->m_aContent.find( aUnqPath ); in XPropertySetInfo_impl()
|
| H A D | filid.hxx | 44 const rtl::OUString& aUnqPath,
|
| H A D | filprp.hxx | 43 XPropertySetInfo_impl( shell* pMyShell,const rtl::OUString& aUnqPath );
|
| H A D | filtask.hxx | 202 const rtl::OUString& aUnqPath,
|
| H A D | bc.hxx | 94 const rtl::OUString& aUnqPath );
|
| H A D | filrset.hxx | 73 const rtl::OUString& aUnqPath,
|
| /AOO41X/main/unotools/source/ucbhelper/ |
| H A D | tempfile.cxx | 441 rtl::OUString aUnqPath( rBaseName ); in SetTempNameBaseDirectory() local 445 aUnqPath = rBaseName.Copy( 0, rBaseName.Len() - 1 ); in SetTempNameBaseDirectory() 449 osl::FileBase::RC err = osl::Directory::create( aUnqPath ); in SetTempNameBaseDirectory() 452 bRet = ensuredir( aUnqPath ); in SetTempNameBaseDirectory()
|