Home
last modified time | relevance | path

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

12345678910>>...225

/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/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;
151 throw (::com::sun::star::lang::NoSupportException);
154 ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiComponentFactory >
159 … LocaleItem* getItemForLocale( const ::com::sun::star::lang::Locale& locale, sal_Bool bException )
160 throw (::com::sun::star::lang::IllegalArgumentException);
164 LocaleItem* getClosestMatchItemForLocale( const ::com::sun::star::lang::Locale& locale );
165 void implSetCurrentLocale( const ::com::sun::star::lang::Locale& locale,
[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/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;
122 addEventListener( const uno::Reference< lang::XEventListener > & xListener )
126 lang::XEventListener > & aListener )
148 throw ( lang::IllegalArgumentException,
150 lang::WrappedTargetException,
[all …]
/trunk/main/i18npool/inc/
H A Dtextconversion.hxx42 com::sun::star::lang::XServiceInfo
51 const ::com::sun::star::lang::Locale& aLocale, sal_Int16 nTextConversionType,
54 com::sun::star::lang::IllegalArgumentException,
55 com::sun::star::lang::NoSupportException ) = 0;
58 const ::com::sun::star::lang::Locale& aLocale, sal_Int16 nTextConversionType,
61 com::sun::star::lang::IllegalArgumentException,
62 com::sun::star::lang::NoSupportException ) = 0;
65 const ::com::sun::star::lang::Locale& aLocale, sal_Int16 nTextConversionType,
68 com::sun::star::lang::IllegalArgumentException,
69 com::sun::star::lang::NoSupportException ) = 0;
[all …]
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 ) throw…
82 …uno::Sequence< Calendar > SAL_CALL getAllCalendars( const com::sun::star::lang::Locale& rLocale ) …
83 …no::Sequence< Currency > SAL_CALL getAllCurrencies( const com::sun::star::lang::Locale& rLocale ) …
84 …::Sequence< Currency2 > SAL_CALL getAllCurrencies2( const com::sun::star::lang::Locale& rLocale ) …
85 …::Sequence< FormatElement > SAL_CALL getAllFormats( const com::sun::star::lang::Locale& rLocale ) …
86 …plementation > 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 …]
/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/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()
320 , static_cast<lang::XTypeProvider*> ( this ) in queryInterface()
325 , static_cast<lang::XComponent*> ( this ) in queryInterface()
361 … ( ::getCppuType( ( const uno::Reference< lang::XTypeProvider >* )NULL ) in getTypes()
400 lang::IllegalArgumentException, in copyToStorage()
407 throw lang::DisposedException(); in copyToStorage()
410 throw lang::IllegalArgumentException(); // TODO: in copyToStorage()
[all …]
/trunk/main/svx/source/unodraw/
H A Dgluepts.cxx55 …_Int32 SAL_CALL insert( const uno::Any& aElement ) throw (lang::IllegalArgumentException, lang::Wr…
56 …ntifier( sal_Int32 Identifier ) throw (container::NoSuchElementException, lang::WrappedTargetExcep…
59 …ifier, const uno::Any& aElement ) throw (lang::IllegalArgumentException, container::NoSuchElementE…
62 …ntifier( sal_Int32 Identifier ) throw (container::NoSuchElementException, lang::WrappedTargetExcep…
67 …32 Index, const uno::Any& Element ) throw(lang::IllegalArgumentException, lang::IndexOutOfBoundsEx…
68 …tual void SAL_CALL removeByIndex( sal_Int32 Index ) throw(lang::IndexOutOfBoundsException, lang::W…
72 …32 Index, const uno::Any& Element ) throw(lang::IllegalArgumentException, lang::IndexOutOfBoundsEx…
77 …ual uno::Any SAL_CALL getByIndex( sal_Int32 Index ) throw(lang::IndexOutOfBoundsException, lang::W…
222 …luePointAccess::insert( const uno::Any& aElement ) throw (lang::IllegalArgumentException, lang::Wr… in insert()
245 throw lang::IllegalArgumentException(); in insert()
[all …]
H A Dunoctabl.cxx44 class SvxUnoColorTable : public WeakImplHelper2< container::XNameContainer, lang::XServiceInfo >
66 …Name, const uno::Any& aElement ) throw( lang::IllegalArgumentException, container::ElementExistEx…
67 …ByName( const OUString& Name ) throw( container::NoSuchElementException, lang::WrappedTargetExcep…
70 …Name, const uno::Any& aElement ) throw( lang::IllegalArgumentException, container::NoSuchElementE…
73 …yName( const OUString& aName ) throw( container::NoSuchElementException, lang::WrappedTargetExcep…
125 …throw( lang::IllegalArgumentException, container::ElementExistException, lang::WrappedTargetExcept… in insertByName()
132 throw lang::IllegalArgumentException(); in insertByName()
139 throw( container::NoSuchElementException, lang::WrappedTargetException, uno::RuntimeException) in removeByName()
150 …throw( lang::IllegalArgumentException, container::NoSuchElementException, lang::WrappedTargetExcep… in replaceByName()
154 throw lang::IllegalArgumentException(); in replaceByName()
[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 …]
/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/chart2/source/controller/chartapiwrapper/
H A DDiagramWrapper.cxx656 uno::Reference< lang::XServiceName > xServiceName( xAddIn, uno::UNO_QUERY ); in getDiagramType()
662 …Reference< lang::XMultiServiceFactory > xChartTypeManager( xChartDoc->getChartTypeManager(), uno::… in getDiagramType()
689 throw (lang::IndexOutOfBoundsException, in getDataRowProperties()
693 throw lang::IndexOutOfBoundsException( in getDataRowProperties()
700 throw lang::IndexOutOfBoundsException( in getDataRowProperties()
710 throw (lang::IndexOutOfBoundsException, in getDataPointProperties()
714 throw lang::IndexOutOfBoundsException( in getDataPointProperties()
721 throw lang::IndexOutOfBoundsException( in getDataPointProperties()
1171 …m_aEventListenerContainer.disposeAndClear( lang::EventObject( static_cast< ::cppu::OWeakObject* >(… in dispose()
1192 const Reference< lang::XEventListener >& xListener ) in addEventListener()
[all …]
/trunk/main/sw/inc/
H A Dunosett.hxx55 ::com::sun::star::lang::XServiceInfo
68 …:beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star:…
69 …hrow(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetExcep…
70 …hrow(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetExcep…
71 …hrow(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetExcep…
72 …hrow(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetExcep…
73 …hrow(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetExcep…
89 ::com::sun::star::lang::XServiceInfo
102 …:beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star:…
103 …hrow(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetExcep…
[all …]
/trunk/main/package/source/xstor/
H A Docompinstream.cxx100 , static_cast<lang::XComponent*> ( this ) in queryInterface()
131 throw lang::DisposedException(); in readBytes()
154 throw lang::DisposedException(); in readSomeBytes()
178 throw lang::DisposedException(); in skipBytes()
201 throw lang::DisposedException(); in available()
231 throw lang::DisposedException(); in getInputStream()
248 throw lang::DisposedException(); in getOutputStream()
262 throw lang::DisposedException(); in InternalDispose()
267 lang::EventObject aSource( static_cast< ::cppu::OWeakObject*>( this ) ); in InternalDispose()
291 throw lang::DisposedException(); in dispose()
[all …]

12345678910>>...225