Home
last modified time | relevance | path

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

/aoo4110/main/connectivity/source/drivers/macab/
H A Dmacabcondition.cxx130 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()
/aoo4110/main/oox/source/vml/
H A Dvmlshapecontext.cxx103 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()
/aoo4110/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx2695 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()
/aoo4110/main/desktop/source/deployment/gui/
H A Ddp_gui_theextmgr.cxx86 …beans::PropertyValue aValue2( OUSTR("nodepath"), 0, uno::Any( OUSTR("/org.openoffice.Office.Extens… in TheExtensionManager() local
88 args[0] <<= aValue2; in TheExtensionManager()
/aoo4110/main/extensions/source/update/check/
H A Dupdatecheckconfig.cxx717 …uno::Any aValue2( uno::Reference< beans::XPropertySet >( m_xIgnoredUpdates->getByName( rExtensionN… in checkExtensionVersion() local
718 aValue2 >>= aIgnoredVersion; in checkExtensionVersion()
/aoo4110/main/vcl/source/window/
H A Dtoolbox2.cxx2386 … ::com::sun::star::uno::Any aValue2 = aNode2.getNodeValue( OUString::createFromAscii( "Locked" ) ); in AlwaysLocked()
2387 if( aValue2 >>= bLocked ) in AlwaysLocked()

Completed in 45 milliseconds