Lines Matching refs:properties

74     : properties( 0 ),  in UnqPathData()
85 : properties( a.properties ), in UnqPathData()
96 properties = a.properties; in operator =()
101 a.properties = 0; in operator =()
111 if( properties ) in ~UnqPathData()
112 delete properties; in ~UnqPathData()
510 PropertySet& properties = *(it->second.properties); in associate() local
511 it1 = properties.find( newProperty ); in associate()
512 if( it1 != properties.end() ) in associate()
516 properties.insert( newProperty ); in associate()
544 PropertySet& properties = *(it->second.properties); in deassociate() local
546 it1 = properties.find( oldProperty ); in deassociate()
547 if( it1 == properties.end() ) in deassociate()
550 properties.erase( it1 ); in deassociate()
555 if( properties.size() == 9 ) in deassociate()
559 if( properties.find( ContentTProperty )->getState() == beans::PropertyState_DEFAULT_VALUE ) in deassociate()
834 PropertySet& properties = *( it->second.properties ); in setv() local
841 it1 = properties.find( toset ); in setv()
842 if( it1 == properties.end() ) in setv()
1061 const uno::Sequence< beans::Property >& properties ) in getv()
1064 uno::Sequence< uno::Any > seq( properties.getLength() ); in getv()
1067 getMaskFromProperties( n_Mask,properties ); in getv()
1091 PropertySet& propset = *(it->second.properties); in getv()
1095 MyProperty readProp( properties[i].Name ); in getv()
1946 PropertySet& properties = *(it->second.properties); in insertDefaultProperties() local
1947 sal_Bool ContentNotDefau = properties.find( ContentTProperty ) != properties.end(); in insertDefaultProperties()
1957 properties.insert( *it1 ); in insertDefaultProperties()
2212 if( ! it->second.properties ) in load()
2213 it->second.properties = new PropertySet; in load()
2233 PropertySet& properties = *(it->second.properties); in load() local
2245 if( properties.find( readProp ) == properties.end() ) in load()
2246 properties.insert( readProp ); in load()
2277 if( it->second.properties == 0 ) in commit()
2283 PropertySet& properties = *( it->second.properties ); in commit() local
2285 it1 = properties.find( MyProperty( Title ) ); in commit()
2286 if( it1 != properties.end() ) in commit()
2295 it1 = properties.find( MyProperty( CasePreservingURL ) ); in commit()
2296 if( it1 != properties.end() ) in commit()
2357 it1 = properties.find( MyProperty( IsVolume ) ); in commit()
2358 if( it1 != properties.end() ) in commit()
2361 it1 = properties.find( MyProperty( IsFolder ) ); in commit()
2362 if( it1 != properties.end() ) in commit()
2365 it1 = properties.find( MyProperty( IsDocument ) ); in commit()
2366 if( it1 != properties.end() ) in commit()
2380 it1 = properties.find( MyProperty( IsRemote ) ); in commit()
2381 if( it1 != properties.end() ) in commit()
2384 it1 = properties.find( MyProperty( IsRemoveable ) ); in commit()
2385 if( it1 != properties.end() ) in commit()
2388 it1 = properties.find( MyProperty( IsCompactDisc ) ); in commit()
2389 if( it1 != properties.end() ) in commit()
2392 it1 = properties.find( MyProperty( IsFloppy ) ); in commit()
2393 if( it1 != properties.end() ) in commit()
2400 it1 = properties.find( MyProperty( IsRemote ) ); in commit()
2401 if( it1 != properties.end() ) in commit()
2404 it1 = properties.find( MyProperty( IsRemoveable ) ); in commit()
2405 if( it1 != properties.end() ) in commit()
2408 it1 = properties.find( MyProperty( IsCompactDisc ) ); in commit()
2409 if( it1 != properties.end() ) in commit()
2412 it1 = properties.find( MyProperty( IsFloppy ) ); in commit()
2413 if( it1 != properties.end() ) in commit()
2422 it1 = properties.find( MyProperty( Size ) ); in commit()
2423 if( it1 != properties.end() ) in commit()
2426 it1 = properties.find( MyProperty( IsReadOnly ) ); in commit()
2427 if( it1 != properties.end() ) in commit()
2437 it1 = properties.find( MyProperty( IsHidden ) ); in commit()
2438 if( it1 != properties.end() ) in commit()
2448 it1 = properties.find( MyProperty( DateModified ) ); in commit()
2449 if( it1 != properties.end() ) in commit()
2474 it1 = properties.find( MyProperty( CreatableContentsInfo ) ); in commit()
2475 if( it1 != properties.end() ) in commit()
2490 const uno::Sequence< beans::Property >& properties, in getv()
2495 uno::Sequence< uno::Any > seq( properties.getLength() ); in getv()
2498 getMaskFromProperties( n_Mask,properties ); in getv()
2539 PropertySet& propset = *(it->second.properties); in getv()
2543 MyProperty readProp( properties[i].Name ); in getv()
2777 delete itnew->second.properties; in getContentExchangedEventListeners()
2778 itnew->second.properties = itold->second.properties; in getContentExchangedEventListeners()
2779 itold->second.properties = 0; in getContentExchangedEventListeners()
2934 delete it->second.properties; in erasePersistentSet()
2935 it->second.properties = 0; in erasePersistentSet()