Home
last modified time | relevance | path

Searched refs:aValues (Results 101 – 125 of 266) sorted by relevance

1234567891011

/trunk/main/sw/source/ui/dbui/
H A Dmmoutputpage.cxx746 uno::Sequence< beans::PropertyValue > aValues(1); in IMPL_LINK() local
747 beans::PropertyValue* pValues = aValues.getArray(); in IMPL_LINK()
755 xStore->storeToURL( sPath, aValues ); in IMPL_LINK()
798 uno::Sequence< beans::PropertyValue > aValues(1); in IMPL_LINK() local
799 beans::PropertyValue* pValues = aValues.getArray(); in IMPL_LINK()
807 xStore->storeToURL( sTargetTempURL, aValues ); in IMPL_LINK()
889 xTempStore->storeToURL( sOutPath, aValues ); in IMPL_LINK()
1248 uno::Sequence< beans::PropertyValue > aValues(1); in IMPL_LINK() local
1249 beans::PropertyValue* pValues = aValues.getArray(); in IMPL_LINK()
1254 xStore->storeToURL( sTargetTempURL, aValues ); in IMPL_LINK()
/trunk/main/cui/source/options/
H A Dcfgchart.cxx242 uno::Sequence< uno::Any > aValues( aNames.getLength()); in Commit() local
244 if( aValues.getLength() >= 1 ) in Commit()
256 aValues[ 0 ] <<= aColors; in Commit()
259 PutProperties( aNames, aValues ); in Commit()
/trunk/main/unotools/source/config/
H A Dextendedsecurityoptions.cxx381 Sequence< Any > aValues; in FillExtensionHashMap() local
392 aValues = GetProperties( aPropSeq ); in FillExtensionHashMap()
393 if ( aValues.getLength() == 1 ) in FillExtensionHashMap()
396 if ( aValues[0] >>= aValue ) in FillExtensionHashMap()
H A Ddefaultoptions.cxx234 Sequence< Any > aValues = GetProperties( aNames ); in SvtDefaultOptions_Impl() local
236 const Any* pValues = aValues.getConstArray(); in SvtDefaultOptions_Impl()
237 DBG_ASSERT( aValues.getLength() == aNames.getLength(), "GetProperties failed" ); in SvtDefaultOptions_Impl()
238 if ( aValues.getLength() == aNames.getLength() ) in SvtDefaultOptions_Impl()
/trunk/main/sw/source/core/doc/
H A Dnumber.cxx1438 uno::Sequence<uno::Any> aValues = in LoadConfig() local
1440 const uno::Any* pValues = aValues.getConstArray(); in LoadConfig()
1441 ASSERT( aValues.getLength() == aPropNames.getLength(), in LoadConfig()
1443 if ( aValues.getLength() == aPropNames.getLength() ) in LoadConfig()
1630 com::sun::star::uno::Sequence<com::sun::star::uno::Any> aValues = in LoadConfig() local
1632 const com::sun::star::uno::Any* pValues = aValues.getConstArray(); in LoadConfig()
1633 ASSERT( aValues.getLength() == aPropNames.getLength(), in LoadConfig()
1635 if ( aValues.getLength() == aPropNames.getLength() ) in LoadConfig()
/trunk/main/sw/source/core/unocore/
H A Dunoparagraph.cxx410 uno::Sequence<uno::Any> aValues(1); in setPropertyValue() local
411 aValues.getArray()[0] = rValue; in setPropertyValue()
412 m_pImpl->SetPropertyValues_Impl( aPropertyNames, aValues ); in setPropertyValue()
597 uno::Sequence< uno::Any > aValues(rPropertyNames.getLength()); in GetPropertyValues_Impl() local
600 uno::Any* pValues = aValues.getArray(); in GetPropertyValues_Impl()
628 return aValues; in GetPropertyValues_Impl()
639 uno::Sequence< uno::Any > aValues; in getPropertyValues() local
644 aValues = m_pImpl->GetPropertyValues_Impl( rPropertyNames ); in getPropertyValues()
659 return aValues; in getPropertyValues()
/trunk/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/type/
H A DListParser.java43 final Object[] aValues = new Object[aParts.length]; in Parse() local
45 aValues[nIndex] = maItemParser.Parse(aParts[nIndex], aAttributeValueMap); in Parse()
46 return aValues; in Parse()
/trunk/main/sc/source/core/data/
H A Ddptabdat.cxx173 rData.aValues.push_back( ScDPValueData() ); in FillRowDataFromCacheTable()
178 ScDPValueData& rVal = rData.aValues.back(); in FillRowDataFromCacheTable()
212 … rInfo.pColRoot->GetChildDimension()->ProcessData(rData.aColData, NULL, aEmptyData, rData.aValues); in ProcessRowData()
217 rData.aColData, rData.aValues); in ProcessRowData()
/trunk/main/sw/inc/
H A DPostItMgr.hxx114 … ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any > aValues = GetProperties(rNames); in SwNoteProps()
115 const ::com::sun::star::uno::Any* pValues = aValues.getConstArray(); in SwNoteProps()
116 DBG_ASSERT(aValues.getLength() == rNames.getLength(), "GetProperties failed"); in SwNoteProps()
117 if (aValues.getLength()) in SwNoteProps()
/trunk/main/autodoc/source/ary/cpp/
H A Dc_enum.cxx45 aValues(), in Enum()
57 aValues.Add( i_nId ); in Add_Value()
119 case SLOT_Values: return new Slot_SequentialIds<Ce_id>(aValues); in inq_Create_Slot()
/trunk/main/reportdesign/source/ui/report/
H A DReportSection.cxx822 uno::Sequence<beans::PropertyValue> aValues; in ExecuteDrop() local
827 aValues.realloc(1); in ExecuteDrop()
828 aValues[0].Value <<= aDescriptor.createPropertyValueSequence(); in ExecuteDrop()
831 aValues = ::svx::OMultiColumnTransferable::extractDescriptor(aDropped); in ExecuteDrop()
833 beans::PropertyValue* pIter = aValues.getArray(); in ExecuteDrop()
834 beans::PropertyValue* pEnd = pIter + aValues.getLength(); in ExecuteDrop()
857 rController.executeChecked(SID_ADD_CONTROL_PAIR,aValues); in ExecuteDrop()
/trunk/main/filter/source/xsltdialog/
H A Dxmlfiltertabdialog.cxx187 Sequence< PropertyValue > aValues; in onOk() local
191 if( !(aAny >>= aValues) ) in onOk()
194 const sal_Int32 nValueCount( aValues.getLength() ); in onOk()
195 PropertyValue* pValues = aValues.getArray(); in onOk()
/trunk/main/sc/source/filter/xml/
H A Dxmlcvali.cxx436 uno::Sequence<beans::PropertyValue> aValues; in EndElement() local
437 pEvents->GetEventSequence( sOnError, aValues ); in EndElement()
439 sal_Int32 nLength = aValues.getLength(); in EndElement()
443 if ( aValues[i].Name.equalsAsciiL( "MacroName", sizeof("MacroName")-1 ) || in EndElement()
444 aValues[i].Name.equalsAsciiL( "Script", sizeof("Script")-1 ) ) in EndElement()
446 aValues[i].Value >>= sErrorTitle; in EndElement()
/trunk/main/sdext/source/presenter/
H A DPresenterConfigurationAccess.cxx262 ::std::vector<Any> aValues(rArguments.size()); in ForAll()
275 for (sal_uInt32 nValueIndex=0; nValueIndex<aValues.size(); ++nValueIndex) in ForAll()
280 aValues[nValueIndex] = xSetItem->getByName(rArguments[nValueIndex]); in ForAll()
286 rProcessor(rsKey,aValues); in ForAll()
/trunk/main/toolkit/source/controls/
H A Dformattedcontrol.cxx454 Sequence< Any > aValues( 2 ); in textChanged() local
455 aValues[0] = xPeer->getProperty( aNames[0] ); in textChanged()
456 aValues[1] = xPeer->getProperty( aNames[1] ); in textChanged()
458 ImplSetPropertyValues( aNames, aValues, sal_False ); in textChanged()
/trunk/main/xmloff/source/text/
H A DXMLIndexSimpleEntryContext.cxx111 Sequence<PropertyValue> aValues(nValues); in EndElement() local
113 FillPropertyValues(aValues); in EndElement()
114 rTemplateContext.addTemplateEntry(aValues); in EndElement()
H A Dtxtfldi.cxx2794 Sequence<PropertyValue> aValues; in PrepareField() local
2795 pEvents->GetEventSequence( sOnClick, aValues ); in PrepareField()
2797 sal_Int32 nLength = aValues.getLength(); in PrepareField()
2808 aValues[i].Value >>= sLibraryName; in PrepareField()
2813 aValues[i].Value >>= sMacroName; in PrepareField()
2818 aValues[i].Value >>= sScriptURL; in PrepareField()
3377 aValues() in XMLBibliographyFieldImportContext()
3445 aValues.push_back(aValue); in StartElement()
3453 aValues.push_back(aValue); in StartElement()
3473 sal_Int32 nCount = aValues.size(); in PrepareField()
[all …]
/trunk/main/scaddins/source/analysis/
H A Dfinancial.cxx528 ScaDoubleList aValues, aDates; in getXirr() local
529 aValues.Append( rValues ); in getXirr()
532 if( (aValues.Count() < 2) || (aValues.Count() != aDates.Count()) ) in getXirr()
562 fResultValue = lcl_sca_XirrResult( aValues, aDates, fResultRate ); in getXirr()
563 … fNewRate = fResultRate - fResultValue / lcl_sca_XirrResult_Deriv1( aValues, aDates, fResultRate ); in getXirr()
/trunk/main/dbaccess/source/ui/dlg/
H A DCollectionView.cxx221 Sequence< Any > aValues(2); in IMPL_LINK() local
225 aValues[0] <<= aValue; in IMPL_LINK()
229 aValues[1] <<= aValue; in IMPL_LINK()
234 … InteractiveAugmentedIOException aException(sTemp,Reference<XInterface>(),eClass,eError,aValues); in IMPL_LINK()
/trunk/main/oox/source/vml/
H A Dvmlformatting.cxx299 ::std::vector< sal_Int32 > aValues; in lclGetDmlLineDash()
302 aValues.push_back( rDashStyle.getToken( 0, ' ', nIndex ).toInt32() ); in lclGetDmlLineDash()
303 size_t nPairs = aValues.size() / 2; // ignore last value if size is odd in lclGetDmlLineDash()
305 …orCustomDash.push_back( LineProperties::DashStop( aValues[ 2 * nPairIdx ], aValues[ 2 * nPairIdx +… in lclGetDmlLineDash()
/trunk/main/chart2/source/tools/
H A DConfigColorScheme.cxx108 Sequence< uno::Any > aValues( in getProperty() local
110 if( ! aValues.getLength()) in getProperty()
112 return aValues[0]; in getProperty()
/trunk/main/oox/source/helper/
H A Dpropertyset.cxx138 Sequence< Any > aValues; in setProperties() local
139 rPropertyMap.fillSequences( aPropNames, aValues ); in setProperties()
140 setProperties( aPropNames, aValues ); in setProperties()
/trunk/main/odk/examples/DevelopersGuide/Config/
H A DConfigExamples.java695 Object [] aValues = mxModel.getHierarchicalPropertyValues(aOptionNames); in readModel() local
698 result.visible = ((Boolean)aValues[0]).booleanValue(); in readModel()
699 result.subdivision_x = ((Integer)aValues[1]).intValue(); in readModel()
700 result.subdivision_y = ((Integer)aValues[2]).intValue(); in readModel()
701 result.resolution_x = ((Integer)aValues[3]).intValue(); in readModel()
702 result.resolution_y = ((Integer)aValues[4]).intValue(); in readModel()
/trunk/main/sc/inc/
H A Ddptabres.hxx428 const ::std::vector<ScDPValueData>& aValues );
481 …void UpdateValues( const ::std::vector<ScDPValueData>& aValues, const ScDPSubTotalS…
501 …cessData( const ::std::vector< SCROW >& aChildMembers, const ::std::vector<ScDPValueData>& aValues,
603 const ::std::vector<ScDPValueData>& aValues ) const; //! Test
676 …ocessData( const ::std::vector< SCROW >& aDataMembers, const ::std::vector<ScDPValueData>& aValues,
/trunk/main/forms/qa/integration/forms/
H A DFormControlTest.java596 String[] aValues = new String[] { in getSampleDataValueString() local
600 return aValues; in getSampleDataValueString()
619 String[] aValues = getSampleDataValueString(); in ensureTables() local
620 for ( int i=0; i<aValues.length; ++i ) in ensureTables()
621 if ( !implExecuteStatement( sInsertionPrefix + aValues[ i ] + ")" ) ) in ensureTables()

Completed in 164 milliseconds

1234567891011