Home
last modified time | relevance | path

Searched refs:rProperties (Results 76 – 100 of 149) sorted by relevance

123456

/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_content.hxx173 ::com::sun::star::beans::Property >& rProperties );
209 ::com::sun::star::beans::Property >& rProperties,
324 ::com::sun::star::beans::Property >& rProperties,
/trunk/main/editeng/source/uno/
H A Dunonrule.cxx288 …ules::setNumberingRuleByIndex( const Sequence< beans::PropertyValue >& rProperties, sal_Int32 nInd… in setNumberingRuleByIndex() argument
292 const beans::PropertyValue* pPropArray = rProperties.getConstArray(); in setNumberingRuleByIndex()
293 for(int i = 0; i < rProperties.getLength(); i++) in setNumberingRuleByIndex()
/trunk/main/xmloff/source/text/
H A Dtxtexppr.cxx325 ::std::vector< XMLPropertyState >& rProperties, in ContextFilter()
476 for( ::std::vector< XMLPropertyState >::iterator aIter = rProperties.begin(); in ContextFilter()
477 aIter != rProperties.end(); in ContextFilter()
1003 SvXMLExportPropertyMapper::ContextFilter(rProperties,rPropSet); in ContextFilter()
/trunk/main/ucb/source/ucp/ext/
H A Ducpext_content.hxx71 … const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property >& rProperties,
77 … const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property >& rProperties,
/trunk/main/dbaccess/source/core/dataaccess/
H A DContentHelper.cxx489 Reference< XRow > OContentHelper::getPropertyValues( const Sequence< Property >& rProperties) in getPropertyValues() argument
495 sal_Int32 nCount = rProperties.getLength(); in getPropertyValues()
498 const Property* pProps = rProperties.getConstArray(); in getPropertyValues()
/trunk/main/sw/source/core/unocore/
H A Dunotext.cxx1333 const uno::Sequence< beans::PropertyValue > & rProperties) in appendParagraph()
1338 return m_pImpl->finishOrAppendParagraph(false, rProperties); in appendParagraph()
1345 const uno::Sequence< beans::PropertyValue > & rProperties) in finishParagraph()
1350 return m_pImpl->finishOrAppendParagraph(true, rProperties); in finishParagraph()
1359 const uno::Sequence< beans::PropertyValue > & rProperties) in finishOrAppendParagraph()
1393 if (rProperties.getLength()) in finishOrAppendParagraph()
1401 const beans::PropertyValue* pValues = rProperties.getConstArray(); in finishOrAppendParagraph()
1403 for (sal_Int32 nProp = 0; nProp < rProperties.getLength(); ++nProp) in finishOrAppendParagraph()
H A Dunosett.cxx1344 const uno::Sequence<beans::PropertyValue>& rProperties = in replaceByIndex() local
1349 rProperties, nIndex); in replaceByIndex()
1359 rProperties, nIndex); in replaceByIndex()
1401 rProperties, nIndex); in replaceByIndex()
1745 const uno::Sequence<beans::PropertyValue>& rProperties, sal_Int32 nIndex) in SetNumberingRuleByIndex() argument
1786 const beans::PropertyValue* pPropArray = rProperties.getConstArray(); in SetNumberingRuleByIndex()
1789 for(int i = 0; i < rProperties.getLength() && !bExcept; i++) in SetNumberingRuleByIndex()
/trunk/main/ucbhelper/workben/myucp/
H A Dmyucp_content.hxx89 ::com::sun::star::beans::Property >& rProperties,
178 ::com::sun::star::beans::Property >& rProperties,
/trunk/main/ucb/source/ucp/odma/
H A Dodma_content.hxx80 ::com::sun::star::beans::Property >& rProperties,
181 ::com::sun::star::beans::Property >& rProperties,
/trunk/main/ucb/source/ucp/gio/
H A Dgio_content.cxx399 const uno::Sequence< beans::Property >& rProperties) in getPropertyValuesFromGFileInfo()
406 nProps = rProperties.getLength(); in getPropertyValuesFromGFileInfo()
407 pProps = rProperties.getConstArray(); in getPropertyValuesFromGFileInfo()
513 const uno::Sequence< beans::Property >& rProperties, in getPropertyValues()
521 return getPropertyValuesFromGFileInfo(pInfo, m_xSMgr, xEnv, rProperties); in getPropertyValues()
H A Dgio_content.hxx83 const com::sun::star::uno::Sequence< com::sun::star::beans::Property >& rProperties,
142 const com::sun::star::uno::Sequence< com::sun::star::beans::Property >& rProperties);
/trunk/main/ucb/source/ucp/hierarchy/
H A Dhierarchycontent.cxx971 const uno::Sequence< beans::Property >& rProperties, in getPropertyValues()
981 sal_Int32 nCount = rProperties.getLength(); in getPropertyValues()
987 const beans::Property* pProps = rProperties.getConstArray(); in getPropertyValues()
1126 const uno::Sequence< beans::Property >& rProperties ) in getPropertyValues()
1130 rProperties, in getPropertyValues()
H A Dhierarchycontent.hxx197 ::com::sun::star::beans::Property >& rProperties );
299 ::com::sun::star::beans::Property >& rProperties,
/trunk/main/slideshow/source/engine/
H A Dslideshowimpl.cxx312 uno::Sequence<beans::PropertyValue> const& rProperties )
1098 uno::Sequence<beans::PropertyValue> const& rProperties ) in displaySlide() argument
1124 std::for_each( rProperties.getConstArray(), in displaySlide()
1125 rProperties.getConstArray() + rProperties.getLength(), in displaySlide()
/trunk/main/cui/source/dialogs/
H A Dthesdlg.cxx333 const beans::PropertyValues& rProperties ) in queryMeanings_Impl() argument
337 xThesaurus->queryMeanings( rTerm, rLocale, rProperties ) ); in queryMeanings_Impl()
347 aMeanings = xThesaurus->queryMeanings( aTxt, rLocale, rProperties ); in queryMeanings_Impl()
/trunk/main/xmloff/source/forms/
H A Delementimport.cxx567 const PropertyDescriptionList& rProperties( *pos ); in tryGenericAttribute() local
568 const PropertyDescription* first = *rProperties.begin(); in tryGenericAttribute()
574 for ( PropertyDescriptionList::const_iterator propDesc = rProperties.begin(); in tryGenericAttribute()
575 propDesc != rProperties.end(); in tryGenericAttribute()
583 for ( PropertyDescriptionList::const_iterator propDesc = rProperties.begin(); in tryGenericAttribute()
584 propDesc != rProperties.end(); in tryGenericAttribute()
/trunk/main/linguistic/inc/linguistic/
H A Dmisc.hxx204 sal_Bool IsUseDicList( const ::com::sun::star::beans::PropertyValues &rProperties,
208 sal_Bool IsIgnoreControlChars( const ::com::sun::star::beans::PropertyValues &rProperties,
/trunk/main/cui/source/options/
H A Doptsave.cxx669 OUString lcl_ExtracUIName(const Sequence<PropertyValue> &rProperties) in lcl_ExtracUIName() argument
672 const PropertyValue* pPropVal = rProperties.getConstArray(); in lcl_ExtracUIName()
673 const PropertyValue* const pEnd = pPropVal + rProperties.getLength(); in lcl_ExtracUIName()
/trunk/main/sc/source/filter/xml/
H A Dxmlstyli.hxx71 …::std::vector< XMLPropertyState >& rProperties, sal_Int32 nStartIndex, sal_Int32 nEndIndex ) const;
87 …::std::vector< XMLPropertyState >& rProperties, sal_Int32 nStartIndex, sal_Int32 nEndIndex ) const;
/trunk/main/sw/inc/
H A Ddbmgr.hxx292 … const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue>& rProperties,
296 const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue>& rProperties);
/trunk/main/ucb/source/ucp/webdav/
H A Dwebdavcontent.hxx107 ::com::sun::star::beans::Property >& rProperties,
304 ::com::sun::star::beans::Property >& rProperties,
/trunk/main/sc/source/ui/miscdlgs/
H A Dsolveroptions.cxx143 const uno::Sequence<beans::PropertyValue>& rProperties ) in ScSolverOptionsDialog() argument
158 maProperties( rProperties ) in ScSolverOptionsDialog()
/trunk/main/framework/source/fwi/uielement/
H A Dconstitemcontainer.cxx469 IPropertyArrayHelper & rProperties ) SAL_THROW( () ) in createPropertySetInfo() argument
471 return static_cast< XPropertySetInfo * >( new OPropertySetHelperInfo_Impl( rProperties ) ); in createPropertySetInfo()
/trunk/main/ucb/source/ucp/gvfs/
H A Dgvfs_content.cxx577 const uno::Sequence< beans::Property >& rProperties, in getPropertyValues()
589 if( rProperties.getLength() ) { in getPropertyValues()
590 nProps = rProperties.getLength(); in getPropertyValues()
591 pProps = rProperties.getConstArray(); in getPropertyValues()
/trunk/main/sdext/source/pdfimport/inc/
H A Dxmlemitter.hxx43 virtual void beginTag( const char* pTag, const PropertyMap& rProperties ) = 0;

Completed in 179 milliseconds

123456