Home
last modified time | relevance | path

Searched refs:rAny (Results 51 – 75 of 159) sorted by path

1234567

/trunk/main/sc/source/ui/inc/
H A DAccessibleDocument.hxx337 SAL_CALL get_AccFlowTo(const ::com::sun::star::uno::Any& rAny, sal_Int32 nType)
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx2389 uno::Any& rAny ) in GetOnePropertyValue() argument
2466 rAny <<= aBorder; in GetOnePropertyValue()
5990 uno::Any& rAny ) in GetOnePropertyValue() argument
6005 rAny <<= aPos; in GetOnePropertyValue()
6019 rAny <<= aAwtSize; in GetOnePropertyValue()
6739 uno::Any& rAny ) in GetOnePropertyValue() argument
6752 rAny <<= eType; in GetOnePropertyValue()
8966 uno::Any& rAny ) in GetOnePropertyValue() argument
8987 rAny <<= (sal_Int32)( nWidth ); in GetOnePropertyValue()
9123 uno::Any& rAny ) in GetOnePropertyValue() argument
[all …]
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/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/view/
H A Ddbfunc3.cxx2158 const Any& rAny = aTabData[nRow][nCol]; in ShowDataPilotSourceData() local
2161 if (rAny >>= aStr) in ShowDataPilotSourceData()
2163 else if (rAny >>= fVal) in ShowDataPilotSourceData()
/trunk/main/scaddins/source/analysis/
H A Danalysis.cxx211 const uno::Any& rAny ) throw( uno::RuntimeException, lang::IllegalArgumentException ) in getDateMode() argument
213 sal_Int32 nMode = aAnyConv.getInt32( xPropSet, rAny, 0 ); in getDateMode()
H A Danalysis.hxx79 const CSS::uno::Any& rAny )
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 …]
H A Danalysishelper.hxx375 const CSS::uno::Any& rAny,
1055 const CSS::uno::Any& rAny ) const
1067 const CSS::uno::Any& rAny )
1077 const CSS::uno::Any& rAny,
1090 const CSS::uno::Any& rAny )
1100 const CSS::uno::Any& rAny,
/trunk/main/sd/source/filter/eppt/
H A Deppt.hxx499 ::com::sun::star::uno::Any& rAny,
H A Depptso.cxx871 ::com::sun::star::uno::Any& rAny, in GetPropertyValue() argument
896 rAny = rXPropSet->getPropertyValue( rString ); in GetPropertyValue()
897 if ( !rAny.hasValue() ) in GetPropertyValue()
H A Dpptexanimations.cxx1145 …m& rStrm, const sal_uInt16 nPropertyId, const ::com::sun::star::uno::Any& rAny, const TranslateMod… in exportAnimProperty() argument
1148 if ( rAny.hasValue() ) in exportAnimProperty()
1150 switch( rAny.getValueType().getTypeClass() ) in exportAnimProperty()
1158 if ( rAny >>= nVal ) in exportAnimProperty()
1169 if ( rAny >>= fVal ) in exportAnimProperty()
1179 if ( rAny >>= fVal ) in exportAnimProperty()
1199 if ( rAny >>= aStr ) in exportAnimProperty()
2063 sal_Bool AnimationExporter::getColorAny( const Any& rAny, const sal_Int16 nColorSpace, sal_Int32& r… in getColorAny() argument
2073 if ( rAny >>= nColor ) // RGB color in getColorAny()
2079 else if ( rAny >>= aHSL ) // HSL in getColorAny()
H A Dpptexanimations.hxx81 …sal_Bool getColorAny( const ::com::sun::star::uno::Any& rAny, const sal_Int16 nColorSpace, sal_Int…
82 …m& rStrm, const sal_uInt16 nPropertyId, const ::com::sun::star::uno::Any& rAny, const TranslateMod…
/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 …]
H A Dpptinanimations.hxx79 bool importAttributeValue( const Atom* pAtom, com::sun::star::uno::Any& rAny );
114 void dump_target( ::com::sun::star::uno::Any& rAny );
115 void dump( ::com::sun::star::uno::Any& rAny );
/trunk/main/sd/source/ui/accessibility/
H A DAccessibleDrawDocumentView.cxx518 AccessibleDrawDocumentView::getGroupPosition( const uno::Any& rAny ) in getGroupPosition() argument
528 rAny >>= xAccContent; in getGroupPosition()
589 ::rtl::OUString AccessibleDrawDocumentView::getObjectLink( const uno::Any& rAny ) in getObjectLink() argument
595 rAny >>= xAccContent; in getObjectLink()
935 …SAL_CALL AccessibleDrawDocumentView::get_AccFlowTo(const ::com::sun::star::uno::Any& rAny, sal_Int… in get_AccFlowTo() argument
943 rAny >>= xShape; in get_AccFlowTo()
/trunk/main/sd/source/ui/app/
H A Doptsitem.cxx45 template< class T > T getSafeValue( const Any& rAny ) in getSafeValue() argument
48 bool bOk = (rAny >>= value); in getSafeValue()
/trunk/main/sd/source/ui/inc/
H A DAccessibleDocumentViewBase.hxx378 SAL_CALL get_AccFlowTo(const ::com::sun::star::uno::Any& rAny, sal_Int32 nType)
H A DAccessibleDrawDocumentView.hxx111 getGroupPosition( const ::com::sun::star::uno::Any& rAny )
193 SAL_CALL get_AccFlowTo(const ::com::sun::star::uno::Any& rAny, sal_Int32 nType)
/trunk/main/sd/source/ui/unoidl/
H A Dunohelp.hxx26 inline sal_Bool any2bool( const ::com::sun::star::uno::Any& rAny, sal_Bool& rBool ) in any2bool() argument
28 if( rAny.getValueType() == ::getCppuBooleanType() ) in any2bool()
30 rBool = *(sal_Bool*)rAny.getValue(); in any2bool()
35 if(!(rAny >>= nValue)) in any2bool()
43 inline void bool2any( sal_Bool bBool, ::com::sun::star::uno::Any& rAny ) in bool2any() argument
45 rAny.setValue( &bBool, ::getCppuBooleanType() ); in bool2any()
H A Dunoobj.cxx1076 void SdXShape::SetStyleSheet( const uno::Any& rAny ) throw( lang::IllegalArgumentException ) in SetStyleSheet() argument
1082 uno::Reference< style::XStyle > xStyle( rAny, uno::UNO_QUERY ); in SetStyleSheet()
H A Dunoobj.hxx55 …void SetStyleSheet( const ::com::sun::star::uno::Any& rAny ) throw( ::com::sun::star::lang::Illega…
/trunk/main/sfx2/inc/sfx2/
H A Ddinfdlg.hxx502 void AddLine( const ::rtl::OUString& sName, com::sun::star::uno::Any& rAny );
534 …void AddLine( const ::rtl::OUString& sName, com::sun::star::uno::Any& rAny, bool bInter…
H A Ddispatch.hxx223 SfxItemState QueryState( sal_uInt16 nSID, ::com::sun::star::uno::Any& rAny );
H A Dframe.hxx280 … SfxUsrAnyItem( sal_uInt16 nWhich, const ::com::sun::star::uno::Any& rAny );

Completed in 229 milliseconds

1234567