Searched refs:aConverted (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/sc/source/ui/vba/ |
H A D | vbaworksheets.cxx | 412 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 D | vbarange.cxx | 1543 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() 1556 …aConverted = 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 …]
|
/aoo4110/main/cppuhelper/source/ |
H A D | propshlp.cxx | 452 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()
|
/aoo4110/main/vbahelper/source/vbahelper/ |
H A D | vbashapes.cxx | 140 uno::Any aConverted; in getShapesByArrayIndices() local 141 aConverted = xConverter->convertTo( Index, getCppuType((uno::Sequence< uno::Any >*)0) ); in getShapesByArrayIndices() 144 aConverted >>= sIndices; in getShapesByArrayIndices()
|
/aoo4110/main/svtools/source/uno/ |
H A D | unoiface.cxx | 1183 ::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()
|
/aoo4110/main/editeng/source/uno/ |
H A D | unotext.cxx | 442 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 78 milliseconds