Searched refs:aValue2 (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/connectivity/source/drivers/macab/ |
H A D | macabcondition.cxx | 130 macabfield *aValue2 = MacabRecord::createMacabField(m_sMatchString,aValue->type); in eval() local 132 if(aValue2 == NULL) in eval() 135 sal_Int32 nReturn = MacabRecord::compareFields(aValue, aValue2); in eval() 137 delete aValue2; in eval() 153 macabfield *aValue2 = MacabRecord::createMacabField(m_sMatchString,aValue->type); in eval() local 155 if(aValue2 == NULL) in eval() 158 sal_Int32 nReturn = MacabRecord::compareFields(aValue, aValue2); in eval() 160 delete aValue2; in eval()
|
/aoo42x/main/oox/source/vml/ |
H A D | vmlshapecontext.cxx | 103 OUString aValue1, aValue2; in lclDecodeInt32Pair() local 104 ConversionHelper::separatePair( aValue1, aValue2, oValue.get(), ',' ); in lclDecodeInt32Pair() 105 oRetValue = Int32Pair( aValue1.toInt32(), aValue2.toInt32() ); in lclDecodeInt32Pair() 118 OUString aValue1, aValue2; in lclDecodePercentPair() local 119 ConversionHelper::separatePair( aValue1, aValue2, oValue.get(), ',' ); in lclDecodePercentPair() 122 ConversionHelper::decodePercent( aValue2, 0.0 ) ); in lclDecodePercentPair()
|
/aoo42x/main/sd/source/filter/ppt/ |
H A D | pptinanimations.cxx | 2695 Any aValue1, aValue2; in importAnimateKeyPoints() local 2700 importAttributeValue( pValue, aValue2 ); in importAnimateKeyPoints() 2703 bool bHasValue = aValue2.hasValue(); in importAnimateKeyPoints() 2706 if( aValue2.getValueType() == ::getCppuType((const OUString*)0) ) in importAnimateKeyPoints() 2709 aValue2 >>= aTest; in importAnimateKeyPoints() 2717 aValue2 >>= aFormula; in importAnimateKeyPoints() 2723 aValues[nKeyTime] = makeAny( ValuePair( aValue1, aValue2 ) ); in importAnimateKeyPoints()
|
/aoo42x/main/desktop/source/deployment/gui/ |
H A D | dp_gui_theextmgr.cxx | 86 …beans::PropertyValue aValue2( OUSTR("nodepath"), 0, uno::Any( OUSTR("/org.openoffice.Office.Extens… in TheExtensionManager() local 88 args[0] <<= aValue2; in TheExtensionManager()
|
/aoo42x/main/extensions/source/update/check/ |
H A D | updatecheckconfig.cxx | 717 …uno::Any aValue2( uno::Reference< beans::XPropertySet >( m_xIgnoredUpdates->getByName( rExtensionN… in checkExtensionVersion() local 718 aValue2 >>= aIgnoredVersion; in checkExtensionVersion()
|
/aoo42x/main/vcl/source/window/ |
H A D | toolbox2.cxx | 2386 … ::com::sun::star::uno::Any aValue2 = aNode2.getNodeValue( OUString::createFromAscii( "Locked" ) ); in AlwaysLocked() 2387 if( aValue2 >>= bLocked ) in AlwaysLocked()
|
Completed in 269 milliseconds