Home
last modified time | relevance | path

Searched refs:aValues (Results 201 – 225 of 266) sorted by relevance

1234567891011

/trunk/main/sc/source/ui/unoobj/
H A Dchart2uno.cxx1781 RangeAnalyzer aLabel,aValues; in detectArguments() local
1806 aValues.initRangeAnalyzer(aTokens); in detectArguments()
1820 aValues.analyzeRange(nDataInRows,nDataInCols,bRowSourceAmbiguous); in detectArguments()
1826 if( aValues.inSameSingleColumn( aLabel ) ) in detectArguments()
1828 else if( aValues.inSameSingleRow( aLabel ) ) in detectArguments()
1833 if( aValues.inSameSingleColumn( aPrevValues ) ) in detectArguments()
1835 else if( aValues.inSameSingleRow( aPrevValues ) ) in detectArguments()
1845 aPrevValues=aValues; in detectArguments()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/html/
H A DHtmlGenerator.java591 private String Join (final Collection<String> aValues, final String sSeparator) in Join() argument
593 final Iterator<String> aIterator = aValues.iterator(); in Join()
/trunk/main/sfx2/source/appl/
H A Dappcfg.cxx468 SfxAllEnumItem aValues(rPool.GetWhich(SID_ATTR_PATHNAME)); in GetOptions() local
501 aValues.InsertValue( nProp, aValue ); in GetOptions()
504 if ( rSet.Put(aNames) || rSet.Put(aValues) ) in GetOptions()
/trunk/main/cppuhelper/source/
H A Dpropshlp.cxx943 Sequence< Any > aValues( nSeqLen ); in getPropertyValues() local
950 Any * pValues = aValues.getArray(); in getPropertyValues()
958 return aValues; in getPropertyValues()
H A Dtdmgr.cxx490 Sequence< sal_Int32 > aValues( xType->getEnumValues() ); in createCTD() local
496 const_cast< sal_Int32 * >( aValues.getConstArray() ) ); in createCTD()
/trunk/main/extensions/source/bibliography/
H A Dgeneral.cxx533 uno::Sequence<rtl::OUString> aValues(TYPE_COUNT + 1); in AddXControl() local
534 rtl::OUString* pValuesArr = aValues.getArray(); in AddXControl()
540 aAny.setValue(&aValues, ::getCppuType((uno::Sequence<rtl::OUString>*)0)); in AddXControl()
/trunk/main/dbaccess/source/core/api/
H A DKeySet.cxx720 ::rtl::OUStringBuffer aValues(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(" VALUES ( "))); in insertRow()
740 aValues.append(aPara); in insertRow()
748 aValues.setCharAt(aValues.getLength()-1,')'); in insertRow()
749 aSql.append(aValues.makeStringAndClear()); in insertRow()
/trunk/main/sd/source/ui/unoidl/
H A DUnoDocumentSettings.cxx112 …es, const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aValues ) throw(::com::su…
1181 …lues( const Sequence< OUString >& aPropertyNames, const Sequence< Any >& aValues ) throw(PropertyV… in setPropertyValues() argument
1183 PropertySetHelper::setPropertyValues( aPropertyNames, aValues ); in setPropertyValues()
/trunk/main/testtools/source/cliversioning/
H A Dversion.cs133 uno.Any [][] aValues = in doCellRangeSamples()
199 xData.setDataArray( aValues ); in doCellRangeSamples()
/trunk/main/basic/source/sbx/
H A Dsbxscan.cxx256 SbxValues aValues( nVal ); in ScanNumIntnl() local
257 nVal = (double)ImpGetSingle( &aValues ); // Hier Error bei Overflow in ScanNumIntnl()
/trunk/main/editeng/source/uno/
H A Dunotext2.cxx336 …nce< ::rtl::OUString >& aPropertyNames, const uno::Sequence< uno::Any >& aValues ) throw (beans::P… in setPropertyValues() argument
338 _setPropertyValues( aPropertyNames, aValues, mnParagraph ); in setPropertyValues()
/trunk/main/autodoc/inc/ary/cpp/
H A Dc_enum.hxx102 aValues; member in ary::cpp::Enum
/trunk/main/sd/source/filter/eppt/
H A Dpptexanimations.cxx1820 Sequence< Any > aValues( xAnimate->getValues() ); in exportAnimateKeyPoints() local
1834 if ( aValues[ i ].hasValue() ) in exportAnimateKeyPoints()
1837 if ( aValues[ i ] >>= aPair ) in exportAnimateKeyPoints()
1844 aAny[ 0 ] = convertAnimateValue( aValues[ i ], xAnimate->getAttributeName() ); in exportAnimateKeyPoints()
/trunk/main/sw/inc/
H A Dflddropdown.hxx67 std::vector<String> aValues; member in SwDropDownField
/trunk/main/svx/source/dialog/
H A Dhyprlink.cxx74 uno::Sequence< uno::Any > aValues = GetProperties(aNames); in SearchDefaultConfigItem_Impl() local
75 aValues.getConstArray()[0] >>= sDefaultEngine; in SearchDefaultConfigItem_Impl()
/trunk/main/dbaccess/source/ui/browser/
H A Dunodatbr.cxx647 Sequence< Any> aValues(7 + ( m_bPreview ? 5 : 0 )); in InitializeGridModel() local
655 Any* pValueIter = aValues.getArray(); in InitializeGridModel()
690 xFormMultiSet->setPropertyValues(aProperties, aValues); in InitializeGridModel()
3211 Sequence< Any> aValues(5); in impl_initialize() local
3214 Any* pValueIter = aValues.getArray(); in impl_initialize()
3230 xFormMultiSet->setPropertyValues(aProperties, aValues); in impl_initialize()
/trunk/main/ucb/source/core/
H A Ducbstore.cxx2131 Sequence< PropertyValue > aValues( nCount ); in getPropertyValues() local
2142 PropertyValue& rValue = aValues[ n ]; in getPropertyValues()
2223 return aValues; in getPropertyValues()
/trunk/main/ucb/source/ucp/hierarchy/
H A Dhierarchycontent.cxx1827 uno::Sequence< beans::PropertyValue > aValues( nCount ); in transfer() local
1828 beans::PropertyValue* pValues = aValues.getArray(); in transfer()
1875 xTarget->setPropertyValues( aValues, xEnv ); in transfer()
/trunk/main/toolkit/inc/toolkit/controls/
H A Dunocontrolbase.hxx49 …es, const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aValues, sal_Bool bUpdate…
/trunk/main/embeddedobj/test/mtexecutor/
H A Dmainthreadexecutor.hxx44 const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue >& aValues );
/trunk/main/xmloff/inc/
H A DMultiPropertySetHelper.hxx76 ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any > aValues;
/trunk/main/xmloff/source/text/
H A DXMLIndexTemplateContext.hxx138 const ::com::sun::star::beans::PropertyValues& aValues);
/trunk/main/extensions/source/dbpilots/
H A Dgroupboxwiz.hxx41 StringArray aValues; member
/trunk/main/chart2/source/tools/
H A DInternalDataProvider.cxx154 … ::std::vector< double > aValues( ContainerHelper::SequenceToVector( xValues->getNumericalData())); in operator ()()
156 m_rInternalData.setColumnValues( nNewIndex, aValues ); in operator ()()
158 m_rInternalData.setRowValues( nNewIndex, aValues ); in operator ()()
/trunk/main/sc/inc/
H A Ddptabdat.hxx192 ::std::vector<ScDPValueData> aValues;

Completed in 208 milliseconds

1234567891011