Home
last modified time | relevance | path

Searched refs:aValues (Results 151 – 175 of 266) sorted by relevance

1234567891011

/trunk/main/sw/source/ui/dbui/
H A Dmmconfigitem.cxx234 Sequence<Any> aValues = GetProperties(rNames); in SwMailMergeConfigItem_Impl() local
235 const Any* pValues = aValues.getConstArray(); in SwMailMergeConfigItem_Impl()
236 DBG_ASSERT(aValues.getLength() == rNames.getLength(), "GetProperties failed"); in SwMailMergeConfigItem_Impl()
237 if(aValues.getLength() == rNames.getLength()) in SwMailMergeConfigItem_Impl()
539 Sequence<Any> aValues(aNames.getLength()); in Commit() local
540 Any* pValues = aValues.getArray(); in Commit()
615 PutProperties(aNames, aValues); in Commit()
/trunk/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx750 Sequence< Any > aValues( xAnimate->getValues() ); in convertAnimationNode() local
751 sal_Int32 nValues = aValues.getLength(); in convertAnimationNode()
754 Any* p2 = aValues.getArray(); in convertAnimationNode()
758 xAnimate->setValues( aValues ); in convertAnimationNode()
2678 Sequence< Any > aValues( nKeyTimes ); in importAnimateKeyPoints() local
2723 aValues[nKeyTime] = makeAny( ValuePair( aValue1, aValue2 ) ); in importAnimateKeyPoints()
2727 aValues[nKeyTime] = aValue1; in importAnimateKeyPoints()
2753 if( aValues[i] >>= aStr ) in importAnimateKeyPoints()
2757 else if( aValues[i] >>= nVal ) in importAnimateKeyPoints()
2763 if( aValues[i] >>= aValuePair ) in importAnimateKeyPoints()
[all …]
/trunk/main/toolkit/test/accessibility/
H A DAccessibleTextHandler.java358 PropertyValue[] aValues = xText.getCharacterAttributes(nIndex, aAttributeList); in getAttributes() local
360 for( int i = 0; i < aValues.length; i++ ) in getAttributes()
362 new StringNode( aValues[i].Name + ": " + aValues[i].Value, in getAttributes()
/trunk/main/autodoc/inc/ary/idl/
H A Di_enum.hxx78 ValueList aValues; member in ary::idl::Enum
88 aValues.push_back(i_nValue); in Add_Value()
/trunk/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/
H A DElementContext.java35 final AttributeValues aValues, in ElementContext() argument
41 maAttributeValues = aValues; in ElementContext()
/trunk/main/ucb/source/ucp/file/
H A Dbc.cxx822 Sequence< Any > aValues( nProps ); in getPropertyValues() local
823 return Reference< sdbc::XRow >( new XRow_impl( m_pMyShell, aValues ) ); in getPropertyValues()
828 Sequence< Any > aValues( nProps ); in getPropertyValues() local
829 Any* pValues = aValues.getArray(); in getPropertyValues()
854 new XRow_impl( m_pMyShell, aValues ) ); in getPropertyValues()
/trunk/main/extensions/source/bibliography/
H A Dbibconfig.cxx247 Sequence<Any> aValues(aPropertyNames.getLength()); in Commit() local
248 Any* pValues = aValues.getArray(); in Commit()
266 PutProperties(aPropertyNames, aValues); in Commit()
/trunk/main/filter/source/xsltdialog/
H A Dxmlfiltertestdialog.cxx341 Sequence< PropertyValue > aValues; in onExportBrowse() local
344 if( !(aAny >>= aValues) ) in onExportBrowse()
348 PropertyValue* pValues = aValues.getArray(); in onExportBrowse()
354 … for( sal_Int32 nValue = 0; (nValue < aValues.getLength()) && (nFound != 15); nValue++, pValues++ ) in onExportBrowse()
/trunk/main/sfx2/source/appl/
H A Dsfxhelp.cxx259 Sequence< Any > aValues = GetProperties( aNames ); in SfxHelpOptions_Impl() local
261 const Any* pValues = aValues.getConstArray(); in SfxHelpOptions_Impl()
262 DBG_ASSERT( aValues.getLength() == aNames.getLength(), "GetProperties failed" ); in SfxHelpOptions_Impl()
263 if ( aValues.getLength() == aNames.getLength() ) in SfxHelpOptions_Impl()
/trunk/main/autodoc/source/ary/idl/
H A Di_enum.cxx42 aValues() in Enum()
101 o_result = new SCI_Vector<Ce_id>(enum_cast(i_ce).aValues); in Get_Values()
/trunk/main/accessibility/source/standard/
H A Dvclxaccessiblestatusbaritem.cxx520 Sequence< PropertyValue > aValues; in getCharacterAttributes() local
532 aValues = pHelper->GetCharacterAttributes( aRequestedAttributes ); in getCharacterAttributes()
535 return aValues; in getCharacterAttributes()
H A Dvclxaccessiblemenuitem.cxx248 Sequence< PropertyValue > aValues; in getCharacterAttributes() local
258 aValues = pHelper->GetCharacterAttributes( aRequestedAttributes ); in getCharacterAttributes()
260 return aValues; in getCharacterAttributes()
H A Dvclxaccessibletabpage.cxx594 Sequence< PropertyValue > aValues; in getCharacterAttributes() local
606 aValues = pHelper->GetCharacterAttributes( aRequestedAttributes ); in getCharacterAttributes()
609 return aValues; in getCharacterAttributes()
/trunk/main/oox/source/ppt/
H A Dtimenode.cxx381 Sequence<Any> aValues; in setNode() local
382 if( aValue >>= aValues ) in setNode()
383 xAnimate->setValues(aValues); in setNode()
H A Dtimenodelistcontext.cxx646 Sequence< Any > aValues( nKeyTimes ); in ~AnimContext() local
655 aValues[i] = iter->maValue; in ~AnimContext()
661 aValues[i] = iter->maValue; in ~AnimContext()
668 aProps[ NP_VALUES ] <<= aValues; in ~AnimContext()
/trunk/main/connectivity/source/drivers/file/
H A Dfcode.cxx457 ::std::vector<ORowSetValue> aValues; in Exec()
466 aValues.push_back( pOperand->getValue() ); in Exec()
471 rCodeStack.push(new OOperandResult(operate(aValues))); in Exec()
/trunk/main/sdext/source/minimizer/
H A Doptimizerdialog.cxx94 Sequence< Any > aValues( pValues, nCount ); in InitDialog() local
96 mxDialogModelMultiPropertySet->setPropertyValues( aNames, aValues ); in InitDialog()
124 Sequence< Any > aValues( pValues, nCount ); in InitRoadmap() local
127 TKGet( TK_rdmNavi ), aNames, aValues ); in InitRoadmap()
/trunk/main/dbaccess/source/ui/dlg/
H A Dqueryfilter.cxx228 Sequence<Sequence<PropertyValue > > aValues = m_xQueryComposer->getStructuredFilter(); in DlgFilterCrit() local
229 fillLines(aValues); in DlgFilterCrit()
230 aValues = m_xQueryComposer->getStructuredHavingClause(); in DlgFilterCrit()
231 fillLines(aValues); in DlgFilterCrit()
/trunk/main/editeng/source/misc/
H A Dunolingu.cxx151 Sequence< Any > aValues( rCfg.GetProperties( aNames ) ); in lcl_GetLastFoundSvcs() local
154 pValue = aValues.getConstArray(); in lcl_GetLastFoundSvcs()
156 if (aValues.getLength()) in lcl_GetLastFoundSvcs()
158 DBG_ASSERT( aValues.getLength() == 1, "unexpected length of sequence" ); in lcl_GetLastFoundSvcs()
160 if (aValues.getConstArray()[0] >>= aSvcImplNames) in lcl_GetLastFoundSvcs()
/trunk/main/ucbhelper/source/provider/
H A Dproviderhelper.cxx538 uno::Sequence< beans::PropertyValue > aValues in copyAdditionalPropertySet() local
540 sal_Int32 nCount = aValues.getLength(); in copyAdditionalPropertySet()
566 const beans::PropertyValue& rValue = aValues[ n ]; in copyAdditionalPropertySet()
/trunk/main/svx/source/gallery2/
H A Dgalmisc.cxx315 uno::Sequence< uno::Any > aValues( 1 ); in CreateDir() local
318 aValues.getArray()[ 0 ] = uno::makeAny( OUString( aNewFolderURL.GetName() ) ); in CreateDir()
321 …ring::createFromAscii( "application/vnd.sun.staroffice.fsys-folder" ), aProps, aValues, aContent ); in CreateDir()
/trunk/main/sdext/source/presenter/
H A DPresenterSlideShowView.cxx174 Sequence<Any> aValues (2); in LateInit() local
175 aValues[0] <<= xView; in LateInit()
176 aValues[1] <<= sal_False; in LateInit()
177 aProperty.Value <<= aValues; in LateInit()
/trunk/main/sw/source/core/ole/
H A Dndole.cxx979 Sequence< Any > aValues = GetProperties( aNames ); in Load() local
980 const Any* pValues = aValues.getConstArray(); in Load()
981 DBG_ASSERT( aValues.getLength() == aNames.getLength(), "GetProperties failed" ); in Load()
982 if( aValues.getLength() == aNames.getLength() && pValues->hasValue() ) in Load()
/trunk/main/xmloff/source/forms/
H A Delementimport.cxx294 Sequence< Any > aValues(m_aValues.size()); in implApplySpecificProperties() local
295 Any* pValues = aValues.getArray(); in implApplySpecificProperties()
310 xMultiProps->setPropertyValues(aNames, aValues); in implApplySpecificProperties()
573 PropertyValues aValues; in tryGenericAttribute() local
579 aValues[ (*propDesc)->propertyId ] = Any(); in tryGenericAttribute()
581 if ( handler->getPropertyValues( _rValue, aValues ) ) in tryGenericAttribute()
588 … implPushBackPropertyValue( (*propDesc)->propertyName, aValues[ (*propDesc)->propertyId ] ); in tryGenericAttribute()
/trunk/main/toolkit/source/controls/
H A Dunocontrolmodel.cxx832 ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any> aValues( nProps ); in read()
1034 aValues.getArray()[i] = aValue; in read()
1053 ::comphelper::removeElementAt( aValues, i ); in read()
1061 setPropertyValues( aProps, aValues ); in read()
1387 uno::Sequence< uno::Any > aValues( Values ); in setPropertyValues() local
1388 uno::Any* pValues = aValues.getArray(); in setPropertyValues()

Completed in 155 milliseconds

1234567891011