Lines Matching refs:aValues

400 		Sequence< PropertyValue > aValues;  in createUniqueInterfaceName()  local
404 if( !(aAny >>= aValues) ) in createUniqueInterfaceName()
407 const sal_Int32 nValueCount( aValues.getLength() ); in createUniqueInterfaceName()
408 PropertyValue* pValues = aValues.getArray(); in createUniqueInterfaceName()
609 Sequence< PropertyValue > aValues(4); in insertOrEdit() local
611 aValues[0].Name = OUString( RTL_CONSTASCII_USTRINGPARAM( "UIName" ) ); in insertOrEdit()
612 aValues[0].Value <<= pFilterEntry->maInterfaceName; in insertOrEdit()
617 aValues[1].Name = OUString( RTL_CONSTASCII_USTRINGPARAM( "ClipboardFormat" ) ); in insertOrEdit()
629 aValues[1].Value <<= OUString(); in insertOrEdit()
631 aValues[1].Value <<= aDocType; in insertOrEdit()
633 aValues[2].Name = OUString( RTL_CONSTASCII_USTRINGPARAM( "DocumentIconID" ) ); in insertOrEdit()
634 aValues[2].Value <<= pFilterEntry->mnDocumentIconID; in insertOrEdit()
636 aValues[3].Name = OUString( RTL_CONSTASCII_USTRINGPARAM( "Extensions" ) ); in insertOrEdit()
637 aValues[3].Value <<= createExtensionsSequence( pFilterEntry->maExtension ); in insertOrEdit()
642 aValues.realloc(5); in insertOrEdit()
643 aValues[4].Name = OUString( RTL_CONSTASCII_USTRINGPARAM( "DetectService" ) ); in insertOrEdit()
644aValues[4].Value <<= OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.comp.filters.XMLFilterDe… in insertOrEdit()
652 Any aAny( makeAny( aValues ) ); in insertOrEdit()
845 Sequence< PropertyValue > aValues; in onDelete() local
850 if( !(aAny >>= aValues) ) in onDelete()
853 const sal_Int32 nValueCount( aValues.getLength() ); in onDelete()
854 PropertyValue* pValues = aValues.getArray(); in onDelete()
1089 Sequence< PropertyValue > aValues; in initFilterList() local
1101 if( !(aAny >>= aValues) ) in initFilterList()
1107 const sal_Int32 nValueCount( aValues.getLength() ); in initFilterList()
1108 PropertyValue* pValues = aValues.getArray(); in initFilterList()