Searched refs:GetInt16FromAny (Results 1 – 5 of 5) sorted by relevance
167 …i( SC_UNO_SRCHSIMADD )) pSearchItem->SetLEVLonger( ScUnoHelpFunctions::GetInt16FromAny( aValue ) ); in setPropertyValue()168 …ii( SC_UNO_SRCHSIMEX )) pSearchItem->SetLEVOther( ScUnoHelpFunctions::GetInt16FromAny( aValue ) ); in setPropertyValue()169 …( SC_UNO_SRCHSIMREM )) pSearchItem->SetLEVShorter( ScUnoHelpFunctions::GetInt16FromAny( aValue ) ); in setPropertyValue()170 …ii( SC_UNO_SRCHTYPE )) pSearchItem->SetCellType( ScUnoHelpFunctions::GetInt16FromAny( aValue ) ); in setPropertyValue()
479 aAppOpt.SetLinkMode( (ScLkUpdMode) ScUnoHelpFunctions::GetInt16FromAny( aValue ) ); in setPropertyValue()514 aAppOpt.SetAppMetric( (FieldUnit) ScUnoHelpFunctions::GetInt16FromAny( aValue ) ); in setPropertyValue()519 aInpOpt.SetMoveDir( ScUnoHelpFunctions::GetInt16FromAny( aValue ) ); in setPropertyValue()524 short nVal = ScUnoHelpFunctions::GetInt16FromAny( aValue ); in setPropertyValue()545 aAppOpt.SetStatusFunc( ScUnoHelpFunctions::GetInt16FromAny( aValue ) ); in setPropertyValue()
171 pDoc->SetLinkMode( static_cast<ScLkUpdMode> ( ScUnoHelpFunctions::GetInt16FromAny( aValue ) ) ); in setPropertyValue()242 sal_Int16 nUno = ScUnoHelpFunctions::GetInt16FromAny( aValue ); in setPropertyValue()
165 sal_Int16 ScUnoHelpFunctions::GetInt16FromAny( const uno::Any& aAny ) in GetInt16FromAny() function in ScUnoHelpFunctions
286 static sal_Int16 GetInt16FromAny( const com::sun::star::uno::Any& aAny );
Completed in 53 milliseconds