Searched refs:aChildName (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/ucb/source/ucp/file/ |
H A D | filnot.cxx | 68 void ContentEventNotifier::notifyChildInserted( const rtl::OUString& aChildName ) in notifyChildInserted() argument 70 FileContentIdentifier* p = new FileContentIdentifier( m_pMyShell,aChildName ); in notifyChildInserted() 107 void ContentEventNotifier::notifyRemoved( const rtl::OUString& aChildName ) in notifyRemoved() argument 109 FileContentIdentifier* p = new FileContentIdentifier( m_pMyShell,aChildName ); in notifyRemoved() 112 BaseContent* pp = new BaseContent( m_pMyShell,xChildId,aChildName ); in notifyRemoved()
|
H A D | filnot.hxx | 64 void notifyChildInserted( const rtl::OUString& aChildName ); 66 void notifyRemoved( const rtl::OUString& aChildName );
|
H A D | shell.hxx | 448 std::list< ContentEventNotifier* >* listeners,const rtl::OUString& aChildName ); 455 const rtl::OUString& aChildName );
|
H A D | shell.cxx | 2619 shell::notifyInsert( std::list< ContentEventNotifier* >* listeners,const rtl::OUString& aChildName ) in notifyInsert() argument 2624 (*it)->notifyChildInserted( aChildName ); in notifyInsert() 2648 const rtl::OUString& aChildName ) in notifyContentRemoved() argument 2653 (*it)->notifyRemoved( aChildName ); in notifyContentRemoved()
|
/aoo4110/main/extensions/source/activex/main/ |
H A D | so_activex.cpp | 188 const char* aChildName = NULL, in createKey() argument 200 && ( !aChildName || ERROR_SUCCESS == RegSetValueExA( hkey1, in createKey() 201 aChildName, in createKey()
|
/aoo4110/main/cui/source/dialogs/ |
H A D | scriptdlg.cxx | 1043 String aChildName = aChildNode->getName(); in createEntry() local 1047 ::rtl::OUString name( aChildName ); in createEntry() 1058 pNewEntry = aScriptsBox.insertEntry( aChildName, in createEntry() 1064 pNewEntry = aScriptsBox.insertEntry( aChildName, in createEntry()
|
Completed in 32 milliseconds