Lines Matching refs:find

458     ContentMap::iterator it = m_aContent.find( aUnqPath );  in deregisterNotifier()
498 shell::PropertySet::iterator it1 = m_aDefaultProperties.find( newProperty ); in associate()
511 it1 = properties.find( newProperty ); in associate()
534 shell::PropertySet::iterator it1 = m_aDefaultProperties.find( oldProperty ); in deassociate()
546 it1 = properties.find( oldProperty ); in deassociate()
559 if( properties.find( ContentTProperty )->getState() == beans::PropertyState_DEFAULT_VALUE ) in deassociate()
833 shell::ContentMap::iterator it = m_aContent.find( aUnqPath ); in setv()
841 it1 = properties.find( toset ); in setv()
1087 shell::ContentMap::iterator it = m_aContent.find( aUnqPath ); in getv()
1096 it1 = propset.find( readProp ); in getv()
1947 sal_Bool ContentNotDefau = properties.find( ContentTProperty ) != properties.end(); in insertDefaultProperties()
2245 if( properties.find( readProp ) == properties.end() ) in load()
2285 it1 = properties.find( MyProperty( Title ) ); in commit()
2295 it1 = properties.find( MyProperty( CasePreservingURL ) ); in commit()
2357 it1 = properties.find( MyProperty( IsVolume ) ); in commit()
2361 it1 = properties.find( MyProperty( IsFolder ) ); in commit()
2365 it1 = properties.find( MyProperty( IsDocument ) ); in commit()
2380 it1 = properties.find( MyProperty( IsRemote ) ); in commit()
2384 it1 = properties.find( MyProperty( IsRemoveable ) ); in commit()
2388 it1 = properties.find( MyProperty( IsCompactDisc ) ); in commit()
2392 it1 = properties.find( MyProperty( IsFloppy ) ); in commit()
2400 it1 = properties.find( MyProperty( IsRemote ) ); in commit()
2404 it1 = properties.find( MyProperty( IsRemoveable ) ); in commit()
2408 it1 = properties.find( MyProperty( IsCompactDisc ) ); in commit()
2412 it1 = properties.find( MyProperty( IsFloppy ) ); in commit()
2422 it1 = properties.find( MyProperty( Size ) ); in commit()
2426 it1 = properties.find( MyProperty( IsReadOnly ) ); in commit()
2437 it1 = properties.find( MyProperty( IsHidden ) ); in commit()
2448 it1 = properties.find( MyProperty( DateModified ) ); in commit()
2474 it1 = properties.find( MyProperty( CreatableContentsInfo ) ); in commit()
2535 shell::ContentMap::iterator it = m_aContent.find( aUnqPath ); in getv()
2544 it1 = propset.find( readProp ); in getv()
2572 shell::ContentMap::iterator it = m_aContent.find( aName ); in getContentEventListeners()
2599 shell::ContentMap::iterator it = m_aContent.find( aName ); in getContentDeletedEventListeners()
2670 shell::ContentMap::iterator it = m_aContent.find( aName ); in getPropertySetListeners()
2770 shell::ContentMap::iterator itold = m_aContent.find( aOldName ); in getContentExchangedEventListeners()
2852 shell::ContentMap::iterator it = m_aContent.find( aName ); in getPropertyChangeNotifier()
2927 ContentMap::iterator it = m_aContent.find( old_Name ); in erasePersistentSet()