Home
last modified time | relevance | path

Searched refs:getLanguageID (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sw/source/ui/vba/
H A Dvbastyle.cxx52 sal_Int32 SwVbaStyle::getLanguageID( const uno::Reference< beans::XPropertySet >& xTCProps ) throw … in getLanguageID() function in SwVbaStyle
65 ::sal_Int32 SAL_CALL SwVbaStyle::getLanguageID() throw (uno::RuntimeException) in getLanguageID() function in SwVbaStyle
67 return getLanguageID( mxStyleProps ); in getLanguageID()
H A Dvbastyle.hxx47 …static sal_Int32 getLanguageID( const css::uno::Reference< css::beans::XPropertySet >& xTCProps ) …
53 virtual ::sal_Int32 SAL_CALL getLanguageID( ) throw (css::uno::RuntimeException);
H A Dvbarange.cxx266 ::sal_Int32 SAL_CALL SwVbaRange::getLanguageID() throw (uno::RuntimeException) in getLanguageID() function in SwVbaRange
269 return SwVbaStyle::getLanguageID( xParaProps ); in getLanguageID()
H A Dvbaselection.cxx513 ::sal_Int32 SAL_CALL SwVbaSelection::getLanguageID() throw (uno::RuntimeException) in getLanguageID() function in SwVbaSelection
515 return getRange()->getLanguageID(); in getLanguageID()
H A Dvbarange.hxx76 virtual ::sal_Int32 SAL_CALL getLanguageID() throw (css::uno::RuntimeException);
H A Dvbaselection.hxx84 virtual ::sal_Int32 SAL_CALL getLanguageID( ) throw (css::uno::RuntimeException);

Completed in 29 milliseconds