Home
last modified time | relevance | path

Searched refs:lang (Results 1 – 25 of 4857) sorted by relevance

12345678910>>...195

/trunk/main/jurt/test/com/sun/star/uno/
H A DAnyConverter_Test.java26 import com.sun.star.lang.XTypeProvider;
77 throws com.sun.star.lang.IllegalArgumentException in test_toBoolean()
87 } catch (com.sun.star.lang.IllegalArgumentException ie) {} in test_toBoolean()
89 } catch (com.sun.star.lang.IllegalArgumentException ie) {} in test_toBoolean()
91 } catch (com.sun.star.lang.IllegalArgumentException ie) {} in test_toBoolean()
93 } catch (com.sun.star.lang.IllegalArgumentException ie) {} in test_toBoolean()
95 } catch (com.sun.star.lang.IllegalArgumentException ie) {} in test_toBoolean()
97 } catch (com.sun.star.lang.IllegalArgumentException ie) {} in test_toBoolean()
99 } catch (com.sun.star.lang.IllegalArgumentException ie) {} in test_toBoolean()
101 } catch (com.sun.star.lang.IllegalArgumentException ie) {} in test_toBoolean()
[all …]
/trunk/main/l10ntools/source/filter/utils/
H A DCache.java28 import java.lang.*;
79 public static final java.lang.String CMDVAL_FORMAT_60 = "6.0";
82 public static final java.lang.String CMDVAL_FORMAT_6Y = "6.Y";
85 public static final java.lang.String CMDVAL_FORMAT_INTERNAL = "internal";
88 public static final java.lang.String PROPNAME_DATA = "Data";
89 public static final java.lang.String PROPNAME_NAME = "Name";
90 public static final java.lang.String PROPNAME_UINAME = "UIName";
91 public static final java.lang.String PROPNAME_UINAMES = "UINames";
94 public static final java.lang.String PROPNAME_MEDIATYPE = "MediaType";
95 public static final java.lang.String PROPNAME_PREFERRED = "Preferred";
[all …]
H A DXMLHelper.java28 import java.lang.*;
47 public static final java.lang.String XMLTYPE_INTEGER = "xs:int";
50 public static final java.lang.String XMLTYPE_BOOLEAN = "xs:boolean";
53 public static final java.lang.String XMLTYPE_STRING = "xs:string";
56 public static final java.lang.String XMLTYPE_STRINGLIST = "oor:string-list";
59 public static final java.lang.String XMLATTRIB_OOR_NAME = "oor:name";
62 public static final java.lang.String XMLATTRIB_OOR_TYPE = "oor:type";
65 public static final java.lang.String XMLATTRIB_OOR_SEPARATOR = "oor:separator";
68 public static final java.lang.String XMLATTRIB_OOR_LOCALIZED = "oor:localized";
71 public static final java.lang.String XMLATTRIB_OOR_OP = "oor:op";
[all …]
H A DAnalyzeStartupLog.java29 import java.lang.*;
38 public java.lang.String sOperation;
47 public java.lang.String sStartMsg;
50 public java.lang.String sEndMsg;
56 public static void main(java.lang.String[] lCmdLine) in main()
63 java.lang.String sLogDir = aCmdLine.getString("logdir" ); in main()
64 java.lang.String sDataFile = aCmdLine.getString("datafile"); in main()
83 java.lang.StringBuffer sOut = new java.lang.StringBuffer(1000); in main()
139 java.lang.String sLine = aBuffer.readLine(); in main()
144 t_cfg_start = new java.lang.Long(sLine.substring(0, 6)).longValue(); in main()
[all …]
H A DConfigHelper.java29 import java.lang.*;
73 public ConfigHelper(java.lang.String sPropFile , in ConfigHelper()
74 java.lang.String[] lCommandLineArgs) in ConfigHelper()
75 throws java.lang.Exception in ConfigHelper()
87 java.lang.ClassLoader aLoader = getClass().getClassLoader(); in ConfigHelper()
107 java.lang.String sArg = lCommandLineArgs[arg].substring(0,pos); in ConfigHelper()
108 java.lang.String sValue = lCommandLineArgs[arg].substring(pos+1); in ConfigHelper()
121 java.lang.String sArg = lCommandLineArgs[arg].substring(pos+1); in ConfigHelper()
122 setProperty(sArg, java.lang.String.valueOf(true)); in ConfigHelper()
167 public synchronized boolean getBoolean(java.lang.String sProp) in getBoolean()
[all …]
H A DFileHelper.java29 import java.lang.*;
59 public static java.lang.String getFileURLFromSystemPath(java.io.File aSystemPath) in getFileURLFromSystemPath()
73 java.lang.String sFileURL = null; in getFileURLFromSystemPath()
83 java.lang.StringBuffer sWorkBuffer = new java.lang.StringBuffer(sFileURL); in getFileURLFromSystemPath()
105 public static java.lang.String getFileURLFromSystemPath(java.lang.String sSystemPath) in getFileURLFromSystemPath()
136 public static java.lang.String getURLWithProtocolFromSystemPath(java.io.File aSystemPath, in getURLWithProtocolFromSystemPath()
138 java.lang.String sServerURL ) in getURLWithProtocolFromSystemPath()
143 java.lang.String sFileURL = FileHelper.getFileURLFromSystemPath(aSystemPath); in getURLWithProtocolFromSystemPath()
144 java.lang.String sBaseURL = FileHelper.getFileURLFromSystemPath(aBasePath ); in getURLWithProtocolFromSystemPath()
155 java.lang.String sURL = null; in getURLWithProtocolFromSystemPath()
[all …]
/trunk/main/filter/source/config/tools/split/
H A DFCFGSplit.java28 import java.lang.*;
49 private static final java.lang.String CMD_DEBUG = "debug" ;
52 private static final java.lang.String CMD_CONFIG = "config";
60 …private static final java.lang.String CFGKEY_XMLFILE = "xmlfile" …
61 …private static final java.lang.String CFGKEY_INFORMAT = "informat" …
62 …private static final java.lang.String CFGKEY_OUTFORMAT = "outformat" …
63 …private static final java.lang.String CFGKEY_INENCODING = "inencoding" …
64 …private static final java.lang.String CFGKEY_OUTENCODING = "outencoding" …
65 …private static final java.lang.String CFGKEY_OUTDIR = "outdir" …
66 …private static final java.lang.String CFGKEY_FRAGMENT_EXTENSION = "fragment_exte…
[all …]
/trunk/main/scp2/macros/
H A Dmacro.pl35 foreach $lang (split (/ /, $poorhelplocalizations_var)) {
36 $poorhelplocalizations{$lang}++;
76 foreach $lang (@completelangiso) {
77 print OUTFILE "\\\n\tident ($lang) = resid";
78 print OUTFILE "; " if ( $lang ne $completelangiso[$#completelangiso]);
86 foreach $lang (@completelangiso) {
87 next if ( $lang eq "en-US");
88 print OUTFILE "\\\n\tDosName ($lang) = \"$lang\"";
89 print OUTFILE "; " if ( $lang ne $completelangiso[$#completelangiso]);
113 foreach $lang (@completelangiso) {
[all …]
/trunk/main/canvas/source/tools/
H A Dverifyinput.cxx77 throw lang::IllegalArgumentException( in verifyInput()
86 throw lang::IllegalArgumentException( in verifyInput()
96 throw lang::IllegalArgumentException(); in verifyInput()
111 throw lang::IllegalArgumentException( in verifyInput()
120 throw lang::IllegalArgumentException( in verifyInput()
130 throw lang::IllegalArgumentException(); in verifyInput()
145 throw lang::IllegalArgumentException( in verifyInput()
154 throw lang::IllegalArgumentException( in verifyInput()
163 throw lang::IllegalArgumentException( in verifyInput()
172 throw lang::IllegalArgumentException( in verifyInput()
[all …]
/trunk/main/scaddins/source/analysis/
H A Danalysisadd.idl62 raises( com::sun::star::lang::IllegalArgumentException );
68 raises( com::sun::star::lang::IllegalArgumentException );
74 raises( com::sun::star::lang::IllegalArgumentException );
80 raises( com::sun::star::lang::IllegalArgumentException );
86 raises( com::sun::star::lang::IllegalArgumentException );
92 raises( com::sun::star::lang::IllegalArgumentException );
96 raises( com::sun::star::lang::IllegalArgumentException );
100 raises( com::sun::star::lang::IllegalArgumentException );
107 raises( com::sun::star::lang::IllegalArgumentException );
113 raises( com::sun::star::lang::IllegalArgumentException );
[all …]
/trunk/main/l10ntools/source/filter/merge/
H A DMerger.java27 import java.lang.*;
43 …private static final java.lang.String PROP_XMLVERSION = "xmlversion" ; // <= gl…
44 …private static final java.lang.String PROP_XMLENCODING = "xmlencoding" ; // <= gl…
45 …private static final java.lang.String PROP_XMLPATH = "xmlpath" ; // <= gl…
46 …private static final java.lang.String PROP_XMLPACKAGE = "xmlpackage" ; // <= gl…
48 …private static final java.lang.String PROP_SETNAME_TYPES = "setname_types" ; // <= gl…
49 …private static final java.lang.String PROP_SETNAME_FILTERS = "setname_filters" ; // <= gl…
50 …private static final java.lang.String PROP_SETNAME_LOADERS = "setname_frameloaders" ; // <= gl…
51 …private static final java.lang.String PROP_SETNAME_HANDLERS = "setname_contenthandlers" ; // <= gl…
53 …private static final java.lang.String PROP_SUBDIR_TYPES = "subdir_types" ; // <= gl…
[all …]
/trunk/main/wizards/com/sun/star/wizards/common/
H A DNumericalHelper.java82 catch (com.sun.star.lang.IllegalArgumentException e) in getType()
96 throws com.sun.star.lang.IllegalArgumentException in toByte()
131 catch (java.lang.NumberFormatException e) in toByte()
133 throw new com.sun.star.lang.IllegalArgumentException( in toByte()
141 throw new com.sun.star.lang.IllegalArgumentException( in toByte()
154 throws com.sun.star.lang.IllegalArgumentException in toChar()
196 catch (java.lang.NumberFormatException e) in toChar()
198 throw new com.sun.star.lang.IllegalArgumentException( in toChar()
206 throw new com.sun.star.lang.IllegalArgumentException( in toChar()
219 throws com.sun.star.lang.IllegalArgumentException in toShort()
[all …]
/trunk/main/toolkit/qa/unoapi/
H A Dknownissues.xcl163 toolkit.UnoControlContainerModel::com::sun::star::lang::XComponent
164 toolkit.UnoTreeModel::com::sun::star::lang::XComponent
165 toolkit.UnoControlTimeFieldModel::com::sun::star::lang::XComponent
166 toolkit.UnoControlDateField::com::sun::star::lang::XComponent
167 toolkit.UnoControlButtonModel::com::sun::star::lang::XComponent
168 toolkit.UnoControlPatternFieldModel::com::sun::star::lang::XComponent
169 toolkit.UnoSpinButtonControl::com::sun::star::lang::XComponent
170 toolkit.UnoControlDateFieldModel::com::sun::star::lang::XComponent
171 toolkit.UnoControlPatternField::com::sun::star::lang::XComponent
172 toolkit.UnoControlRadioButtonModel::com::sun::star::lang::XComponent
[all …]
/trunk/main/i18npool/inc/
H A Dlocaledata.hxx66 inline sal_Bool operator ==(const com::sun::star::lang::Locale& l1, const com::sun::star::lang::Loc… in operator ==()
73 com::sun::star::lang::XServiceInfo
80 …virtual LanguageCountryInfo SAL_CALL getLanguageCountryInfo( const com::sun::star::lang::Locale& r…
81 virtual LocaleDataItem SAL_CALL getLocaleItem( const com::sun::star::lang::Locale& rLocale );
82 …:uno::Sequence< Calendar > SAL_CALL getAllCalendars( const com::sun::star::lang::Locale& rLocale );
83 …uno::Sequence< Currency > SAL_CALL getAllCurrencies( const com::sun::star::lang::Locale& rLocale );
84 …o::Sequence< Currency2 > SAL_CALL getAllCurrencies2( const com::sun::star::lang::Locale& rLocale );
85 …o::Sequence< FormatElement > SAL_CALL getAllFormats( const com::sun::star::lang::Locale& rLocale );
86 …mplementation > SAL_CALL getCollatorImplementations( const com::sun::star::lang::Locale& rLocale );
87 …virtual rtl::OUString SAL_CALL getCollatorRuleByAlgorithm( const com::sun::star::lang::Locale& rLo…
[all …]
H A DbreakiteratorImpl.hxx49 com::sun::star::lang::XServiceInfo
53 …BreakIteratorImpl( const com::sun::star::uno::Reference < com::sun::star::lang::XMultiServiceFacto…
58 … const com::sun::star::lang::Locale& rLocale, sal_Int16 nCharacterIteratorMode, sal_Int32 nCount,
61 … const com::sun::star::lang::Locale& nLocale, sal_Int16 nCharacterIteratorMode, sal_Int32 nCount,
65 const com::sun::star::lang::Locale& nLocale, sal_Int16 WordType);
67 const com::sun::star::lang::Locale& nLocale, sal_Int16 WordType);
69 const com::sun::star::lang::Locale& nLocale, sal_Int16 WordType, sal_Bool bDirection );
72 const com::sun::star::lang::Locale& nLocale, sal_Int16 WordType );
74 const com::sun::star::lang::Locale& nLocale, sal_Int16 WordType );
76 const com::sun::star::lang::Locale& nLocale );
[all …]
/trunk/main/scripting/source/stringresource/
H A Dstringresource.hxx101 ::com::sun::star::lang::Locale m_locale;
108 LocaleItem( ::com::sun::star::lang::Locale locale, bool bLoaded=true ) in LocaleItem()
121 ::com::sun::star::lang::XServiceInfo,
128 ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiComponentFactory > m_xMCF;
153 ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiComponentFactory >
158 … LocaleItem* getItemForLocale( const ::com::sun::star::lang::Locale& locale, sal_Bool bException );
162 LocaleItem* getClosestMatchItemForLocale( const ::com::sun::star::lang::Locale& locale );
163 void implSetCurrentLocale( const ::com::sun::star::lang::Locale& locale,
200 const ::com::sun::star::lang::Locale& locale );
203 const ::com::sun::star::lang::Locale& locale );
[all …]
/trunk/main/ucb/source/ucp/hierarchy/
H A Dhierarchydatasource.cxx80 public lang::XServiceInfo,
81 public lang::XTypeProvider,
82 public lang::XComponent,
83 public lang::XSingleServiceFactory,
91 uno::Reference< lang::XComponent > m_xCfgC;
92 uno::Reference< lang::XSingleServiceFactory > m_xCfgSSF;
121 addEventListener( const uno::Reference< lang::XEventListener > & xListener );
124 lang::XEventListener > & aListener );
192 const uno::Reference< lang::XMultiServiceFactory > & rxServiceMgr ) in HierarchyDataSource()
212 lang::XTypeProvider,
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/accessibility/
H A D_XAccessibleTable.java124 } catch(com.sun.star.lang.IndexOutOfBoundsException e) { in _getAccessibleRowDescription()
135 } catch(com.sun.star.lang.IndexOutOfBoundsException e) { in _getAccessibleRowDescription()
146 } catch(com.sun.star.lang.IndexOutOfBoundsException e) { in _getAccessibleRowDescription()
176 } catch(com.sun.star.lang.IndexOutOfBoundsException e) { in _getAccessibleColumnDescription()
187 } catch(com.sun.star.lang.IndexOutOfBoundsException e) { in _getAccessibleColumnDescription()
198 } catch(com.sun.star.lang.IndexOutOfBoundsException e) { in _getAccessibleColumnDescription()
231 } catch(com.sun.star.lang.IndexOutOfBoundsException e) { in _getAccessibleRowExtentAt()
242 } catch(com.sun.star.lang.IndexOutOfBoundsException e) { in _getAccessibleRowExtentAt()
253 } catch(com.sun.star.lang.IndexOutOfBoundsException e) { in _getAccessibleRowExtentAt()
264 } catch(com.sun.star.lang.IndexOutOfBoundsException e) { in _getAccessibleRowExtentAt()
[all …]
H A D_XAccessibleText.java36 import com.sun.star.lang.XMultiServiceFactory;
147 } catch (com.sun.star.lang.IndexOutOfBoundsException ie) { in _getCaretPosition()
184 } catch (com.sun.star.lang.IndexOutOfBoundsException e) { in _setCaretPosition()
194 } catch (com.sun.star.lang.IndexOutOfBoundsException e) { in _setCaretPosition()
203 } catch (com.sun.star.lang.IndexOutOfBoundsException e) { in _setCaretPosition()
233 } catch (com.sun.star.lang.IndexOutOfBoundsException e) { in _getCharacter()
243 } catch (com.sun.star.lang.IndexOutOfBoundsException e) { in _getCharacter()
266 } catch (com.sun.star.lang.IndexOutOfBoundsException e) { in _getCharacter()
297 } catch (com.sun.star.lang.IndexOutOfBoundsException e) { in _getCharacterAttributes()
307 } catch (com.sun.star.lang.IndexOutOfBoundsException e) { in _getCharacterAttributes()
[all …]
/trunk/main/l10ntools/scripts/
H A Dlocalize.pl151 my $lang = defined $12 ? $12 : '';
159 … $string_hash_ooo { $lang }{ "$prj\t$file\t$type\t$gid\t$lid\t$helpid\t$platform\t$lang" } = $line;
163 … $string_hash_so{ $lang }{ "$prj\t$file\t$type\t$gid\t$lid\t$helpid\t$platform\t$lang" } = $line;
196 foreach my $lang( keys( %{ $string_hash } ) )
199 next , if( $lang eq "en-US" );
201 mkdir $l10n_file."/$lang";
203 my $current_l10n_file = $l10n_file."/$lang/localize.sdf";
215 my $lang = defined $12 ? $12 : '';
220 …if ( defined $string_hash->{ $lang }{ "$prj\t$file\t$type\t$gid\t$lid\t$helpid\t$platform\t$lang" …
223 …push @sdf_file , $string_hash->{ $lang }{ "$prj\t$file\t$type\t$gid\t$lid\t$helpid\t$platform\t$la…
[all …]
/trunk/main/toolkit/qa/complex/toolkit/accessibility/
H A D_XAccessibleText.java33 import com.sun.star.lang.XMultiServiceFactory;
118 } catch (com.sun.star.lang.IndexOutOfBoundsException ie) { in _getCaretPosition()
147 } catch(com.sun.star.lang.IndexOutOfBoundsException e) { in _setCaretPosition()
157 } catch(com.sun.star.lang.IndexOutOfBoundsException e) { in _setCaretPosition()
166 } catch(com.sun.star.lang.IndexOutOfBoundsException e) { in _setCaretPosition()
196 } catch(com.sun.star.lang.IndexOutOfBoundsException e) { in _getCharacter()
206 } catch(com.sun.star.lang.IndexOutOfBoundsException e) { in _getCharacter()
225 } catch(com.sun.star.lang.IndexOutOfBoundsException e) { in _getCharacter()
254 } catch(com.sun.star.lang.IndexOutOfBoundsException e) { in _getCharacterAttributes()
264 } catch(com.sun.star.lang.IndexOutOfBoundsException e) { in _getCharacterAttributes()
[all …]
/trunk/main/comphelper/inc/comphelper/
H A Dstoragehelper.hxx52 static ::com::sun::star::uno::Reference< ::com::sun::star::lang::XSingleServiceFactory >
54 … const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xSF
55 … = ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >() );
57 static ::com::sun::star::uno::Reference< ::com::sun::star::lang::XSingleServiceFactory >
59 … const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xSF
60 … = ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >() );
64 … const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xFactory
65 … = ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >() );
72 … const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xFactory
73 … = ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >() );
[all …]
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/comp/beans/
H A DOOoBean.java64 private transient com.sun.star.lang.XMultiServiceFactory xServiceFactory;
176 catch ( java.lang.Throwable aExc ) in setOOoConnection()
289 public synchronized com.sun.star.lang.XMultiServiceFactory getMultiServiceFactory() in getMultiServiceFactory()
300 com.sun.star.lang.XMultiComponentFactory aFactory = in getMultiServiceFactory()
302 xServiceFactory = (com.sun.star.lang.XMultiServiceFactory) in getMultiServiceFactory()
304 com.sun.star.lang.XMultiServiceFactory.class, aFactory ); in getMultiServiceFactory()
309 catch ( java.lang.InterruptedException aExc ) in getMultiServiceFactory()
422 com.sun.star.lang.XComponent xComp = (com.sun.star.lang.XComponent) in clear()
424 com.sun.star.lang.XComponent.class, xURLTransformer ); in clear()
428 catch ( java.lang.Throwable aExc ) in clear()
[all …]
/trunk/main/svl/source/fsstor/
H A Dfsstorage.cxx109 uno::Reference< lang::XMultiServiceFactory > m_xFactory;
112 …FSStorage_Impl( const ::rtl::OUString& aURL, sal_Int32 nMode, uno::Reference< lang::XMultiServiceF… in FSStorage_Impl()
123 …FSStorage_Impl( const ::ucbhelper::Content& aContent, sal_Int32 nMode, uno::Reference< lang::XMult… in FSStorage_Impl()
157 uno::Reference< lang::XMultiServiceFactory > xFactory ) in FSStorage()
319 , static_cast<lang::XTypeProvider*> ( this ) in queryInterface()
324 , static_cast<lang::XComponent*> ( this ) in queryInterface()
359 … ( ::getCppuType( ( const uno::Reference< lang::XTypeProvider >* )NULL ) in getTypes()
399 throw lang::DisposedException(); in copyToStorage()
402 throw lang::IllegalArgumentException(); // TODO: in copyToStorage()
415 catch( lang::IllegalArgumentException& ) in copyToStorage()
[all …]
/trunk/main/forms/qa/integration/forms/
H A DFormControlTest.java32 import com.sun.star.lang.EventObject;
33 import com.sun.star.lang.XMultiServiceFactory;
95 public void before() throws com.sun.star.uno.Exception, java.lang.Exception in before()
112 public void checkFirstRow() throws com.sun.star.uno.Exception, java.lang.Exception in checkFirstRow()
136 public void checkInsertRow() throws com.sun.star.uno.Exception, java.lang.Exception in checkInsertRow()
152 public void checkImageControl() throws com.sun.star.uno.Exception, java.lang.Exception in checkImageControl()
222 public void checkCrossUpdates_checkBox() throws com.sun.star.uno.Exception, java.lang.Exception in checkCrossUpdates_checkBox()
297 … public void checkCrossUpdates_radioButton() throws com.sun.star.uno.Exception, java.lang.Exception in checkCrossUpdates_radioButton()
368 public void checkRowUpdates() throws com.sun.star.uno.Exception, java.lang.Exception in checkRowUpdates()
432 public void checkEmptyIsNull() throws com.sun.star.uno.Exception, java.lang.Exception in checkEmptyIsNull()
[all …]

12345678910>>...195