Searched refs:GetInt32FromAny (Results 1 – 4 of 4) sorted by relevance
299 …aGridOpt.SetFldDrawX( static_cast <sal_uInt32> ( ScUnoHelpFunctions::GetInt32FromAny( aValue ) ) ); in setPropertyValue()301 …aGridOpt.SetFldDrawY( static_cast <sal_uInt32> ( ScUnoHelpFunctions::GetInt32FromAny( aValue ) ) ); in setPropertyValue()303 …aGridOpt.SetFldDivisionX( static_cast <sal_uInt32> ( ScUnoHelpFunctions::GetInt32FromAny( aValue )… in setPropertyValue()305 …aGridOpt.SetFldDivisionY( static_cast <sal_uInt32> ( ScUnoHelpFunctions::GetInt32FromAny( aValue )… in setPropertyValue()
174 sal_Int32 ScUnoHelpFunctions::GetInt32FromAny( const uno::Any& aAny ) in GetInt32FromAny() function in ScUnoHelpFunctions
287 static sal_Int32 GetInt32FromAny( const com::sun::star::uno::Any& aAny );
2927 …aGridOpt.SetFldDrawX( static_cast <sal_uInt32> ( ScUnoHelpFunctions::GetInt32FromAny( rSettings[i]… in ReadUserDataSequence()2929 …aGridOpt.SetFldDrawY( static_cast <sal_uInt32> ( ScUnoHelpFunctions::GetInt32FromAny( rSettings[i]… in ReadUserDataSequence()2931 …aGridOpt.SetFldDivisionX( static_cast <sal_uInt32> ( ScUnoHelpFunctions::GetInt32FromAny( rSetting… in ReadUserDataSequence()2933 …aGridOpt.SetFldDivisionY( static_cast <sal_uInt32> ( ScUnoHelpFunctions::GetInt32FromAny( rSetting… in ReadUserDataSequence()
Completed in 35 milliseconds