Lines Matching refs:shell

73 shell::UnqPathData::UnqPathData()  in UnqPathData()
84 shell::UnqPathData::UnqPathData( const UnqPathData& a ) in UnqPathData()
94 shell::UnqPathData& shell::UnqPathData::operator=( UnqPathData& a ) in operator =()
109 shell::UnqPathData::~UnqPathData() in ~UnqPathData()
125 shell::MyProperty::MyProperty( const rtl::OUString& __PropertyName ) in MyProperty()
132 shell::MyProperty::MyProperty( const sal_Bool& __isNative, in MyProperty()
150 shell::MyProperty::~MyProperty() in ~MyProperty()
159 shell::shell( const uno::Reference< lang::XMultiServiceFactory >& xMultiServiceFactory, in shell() function in shell
413 shell::~shell() in ~shell()
430 shell::registerNotifier( const rtl::OUString& aUnqPath, Notifier* pNotifier ) in registerNotifier()
454 shell::deregisterNotifier( const rtl::OUString& aUnqPath,Notifier* pNotifier ) in deregisterNotifier()
482 shell::associate( const rtl::OUString& aUnqPath, in associate()
498 shell::PropertySet::iterator it1 = m_aDefaultProperties.find( newProperty ); in associate()
526 shell::deassociate( const rtl::OUString& aUnqPath, in deassociate()
534 shell::PropertySet::iterator it1 = m_aDefaultProperties.find( oldProperty ); in deassociate()
585 void SAL_CALL shell::page( sal_Int32 CommandId, in page()
676 shell::open( sal_Int32 CommandId, in open()
713 shell::open_rw( sal_Int32 CommandId, in open_rw()
748 shell::ls( sal_Int32 CommandId, in ls()
783 shell::info_c() in info_c()
801 shell::info_p( const rtl::OUString& aUnqPath ) in info_p()
823 shell::setv( const rtl::OUString& aUnqPath, in setv()
833 shell::ContentMap::iterator it = m_aContent.find( aUnqPath ); in setv()
835 shell::PropertySet::iterator it1; in setv()
1059 shell::getv( sal_Int32 CommandId, in getv()
1087 shell::ContentMap::iterator it = m_aContent.find( aUnqPath ); in getv()
1090 shell::PropertySet::iterator it1; in getv()
1126 shell::move( sal_Int32 CommandId, in move()
1341 shell::copy( in copy()
1517 shell::remove( sal_Int32 CommandId, in remove()
1681 shell::mkdir( sal_Int32 CommandId, in mkdir()
1742 shell::mkfil( sal_Int32 CommandId, in mkfil()
1774 shell::write( sal_Int32 CommandId, in write()
1935 void SAL_CALL shell::insertDefaultProperties( const rtl::OUString& aUnqPath ) in insertDefaultProperties()
1949 shell::PropertySet::iterator it1 = m_aDefaultProperties.begin(); in insertDefaultProperties()
1973 sal_Bool SAL_CALL shell::getUnqFromUrl( const rtl::OUString& Url,rtl::OUString& Unq ) in getUnqFromUrl()
1997 sal_Bool SAL_CALL shell::getUrlFromUnq( const rtl::OUString& Unq,rtl::OUString& Url ) in getUrlFromUnq()
2011 shell::copy_recursive( const rtl::OUString& srcUnqPath, in copy_recursive()
2084 sal_Bool SAL_CALL shell::ensuredir( sal_Int32 CommandId, in ensuredir()
2159 shell::getMaskFromProperties( in getMaskFromProperties()
2210 shell::load( const ContentMap::iterator& it, sal_Bool create ) in load()
2270 shell::commit( const shell::ContentMap::iterator& it, in commit()
2275 shell::PropertySet::iterator it1; in commit()
2488 shell::getv( in getv()
2535 shell::ContentMap::iterator it = m_aContent.find( aUnqPath ); in getv()
2538 shell::PropertySet::iterator it1; in getv()
2566 shell::getContentEventListeners( const rtl::OUString& aName ) in getContentEventListeners()
2572 shell::ContentMap::iterator it = m_aContent.find( aName ); in getContentEventListeners()
2593 shell::getContentDeletedEventListeners( const rtl::OUString& aName ) in getContentDeletedEventListeners()
2599 shell::ContentMap::iterator it = m_aContent.find( aName ); in getContentDeletedEventListeners()
2619 shell::notifyInsert( std::list< ContentEventNotifier* >* listeners,const rtl::OUString& aChildName ) in notifyInsert()
2633 shell::notifyContentDeleted( std::list< ContentEventNotifier* >* listeners ) in notifyContentDeleted()
2647 shell::notifyContentRemoved( std::list< ContentEventNotifier* >* listeners, in notifyContentRemoved()
2664 shell::getPropertySetListeners( const rtl::OUString& aName ) in getPropertySetListeners()
2670 shell::ContentMap::iterator it = m_aContent.find( aName ); in getPropertySetListeners()
2690 shell::notifyPropertyAdded( std::list< PropertySetInfoChangeNotifier* >* listeners, in notifyPropertyAdded()
2705 shell::notifyPropertyRemoved( std::list< PropertySetInfoChangeNotifier* >* listeners, in notifyPropertyRemoved()
2721 shell::getContentExchangedEventListeners( const rtl::OUString aOldPrefix, in getContentExchangedEventListeners()
2770 shell::ContentMap::iterator itold = m_aContent.find( aOldName ); in getContentExchangedEventListeners()
2773 shell::ContentMap::iterator itnew = m_aContent.insert( in getContentExchangedEventListeners()
2825 shell::notifyContentExchanged( std::vector< std::list< ContentEventNotifier* >* >* listeners_vec ) in notifyContentExchanged()
2846 shell::getPropertyChangeNotifier( const rtl::OUString& aName ) in getPropertyChangeNotifier()
2852 shell::ContentMap::iterator it = m_aContent.find( aName ); in getPropertyChangeNotifier()
2871 void SAL_CALL shell::notifyPropertyChanges( std::list< PropertyChangeNotifier* >* listeners, in notifyPropertyChanges()
2892 shell::erasePersistentSet( const rtl::OUString& aUnqPath, in erasePersistentSet()
2954 shell::copyPersistentSet( const rtl::OUString& srcUnqPath, in copyPersistentSet()
3020 uno::Sequence< ucb::ContentInfo > shell::queryCreatableContentsInfo() in queryCreatableContentsInfo()
3052 shell::getScheme( rtl::OUString& Scheme ) in getScheme()
3058 shell::getImplementationName_static( void ) in getImplementationName_static()
3065 shell::getSupportedServiceNames_static( void ) in getSupportedServiceNames_static()