Home
last modified time | relevance | path

Searched refs:pAny (Results 1 – 25 of 50) sorted by relevance

12

/trunk/main/svx/source/toolbars/
H A Dextrusionbar.cxx153 … com::sun::star::uno::Any* pAny = rGeometryItem.GetPropertyValueByName( sExtrusion, sExtrusion ); in impl_execute() local
155 if( pAny ) in impl_execute()
158 (*pAny) >>= bOn; in impl_execute()
160 (*pAny) <<= bOn; in impl_execute()
186 … com::sun::star::uno::Any* pAny = rGeometryItem.GetPropertyValueByName( sExtrusion, sRotateAngle ); in impl_execute() local
187 if( pAny && ( *pAny >>= aRotateAnglePropPair ) ) in impl_execute()
655 com::sun::star::uno::Any* pAny; in getExtrusionDirectionState() local
685 pAny = aGeometryItem.GetPropertyValueByName( sExtrusion, sProjectionMode ); in getExtrusionDirectionState()
687 if( pAny && ( *pAny >>= nProjectionMode ) ) in getExtrusionDirectionState()
693 pAny = aGeometryItem.GetPropertyValueByName( sExtrusion, sSkew ); in getExtrusionDirectionState()
[all …]
H A Dfontworkbar.cxx154 Any* pAny = aGeometryItem.GetPropertyValueByName( sType ); in SetFontWorkShapeTypeState() local
155 if( pAny ) in SetFontWorkShapeTypeState()
158 if ( *pAny >>= aType ) in SetFontWorkShapeTypeState()
257 Any* pAny = aGeometryItem.GetPropertyValueByName( sTextPath, sTextPath ); in checkForSelectedFontWork() local
258 if( pAny ) in checkForSelectedFontWork()
259 *pAny >>= bFound; in checkForSelectedFontWork()
279 …com::sun::star::uno::Any* pAny = rGeometryItem.GetPropertyValueByName( sTextPath, sSameLetterHeigh… in impl_execute() local
280 if( pAny ) in impl_execute()
283 (*pAny) >>= bOn; in impl_execute()
285 (*pAny) <<= bOn; in impl_execute()
[all …]
/trunk/main/sw/source/core/unocore/
H A Dunocrsrhelper.cxx142 Any *pAny, in getCrsrPropertyValue() argument
153 if (pAny) in getCrsrPropertyValue()
169 *pAny <<= bRet; in getCrsrPropertyValue()
174 if (pAny) in getCrsrPropertyValue()
187 *pAny <<= OUString(sRet); in getCrsrPropertyValue()
192 if (pAny) in getCrsrPropertyValue()
203 *pAny <<= nRet; in getCrsrPropertyValue()
221 if( pAny ) in getCrsrPropertyValue()
225 *pAny <<= OUString(sVal); in getCrsrPropertyValue()
236 if( pAny ) in getCrsrPropertyValue()
[all …]
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape3d.cxx76 Any* pAny = rItem.GetPropertyValueByName( sExtrusion, sOrigin ); in GetOrigin() local
77 …if ( ! ( pAny && ( *pAny >>= aOriginParaPair ) && ( aOriginParaPair.First.Value >>= rOriginX ) && … in GetOrigin()
88 Any* pAny = rItem.GetPropertyValueByName( sExtrusion, sRotateAngle ); in GetRotateAngle() local
89 …if ( ! ( pAny && ( *pAny >>= aRotateAngleParaPair ) && ( aRotateAngleParaPair.First.Value >>= rAng… in GetRotateAngle()
102 Any* pAny = rItem.GetPropertyValueByName( sExtrusion, sSkew ); in GetSkew() local
103 …if ( ! ( pAny && ( *pAny >>= aSkewParaPair ) && ( aSkewParaPair.First.Value >>= rSkewAmount ) && (… in GetSkew()
116 Any* pAny = rItem.GetPropertyValueByName( sExtrusion, sDepth ); in GetExtrusionDepth() local
117 …if ( pAny && ( *pAny >>= aDepthParaPair ) && ( aDepthParaPair.First.Value >>= fDepth ) && ( aDepth… in GetExtrusionDepth()
138 Any* pAny = rItem.GetPropertyValueByName( sExtrusion, rPropertyName ); in GetDouble() local
139 if ( pAny ) in GetDouble()
[all …]
H A DEnhancedCustomShape2d.cxx594 …const Any* pAny = ((SdrCustomShapeGeometryItem&)rGeometryItem).GetPropertyValueByName( sAdjustment… in ApplyShapeAttributes() local
595 if ( pAny ) in ApplyShapeAttributes()
596 *pAny >>= seqAdjustmentValues; in ApplyShapeAttributes()
617pAny = ((SdrCustomShapeGeometryItem&)rGeometryItem).GetPropertyValueByName( sPath, sCoordinates ); in ApplyShapeAttributes()
618 if ( pAny ) in ApplyShapeAttributes()
619 *pAny >>= seqCoordinates; in ApplyShapeAttributes()
625pAny = ((SdrCustomShapeGeometryItem&)rGeometryItem).GetPropertyValueByName( sPath, sGluePoints ); in ApplyShapeAttributes()
626 if ( pAny ) in ApplyShapeAttributes()
627 *pAny >>= seqGluePoints; in ApplyShapeAttributes()
633 pAny = ((SdrCustomShapeGeometryItem&)rGeometryItem).GetPropertyValueByName( sPath, sSegments ); in ApplyShapeAttributes()
[all …]
/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_data.cxx861 uno_Any * pAny = (uno_Any *)uno_data; in map_to_uno() local
865 uno_any_destruct( pAny, 0 ); in map_to_uno()
866 uno_any_construct( pAny, 0, 0, 0 ); in map_to_uno()
873 uno_any_destruct( pAny, 0 ); in map_to_uno()
880 pAny->pData = &pAny->pReserved; in map_to_uno()
883 pAny->pData = &pAny->pReserved; in map_to_uno()
884 *(sal_Unicode*) &pAny->pReserved = *__try_cast<System::Char*>(aAny.Value); in map_to_uno()
887 pAny->pData = &pAny->pReserved; in map_to_uno()
888 *(sal_Bool *) &pAny->pReserved = *__try_cast<System::Boolean*>(aAny.Value); in map_to_uno()
891 pAny->pData = &pAny->pReserved; in map_to_uno()
[all …]
/trunk/main/bridges/source/jni_uno/
H A Djni_data.cxx472 uno_Any * pAny = (uno_Any *)uno_data; in map_to_uno() local
476 uno_any_destruct( pAny, 0 ); in map_to_uno()
478 pAny, 0, m_jni_info->m_XInterface_type_info->m_td.get(), 0 ); in map_to_uno()
549 uno_any_destruct( pAny, 0 ); in map_to_uno()
556 pAny->pData = &pAny->pReserved; in map_to_uno()
559 pAny->pData = &pAny->pReserved; in map_to_uno()
560 *(jchar *) pAny->pData = jni->CallCharMethodA( in map_to_uno()
563 pAny->pData = &pAny->pReserved; in map_to_uno()
566 pAny->pData = &pAny->pReserved; in map_to_uno()
567 *(jboolean *) pAny->pData = jni->CallBooleanMethodA( in map_to_uno()
[all …]
/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx112 Any* pAny = rGeometryItem.GetPropertyValueByName( sType ); in ImpGetCustomShapeType() local
113 if ( pAny && ( *pAny >>= sShapeType ) ) in ImpGetCustomShapeType()
426 Any* pAny = rGeometryItem.GetPropertyValueByName( sTextPath, sTextPath ); in IsTextPath() local
427 if ( pAny ) in IsTextPath()
428 *pAny >>= bTextPathOn; in IsTextPath()
438 Any* pAny = rGeometryItem.GetPropertyValueByName( sType ); in UseNoFillStyle() local
439 if ( pAny ) in UseNoFillStyle()
440 *pAny >>= sShapeType; in UseNoFillStyle()
451 com::sun::star::uno::Any* pAny = aGeometryItem.GetPropertyValueByName( sMirroredX ); in IsMirroredX() local
452 if ( pAny ) in IsMirroredX()
[all …]
/trunk/main/winaccessibility/source/service/
H A DAccObject.cxx245 Any pAny; in UpdateValue() local
248 pAny = pRValue->getCurrentValue(); in UpdateValue()
251 SetValue( pAny ); in UpdateValue()
286 void AccObject::SetValue( Any pAny ) in SetValue() argument
320 m_pIMAcc->Put_XAccValue( GetMAccessibleValueFromAny(pAny).getStr() ); in SetValue()
325 m_pIMAcc->Put_XAccValue( GetMAccessibleValueFromAny(pAny).getStr() ); in SetValue()
335 ::rtl::OUString AccObject::GetMAccessibleValueFromAny(Any pAny) in GetMAccessibleValueFromAny() argument
342 if(pAny.getValueType() == getCppuType( (sal_uInt16 *)0 ) ) in GetMAccessibleValueFromAny()
345 if (pAny >>= val) in GetMAccessibleValueFromAny()
351 else if(pAny.getValueType() == getCppuType( (::rtl::OUString *)0 ) ) in GetMAccessibleValueFromAny()
[all …]
/trunk/main/cppu/source/uno/
H A Ddestr.hxx110 uno_Any * pAny, in _destructAny() argument
114 typelib_TypeDescriptionReference * pType = pAny->pType; in _destructAny()
122 ::rtl_freeMemory( pAny->pData ); in _destructAny()
128 ::rtl_freeMemory( pAny->pData ); in _destructAny()
134 ::rtl_freeMemory( pAny->pData ); in _destructAny()
138 ::rtl_uString_release( (rtl_uString *)pAny->pReserved ); in _destructAny()
142 (typelib_TypeDescriptionReference *)pAny->pReserved ); in _destructAny()
146 ::uno_any_destruct( (uno_Any *)pAny->pData, release ); in _destructAny()
147 ::rtl_freeMemory( pAny->pData ); in _destructAny()
157 _destructStruct( pAny->pData, (typelib_CompoundTypeDescription *)pTypeDescr, release ); in _destructAny()
[all …]
H A Dprim.hxx146 #define CONSTRUCT_EMPTY_ANY( pAny ) \ argument
147 (pAny)->pType = _getVoidType(); \
148 (pAny)->pData = (void *)0xdeadbeef;
150 #define CONSTRUCT_EMPTY_ANY( pAny ) \ argument
151 (pAny)->pType = _getVoidType(); \
152 (pAny)->pData = (pAny);
/trunk/main/sd/source/ui/unoidl/
H A Dunopback.cxx121 uno::Any* pAny; in fillItemSet() local
127 pAny = mpPropSet->GetUsrAnyForID( aIt->nWID ); in fillItemSet()
128 if( pAny ) in fillItemSet()
136 … if ( ( pAny->getValueType() == ::getCppuType((const ::com::sun::star::awt::Gradient*)0) ) in fillItemSet()
139 setPropertyValue( aPropertyName, *pAny ); in fillItemSet()
141 … else if ( ( pAny->getValueType() == ::getCppuType((const ::rtl::OUString*)0) ) && in fillItemSet()
144 setPropertyValue( aPropertyName, *pAny ); in fillItemSet()
150 … if ( ( pAny->getValueType() == ::getCppuType((const ::com::sun::star::drawing::Hatch*)0) ) in fillItemSet()
153 setPropertyValue( aPropertyName, *pAny ); in fillItemSet()
155 … else if ( ( pAny->getValueType() == ::getCppuType((const ::rtl::OUString*)0) ) && in fillItemSet()
[all …]
/trunk/main/svl/inc/svl/
H A Dondemand.hxx66 LocaleDataWrapper* pAny; member in OnDemandLocaleDataWrapper
74 , pAny(0) in OnDemandLocaleDataWrapper()
86 , pAny(0) in OnDemandLocaleDataWrapper()
96 delete pAny; in ~OnDemandLocaleDataWrapper()
127 if ( !pAny ) in changeLocale()
129 pAny = new LocaleDataWrapper( xSMgr, rLocale ); in changeLocale()
134 pAny->setLocale( rLocale ); in changeLocale()
137 pCurrent = pAny; in changeLocale()
147 if ( !pAny ) in getAnyLocale()
149pAny = new LocaleDataWrapper( xSMgr, pCurrent->getLocale() ); in getAnyLocale()
[all …]
/trunk/main/sd/source/filter/eppt/
H A Dpptexanimations.cxx918 const ::com::sun::star::uno::Any* pAny[ DFF_ANIM_PROPERTY_ID_COUNT ]; in exportAnimPropertySet() local
919 rtl_zeroMemory( pAny, sizeof( pAny ) ); in exportAnimPropertySet()
936 pAny[ DFF_ANIM_NODE_TYPE ] = &(p->Value); in exportAnimPropertySet()
940 pAny[ DFF_ANIM_PRESET_CLASS ] = &(p->Value); in exportAnimPropertySet()
944 pAny[ DFF_ANIM_PRESET_ID ] = &(p->Value); in exportAnimPropertySet()
948 pAny[ DFF_ANIM_PRESET_SUB_TYPE ] = &(p->Value); in exportAnimPropertySet()
952 pAny[ DFF_ANIM_AFTEREFFECT ] = &aTrue; in exportAnimPropertySet()
970 pAny[ DFF_ANIM_MASTERREL ] = &aMasterRel; in exportAnimPropertySet()
973 pAny[ DFF_ANIM_OVERRIDE ] = &aOverride; in exportAnimPropertySet()
976 pAny[ DFF_ANIM_RUNTIMECONTEXT ] = &aRunTimeContext; in exportAnimPropertySet()
[all …]
/trunk/main/sc/source/filter/ftools/
H A Dfapihelper.cxx351 UnoAny* pAny = GetNextAny(); in ReadValue() local
352 if( pAny ) in ReadValue()
353 rAny = *pAny; in ReadValue()
354 return pAny != 0; in ReadValue()
393 if( UnoAny* pAny = GetNextAny() ) in WriteValue() local
394 *pAny = rAny; in WriteValue()
399 if( Any* pAny = GetNextAny() ) in WriteValue() local
400 ScUnoHelpFunctions::SetBoolInAny( *pAny, rbValue ); in WriteValue()
413 Any* pAny = 0; in GetNextAny() local
415 pAny = &maValueSeq[ maNameOrder[ mnNextIdx++ ] ]; in GetNextAny()
[all …]
/trunk/main/sdext/source/minimizer/
H A Dpppoptimizerdialog.cxx87 const Any *pAny = aArguments.getConstArray(); in initialize() local
88 const Any *pEnd = pAny + aArguments.getLength(); in initialize()
89 for ( ; pAny != pEnd && !xFrame.is() && !xWindow.is(); pAny++ ) in initialize()
91 if ( ( *pAny >>= xFrame ) && xFrame.is() ) in initialize()
95 else if ( ( *pAny >>= xController ) && xController.is() ) in initialize()
101 else if ( ( *pAny >>= xModel ) && xModel.is() ) in initialize()
112 *pAny >>= xWindow; in initialize()
/trunk/main/winaccessibility/source/UAccCOM/
H A DMAccessible.cpp2635 void CMAccessible::get_OLECHARFromAny(Any& pAny, OLECHAR* pChar) in get_OLECHARFromAny() argument
2641 switch(pAny.getValueTypeClass()) in get_OLECHARFromAny()
2646 pAny >>= val; in get_OLECHARFromAny()
2653 pAny >>= val; in get_OLECHARFromAny()
2660 pAny >>= val; in get_OLECHARFromAny()
2667 pAny >>= val; in get_OLECHARFromAny()
2674 pAny >>= val; in get_OLECHARFromAny()
2681 pAny >>= val; in get_OLECHARFromAny()
2688 pAny >>= val; in get_OLECHARFromAny()
2695 pAny >>= val; in get_OLECHARFromAny()
[all …]
/trunk/main/svx/source/items/
H A Dcustomshapeitem.cxx106 com::sun::star::uno::Any* pAny = GetPropertyValueByName( rPropVal.Name ); in SetPropertyValue() local
107 if ( pAny ) in SetPropertyValue()
110 …if ( pAny->getValueType() == ::getCppuType((const ::com::sun::star::uno::Sequence < beans::Propert… in SetPropertyValue()
113 *((::com::sun::star::uno::Sequence < beans::PropertyValue >*)pAny->getValue()); in SetPropertyValue()
121 *pAny = rPropVal.Value; in SetPropertyValue()
125 *((::com::sun::star::uno::Sequence < beans::PropertyValue >*)pAny->getValue()); in SetPropertyValue()
145 com::sun::star::uno::Any* pAny = GetPropertyValueByName( rSequenceName, rPropVal.Name ); in SetPropertyValue() local
146 if ( pAny ) // just replacing in SetPropertyValue()
147 *pAny = rPropVal.Value; in SetPropertyValue()
/trunk/main/comphelper/source/property/
H A DMasterPropertySet.cxx238 const Any * pAny = aValues.getConstArray(); in setPropertyValues() local
249 for ( sal_Int32 i = 0; i < nCount; ++i, ++pString, ++pAny ) in setPropertyValues()
256 _setSingleValue( *((*aIter).second->mpInfo), *pAny ); in setPropertyValues()
269 pSlave->mpSlave->_setSingleValue( *((*aIter).second->mpInfo), *pAny ); in setPropertyValues()
303 Any * pAny = aValues.getArray(); in getPropertyValues() local
314 for ( sal_Int32 i = 0; i < nCount; ++i, ++pString, ++pAny ) in getPropertyValues()
321 _getSingleValue( *((*aIter).second->mpInfo), *pAny ); in getPropertyValues()
334 pSlave->mpSlave->_getSingleValue( *((*aIter).second->mpInfo), *pAny ); in getPropertyValues()
H A DChainablePropertySet.cxx154 const Any * pAny = aValues.getConstArray(); in setPropertyValues() local
158 for ( sal_Int32 i = 0; i < nCount; ++i, ++pString, ++pAny ) in setPropertyValues()
164 _setSingleValue ( *((*aIter).second), *pAny ); in setPropertyValues()
187 Any * pAny = aValues.getArray(); in getPropertyValues() local
191 for ( sal_Int32 i = 0; i < nCount; ++i, ++pString, ++pAny ) in getPropertyValues()
197 _getSingleValue ( *((*aIter).second), *pAny ); in getPropertyValues()
/trunk/main/xmloff/source/core/
H A DXMLEmbeddedObjectExportFilter.cxx146 const Any* pAny = aArguments.getConstArray(); in initialize() local
148 for( sal_Int32 nIndex = 0; nIndex < nAnyCount; nIndex++, pAny++ ) in initialize()
150 if( pAny->getValueType() == in initialize()
153 *pAny >>= xHandler; in initialize()
154 *pAny >>= xExtHandler; in initialize()
/trunk/main/sc/source/filter/inc/
H A Dfapihelper.hxx321 UnoAny* pAny = GetNextAny(); in ReadValue() local
322 return pAny && (*pAny >>= rValue); in ReadValue()
328 if( UnoAny* pAny = GetNextAny() ) in WriteValue() local
329 *pAny <<= rValue; in WriteValue()
/trunk/main/cppuhelper/source/
H A Dexc_thrower.cxx123 uno_Any * pAny = reinterpret_cast< uno_Any * >( pArgs[ 0 ] ); in ExceptionThrower_dispatch() local
124 OSL_ASSERT( pAny->pType->eTypeClass == typelib_TypeClass_EXCEPTION ); in ExceptionThrower_dispatch()
125 uno_type_any_construct( *ppException, pAny->pData, pAny->pType, 0 ); in ExceptionThrower_dispatch()
/trunk/main/comphelper/source/misc/
H A Dlocale.cxx525 ::std::vector< ::rtl::OUString >::const_iterator pAny = lISOList.end(); in getFallback()
584 if (pAny == lISOList.end()) in getFallback()
585 pAny = pIt; in getFallback()
603 if (pAny != lISOList.end()) in getFallback()
604 return pAny; in getFallback()
/trunk/main/xmloff/source/transform/
H A DTransformerBase.cxx440 const Any* pAny = aArguments.getConstArray(); in initialize() local
442 for( sal_Int32 nIndex = 0; nIndex < nAnyCount; nIndex++, pAny++ ) in initialize()
451 …if( ::getCppuType( (const Reference< XDocumentHandler >*) 0 ).isAssignableFrom( pAny->getValueType… in initialize()
452 m_xHandler.set( *pAny, UNO_QUERY ); in initialize()
455 …if( ::getCppuType( (const Reference< XPropertySet >*) 0 ).isAssignableFrom( pAny->getValueType() )… in initialize()
456 m_xPropSet.set( *pAny, UNO_QUERY ); in initialize()
459 …const Reference< ::com::sun::star::frame::XModel >*) 0 ).isAssignableFrom( pAny->getValueType() ) ) in initialize()
460 mxModel.set( *pAny, UNO_QUERY ); in initialize()

12