Searched refs:getLanguageID (Results 1 – 6 of 6) sorted by relevance
52 sal_Int32 SwVbaStyle::getLanguageID( const uno::Reference< beans::XPropertySet >& xTCProps ) throw … in getLanguageID() function in SwVbaStyle65 ::sal_Int32 SAL_CALL SwVbaStyle::getLanguageID() throw (uno::RuntimeException) in getLanguageID() function in SwVbaStyle67 return getLanguageID( mxStyleProps ); in getLanguageID()
47 …static sal_Int32 getLanguageID( const css::uno::Reference< css::beans::XPropertySet >& xTCProps ) …53 virtual ::sal_Int32 SAL_CALL getLanguageID( ) throw (css::uno::RuntimeException);
266 ::sal_Int32 SAL_CALL SwVbaRange::getLanguageID() throw (uno::RuntimeException) in getLanguageID() function in SwVbaRange269 return SwVbaStyle::getLanguageID( xParaProps ); in getLanguageID()
513 ::sal_Int32 SAL_CALL SwVbaSelection::getLanguageID() throw (uno::RuntimeException) in getLanguageID() function in SwVbaSelection515 return getRange()->getLanguageID(); in getLanguageID()
76 virtual ::sal_Int32 SAL_CALL getLanguageID() throw (css::uno::RuntimeException);
84 virtual ::sal_Int32 SAL_CALL getLanguageID( ) throw (css::uno::RuntimeException);
Completed in 40 milliseconds