Home
last modified time | relevance | path

Searched refs:rPropVals (Results 1 – 6 of 6) sorted by relevance

/trunk/main/linguistic/source/
H A Dlngprophelp.cxx168 sal_Int32 nLen = rPropVals.getLength(); in SetTmpPropVals()
171 const PropertyValue *pVal = rPropVals.getConstArray(); in SetTmpPropVals()
519 PropertyChgHelper::SetTmpPropVals( rPropVals ); in SetTmpPropVals()
527 sal_Int32 nLen = rPropVals.getLength(); in SetTmpPropVals()
530 const PropertyValue *pVal = rPropVals.getConstArray(); in SetTmpPropVals()
681 PropertyChgHelper::SetTmpPropVals( rPropVals ); in SetTmpPropVals()
689 sal_Int32 nLen = rPropVals.getLength(); in SetTmpPropVals()
692 const PropertyValue *pVal = rPropVals.getConstArray(); in SetTmpPropVals()
736 pInst->SetTmpPropVals( rPropVals ); in SetTmpPropVals()
765 pInst->SetTmpPropVals( rPropVals ); in SetTmpPropVals()
[all …]
/trunk/main/linguistic/inc/linguistic/
H A Dlngprophelp.hxx114 virtual void SetTmpPropVals( const com::sun::star::beans::PropertyValues &rPropVals );
198 void SetTmpPropVals( const com::sun::star::beans::PropertyValues &rPropVals );
239 virtual void SetTmpPropVals( const com::sun::star::beans::PropertyValues &rPropVals );
274 void SetTmpPropVals( const com::sun::star::beans::PropertyValues &rPropVals );
323 virtual void SetTmpPropVals( const com::sun::star::beans::PropertyValues &rPropVals );
354 void SetTmpPropVals( const com::sun::star::beans::PropertyValues &rPropVals );
/trunk/main/basic/source/classes/
H A Dpropacc.cxx268 SbPropertySetInfo::SbPropertySetInfo( const SbPropertyValueArr_Impl &rPropVals ) in SbPropertySetInfo() argument
270 aImpl._aProps.realloc( rPropVals.Count() ); in SbPropertySetInfo()
271 for ( sal_uInt16 n = 0; n < rPropVals.Count(); ++n ) in SbPropertySetInfo()
274 const PropertyValue &rPropVal = *rPropVals.GetObject(n); in SbPropertySetInfo()
/trunk/main/linguistic/workben/
H A Dsprophelp.cxx332 void PropertyHelper_Spell::SetTmpPropVals( const PropertyValues &rPropVals ) in SetTmpPropVals() argument
343 INT32 nLen = rPropVals.getLength(); in SetTmpPropVals()
346 const PropertyValue *pVal = rPropVals.getConstArray(); in SetTmpPropVals()
H A Dsprophelp.hxx155 void SetTmpPropVals( const PropertyValues &rPropVals );
/trunk/main/basic/source/inc/
H A Dpropacc.hxx139 SbPropertySetInfo( const SbPropertyValueArr_Impl &rPropVals );

Completed in 33 milliseconds