Home
last modified time | relevance | path

Searched refs:rAny (Results 26 – 50 of 159) sorted by relevance

1234567

/trunk/main/chart2/source/inc/
H A DCommonFunctors.hxx60 double operator() ( const ::com::sun::star::uno::Any & rAny ) in operator ()()
65 ::com::sun::star::uno::TypeClass eClass( rAny.getValueType().getTypeClass() ); in operator ()()
68 fResult = * reinterpret_cast< const double * >( rAny.getValue() ); in operator ()()
80 ::rtl::OUString operator() ( const ::com::sun::star::uno::Any & rAny ) in operator ()()
82 ::com::sun::star::uno::TypeClass eClass( rAny.getValueType().getTypeClass() ); in operator ()()
85 const double* pDouble = reinterpret_cast< const double * >( rAny.getValue() ); in operator ()()
98 return * reinterpret_cast< const ::rtl::OUString * >( rAny.getValue() ); in operator ()()
H A DPropertyHelper.hxx111 const ::com::sun::star::uno::Any & rAny );
126 …( tPropertyValueMap & rOutMap, tPropertyValueMapKey key, const ::com::sun::star::uno::Any & rAny );
128 …( tPropertyValueMap & rOutMap, tPropertyValueMapKey key, const ::com::sun::star::uno::Any & rAny );
143 …( tPropertyValueMap & rOutMap, tPropertyValueMapKey key, const ::com::sun::star::uno::Any & rAny );
/trunk/main/sw/source/core/fields/
H A Dauthfld.cxx458 sal_Bool SwAuthorityFieldType::PutValue( const Any& rAny, sal_uInt16 nWhichId ) in PutValue() argument
467 ::GetString( rAny, sTmp ); in PutValue()
476 SetSortAlgorithm( ::GetString( rAny, sTmp )); in PutValue()
480 m_bIsSequence = *(sal_Bool*)rAny.getValue(); in PutValue()
483 m_bSortByDocument = *(sal_Bool*)rAny.getValue(); in PutValue()
489 if( 0 != (bRet = rAny >>= aLocale )) in PutValue()
497 if( 0 != (bRet = rAny >>= aSeq) ) in PutValue()
670 sal_Bool SwAuthorityField::QueryValue( Any& rAny, sal_uInt16 /*nWhichId*/ ) const in QueryValue() argument
688 rAny <<= aRet; in QueryValue()
700 sal_Bool SwAuthorityField::PutValue( const Any& rAny, sal_uInt16 /*nWhichId*/ ) in PutValue() argument
[all …]
H A Dreffld.cxx591 rAny <<= nPart; in QueryValue()
606 rAny <<= nSource; in QueryValue()
625 rAny <<= rtl::OUString(sTmp); in QueryValue()
629 rAny <<= rtl::OUString(Expand()); in QueryValue()
632 rAny <<= (sal_Int16)nSeqNo; in QueryValue()
640 sal_Bool SwGetRefField::PutValue( const uno::Any& rAny, sal_uInt16 nWhichId ) in PutValue() argument
648 rAny >>= nPart; in PutValue()
672 rAny >>= nSource; in PutValue()
693 rAny >>= sTmpStr; in PutValue()
699 SetExpand( ::GetString( rAny, sTmp )); in PutValue()
[all …]
H A Dchpfld.cxx247 sal_Bool SwChapterField::QueryValue( uno::Any& rAny, sal_uInt16 nWhichId ) const in QueryValue() argument
252 rAny <<= (sal_Int8)nLevel; in QueryValue()
271 rAny <<= nRet; in QueryValue()
283 sal_Bool SwChapterField::PutValue( const uno::Any& rAny, sal_uInt16 nWhichId ) in PutValue() argument
291 rAny >>= nTmp; in PutValue()
302 rAny >>= nVal; in PutValue()
/trunk/main/sw/source/core/unocore/
H A Dunoparagraph.cxx187 uno::Any& rAny ) const
502 uno::Any& rAny ) const in GetSinglePropertyValue_Impl()
514 if(!aOriginalBrushItem.QueryValue(rAny, nMemberId)) in GetSinglePropertyValue_Impl()
529 rAny <<= drawing::BitmapMode_REPEAT; in GetSinglePropertyValue_Impl()
533 rAny <<= drawing::BitmapMode_STRETCH; in GetSinglePropertyValue_Impl()
537 rAny <<= drawing::BitmapMode_NO_REPEAT; in GetSinglePropertyValue_Impl()
549 m_rPropSet.getPropertyValue(rEntry, rSet, rAny); in GetSinglePropertyValue_Impl()
556 rAny >>= nValue; in GetSinglePropertyValue_Impl()
557 rAny <<= static_cast< sal_Int16 >(nValue); in GetSinglePropertyValue_Impl()
571 if(rAny >>= nValue) in GetSinglePropertyValue_Impl()
[all …]
/trunk/main/oox/source/ppt/
H A Dtimenodelistcontext.cxx911 Any rAny; in createFastChildContext() local
912 rAny <<= p.X; in createFastChildContext()
913 rAny <<= p.Y; in createFastChildContext()
914 mpNode->setTo( rAny ); in createFastChildContext()
921 Any rAny; in createFastChildContext() local
922 rAny <<= p.X; in createFastChildContext()
923 rAny <<= p.Y; in createFastChildContext()
931 Any rAny; in createFastChildContext() local
932 rAny <<= p.X; in createFastChildContext()
933 rAny <<= p.Y; in createFastChildContext()
[all …]
/trunk/main/svl/source/items/
H A Ditemprop.cxx221 const SfxItemSet& rSet, Any& rAny ) const in getPropertyValue()
232 pItem->QueryValue( rAny, rEntry.nMemberId ); in getPropertyValue()
240 rItem.QueryValue( rAny, rEntry.nMemberId ); in getPropertyValue()
249 rAny.getValueTypeClass() == TypeClass_LONG ) in getPropertyValue()
251 sal_Int32 nTmp = *(sal_Int32*)rAny.getValue(); in getPropertyValue()
252 rAny.setValue( &nTmp, *rEntry.pType ); in getPropertyValue()
259 const SfxItemSet& rSet, Any& rAny ) const in getPropertyValue()
266 getPropertyValue( *pEntry,rSet, rAny ); in getPropertyValue()
/trunk/main/xmloff/source/text/
H A DXMLIndexMarkExport.cxx196 Any& rAny ) in lcl_ExportPropertyString() argument
198 rAny = rPropSet->getPropertyValue( sProperty ); in lcl_ExportPropertyString()
201 if( rAny >>= sValue ) in lcl_ExportPropertyString()
214 Any& rAny ) in lcl_ExportPropertyBool() argument
216 rAny = rPropSet->getPropertyValue( sProperty ); in lcl_ExportPropertyBool()
219 if( rAny >>= bValue ) in lcl_ExportPropertyBool()
H A Dtxtstyli.cxx523 Any& rAny = GetProperties()[nIndex].maValue; in FillPropertySet() local
524 sal_Bool bVal = *(sal_Bool*)rAny.getValue(); in FillPropertySet()
626 Any rAny = rState.maValue; in FillPropertySet() local
632 rAny >>= sFontName; in FillPropertySet()
644 Any aAny(rAny); in FillPropertySet()
/trunk/main/xmloff/source/core/
H A DDocumentSettingsContext.cxx172 com::sun::star::uno::Any& rAny,
194 com::sun::star::uno::Any& rAny,
218 com::sun::star::uno::Any& rAny,
238 com::sun::star::uno::Any& rAny,
262 com::sun::star::uno::Any& rAny,
526 com::sun::star::uno::Any& rAny, in XMLConfigItemSetContext() argument
528 : XMLConfigBaseContext( rImport, nPrfx, rLName, rAny, pBaseContext ) in XMLConfigItemSetContext()
759 com::sun::star::uno::Any& rAny, in XMLConfigItemMapNamedContext() argument
761 : XMLConfigBaseContext(rImport, nPrfx, rLName, rAny, pBaseContext) in XMLConfigItemMapNamedContext()
795 com::sun::star::uno::Any& rAny, in XMLConfigItemMapIndexedContext() argument
[all …]
/trunk/main/chart2/source/tools/
H A DCommonConverters.cxx493 sal_Bool hasDoubleValue( const uno::Any& rAny ) in hasDoubleValue() argument
497 if( rAny >>= fValue ) in hasDoubleValue()
502 sal_Bool hasLongOrShortValue( const uno::Any& rAny ) in hasLongOrShortValue() argument
506 if( rAny >>= n32 ) in hasLongOrShortValue()
511 if( rAny >>= n16 ) in hasLongOrShortValue()
516 sal_Int16 getShortForLongAlso( const uno::Any& rAny ) in getShortForLongAlso() argument
520 if( !(rAny >>= nRet) ) in getShortForLongAlso()
523 if( rAny >>= n32 ) in getShortForLongAlso()
/trunk/main/ucb/source/cacher/
H A Dcachedcontentresultsetstub.cxx505 ::impl_getCurrentContentIdentifierString( Any& rAny in impl_getCurrentContentIdentifierString() argument
509 rAny <<= xContentAccess->queryContentIdentifierString(); in impl_getCurrentContentIdentifierString()
513 ::impl_getCurrentContentIdentifier( Any& rAny in impl_getCurrentContentIdentifier() argument
517 rAny <<= xContentAccess->queryContentIdentifier(); in impl_getCurrentContentIdentifier()
521 ::impl_getCurrentContent( Any& rAny in impl_getCurrentContent() argument
525 rAny <<= xContentAccess->queryContent(); in impl_getCurrentContent()
/trunk/main/svtools/source/uno/
H A Dunoevent.cxx209 void SvBaseEventDescriptor::getAnyFromMacro(Any& rAny, in getAnyFromMacro() argument
247 rAny <<= aSequence; in getAnyFromMacro()
272 rAny <<= aSequence; in getAnyFromMacro()
296 rAny <<= aSequence; in getAnyFromMacro()
304 const Any& rAny) in getMacroFromAny() argument
309 rAny >>= aSequence; in getMacroFromAny()
/trunk/main/sc/source/ui/vba/
H A Dvbawsfunction.cxx46 void lclConvertDoubleToBoolean( uno::Any& rAny ) in lclConvertDoubleToBoolean() argument
48 if( rAny.has< double >() ) in lclConvertDoubleToBoolean()
50 double fValue = rAny.get< double >(); in lclConvertDoubleToBoolean()
52 rAny <<= false; in lclConvertDoubleToBoolean()
54 rAny <<= true; in lclConvertDoubleToBoolean()
/trunk/main/sc/source/ui/unoobj/
H A Dmiscuno.cxx51 uno::Reference<uno::XInterface> ScUnoHelpFunctions::AnyToInterface( const uno::Any& rAny ) in AnyToInterface() argument
53 if ( rAny.getValueTypeClass() == uno::TypeClass_INTERFACE ) in AnyToInterface()
55 return uno::Reference<uno::XInterface>(rAny, uno::UNO_QUERY); in AnyToInterface()
194 void ScUnoHelpFunctions::SetBoolInAny( uno::Any& rAny, sal_Bool bValue ) in SetBoolInAny() argument
196 rAny.setValue( &bValue, getBooleanCppuType() ); in SetBoolInAny()
/trunk/main/vbahelper/inc/vbahelper/
H A Dvbahelper.hxx96 …VBAHELPER_DLLPUBLIC sal_Int32 extractIntFromAny( const css::uno::Any& rAny ) throw (css::uno::Runt…
99 …VBAHELPER_DLLPUBLIC sal_Int32 extractIntFromAny( const css::uno::Any& rAny, sal_Int32 nDefault ) t…
103 …VBAHELPER_DLLPUBLIC bool extractBoolFromAny( const css::uno::Any& rAny ) throw (css::uno::RuntimeE…
106 …VBAHELPER_DLLPUBLIC bool extractBoolFromAny( const css::uno::Any& rAny, bool bDefault ) throw (css…
110 …VBAHELPER_DLLPUBLIC ::rtl::OUString extractStringFromAny( const css::uno::Any& rAny, bool bUpperca…
113 …VBAHELPER_DLLPUBLIC ::rtl::OUString extractStringFromAny( const css::uno::Any& rAny, const ::rtl::…
/trunk/main/stoc/test/
H A Dtestiadapter.cxx128 const ::com::sun::star::uno::Any& rAny ) in assign()
144 rData.Any = rAny; in assign()
155 const ::com::sun::star::uno::Any& rAny, in assign()
160 eEnum, rStr, xTest, rAny ); in assign()
193 ::com::sun::star::uno::Any& rAny,
205 ::com::sun::star::uno::Any& rAny,
692 eEnum, rStr, xTest, rAny, rSequence ); in setValues()
703 ::com::sun::star::uno::Any& rAny, in setValues2() argument
710 eEnum, rStr, xTest, rAny, rSequence ); in setValues2()
722 ::com::sun::star::uno::Any& rAny, in getValues() argument
[all …]
/trunk/main/testtools/source/bridgetest/
H A Dcppobj.cxx85 const ::com::sun::star::uno::Any& rAny ) in assign()
101 rData.Any = rAny; in assign()
112 const ::com::sun::star::uno::Any& rAny, in assign()
117 eEnum, rStr, xTest, rAny ); in assign()
195 ::com::sun::star::uno::Any& rAny,
207 ::com::sun::star::uno::Any& rAny,
569 eEnum, rStr, xTest, rAny, rSequence ); in setValues()
580 ::com::sun::star::uno::Any& rAny, in setValues2() argument
587 eEnum, rStr, xTest, rAny, rSequence ); in setValues2()
604 ::com::sun::star::uno::Any& rAny, in getValues() argument
[all …]
/trunk/main/canvas/source/vcl/
H A Dspritecanvashelper.hxx128 void enableUnsafeScrolling( const ::com::sun::star::uno::Any& rAny ) in enableUnsafeScrolling() argument
130 mbIsUnsafeScrolling = rAny.get<bool>(); in enableUnsafeScrolling()
137 void enableSpriteBounds( const ::com::sun::star::uno::Any& rAny ) in enableSpriteBounds() argument
139 mbShowSpriteBounds = rAny.get<bool>(); in enableSpriteBounds()
/trunk/main/xmloff/inc/xmloff/
H A DSettingsExportHelper.hxx61 void ManipulateSetting( com::sun::star::uno::Any& rAny, const rtl::OUString& rName ) const;
63 void CallTypeFunction(const com::sun::star::uno::Any& rAny,
80 void exportMapEntry(const com::sun::star::uno::Any& rAny,
94 const com::sun::star::uno::Any &rAny,
/trunk/main/cppu/inc/com/sun/star/uno/
H A DReference.h301 inline Reference( const Any & rAny, UnoReference_Query ) SAL_THROW( (RuntimeException) );
326 inline Reference( const Any & rAny, UnoReference_QueryThrow ) SAL_THROW( (RuntimeException) );
430 inline bool set( Any const & rAny, UnoReference_Query );
462 inline void set( Any const & rAny, UnoReference_QueryThrow );
/trunk/main/scaddins/source/analysis/
H A Danalysishelper.cxx1750 const uno::Any& rAny, in Append() argument
1753 if( rAny.getValueTypeClass() == uno::TypeClass_SEQUENCE ) in Append()
1758 if( rAnyConv.getDouble( fValue, rAny ) ) in Append()
3079 switch( rAny.getValueTypeClass() ) in getDouble()
3085 rAny >>= rfResult; in getDouble()
3108 return getDouble( rfResult, rAny ); in getDouble()
3113 const uno::Any& rAny, in getDouble() argument
3117 if( !getDouble( fResult, xPropSet, rAny ) ) in getDouble()
3128 sal_Bool bContainsVal = getDouble( fResult, xPropSet, rAny ); in getInt32()
3138 const uno::Any& rAny, in getInt32() argument
[all …]
/trunk/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx2817 rAny <<= nByte; in importAttributeValue()
2830 rAny <<= nInt32; in importAttributeValue()
2857 rAny <<= aOUString; in importAttributeValue()
3450 if( rAny >>= aSeq ) in dump()
3461 else if( rAny >>= aString ) in dump()
3467 else if( rAny >>= nInt ) in dump()
3471 else if( rAny >>= bBool ) in dump()
3475 else if( rAny >>= fDouble ) in dump()
3483 else if( rAny >>= aEvent ) in dump()
3777 if( rAny >>= aSeq ) in dump_target()
[all …]
/trunk/main/slideshow/source/engine/animationnodes/
H A Dnodetools.cxx91 bool isIndefiniteTiming( const uno::Any& rAny ) in isIndefiniteTiming() argument
93 if( !rAny.hasValue() ) in isIndefiniteTiming()
98 if( !(rAny >>= eTiming) || in isIndefiniteTiming()

Completed in 184 milliseconds

1234567