Home
last modified time | relevance | path

Searched refs:seqProperty (Results 1 – 2 of 2) sorted by path

/trunk/main/framework/inc/services/
H A Dlogindialog.hxx726 sal_Bool impl_tryToChangeProperty( const SEQUENCE< OUSTRING >& seqProperty ,
/trunk/main/ucb/source/ucp/file/
H A Dshell.cxx2999 uno::Sequence< beans::Property > seqProperty = in copyPersistentSet() local
3002 if( seqProperty.getLength() ) in copyPersistentSet()
3009 for( sal_Int32 i = 0; i < seqProperty.getLength(); ++i ) in copyPersistentSet()
3011 x_dstC->addProperty( seqProperty[i].Name, in copyPersistentSet()
3012 seqProperty[i].Attributes, in copyPersistentSet()
3013 x_src->getPropertyValue( seqProperty[i].Name ) ); in copyPersistentSet()

Completed in 29 milliseconds