Lines Matching refs:rAny

92 sal_Int32 lcl_APIToSubType(const uno::Any& rAny)  in lcl_APIToSubType()  argument
95 rAny >>= nVal; in lcl_APIToSubType()
425 sal_Bool SwGetExpField::QueryValue( uno::Any& rAny, sal_uInt16 nWhichId ) const in QueryValue() argument
430 rAny <<= GetValue(); in QueryValue()
433 rAny <<= (sal_Int32)GetFormat(); in QueryValue()
436 rAny <<= (sal_Int16)nSubType; in QueryValue()
439 rAny <<= OUString( GetFormula() ); in QueryValue()
444 rAny <<= nRet; in QueryValue()
450 rAny.setValue(&bTmp, ::getBooleanCppuType()); in QueryValue()
454 rAny <<= rtl::OUString(GetExpStr()); in QueryValue()
457 return SwField::QueryValue(rAny, nWhichId); in QueryValue()
462 sal_Bool SwGetExpField::PutValue( const uno::Any& rAny, sal_uInt16 nWhichId ) in PutValue() argument
469 SwValueField::SetValue(*(double*) rAny.getValue()); in PutValue()
472 rAny >>= nTmp; in PutValue()
476 rAny >>= nTmp; in PutValue()
480 SetFormula( ::GetString( rAny, sTmp )); in PutValue()
483 nTmp = lcl_APIToSubType(rAny); in PutValue()
488 if(*(sal_Bool*) rAny.getValue()) in PutValue()
494 ChgExpStr(::GetString( rAny, sTmp )); in PutValue()
497 return SwField::PutValue(rAny, nWhichId); in PutValue()
645 sal_Bool SwSetExpFieldType::QueryValue( uno::Any& rAny, sal_uInt16 nWhichId ) const in QueryValue() argument
652 rAny <<= nRet; in QueryValue()
656 rAny <<= OUString(GetDelimiter()); in QueryValue()
661 rAny <<= nRet; in QueryValue()
670 sal_Bool SwSetExpFieldType::PutValue( const uno::Any& rAny, sal_uInt16 nWhichId ) in PutValue() argument
676 sal_Int32 nSet = lcl_APIToSubType(rAny); in PutValue()
684 if( ::GetString( rAny, sTmp ).Len() ) in PutValue()
694 rAny >>= nLvl; in PutValue()
877 void SwSetExpField::SetValue( const double& rAny ) in SetValue() argument
879 SwValueField::SetValue(rAny); in SetValue()
884 sExpand = ((SwValueFieldType*)GetTyp())->ExpandValue( rAny, in SetValue()
888 void SwGetExpField::SetValue( const double& rAny ) in SetValue() argument
890 SwValueField::SetValue(rAny); in SetValue()
891 sExpand = ((SwValueFieldType*)GetTyp())->ExpandValue( rAny, GetFormat(), in SetValue()
980 sal_Bool SwSetExpField::PutValue( const uno::Any& rAny, sal_uInt16 nWhichId ) in PutValue() argument
988 if(*(sal_Bool*)rAny.getValue()) in PutValue()
994 rAny >>= nTmp32; in PutValue()
999 rAny >>= nTmp16; in PutValue()
1009 rAny >>= nTmp16; in PutValue()
1014 ::GetString( rAny, sTmp ), nsSwGetPoolIdFromName::GET_POOLID_TXTCOLL ) ); in PutValue()
1019 rAny >>= uTmp; in PutValue()
1030 rAny >>= fVal; in PutValue()
1035 nTmp32 = lcl_APIToSubType(rAny); in PutValue()
1040 ::GetString( rAny, aPText ); in PutValue()
1043 if(*(sal_Bool*) rAny.getValue()) in PutValue()
1049 SetInputFlag(*(sal_Bool*) rAny.getValue()); in PutValue()
1052 ChgExpStr( ::GetString( rAny, sTmp )); in PutValue()
1055 return SwField::PutValue(rAny, nWhichId); in PutValue()
1061 sal_Bool SwSetExpField::QueryValue( uno::Any& rAny, sal_uInt16 nWhichId ) const in QueryValue() argument
1068 rAny.setValue(&bVal, ::getBooleanCppuType()); in QueryValue()
1072 rAny <<= (sal_Int32)GetFormat(); in QueryValue()
1075 rAny <<= (sal_Int16)GetFormat(); in QueryValue()
1078 rAny <<= (sal_Int16)nSeqNo; in QueryValue()
1081rAny <<= OUString ( SwStyleNameMapper::GetProgName(GetPar1(), nsSwGetPoolIdFromName::GET_POOLID_TX… in QueryValue()
1089 rAny <<= OUString( sMyFormula ); in QueryValue()
1093 rAny <<= (double)GetValue(); in QueryValue()
1099 rAny <<= nRet; in QueryValue()
1103 rAny <<= OUString( aPText ); in QueryValue()
1108 rAny.setValue(&bTmp, ::getBooleanCppuType()); in QueryValue()
1114 rAny.setValue(&bTmp, ::getBooleanCppuType()); in QueryValue()
1118 rAny <<= rtl::OUString(GetExpStr()); in QueryValue()
1121 return SwField::QueryValue(rAny, nWhichId); in QueryValue()
1290 sal_Bool SwInputField::QueryValue( uno::Any& rAny, sal_uInt16 nWhichId ) const in QueryValue() argument
1295 rAny <<= OUString( getContent() ); in QueryValue()
1298 rAny <<= OUString( aPText ); in QueryValue()
1301 rAny <<= OUString( aHelp ); in QueryValue()
1304 rAny <<= OUString( aToolTip ); in QueryValue()
1312 sal_Bool SwInputField::PutValue( const uno::Any& rAny, sal_uInt16 nWhichId ) in PutValue() argument
1318 ::GetString( rAny, aContent ); in PutValue()
1322 ::GetString( rAny, aPText ); in PutValue()
1325 ::GetString( rAny, aHelp ); in PutValue()
1328 ::GetString( rAny, aToolTip ); in PutValue()