Home
last modified time | relevance | path

Searched refs:rProperties (Results 26 – 50 of 149) sorted by relevance

123456

/aoo41x/main/xmloff/source/chart/
H A DSchXMLAutoStylePoolP.cxx48 const ::std::vector< XMLPropertyState >& rProperties, in exportStyleAttributes()
55 SvXMLAutoStylePoolP::exportStyleAttributes( rAttrList, nFamily, rProperties, in exportStyleAttributes()
60 for( ::std::vector< XMLPropertyState >::const_iterator iter = rProperties.begin(); in exportStyleAttributes()
61 (iter != rProperties.end()); iter++ ) in exportStyleAttributes()
H A DPropertyMaps.cxx206 std::vector< XMLPropertyState >& rProperties, in ContextFilter()
213 for( std::vector< XMLPropertyState >::iterator property = rProperties.begin(); in ContextFilter()
214 property != rProperties.end(); in ContextFilter()
281 SvXMLExportPropertyMapper::ContextFilter(rProperties, rPropSet); in ContextFilter()
497 ::std::vector< XMLPropertyState >& rProperties, in handleSpecialItem()
606 …bRet = SvXMLImportPropertyMapper::handleSpecialItem( rProperty, rProperties, rValue, rUnitConverte… in handleSpecialItem()
/aoo41x/main/dbaccess/source/filter/xml/
H A DxmlAutoStyle.cxx49 const ::std::vector< XMLPropertyState >& rProperties, in exportStyleAttributes()
55 …SvXMLAutoStylePoolP::exportStyleAttributes( rAttrList, nFamily, rProperties, rPropExp, rUnitConver… in exportStyleAttributes()
59 ::std::vector< XMLPropertyState >::const_iterator i = rProperties.begin(); in exportStyleAttributes()
60 ::std::vector< XMLPropertyState >::const_iterator aEnd = rProperties.end(); in exportStyleAttributes()
/aoo41x/main/sw/source/filter/xml/
H A Dxmlfmte.cxx275 const ::std::vector< XMLPropertyState >& rProperties,
289 const ::std::vector< XMLPropertyState >& rProperties, in exportStyleAttributes()
295 …SvXMLAutoStylePoolP::exportStyleAttributes( rAttrList, nFamily, rProperties, rPropExp, rUnitConver… in exportStyleAttributes()
300 aProperty = rProperties.begin(); in exportStyleAttributes()
301 aProperty != rProperties.end(); in exportStyleAttributes()
/aoo41x/main/xmloff/source/style/
H A Dimpastp4.cxx181 const ::std::vector< XMLPropertyState >& rProperties, in Add()
212 if( pParent->Add( pFamily, rProperties, rName, bDontSeek ) ) in Add()
232 const OUString& rParent, const ::std::vector< XMLPropertyState >& rProperties ) in AddNamed()
262 if( pParent->AddNamed( pFamily, rProperties, rName ) ) in AddNamed()
303 const vector< XMLPropertyState >& rProperties ) const in Find()
324 sName = pParents->GetObject( nPos )->Find( pFamily, rProperties ); in Find()
H A DXMLBackgroundImageContext.cxx405 rProperties.push_back( aPosProp ); in EndElement()
407 rProperties.push_back( aFilterProp ); in EndElement()
409 rProperties.push_back( aTransparencyProp ); in EndElement()
/aoo41x/main/svx/source/form/
H A Ddataaccessdescriptor.cxx116 const MapString2PropertyEntry& rProperties = getPropertyMap(); in buildFrom() local
125 MapString2PropertyEntry::const_iterator aPropPos = rProperties.find( pValues->Name ); in buildFrom()
126 if ( aPropPos != rProperties.end() ) in buildFrom()
232 const MapString2PropertyEntry& rProperties = getPropertyMap(); in getPropertyMapEntry() local
236 for ( MapString2PropertyEntry::const_iterator loop = rProperties.begin(); in getPropertyMapEntry()
237 loop != rProperties.end(); in getPropertyMapEntry()
/aoo41x/main/xmloff/source/draw/
H A DXMLShapeStyleContext.cxx146 ::std::vector< XMLPropertyState > &rProperties = GetProperties(); in FillPropertySet()
147 ::std::vector< XMLPropertyState >::iterator end( rProperties.end() ); in FillPropertySet()
152 for( property = rProperties.begin(); property != end; property++ ) in FillPropertySet()
168 rProperties.push_back( aNewState ); in FillPropertySet()
169 end = rProperties.end(); in FillPropertySet()
H A DXMLShapePropertySetContext.cxx88 ::std::vector< XMLPropertyState > &rProperties, in CreateChildContext()
102 rProperties ); in CreateChildContext()
109 rProperties, rProp ); in CreateChildContext()
H A Dximpstyl.cxx85 ::std::vector< XMLPropertyState > &rProperties,
110 ::std::vector< XMLPropertyState > &rProperties, in CreateChildContext()
129 rProperties.push_back( aPropState ); in CreateChildContext()
139 rProperties, rProp ); in CreateChildContext()
220 ::std::vector< XMLPropertyState > &rProperties = GetProperties(); in Finish()
224 ::std::vector< XMLPropertyState >::iterator property = rProperties.begin(); in Finish()
225 for(; property != rProperties.end(); property++) in Finish()
/aoo41x/main/sc/source/filter/xml/
H A Dxmlstyle.cxx188 ::std::vector< XMLPropertyState >& rProperties, in ContextFilter()
235 ::std::vector< XMLPropertyState >::iterator aEndIter(rProperties.end()); in ContextFilter()
236 for( ::std::vector< XMLPropertyState >::iterator aIter = rProperties.begin(); in ContextFilter()
503 SvXMLExportPropertyMapper::ContextFilter(rProperties, rPropSet); in ContextFilter()
609 const ::std::vector< XMLPropertyState >& rProperties, in exportStyleAttributes()
618 ::std::vector< XMLPropertyState >::const_iterator i(rProperties.begin()); in exportStyleAttributes()
619 ::std::vector< XMLPropertyState >::const_iterator endi(rProperties.end()); in exportStyleAttributes()
648 ::std::vector< XMLPropertyState >::const_iterator i(rProperties.begin()); in exportStyleAttributes()
677 const std::vector< XMLPropertyState >& rProperties, in exportStyleContent()
687 ::std::vector< XMLPropertyState >::const_iterator i(rProperties.begin()); in exportStyleContent()
[all …]
H A Dxmlstyle.hxx110 ::std::vector< XMLPropertyState >& rProperties,
133 ::std::vector< XMLPropertyState >& rProperties,
184 const ::std::vector< XMLPropertyState >& rProperties,
193 const ::std::vector< XMLPropertyState >& rProperties,
/aoo41x/main/sdext/source/pdfimport/odf/
H A Dodfemitter.cxx50 virtual void beginTag( const char* pTag, const PropertyMap& rProperties );
68 void OdfEmitter::beginTag( const char* pTag, const PropertyMap& rProperties ) in beginTag() argument
78 PropertyMap::const_iterator aCurr(rProperties.begin()); in beginTag()
79 const PropertyMap::const_iterator aEnd(rProperties.end()); in beginTag()
/aoo41x/main/sdext/source/pdfimport/sax/
H A Demitcontext.cxx98 void SaxEmitter::beginTag( const char* pTag, const PropertyMap& rProperties ) in beginTag() argument
102 new SaxAttrList( rProperties ) ); in beginTag()
120 for( PropertyMap::const_iterator it = rProperties.begin(); it != rProperties.end(); ++it ) in beginTag()
/aoo41x/main/lingucomponent/source/thesaurus/libnth/
H A Dnthesimp.cxx306 const PropertyValues& rProperties) in queryMeanings() argument
341 rHelper.SetTmpPropVals( rProperties ); in queryMeanings()
413 pTerm + A2OU("</word></query>"), nLanguage, rProperties ); in queryMeanings()
456 … sTerm + A2OU("</word>") + codeTerm + A2OU("</query>"), nLanguage, rProperties ); in queryMeanings()
513 if (!xSpell.is() || !xSpell->isValid( A2OU(SPELLML_SUPPORT), nLanguage, rProperties )) in queryMeanings()
517 rTerm + A2OU("</word></query>"), nLanguage, rProperties ); in queryMeanings()
541 rTerm.copy(pos + 1) + A2OU("</word></query>"), nLanguage, rProperties ); in queryMeanings()
/aoo41x/main/linguistic/source/
H A Dthesdsp.cxx120 const PropertyValues& rProperties ) in queryMeanings() argument
146 if (IsIgnoreControlChars( rProperties, GetPropSet() )) in queryMeanings()
164 aMeanings = pRef[i]->queryMeanings( aChkWord, rLocale, rProperties ); in queryMeanings()
200 aMeanings = xThes->queryMeanings( aChkWord, rLocale, rProperties ); in queryMeanings()
H A Dmisc.cxx264 sal_Bool IsUseDicList( const PropertyValues &rProperties, in IsUseDicList() argument
269 sal_Int32 nLen = rProperties.getLength(); in IsUseDicList()
270 const PropertyValue *pVal = rProperties.getConstArray(); in IsUseDicList()
292 sal_Bool IsIgnoreControlChars( const PropertyValues &rProperties, in IsIgnoreControlChars() argument
297 sal_Int32 nLen = rProperties.getLength(); in IsIgnoreControlChars()
298 const PropertyValue *pVal = rProperties.getConstArray(); in IsIgnoreControlChars()
/aoo41x/main/ucb/source/ucp/webdav/
H A Dwebdavcontent.cxx1298 const uno::Sequence< beans::Property >& rProperties, in getPropertyValues()
1308 sal_Int32 nCount = rProperties.getLength(); in getPropertyValues()
1442 rProperties, aMissingProps ) ) in getPropertyValues()
1460 rProperties.getLength() ); in getPropertyValues()
1465 sal_Int32 nCount = rProperties.getLength(); in getPropertyValues()
1493 aProperties = rProperties; in getPropertyValues()
1540 rProperties, aMissingProps ) ) in getPropertyValues()
1548 rProperties, in getPropertyValues()
1673 sal_Int32 nCount = rProperties.getLength(); in getPropertyValues()
1676 const rtl::OUString rName = rProperties[ n ].Name; in getPropertyValues()
[all …]
/aoo41x/main/xmloff/inc/
H A DXMLChartPropertySetMapper.hxx72 ::std::vector< XMLPropertyState >& rProperties,
113 ::std::vector< XMLPropertyState >& rProperties,
119 ::std::vector< XMLPropertyState >& rProperties,
/aoo41x/main/linguistic/workben/
H A Dsspellimp.cxx172 const PropertyValues& rProperties ) in isValid() argument
194 rHelper.SetTmpPropVals( rProperties ); in isValid()
277 const PropertyValues& rProperties ) in spell() argument
293 if (!isValid( rWord, rLocale, rProperties )) in spell()
/aoo41x/main/sw/source/ui/fldui/
H A Dflddinf.cxx167 const uno::Sequence< beans::Property > rProperties = xSetInfo->getProperties(); in Reset() local
173 if( rProperties.getLength() ) in Reset()
178 for (sal_Int32 n=0; n < rProperties.getLength(); n++) in Reset()
180 rtl::OUString sEntry = rProperties[n].Name; in Reset()
/aoo41x/main/ucbhelper/workben/myucp/
H A Dmyucp_content.cxx488 const uno::Sequence< beans::Property >& rProperties, in getPropertyValues()
499 sal_Int32 nCount = rProperties.getLength(); in getPropertyValues()
505 const beans::Property* pProps = rProperties.getConstArray(); in getPropertyValues()
632 const uno::Sequence< beans::Property >& rProperties, in getPropertyValues()
637 rProperties, in getPropertyValues()
/aoo41x/main/lingucomponent/source/spellcheck/macosxspell/
H A Dmacspellimp.cxx295 const PropertyValues& rProperties ) in isValid() argument
318 rHelper.SetTmpPropVals( rProperties ); in isValid()
409 const PropertyValues& rProperties ) in spell() argument
425 if (!isValid( rWord, rLocale, rProperties )) in spell()
/aoo41x/main/ucbhelper/source/provider/
H A Dresultset.cxx196 const uno::Sequence< beans::Property >& rProperties,
205 const uno::Sequence< beans::Property >& rProperties, in ResultSet_Impl()
210 m_aProperties( rProperties ), in ResultSet_Impl()
237 const uno::Sequence< beans::Property >& rProperties, in ResultSet()
241 rProperties, in ResultSet()
251 const uno::Sequence< beans::Property >& rProperties, in ResultSet()
254 : m_pImpl( new ResultSet_Impl( rxSMgr, rProperties, rDataSupplier, rxEnv ) ) in ResultSet()
/aoo41x/main/lingucomponent/source/spellcheck/spell/
H A Dsspellimp.cxx359 const PropertyValues& rProperties ) in isValid() argument
385 rHelper.SetTmpPropVals( rProperties ); in isValid()
487 const PropertyValues& rProperties ) in spell() argument
503 if (!isValid( rWord, rLocale, rProperties )) in spell()

Completed in 121 milliseconds

123456