Home
last modified time | relevance | path

Searched refs:getUnoStructValue (Results 1 – 7 of 7) sorted by relevance

/AOO42X/main/wizards/com/sun/star/wizards/text/
H A DTextDocument.java219 CharLocale = (Locale) Helper.getUnoStructValue((Object) xComponent, "CharLocale"); in TextDocument()
230 CharLocale = (Locale) Helper.getUnoStructValue((Object) xComponent, "CharLocale"); in init()
330 CharLocale = (Locale) Helper.getUnoStructValue((Object) xComponent, "CharLocale"); in TextDocument()
H A DTextTableHandler.java71 aCharLocale = (Locale) Helper.getUnoStructValue((Object) xTextDocument, "CharLocale"); in TextTableHandler()
220 …BreakType BreakValue = (BreakType) com.sun.star.wizards.common.Helper.getUnoStructValue(oTextTable… in resetBreakTypeofTextTable()
/AOO42X/main/wizards/com/sun/star/wizards/common/
H A DHelper.java233 public static Object getUnoStructValue(Object oUnoObject, String PropertyName) in getUnoStructValue() method in Helper
321 Locale l = (Locale) Helper.getUnoStructValue(defaults, "CharLocale"); in DateUtils()
H A DNumberFormatter.java227 …com.sun.star.util.Date dNullDate = (com.sun.star.util.Date) Helper.getUnoStructValue(this.xNumberF… in getNullDateCorrection()
H A DFileAccess.java303 Locale aLocale = (Locale) Helper.getUnoStructValue(defaults, "CharLocale"); in checkIfLanguagePathExists()
/AOO42X/main/wizards/com/sun/star/wizards/report/
H A DReportTextDocument.java267 …com.sun.star.awt.Size oLocSize = (com.sun.star.awt.Size) Helper.getUnoStructValue(ReportPageStyle,… in changePageOrientation()
/AOO42X/main/wizards/com/sun/star/wizards/agenda/
H A DAgendaTemplate.java441 Locale l = (Locale) Helper.getUnoStructValue(defaults, "CharLocale"); in initialize()