Home
last modified time | relevance | path

Searched refs:aChildName (Results 1 – 6 of 6) sorted by path

/trunk/main/cui/source/dialogs/
H A Dscriptdlg.cxx1043 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()
/trunk/main/extensions/source/activex/main/
H A Dso_activex.cpp188 const char* aChildName = NULL, in createKey() argument
200 && ( !aChildName || ERROR_SUCCESS == RegSetValueExA( hkey1, in createKey()
201 aChildName, in createKey()
/trunk/main/ucb/source/ucp/file/
H A Dfilnot.cxx68 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 Dfilnot.hxx64 void notifyChildInserted( const rtl::OUString& aChildName );
66 void notifyRemoved( const rtl::OUString& aChildName );
H A Dshell.cxx2619 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()
H A Dshell.hxx448 std::list< ContentEventNotifier* >* listeners,const rtl::OUString& aChildName );
455 const rtl::OUString& aChildName );

Completed in 55 milliseconds