Home
last modified time | relevance | path

Searched refs:xLoc (Results 1 – 5 of 5) sorted by relevance

/trunk/main/odk/examples/DevelopersGuide/Database/
H A DOpenQuery.java110 com.sun.star.sdbc.XColumnLocate xLoc = (com.sun.star.sdbc.XColumnLocate) in openQuery() local
120 String ident = xRow.getString(xLoc.findColumn("IDENTIFIER")); in openQuery()
121 String author = xRow.getString(xLoc.findColumn("AUTHOR")); in openQuery()
139 xRowUpdate.updateString(xLoc.findColumn("IDENTIFIER"), "GOF95"); in openQuery()
140 xRowUpdate.updateString(xLoc.findColumn("AUTHOR"), "Gamma, Helm, Johnson, Vlissides"); in openQuery()
/trunk/main/unotools/source/i18n/
H A Dlocaledatawrapper.cxx427 ::com::sun::star::uno::Sequence< ::com::sun::star::lang::Locale > xLoc = in getInstalledLanguageTypes()
429 sal_Int32 nCount = xLoc.getLength(); in getInstalledLanguageTypes()
437 aDebugLocale = xLoc[i].Language; in getInstalledLanguageTypes()
438 if ( xLoc[i].Country.getLength() ) in getInstalledLanguageTypes()
441 aDebugLocale += String( xLoc[i].Country); in getInstalledLanguageTypes()
442 if ( xLoc[i].Variant.getLength() ) in getInstalledLanguageTypes()
445 aDebugLocale += String( xLoc[i].Variant); in getInstalledLanguageTypes()
450 if ( xLoc[i].Variant.getLength() ) in getInstalledLanguageTypes()
461 LanguageType eLang = MsLangId::convertLocaleToLanguage( xLoc[i] ); in getInstalledLanguageTypes()
484 if ( xLoc[i].Language != aLanguage || in getInstalledLanguageTypes()
[all …]
/trunk/main/sax/source/fastparser/
H A Dfastparser.cxx468 Reference< XLocator > xLoc( mxDocumentLocator.get() ); in parseStream() local
469 entity.mxDocumentHandler->setDocumentLocator( xLoc ); in parseStream()
/trunk/main/sc/source/core/tool/
H A Daddincol.cxx1075 uno::Reference<lang::XLocalizable> xLoc( xInterface, uno::UNO_QUERY ); in UpdateFromAddIn() local
1076 if ( xLoc.is() ) // optional in new add-ins in UpdateFromAddIn()
1080 xLoc->setLocale( aLocale ); in UpdateFromAddIn()
/trunk/main/svl/source/numbers/
H A Dzforlist.cxx3607 ::com::sun::star::uno::Sequence< ::com::sun::star::lang::Locale > xLoc = in ImpInitCurrencyTable()
3609 sal_Int32 nLocaleCount = xLoc.getLength(); in ImpInitCurrencyTable()
3611 Locale const * const pLocales = xLoc.getConstArray(); in ImpInitCurrencyTable()

Completed in 72 milliseconds