Home
last modified time | relevance | path

Searched refs:extractIntFromAny (Results 1 – 3 of 3) sorted by relevance

/trunk/main/vbahelper/inc/vbahelper/
H A Dvbahelper.hxx96 …VBAHELPER_DLLPUBLIC sal_Int32 extractIntFromAny( const css::uno::Any& rAny ) throw (css::uno::Runt…
99 …VBAHELPER_DLLPUBLIC sal_Int32 extractIntFromAny( const css::uno::Any& rAny, sal_Int32 nDefault ) t…
/trunk/main/vbahelper/source/vbahelper/
H A Dvbahelper.cxx627 sal_Int32 extractIntFromAny( const uno::Any& rAny ) throw (uno::RuntimeException) in extractIntFromAny() function
644 sal_Int32 extractIntFromAny( const uno::Any& rAny, sal_Int32 nDefault ) throw (uno::RuntimeExceptio… in extractIntFromAny() function
646 return rAny.hasValue() ? extractIntFromAny( rAny ) : nDefault; in extractIntFromAny()
H A Dcollectionbase.cxx316 return getItemByIndex( extractIntFromAny( rIndex ) ); in getAnyItemOrThis()

Completed in 29 milliseconds