Lines Matching refs:rAny

90 sal_Int32 lcl_APIToSubType(const uno::Any& rAny)  in lcl_APIToSubType()  argument
93 rAny >>= nVal; in lcl_APIToSubType()
423 sal_Bool SwGetExpField::QueryValue( uno::Any& rAny, sal_uInt16 nWhichId ) const in QueryValue() argument
428 rAny <<= GetValue(); in QueryValue()
431 rAny <<= (sal_Int32)GetFormat(); in QueryValue()
434 rAny <<= (sal_Int16)nSubType; in QueryValue()
437 rAny <<= OUString( GetFormula() ); in QueryValue()
442 rAny <<= nRet; in QueryValue()
448 rAny.setValue(&bTmp, ::getBooleanCppuType()); in QueryValue()
452 rAny <<= rtl::OUString(GetExpStr()); in QueryValue()
455 return SwField::QueryValue(rAny, nWhichId); in QueryValue()
460 sal_Bool SwGetExpField::PutValue( const uno::Any& rAny, sal_uInt16 nWhichId ) in PutValue() argument
467 SwValueField::SetValue(*(double*) rAny.getValue()); in PutValue()
470 rAny >>= nTmp; in PutValue()
474 rAny >>= nTmp; in PutValue()
478 SetFormula( ::GetString( rAny, sTmp )); in PutValue()
481 nTmp = lcl_APIToSubType(rAny); in PutValue()
486 if(*(sal_Bool*) rAny.getValue()) in PutValue()
492 ChgExpStr(::GetString( rAny, sTmp )); in PutValue()
495 return SwField::PutValue(rAny, nWhichId); in PutValue()
643 sal_Bool SwSetExpFieldType::QueryValue( uno::Any& rAny, sal_uInt16 nWhichId ) const in QueryValue() argument
650 rAny <<= nRet; in QueryValue()
654 rAny <<= OUString(GetDelimiter()); in QueryValue()
659 rAny <<= nRet; in QueryValue()
668 sal_Bool SwSetExpFieldType::PutValue( const uno::Any& rAny, sal_uInt16 nWhichId ) in PutValue() argument
674 sal_Int32 nSet = lcl_APIToSubType(rAny); in PutValue()
682 if( ::GetString( rAny, sTmp ).Len() ) in PutValue()
692 rAny >>= nLvl; in PutValue()
875 void SwSetExpField::SetValue( const double& rAny ) in SetValue() argument
877 SwValueField::SetValue(rAny); in SetValue()
882 sExpand = ((SwValueFieldType*)GetTyp())->ExpandValue( rAny, in SetValue()
886 void SwGetExpField::SetValue( const double& rAny ) in SetValue() argument
888 SwValueField::SetValue(rAny); in SetValue()
889 sExpand = ((SwValueFieldType*)GetTyp())->ExpandValue( rAny, GetFormat(), in SetValue()
978 sal_Bool SwSetExpField::PutValue( const uno::Any& rAny, sal_uInt16 nWhichId ) in PutValue() argument
986 if(*(sal_Bool*)rAny.getValue()) in PutValue()
992 rAny >>= nTmp32; in PutValue()
997 rAny >>= nTmp16; in PutValue()
1007 rAny >>= nTmp16; in PutValue()
1012 … ::GetString( rAny, sTmp ), nsSwGetPoolIdFromName::GET_POOLID_TXTCOLL ) ); in PutValue()
1017 rAny >>= uTmp; in PutValue()
1028 rAny >>= fVal; in PutValue()
1033 nTmp32 = lcl_APIToSubType(rAny); in PutValue()
1038 ::GetString( rAny, aPText ); in PutValue()
1041 if(*(sal_Bool*) rAny.getValue()) in PutValue()
1047 SetInputFlag(*(sal_Bool*) rAny.getValue()); in PutValue()
1050 ChgExpStr( ::GetString( rAny, sTmp )); in PutValue()
1053 return SwField::PutValue(rAny, nWhichId); in PutValue()
1059 sal_Bool SwSetExpField::QueryValue( uno::Any& rAny, sal_uInt16 nWhichId ) const in QueryValue() argument
1066 rAny.setValue(&bVal, ::getBooleanCppuType()); in QueryValue()
1070 rAny <<= (sal_Int32)GetFormat(); in QueryValue()
1073 rAny <<= (sal_Int16)GetFormat(); in QueryValue()
1076 rAny <<= (sal_Int16)nSeqNo; in QueryValue()
1079rAny <<= OUString ( SwStyleNameMapper::GetProgName(GetPar1(), nsSwGetPoolIdFromName::GET_POOLID_TX… in QueryValue()
1087 rAny <<= OUString( sMyFormula ); in QueryValue()
1091 rAny <<= (double)GetValue(); in QueryValue()
1097 rAny <<= nRet; in QueryValue()
1101 rAny <<= OUString( aPText ); in QueryValue()
1106 rAny.setValue(&bTmp, ::getBooleanCppuType()); in QueryValue()
1112 rAny.setValue(&bTmp, ::getBooleanCppuType()); in QueryValue()
1116 rAny <<= rtl::OUString(GetExpStr()); in QueryValue()
1119 return SwField::QueryValue(rAny, nWhichId); in QueryValue()
1288 sal_Bool SwInputField::QueryValue( uno::Any& rAny, sal_uInt16 nWhichId ) const in QueryValue() argument
1293 rAny <<= OUString( getContent() ); in QueryValue()
1296 rAny <<= OUString( aPText ); in QueryValue()
1299 rAny <<= OUString( aHelp ); in QueryValue()
1302 rAny <<= OUString( aToolTip ); in QueryValue()
1310 sal_Bool SwInputField::PutValue( const uno::Any& rAny, sal_uInt16 nWhichId ) in PutValue() argument
1316 ::GetString( rAny, aContent ); in PutValue()
1320 ::GetString( rAny, aPText ); in PutValue()
1323 ::GetString( rAny, aHelp ); in PutValue()
1326 ::GetString( rAny, aToolTip ); in PutValue()