Home
last modified time | relevance | path

Searched refs:aProps (Results 126 – 150 of 290) sorted by relevance

12345678910>>...12

/trunk/main/connectivity/source/sdbcx/
H A DVUser.cxx87 Sequence< Property > aProps; in createArrayHelper() local
88 describeProperties(aProps); in createArrayHelper()
89 return new ::cppu::OPropertyArrayHelper(aProps); in createArrayHelper()
/trunk/main/connectivity/source/drivers/flat/
H A DEResultSet.cxx160 Sequence< Property > aProps; in createArrayHelper() local
161 describeProperties(aProps); in createArrayHelper()
162 return new ::cppu::OPropertyArrayHelper(aProps); in createArrayHelper()
/trunk/main/dbaccess/source/ext/macromigration/
H A Dmacromigrationwizard.cxx246 Sequence< Property > aProps; in createArrayHelper() local
247 describeProperties( aProps ); in createArrayHelper()
248 return new ::cppu::OPropertyArrayHelper( aProps ); in createArrayHelper()
/trunk/main/slideshow/source/engine/slide/
H A Dslideimpl.cxx1023 uno::Sequence< animations::TargetProperties > aProps( in applyInitialShapeAttributes() local
1027 const ::std::size_t nSize( aProps.getLength() ); in applyInitialShapeAttributes()
1031 uno::Reference< drawing::XShape > xShape( aProps[i].Target, in applyInitialShapeAttributes()
1039 if( (aProps[i].Target >>= aParaTarget) ) in applyInitialShapeAttributes()
1090 const uno::Sequence< beans::NamedValue >& rShapeProps( aProps[i].Properties ); in applyInitialShapeAttributes()
/trunk/main/comphelper/source/streaming/
H A Dotransactedfilestream.cxx698 uno::Sequence< beans::Property > aProps( 1 ); in getProperties() local
699 aProps[0].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "TransactionSupport" ) ); in getProperties()
700 aProps[0].Type = getCppuType( static_cast< uno::Reference< beans::XPropertySet >* >( NULL ) ); in getProperties()
701 aProps[0].Attributes = beans::PropertyAttribute::TRANSIENT | beans::PropertyAttribute::READONLY; in getProperties()
703 return aProps; in getProperties()
/trunk/main/ucbhelper/source/provider/
H A Dproviderhelper.cxx542 uno::Sequence< beans::Property > aProps in copyAdditionalPropertySet() local
569 for ( sal_Int32 m = 0; m < aProps.getLength(); ++m ) in copyAdditionalPropertySet()
571 if ( aProps[ m ].Name == rValue.Name ) in copyAdditionalPropertySet()
573 nAttribs = aProps[ m ].Attributes; in copyAdditionalPropertySet()
/trunk/main/odk/examples/DevelopersGuide/Text/
H A DTextDocuments.java1522 PropertyValue [] aProps = (PropertyValue [] ) xNum.getByIndex ( i ); in NumberingExample() local
1526 for ( int j = 0 ; j < aProps.length ; ++j ) in NumberingExample()
1528 if ( aProps[j].Name.equals ( "NumberingType" ) ) in NumberingExample()
1534 case 0 : aProps[j].Value = in NumberingExample()
1537 case 1 : aProps[j].Value = in NumberingExample()
1540 case 2 : aProps[j].Value = in NumberingExample()
1546 xReplace.replaceByIndex ( i, aProps ); in NumberingExample()
/trunk/main/unotools/source/ucbhelper/
H A Dlocalfilehelper.cxx179 ::com::sun::star::uno::Sequence< ::rtl::OUString > aProps(1); in DECLARE_LIST()
180 ::rtl::OUString* pProps = aProps.getArray(); in DECLARE_LIST()
186 xResultSet = aCnt.createCursor( aProps, eInclude ); in DECLARE_LIST()
/trunk/main/connectivity/source/drivers/ado/
H A DAUser.cxx152 Sequence< com::sun::star::beans::Property > aProps; in createArrayHelper() local
153 describeProperties(aProps); in createArrayHelper()
154 return new cppu::OPropertyArrayHelper(aProps); in createArrayHelper()
H A DADatabaseMetaData.cxx59 connectivity::ado::WpADOProperties aProps(m_pADOConnection->get_Properties()); in getInt32Property() local
61 OSL_ENSURE(aProps.IsValid(),"There are no properties at the connection"); in getInt32Property()
72 connectivity::ado::WpADOProperties aProps(m_pADOConnection->get_Properties()); in getBoolProperty() local
74 OSL_ENSURE(aProps.IsValid(),"There are no properties at the connection"); in getBoolProperty()
81 connectivity::ado::WpADOProperties aProps(m_pADOConnection->get_Properties()); in getStringProperty() local
83 OSL_ENSURE(aProps.IsValid(),"There are no properties at the connection"); in getStringProperty()
/trunk/main/dbaccess/source/core/api/
H A Dquerydescriptor.cxx142 Sequence< Property > aProps; in createArrayHelper() local
143 describeProperties(aProps); in createArrayHelper()
144 return new ::cppu::OPropertyArrayHelper(aProps); in createArrayHelper()
/trunk/main/xmloff/source/core/
H A Dxmluconv.cxx1799 uno::Sequence< beans::Property > aProps = xPropertySetInfo->getProperties(); in convertPropertySet() local
1800 const sal_Int32 nCount(aProps.getLength()); in convertPropertySet()
1807 pProps->Name = aProps[i].Name; in convertPropertySet()
1808 pProps->Value = aProperties->getPropertyValue(aProps[i].Name); in convertPropertySet()
1815 const uno::Sequence<beans::PropertyValue>& aProps) in convertPropertySet() argument
1817 sal_Int32 nCount(aProps.getLength()); in convertPropertySet()
1825 if (xPropertySetInfo->hasPropertyByName(aProps[i].Name)) in convertPropertySet()
1826 rProperties->setPropertyValue(aProps[i].Name, aProps[i].Value); in convertPropertySet()
/trunk/main/sd/source/filter/html/
H A DHtmlOptionsDialog.cxx89 …yValues( const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > & aProps )
210 void SdHtmlOptionsDialog::setPropertyValues( const Sequence< PropertyValue > & aProps ) in setPropertyValues() argument
215 maMediaDescriptor = aProps; in setPropertyValues()
/trunk/main/connectivity/source/drivers/dbase/
H A DDResultSet.cxx214 Sequence< Property > aProps; in createArrayHelper() local
215 describeProperties(aProps); in createArrayHelper()
216 return new ::cppu::OPropertyArrayHelper(aProps); in createArrayHelper()
/trunk/main/sw/source/core/unocore/
H A Dswunohelper.cxx222 UNO_NMSPC::Sequence < rtl::OUString > aProps( nSeqSize ); in UCB_GetFileListOfFolder() local
223 rtl::OUString* pProps = aProps.getArray(); in UCB_GetFileListOfFolder()
230 xResultSet = aCnt.createCursor( aProps, ::ucbhelper::INCLUDE_DOCUMENTS_ONLY ); in UCB_GetFileListOfFolder()
/trunk/main/extensions/source/preload/
H A Dunoautopilot.inl103 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property > aProps;
104 describeProperties(aProps);
105 return new ::cppu::OPropertyArrayHelper(aProps);
/trunk/main/extensions/source/dbpilots/
H A Dunoautopilot.inl103 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property > aProps;
104 describeProperties(aProps);
105 return new ::cppu::OPropertyArrayHelper(aProps);
/trunk/main/sc/source/ui/unoobj/
H A Dfiltuno.cxx113 …SAL_CALL ScFilterOptionsObj::setPropertyValues( const uno::Sequence<beans::PropertyValue>& aProps ) in setPropertyValues() argument
117 const beans::PropertyValue* pPropArray = aProps.getConstArray(); in setPropertyValues()
118 long nPropCount = aProps.getLength(); in setPropertyValues()
/trunk/main/comphelper/source/property/
H A Dpropertystatecontainer.cxx318 Sequence< Property > aProps; in createArrayHelper() local
319 describeProperties( aProps ); in createArrayHelper()
320 return new ::cppu::OPropertyArrayHelper( aProps ); in createArrayHelper()
/trunk/main/dbaccess/source/core/dataaccess/
H A DComponentDefinition.cxx226 Sequence< Property > aProps; in createArrayHelper() local
227 describeProperties(aProps); in createArrayHelper()
228 return new OPropertyArrayHelper(aProps); in createArrayHelper()
/trunk/main/chart2/source/tools/
H A DUncachedDataSequence.cxx167 Sequence< beans::Property > aProps; in createArrayHelper() local
169 describeProperties( aProps ); in createArrayHelper()
171 return new ::cppu::OPropertyArrayHelper( aProps ); in createArrayHelper()
/trunk/main/comphelper/source/container/
H A Dembeddedobjectcontainer.cxx1310 uno::Sequence< beans::PropertyValue > aProps( 3 ); in InsertGraphicStreamDirectly() local
1311 aProps[0].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "MediaType" ) ); in InsertGraphicStreamDirectly()
1312 aProps[0].Value <<= rMediaType; in InsertGraphicStreamDirectly()
1313aProps[1].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "UseCommonStoragePasswordEncryption… in InsertGraphicStreamDirectly()
1314 aProps[1].Value <<= (sal_Bool)sal_True; in InsertGraphicStreamDirectly()
1315 aProps[2].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Compressed" ) ); in InsertGraphicStreamDirectly()
1316 aProps[2].Value <<= (sal_Bool)sal_True; in InsertGraphicStreamDirectly()
1321 xOptRepl->insertStreamElementDirect( rObjectName, rStream, aProps ); in InsertGraphicStreamDirectly()
/trunk/main/cui/source/dialogs/
H A Dcolorpicker.cxx1567 …virtual void SAL_CALL setPropertyValues( const Sequence< PropertyValue >& aProps ) throw (UnknownP…
1664 void SAL_CALL ColorPicker::setPropertyValues( const Sequence< PropertyValue >& aProps ) throw (Unkn… in setPropertyValues() argument
1666 for( sal_Int32 n = 0; n < aProps.getLength(); n++ ) in setPropertyValues()
1668 if( aProps[n].Name.equals( msColorKey ) ) in setPropertyValues()
1670 aProps[n].Value >>= mnColor; in setPropertyValues()
1672 else if( aProps[n].Name.equals( msModeKey ) ) in setPropertyValues()
1674 aProps[n].Value >>= mnMode; in setPropertyValues()
/trunk/main/xmloff/source/style/
H A Dxmlnumi.cxx873 ::std::vector < XMLPropertyState > aProps; in SvxXMLListLevelStyleAttrContext_Impl()
874 if( pFontDecls->FillProperties( sFontName, aProps, 0, 1, 2, 3, 4 ) ) in SvxXMLListLevelStyleAttrContext_Impl()
879 for( i = aProps.begin(); i != aProps.end(); i++ ) in SvxXMLListLevelStyleAttrContext_Impl()
1215 Sequence<beans::PropertyValue> aProps = in FillUnoNumRule() local
1218 aAny <<= aProps; in FillUnoNumRule()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh8.cxx146 uno::Sequence<beans::PropertyValue> aProps(2); in lcl_getDBaseConnection() local
147 aProps[0].Name = rtl::OUString::createFromAscii(SC_DBPROP_EXTENSION); in lcl_getDBaseConnection()
148 aProps[0].Value <<= rtl::OUString( aExtension ); in lcl_getDBaseConnection()
149 aProps[1].Name = rtl::OUString::createFromAscii(SC_DBPROP_CHARSET); in lcl_getDBaseConnection()
150 aProps[1].Value <<= aCharSetStr; in lcl_getDBaseConnection()
152 _rConnection = _rDrvMgr->getConnectionWithInfo( aConnUrl, aProps ); in lcl_getDBaseConnection()

Completed in 116 milliseconds

12345678910>>...12