/aoo42x/main/wizards/com/sun/star/wizards/common/ |
H A D | NumberFormatter.java | 59 …iceFactory _xMSF, XNumberFormatsSupplier _xNumberFormatsSupplier, Locale _aLocale) throws Exception in NumberFormatter() argument 61 aLocale = _aLocale; in NumberFormatter() 71 …public NumberFormatter(XNumberFormatsSupplier _xNumberFormatsSupplier, Locale _aLocale) throws Exc… in NumberFormatter() argument 73 aLocale = _aLocale; in NumberFormatter() 171 public int defineNumberFormat(String _FormatString, Locale _aLocale) in defineNumberFormat() argument 175 int NewFormatKey = xNumberFormats.queryKey(_FormatString, _aLocale, true); in defineNumberFormat() 178 NewFormatKey = xNumberFormats.addNew(_FormatString, _aLocale); in defineNumberFormat()
|
H A D | Desktop.java | 226 …tic int checkforfirstSpecialCharacter(XMultiServiceFactory _xMSF, String _sString, Locale _aLocale) in checkforfirstSpecialCharacter() argument 233 …rClassification.parsePredefinedToken(KParseType.IDENTNAME, _sString, 0, _aLocale, nStartFlags, Pro… in checkforfirstSpecialCharacter() 243 …public static String removeSpecialCharacters(XMultiServiceFactory _xMSF, Locale _aLocale, String _… in removeSpecialCharacters() argument 249 i = Desktop.checkforfirstSpecialCharacter(_xMSF, snewname, _aLocale); in removeSpecialCharacters()
|
H A D | Configuration.java | 422 …public static XNameAccess getChildNodebyDisplayName(XMultiServiceFactory _xMSF, Locale _aLocale, X… in getChildNodebyDisplayName() argument 436 curdisplayname = Desktop.removeSpecialCharacters(_xMSF, _aLocale, curdisplayname); in getChildNodebyDisplayName()
|
/aoo42x/main/wizards/com/sun/star/wizards/table/ |
H A D | FieldDescription.java | 54 …public FieldDescription(XMultiServiceFactory _xMSF, Locale _aLocale, ScenarioSelector _curscenario… in FieldDescription() argument 57 aLocale = _aLocale; in FieldDescription()
|
/aoo42x/main/wizards/com/sun/star/wizards/db/ |
H A D | RecordParser.java | 60 …public RecordParser(XMultiServiceFactory _xMSF, Locale _aLocale, NumberFormatter _oNumberFormatter) in RecordParser() argument 62 super(_xMSF, _aLocale, _oNumberFormatter); in RecordParser()
|
H A D | CommandMetaData.java | 80 …public CommandMetaData(XMultiServiceFactory xMSF, Locale _aLocale, NumberFormatter oNumberFormatte… in CommandMetaData() argument 82 super(xMSF, _aLocale, oNumberFormatter); in CommandMetaData()
|
H A D | DBMetaData.java | 163 public DBMetaData(XMultiServiceFactory xMSF, Locale _aLocale, NumberFormatter _oNumberFormatter) in DBMetaData() argument 166 aLocale = _aLocale; in DBMetaData()
|
/aoo42x/main/i18npool/inc/ |
H A D | breakiteratorImpl.hxx | 123 …nst com::sun::star::lang::Locale& _aLocale, com::sun::star::uno::Reference < XBreakIterator >& _xB… in lookupTableItem()
|
/aoo42x/main/sc/source/ui/vba/ |
H A D | vbaformat.cxx | 400 ScVbaFormat<Ifc1>::setNumberFormat( lang::Locale _aLocale, const rtl::OUString& _sFormatString) thr… in setNumberFormat() argument 405 sal_Int32 nFormat = xNumberFormats->queryKey(_sFormatString, _aLocale , sal_True); in setNumberFormat() 408 xNumberFormats->addNew(_sFormatString, _aLocale); in setNumberFormat()
|
H A D | vbaformat.hxx | 59 …void setNumberFormat( css::lang::Locale _aLocale, const rtl::OUString& _sFormatString) throw( css:…
|
/aoo42x/main/connectivity/source/inc/flat/ |
H A D | ETable.hxx | 64 void fillColumns(const ::com::sun::star::lang::Locale& _aLocale);
|
/aoo42x/main/connectivity/source/drivers/flat/ |
H A D | ETable.cxx | 68 void OFlatTable::fillColumns(const ::com::sun::star::lang::Locale& _aLocale) in fillColumns() argument 117 CharClass aCharClass(pConnection->getDriver()->getFactory(),_aLocale); in fillColumns()
|