Searched refs:aAny2 (Results 1 – 10 of 10) sorted by relevance
/trunk/main/sw/source/filter/xml/ |
H A D | xmltexte.cxx | 371 Any aAny2; in lcl_addFrameProperties() local 378 Any aAny2; in lcl_addFrameProperties() local 577 aAny2 >>= aStr; in _exportTextEmbedded() 582 aAny2 >>= aStr; in _exportTextEmbedded() 587 aAny2 >>= aStr; in _exportTextEmbedded() 592 aAny2 >>= bScript; in _exportTextEmbedded() 597 aAny2 >>= aProps; in _exportTextEmbedded() 624 aAny2 >>= aStr; in _exportTextEmbedded() 628 aAny2 >>= aStr; in _exportTextEmbedded() 643 aAny2 >>= aStr; in _exportTextEmbedded() [all …]
|
H A D | wrtxml.cxx | 244 Any aAny2; in _Write() local 245 aAny2.setValue( &bTmp, ::getBooleanCppuType() ); in _Write() 246 xInfoSet->setPropertyValue( sAutoTextMode, aAny2 ); in _Write() 435 uno::Any aAny2; in _Write() local 436 aAny2 <<= aMime; in _Write() 437 xSet->setPropertyValue( aPropName, aAny2 ); in _Write()
|
/trunk/main/xmloff/source/draw/ |
H A D | ximp3dscene.cxx | 396 uno::Any aAny2; in setSceneAttributes() local 410 aAny2 <<= xLightDir; in setSceneAttributes() 418 …PropSet->setPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("D3DSceneLightDirection1")), aAny2); in setSceneAttributes() 425 …PropSet->setPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("D3DSceneLightDirection2")), aAny2); in setSceneAttributes() 432 …PropSet->setPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("D3DSceneLightDirection3")), aAny2); in setSceneAttributes() 439 …PropSet->setPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("D3DSceneLightDirection4")), aAny2); in setSceneAttributes() 446 …PropSet->setPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("D3DSceneLightDirection5")), aAny2); in setSceneAttributes() 453 …PropSet->setPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("D3DSceneLightDirection6")), aAny2); in setSceneAttributes() 460 …PropSet->setPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("D3DSceneLightDirection7")), aAny2); in setSceneAttributes() 467 …PropSet->setPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("D3DSceneLightDirection8")), aAny2); in setSceneAttributes()
|
/trunk/main/xmloff/source/text/ |
H A D | XMLTextListAutoStylePool.cxx | 215 uno::Any aAny1, aAny2; in Find() local 220 aAny2 <<= pPool->GetObject(nPos)->GetNumRules(); in Find() 222 if( mxNumRuleCompare->compare( aAny1, aAny2 ) == 0 ) in Find()
|
/trunk/main/sw/source/filter/html/ |
H A D | htmlform.cxx | 1004 Any aAny2; in InsertControl() local 1005 aAny2 <<= (sal_Int32)nLeftSpace; in InsertControl() 1007 OUString::createFromAscii( "LeftMargin" ), aAny2 ); in InsertControl() 1009 aAny2 <<= (sal_Int32)nRightSpace; in InsertControl() 1011 OUString::createFromAscii( "RightMargin" ), aAny2 ); in InsertControl() 1035 uno::Any aAny2; in InsertControl() local 1036 aAny2 <<= (sal_Int32)nUpperSpace; in InsertControl() 1038 OUString::createFromAscii( "TopMargin" ), aAny2 ); in InsertControl() 1040 aAny2 <<= (sal_Int32)nLowerSpace; in InsertControl() 1042 OUString::createFromAscii( "BottomMargin" ), aAny2 ); in InsertControl()
|
H A D | htmlforw.cxx | 457 uno::Any aAny2 = xPropSet->getPropertyValue( sPropName ); in OutHiddenForm() local 458 if( aAny2.getValueType() == ::getCppuType((sal_Int16*)0) ) in OutHiddenForm() 461 *(sal_Int16*)aAny2.getValue() ) in OutHiddenForm() 464 *(sal_Int16*)aAny2.getValue() ) ) in OutHiddenForm()
|
/trunk/main/basic/source/runtime/ |
H A D | step2.cxx | 555 Any aAny2 = xIndexAccess->getByIndex( nIndex ); in CheckArray() local 556 TypeClass eType = aAny2.getValueType().getTypeClass(); in CheckArray() 558 xRet = *(Reference< XInterface >*)aAny2.getValue(); in CheckArray()
|
/trunk/main/sw/source/core/unocore/ |
H A D | unoframe.cxx | 1177 …uno::Any aAny2 = mxStyleFamily->getByName ( OUString ( RTL_CONSTASCII_USTRINGPARAM ( "Frame" ) ) ); in SwXFrame() local 1178 aAny2 >>= mxStyleData; in SwXFrame() 1184 …uno::Any aAny2 = mxStyleFamily->getByName ( OUString ( RTL_CONSTASCII_USTRINGPARAM ( "Graphics" ) … in SwXFrame() local 1185 aAny2 >>= mxStyleData; in SwXFrame() 1191 uno::Any aAny2 = mxStyleFamily->getByName ( OUString ( RTL_CONSTASCII_USTRINGPARAM ( "OLE" ) ) ); in SwXFrame() local 1192 aAny2 >>= mxStyleData; in SwXFrame()
|
/trunk/main/sc/source/ui/Accessibility/ |
H A D | AccessibleDocument.cxx | 175 uno::Any aAny2 = xProps2->getPropertyValue(msZOrder); in operator ()() local 177 if ( (aAny1 >>= nZOrder1) && (aAny2 >>= nZOrder2) ) in operator ()()
|
/trunk/main/basic/source/classes/ |
H A D | sbunoobj.cxx | 3337 Any aAny2 = ((SbUnoObject*)(SbxBase*)pObj2)->getUnoAny(); in RTL_Impl_EqualUnoObjects() local 3338 TypeClass eType2 = aAny2.getValueType().getTypeClass(); in RTL_Impl_EqualUnoObjects() 3342 aAny2 >>= x2; in RTL_Impl_EqualUnoObjects()
|
Completed in 339 milliseconds