Home
last modified time | relevance | path

Searched refs:aProps (Results 226 – 250 of 290) sorted by relevance

12345678910>>...12

/trunk/main/sfx2/source/dialog/
H A Dfiledlghelper.cxx420 Sequence < PropertyValue > aProps; in CheckFilterOptionsCapability() local
422 if ( aAny >>= aProps ) in CheckFilterOptionsCapability()
425 sal_Int32 nPropertyCount = aProps.getLength(); in CheckFilterOptionsCapability()
428 if( aProps[nProperty].Name.equals( DEFINE_CONST_OUSTRING( "UIComponent") ) ) in CheckFilterOptionsCapability()
430 aProps[nProperty].Value >>= aServiceName; in CheckFilterOptionsCapability()
/trunk/main/framework/source/uielement/
H A Dtoolbarmanager.cxx1330 Sequence< PropertyValue > aProps; in FillToolbar() local
1334 xMenuContainer->getByIndex(0) >>= aProps; in FillToolbar()
1335 for ( sal_Int32 index=0; index<aProps.getLength(); ++index ) in FillToolbar()
1337 …if ( aProps[ index ].Name.equalsAsciiL( ITEM_DESCRIPTOR_CONTAINER, ITEM_DESCRIPTOR_CONTAINER_LEN )) in FillToolbar()
1340 aProps[ index ].Value >>= aMenuDesc; in FillToolbar()
/trunk/main/svtools/source/control/
H A Dinettbc.cxx402 Sequence< OUString > aProps(2); in ReadFolder() local
403 OUString* pProps = aProps.getArray(); in ReadFolder()
414 xDynResultSet = aCnt.createDynamicCursor( aProps, eInclude ); in ReadFolder()
/trunk/main/mysqlc/source/
H A Dmysqlc_resultset.cxx1369 Sequence< Property > aProps(5); in createArrayHelper() local
1370 Property* pProperties = aProps.getArray(); in createArrayHelper()
1378 return new OPropertyArrayHelper(aProps); in createArrayHelper()
/trunk/main/connectivity/source/drivers/macab/
H A DMacabResultSet.cxx989 Sequence< Property > aProps(6); in createArrayHelper() local
990 Property* pProperties = aProps.getArray(); in createArrayHelper()
999 return new OPropertyArrayHelper(aProps); in createArrayHelper()
/trunk/main/scripting/source/vbaevents/
H A Deventhelper.cxx803 Sequence< beans::Property > aProps; in createArrayHelper() local
804 describeProperties( aProps ); in createArrayHelper()
805 return new ::cppu::OPropertyArrayHelper( aProps ); in createArrayHelper()
/trunk/main/dbaccess/source/core/api/
H A DRowSet.cxx685 Sequence< Property > aProps; in createArrayHelper() local
686 describeProperties(aProps); in createArrayHelper()
687 return new ::cppu::OPropertyArrayHelper(aProps); in createArrayHelper()
2973 Sequence< Property > aProps; in createArrayHelper() local
2974 describeProperties(aProps); in createArrayHelper()
2975 return new ::cppu::OPropertyArrayHelper(aProps); in createArrayHelper()
H A DRowSetBase.cxx202 Sequence< Property > aProps; in createArrayHelper() local
203 describeProperties(aProps); in createArrayHelper()
204 return new ::cppu::OPropertyArrayHelper(aProps); in createArrayHelper()
/trunk/main/embeddedobj/source/commonembedding/
H A Dpersistence.cxx433 uno::Sequence< beans::PropertyValue > aProps = xModel->getArgs(); in LoadLink_Impl() local
434 for ( sal_Int32 nInd = 0; nInd < aProps.getLength(); nInd++ ) in LoadLink_Impl()
435 if ( aProps[nInd].Name.equals( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Password" ) ) ) in LoadLink_Impl()
436 && ( aProps[nInd].Value >>= m_aLinkPassword ) ) in LoadLink_Impl()
/trunk/main/sfx2/source/bastyp/
H A Dfltfnc.cxx608 ::comphelper::SequenceAsHashMap aProps( xEnum->nextElement() ); in GetFilterForProps()
612 …if ( (aProps[::rtl::OUString::createFromAscii("PreferredFilter")] >>= aValue) && aValue.getLength(… in GetFilterForProps()
628 aProps[::rtl::OUString::createFromAscii("Name")] >>= aValue; in GetFilterForProps()
/trunk/main/reportdesign/source/core/api/
H A DReportDefinition.cxx446 uno::Sequence< beans::Property > aProps; in createArrayHelper() local
447 describeProperties(aProps); in createArrayHelper()
448 return new ::cppu::OPropertyArrayHelper(aProps); in createArrayHelper()
1498 uno::Sequence < beans::PropertyValue > aProps; in storeToStorage() local
1560 aDelegatorArguments, aProps, sal_True,_xStorageToSaveTo ) ) in storeToStorage()
1576 aDelegatorArguments, aProps, sal_True,_xStorageToSaveTo ) ) in storeToStorage()
1592 aDelegatorArguments, aProps, sal_True,_xStorageToSaveTo ) ) in storeToStorage()
1608 aDelegatorArguments, aProps, sal_True,_xStorageToSaveTo ) ) in storeToStorage()
/trunk/main/svtools/source/contnr/
H A Dtemplwin.cxx897 uno::Sequence < beans::PropertyValue> aProps(1); in ShowDocInfo() local
898 aProps[0].Name = ::rtl::OUString::createFromAscii("InteractionHandler"); in ShowDocInfo()
899 aProps[0].Value <<= xInteractionHandler; in ShowDocInfo()
900 m_xDocProps->loadFromMedium( rURL, aProps ); in ShowDocInfo()
/trunk/main/svx/source/gallery2/
H A Dgaltheme.cxx1233 uno::Sequence< OUString > aProps( 1 ); in InsertFileOrDirURL() local
1234 aProps.getArray()[ 0 ] = OUString::createFromAscii( "Url" ); in InsertFileOrDirURL()
1235 …uno::Reference< sdbc::XResultSet > xResultSet( aCnt.createCursor( aProps, ::ucbhelper::INCLUDE_DOC… in InsertFileOrDirURL()
/trunk/main/connectivity/source/drivers/ado/
H A DADatabaseMetaDataResultSet.cxx704 Sequence< com::sun::star::beans::Property > aProps(5); in createArrayHelper() local
705 com::sun::star::beans::Property* pProperties = aProps.getArray(); in createArrayHelper()
713 return new ::cppu::OPropertyArrayHelper(aProps); in createArrayHelper()
/trunk/main/connectivity/source/drivers/jdbc/
H A DResultSet.cxx964 Sequence< Property > aProps(5); in createArrayHelper() local
965 Property* pProperties = aProps.getArray(); in createArrayHelper()
973 return new ::cppu::OPropertyArrayHelper(aProps); in createArrayHelper()
/trunk/main/dbaccess/source/ui/uno/
H A Dcopytablewizard.cxx1591 Sequence< Property > aProps; in createArrayHelper() local
1592 describeProperties( aProps ); in createArrayHelper()
1593 return new ::cppu::OPropertyArrayHelper( aProps ); in createArrayHelper()
/trunk/main/connectivity/source/drivers/dbase/
H A DDTable.cxx2390 Sequence< PropertyValue > aProps( 1 ); in renameFile() local
2391 aProps[0].Name = ::rtl::OUString::createFromAscii("Title"); in renameFile()
2392 aProps[0].Handle = -1; // n/a in renameFile()
2393 aProps[0].Value = makeAny( ::rtl::OUString(sNewName) ); in renameFile()
2395 …aContent.executeCommand( rtl::OUString::createFromAscii( "setPropertyValues" ),makeAny(aProps) ) >… in renameFile()
/trunk/main/ucb/source/ucp/webdav/
H A Dwebdavcontent.cxx97 const std::vector< rtl::OUString > aProps, in lcl_sendPartialGETRequest()
193 aProps, in lcl_sendPartialGETRequest()
2489 uno::Sequence< rtl::OUString > aProps( 1 ); in insert() local
2490 aProps[ 0 ] = rtl::OUString::createFromAscii( "Title" ); in insert()
2495 aProps ) ), in insert()
/trunk/main/filter/source/pdf/
H A Dpdfdialog.hxx69 …virtual void SAL_CALL setPropertyValues( const Sequence< PropertyValue >& aProps ) throw (UnknownP…
/trunk/main/ucb/source/core/
H A Ducbstore.cxx2240 const Sequence< PropertyValue >& aProps ) in setPropertyValues()
2247 sal_Int32 nCount = aProps.getLength(); in setPropertyValues()
2257 const PropertyValue* pNewValues = aProps.getConstArray(); in setPropertyValues()
/trunk/main/toolkit/source/controls/
H A Dunocontrol.cxx98 Sequence< Property> aProps = xPSInf->getProperties(); in lcl_ImplGetPropertyNames() local
99 sal_Int32 nLen = aProps.getLength(); in lcl_ImplGetPropertyNames()
102 const Property* pProps = aProps.getConstArray(); in lcl_ImplGetPropertyNames()
/trunk/main/connectivity/source/inc/ado/
H A Dadoimp.hxx98 WpADOProperty aProp(aProps.GetItem(ItemName)); \
/trunk/main/winaccessibility/source/UAccCOM/
H A DMAccessible.cpp2828 Sequence< ::com::sun::star::beans::PropertyValue > aProps; in get_OLECHAR4Numbering() local
2829 aAny >>= aProps; in get_OLECHAR4Numbering()
2830 const ::com::sun::star::beans::PropertyValue* pPropArray = aProps.getConstArray(); in get_OLECHAR4Numbering()
2831 sal_Int32 nCount = aProps.getLength(); in get_OLECHAR4Numbering()
/trunk/main/cui/source/options/
H A Doptsave.cxx716 Any aProps = pImpl->xFact->getByName(pFilters[nFilter]); in IMPL_LINK() local
718 aProps >>= aProperties; in IMPL_LINK()
/trunk/main/xmloff/inc/xmloff/
H A Dxmlexp.hxx238 … void GetViewSettings(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>& aProps);
239 …ConfigurationSettings(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>& aProps);

Completed in 264 milliseconds

12345678910>>...12