Home
last modified time | relevance | path

Searched refs:GetInt32FromAny (Results 1 – 4 of 4) sorted by relevance

/aoo41x/main/sc/source/ui/unoobj/
H A Dconfuno.cxx299 …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()
H A Dmiscuno.cxx174 sal_Int32 ScUnoHelpFunctions::GetInt32FromAny( const uno::Any& aAny ) in GetInt32FromAny() function in ScUnoHelpFunctions
/aoo41x/main/sc/inc/
H A Dmiscuno.hxx287 static sal_Int32 GetInt32FromAny( const com::sun::star::uno::Any& aAny );
/aoo41x/main/sc/source/ui/view/
H A Dviewdata.cxx2927 …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 48 milliseconds