Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/vba/
H A Dvbaworksheets.cxx412 uno::Any aConverted; in Item() local
413 aConverted = xConverter->convertTo( Index, getCppuType((uno::Sequence< uno::Any >*)0) ); in Item()
416 aConverted >>= sIndices; in Item()
H A Dvbarange.cxx1543 uno::Any aConverted; in setValue() local
1550 aConverted = xConverter->convertTo( aValue, getCppuType((uno::Sequence< uno::Any >*)0) ); in setValue()
1551 Dim1ArrayValueSetter setter( aConverted, valueSetter ); in setValue()
1556aConverted = xConverter->convertTo( aValue, getCppuType((uno::Sequence< uno::Sequence< uno::Any > … in setValue()
1557 Dim2ArrayValueSetter setter( aConverted, valueSetter ); in setValue()
2158 uno::Any aConverted; in CellsHelper() local
2161 aConverted = xConverter->convertTo( nRowIndex, getCppuType((sal_Int32*)0) ); in CellsHelper()
2162 bIsIndex = ( aConverted >>= nRow ); in CellsHelper()
2169 uno::Any aConverted; in CellsHelper() local
2172 aConverted = xConverter->convertTo( nColumnIndex, getCppuType((sal_Int32*)0) ); in CellsHelper()
[all …]
/trunk/main/cppuhelper/source/
H A Dpropshlp.cxx452 Any aConverted, aOld; in setDependentFastPropertyValue() local
453 sal_Bool bChanged = convertFastPropertyValue( aConverted, aOld, i_handle, i_value ); in setDependentFastPropertyValue()
466 setFastPropertyValue_NoBroadcast( i_handle, aConverted ); in setDependentFastPropertyValue()
484 …m_pReserved->m_newValues.push_back( aConverted ); // TODO: setFastPropertyValue notifies the unc… in setDependentFastPropertyValue()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbashapes.cxx140 uno::Any aConverted; in getShapesByArrayIndices() local
141 aConverted = xConverter->convertTo( Index, getCppuType((uno::Sequence< uno::Any >*)0) ); in getShapesByArrayIndices()
144 aConverted >>= sIndices; in getShapesByArrayIndices()
/trunk/main/svtools/source/uno/
H A Dunoiface.cxx1183 ::com::sun::star::uno::Any aConverted = convertEffectiveValue(rValue); in SetDefaultValue()
1185 switch (aConverted.getValueType().getTypeClass()) in SetDefaultValue()
1191 aConverted >>= d; in SetDefaultValue()
1198 aConverted >>= aStr; in SetDefaultValue()
/trunk/main/editeng/source/uno/
H A Dunotext.cxx442 String aConverted( aString ); in setString() local
443 aConverted.ConvertLineEnd( LINEEND_LF ); // Zeilenenden nur einfach zaehlen in setString()
445 pForwarder->QuickInsertText( aConverted, maSelection ); in setString()
453 sal_uInt16 nLen = aConverted.Len(); in setString()

Completed in 77 milliseconds