/trunk/main/comphelper/source/property/ |
H A D | genericpropertyset.cxx | 119 Sequence< Property> aSeq = xInfo->getProperties(); in addPropertyChangeListener() 143 Sequence< Property> aSeq = xInfo->getProperties(); in removePropertyChangeListener()
|
/trunk/main/connectivity/source/commontools/ |
H A D | paramwrapper.cxx | 131 Sequence< Property > aProperties = xInfo->getProperties(); in IMPLEMENT_GET_IMPLEMENTATION_ID() 157 aProperties = m_xDelegatorPSI->getProperties(); in getInfoHelper()
|
/trunk/main/writerfilter/source/doctok/ |
H A D | WW8ResourceModelImpl.cxx | 342 writerfilter::Reference<Properties>::Pointer_t WW8Value::getProperties() in getProperties() function in writerfilter::doctok::WW8Value 448 WW8PropertiesValue::getProperties() in getProperties() function in writerfilter::doctok::WW8PropertiesValue
|
H A D | WW8DocumentImpl.cxx | 103 WW8DocumentIteratorImpl::getProperties() const in getProperties() function in writerfilter::doctok::WW8DocumentIteratorImpl 105 return mpDocument->getProperties(mCpAndFc); in getProperties() 841 writerfilter::Reference<Properties>::Pointer_t WW8DocumentImpl::getProperties in getProperties() function in writerfilter::doctok::WW8DocumentImpl 855 pResult = pFKP->getProperties(rCpAndFc.getFc()); in getProperties() 1750 pProperties(pIt->getProperties()); in resolve()
|
H A D | WW8DocumentImpl.hxx | 513 getProperties(const CpAndFc & rCpAndFc); 804 virtual writerfilter::Reference<Properties>::Pointer_t getProperties()
|
/trunk/main/ucb/source/ucp/ext/ |
H A D | ucpext_datasupplier.cxx | 331 …tent::getArtificialNodePropertyValues( m_pImpl->m_xSMgr, getResultSet()->getProperties(), sTitle ); in queryPropertyValues() 339 getResultSet()->getProperties(), getResultSet()->getEnvironment() ); in queryPropertyValues()
|
/trunk/main/ucb/source/core/ |
H A D | ucbprops.cxx | 376 Sequence< Property > SAL_CALL UcbPropertiesManager::getProperties() in getProperties() function in UcbPropertiesManager 457 getProperties(); in queryProperty()
|
/trunk/main/ucb/source/ucp/webdav/ |
H A D | webdavdatasupplier.cxx | 313 getResultSet()->getProperties(), in queryPropertyValues() 359 getResultSet()->getProperties(), propertyNames ); in getData()
|
H A D | webdavcontentcaps.cxx | 290 uno::Sequence< beans::Property > Content::getProperties( in getProperties() function in Content 496 = xCachedProps->getProperties(); in getProperties()
|
/trunk/main/writerfilter/source/resourcemodel/ |
H A D | TagLogger.cxx | 485 resolve(*pTag, val.getProperties()); in attribute() 517 uno::Sequence<beans::Property> aProps(xPropSetInfo->getProperties()); in unoPropertySetToTag()
|
H A D | ResourceModelHelper.cxx | 38 writerfilter::Reference<Properties>::Pointer_t pProperties = val.getProperties(); in resolveAttributeProperties()
|
/trunk/main/ucb/source/ucp/file/ |
H A D | prov.cxx | 391 getProperties( 482 XPropertySetInfoImpl2::getProperties( in getProperties() function in XPropertySetInfoImpl2
|
/trunk/main/sw/source/ui/vba/ |
H A D | vbadocumentproperties.cxx | 653 return mxUserDefinedProp->getPropertySetInfo()->getProperties().getLength(); in getCount() 658 …uno::Sequence< beans::Property > aProps = mxUserDefinedProp->getPropertySetInfo()->getProperties(); in getByIndex() 677 …uno::Sequence< beans::Property > aProps = mxUserDefinedProp->getPropertySetInfo()->getProperties(); in getElementNames()
|
/trunk/main/sc/qa/complex/dataPilot/ |
H A D | _XPropertySet.java | 359 toCheck = oObj.getPropertySetInfo().getProperties()[0].Name; in _getPropertyValue() 502 Property[] properties = xPSI.getProperties(); in getPropsToTest()
|
/trunk/main/extensions/workben/ |
H A D | pythontest.cxx | 348 Sequence<Property> seqProp = ref->getProperties( 0 ); in dumpIntrospectionToStream() 407 Sequence< Property > seq = refInfo->getProperties(); in dumpVarToStream()
|
/trunk/main/cppuhelper/inc/cppuhelper/ |
H A D | propshlp.hxx | 84 …om::sun::star::uno::Sequence< ::com::sun::star::beans::Property > SAL_CALL getProperties(void) = 0; 166 … ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property > SAL_CALL getProperties(void);
|
/trunk/main/cppuhelper/test/ |
H A D | testpropshlp.cxx | 174 Sequence< Property > aProps = a1.getProperties(); in test_PropertyArrayHelper() 189 Sequence< Property > aProps = a1.getProperties(); in test_PropertyArrayHelper() 207 Sequence< Property > aProps = a1.getProperties(); in test_PropertyArrayHelper()
|
/trunk/main/writerfilter/source/dmapper/ |
H A D | StyleSheetTable.cxx | 579 PropertyMapPtr pProps = pTblStylePrHandler->getProperties( ); in lcl_sprm() 628 … m_pImpl->m_pCurrentEntry->pProperties->insert( pBorderHandler->getProperties(), true ); in lcl_sprm() 1267 writerfilter::Reference<Properties>::Pointer_t pProperties = val.getProperties(); in resolveAttributeProperties()
|
H A D | CellMarginHandler.hxx | 59 ::boost::shared_ptr<TablePropertyMap> getProperties();
|
/trunk/main/stoc/source/tdmanager/ |
H A D | tdmgr_check.cxx | 407 newProperties( xNewTD->getProperties() ); in checkService() 409 existingProperties( xExistingTD->getProperties() ); in checkService()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/beans/ |
H A D | _XPropertySet.java | 370 Property[] properties = oObj.getPropertySetInfo().getProperties(); in _getPropertyValue() 554 Property[] properties = xPSI.getProperties(); in getPropsToTest()
|
/trunk/main/dbaccess/source/core/misc/ |
H A D | dsntypes.cxx | 267 const ::comphelper::NamedValueCollection& aFeatures = m_aDriverConfig.getProperties(_sURL); in getJavaDriverClass() 303 const ::comphelper::NamedValueCollection& aProperties = m_aDriverConfig.getProperties(_sURL); in getDefaultDBSettings()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sw/ |
H A D | com.sun.star.comp.office.SwXPropertySetInfo.csv | 1 "SwXPropertySetInfo";"com::sun::star::beans::XPropertySetInfo";"getProperties()"
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/ucb/ |
H A D | com.sun.star.comp.ucb.UcbPropertiesManager.csv | 1 "UcbPropertiesManager";"com::sun::star::beans::XPropertySetInfo";"getProperties()"
|
/trunk/main/stoc/source/javavm/ |
H A D | jvmargs.hxx | 50 const ::std::vector< ::rtl::OUString> & getProperties() const;
|