Home
last modified time | relevance | path

Searched refs:names (Results 101 – 125 of 485) sorted by relevance

12345678910>>...20

/aoo42x/main/sc/source/ui/vba/
H A Dvbawindows.cxx192 uno::Sequence< ::rtl::OUString > names( namesToIndices.size() ); in getElementNames() local
193 ::rtl::OUString* pString = names.getArray(); in getElementNames()
198 return names; in getElementNames()
/aoo42x/main/configmgr/qa/unit/
H A Dtest.cxx467 css::uno::Sequence< rtl::OUString > names(access->getElementNames()); in TEST_F() local
468 ASSERT_TRUE(names.getLength() == 695); in TEST_F()
472 for (sal_Int32 j = 0; j < names.getLength(); ++j) { in TEST_F()
474 if (access->getByName(names[j]) >>= child) { in TEST_F()
/aoo42x/main/ucb/source/ucp/ftp/
H A Dtest.py25 def grep(pattern,dirname,names): argument
26 for name in names:
/aoo42x/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/
H A DSqlTableHelper.java241 ArrayList<String> names = new ArrayList<>(); in readIndexes() local
258 names.add(name); in readIndexes()
266 return names; in readIndexes()
/aoo42x/main/offapi/com/sun/star/sdb/tools/
H A DXConnectionTools.idl57 a given database connection. For instance, for quoting table names, you need
70 which can be used to manipulate table names for various purposes.
77 which provides access to functionality around table and query names.
/aoo42x/main/offapi/com/sun/star/form/component/
H A DDataForm.idl144 /** is used for subforms and contains the names of columns of the parent form.
157 /** is used for subforms and contains the names of the columns of the subform
160 <p>Entries in this sequence can either denote column names in the sub form,
161 or parameter names.<br/>
/aoo42x/main/vbahelper/source/vbahelper/
H A Dvbadocumentsbase.cxx195 uno::Sequence< ::rtl::OUString > names( namesToIndices.size() ); in getElementNames() local
196 ::rtl::OUString* pString = names.getArray(); in getElementNames()
201 return names; in getElementNames()
/aoo42x/main/stoc/source/simpleregistry/
H A Dsimpleregistry.cxx1047 css::uno::Sequence< rtl::OUString > names(static_cast< sal_Int32 >(n)); in getKeyNames() local
1049 names[static_cast< sal_Int32 >(i)] = list.getElement(i); in getKeyNames()
1051 return names; in getKeyNames()
1305 css::uno::Sequence< rtl::OUString > names(1); in simreg_getSupportedServiceNames() local
1306 names[0] = rtl::OUString( in simreg_getSupportedServiceNames()
1308 return names; in simreg_getSupportedServiceNames()
/aoo42x/main/xmerge/source/palmtests/qa/comparator/
H A Dcomparator.pl242 @names = split('\.', @paths[$len-1]);
243 return $names[0];
/aoo42x/main/offapi/com/sun/star/sheet/
H A DXAddIn.idl37 /** gives access to function descriptions and user-visible names.
144 It should be one of the following names if the function falls into
196 <p>This is used when category names are shown to the user.</p>
/aoo42x/main/lingucomponent/source/languageguessing/
H A Dguesslang.cxx70 Sequence<OUString> names(1); in getSupportedServiceNames_LangGuess_Impl() local
71 names[0] = A2OU( SERVICENAME ); in getSupportedServiceNames_LangGuess_Impl()
72 return names; in getSupportedServiceNames_LangGuess_Impl()
/aoo42x/main/offapi/com/sun/star/frame/status/
H A DClipboardFormats.idl33 /** contains a list of format ID's and names which are part of the
49 /** specifies a sequence of format names which are contained in the
/aoo42x/main/offapi/com/sun/star/ucb/
H A DSendInfo.idl34 <p>It can contain any string values (server names, user names, passwords,
/aoo42x/main/qadevOOo/runner/util/
H A Dutils.java752 String[] names = new String[l.size()]; in getFilteredPropertyNames() local
753 names = (String[]) l.toArray(names); in getFilteredPropertyNames()
754 return names; in getFilteredPropertyNames()
/aoo42x/main/offapi/com/sun/star/frame/
H A DXFrame.idl143 That's why frame names shouldn't start with a sign "_".
163 First some special names are taken into account, i.e. "",
165 comparing these names with <var>TargetFrameName</var>; further steps are
173 List of special target names:
/aoo42x/main/scripting/source/stringresource/
H A Dstringresource.cxx87 Sequence< ::rtl::OUString > names(1); in getSupportedServiceNames_StringResourceImpl() local
88names[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.resource.StringResource") ); in getSupportedServiceNames_StringResourceImpl()
89 return names; in getSupportedServiceNames_StringResourceImpl()
2320 Sequence< ::rtl::OUString > names(1); in getSupportedServiceNames_StringResourceWithStorageImpl() local
2321names[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.resource.StringResourceWithS… in getSupportedServiceNames_StringResourceWithStorageImpl()
2322 return names; in getSupportedServiceNames_StringResourceWithStorageImpl()
2658 Sequence< ::rtl::OUString > names(1); in getSupportedServiceNames_StringResourceWithLocationImpl() local
2659names[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.resource.StringResourceWithL… in getSupportedServiceNames_StringResourceWithLocationImpl()
2660 return names; in getSupportedServiceNames_StringResourceWithLocationImpl()
/aoo42x/main/writerfilter/documentation/doxygen/
H A DDoxyfile150 # (but less readable) file names. This can be useful is your file systems
151 # doesn't support long names like on DOS, Mac, or CD-ROM.
206 # For instance, some of the names that are used will be different. The list
313 # file names in lower-case letters. If set to YES upper-case letters are also
315 # in case and if your file system supports case sensitive file names. Windows
352 # sorted by fully-qualified names, including namespaces. If set to
478 # documented source files. You may enter file names like "myfile.cpp" or
791 # The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX
972 # The names of the make variables in the generated doxyrules.make file
990 # names in the source code. If set to NO (the default) only conditional
[all …]
/aoo42x/main/udkapi/com/sun/star/reflection/
H A DXEnumTypeDescription.idl55 /** Returns the enum member names.
58 enum member names
/aoo42x/main/solenv/doc/gbuild/
H A Ddoxygen.cfg149 # (but less readable) file names. This can be useful is your file systems
150 # doesn't support long names like on DOS, Mac, or CD-ROM.
206 # For instance, some of the names that are used will be different. The list
430 # the group names will appear in their defined order.
435 # sorted by fully-qualified names, including namespaces. If set to
583 # documented source files. You may enter file names like "myfile.cpp" or
632 # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
1028 # The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX
1211 # The names of the make variables in the generated doxyrules.make file
1229 # names in the source code. If set to NO (the default) only conditional
[all …]
/aoo42x/main/writerfilter/unocomponent/debugservices/rtftok/
H A DScannerTestService.cxx157 ::com::sun::star::uno::Sequence< ::rtl::OUString > names=xNameContainer->getElementNames(); in rbrace()
160 for(int i=0;i<names.getLength();i++) in rbrace()
162 rtl::OUString &name=names[i]; in rbrace()
/aoo42x/main/sc/source/core/tool/
H A Dcellkeywords.inl29 // pre instantiations of localized function names
84 // pre instantiations of localized function names
154 // pre instantiations of localized function names
/aoo42x/main/offapi/com/sun/star/configuration/
H A DHierarchyAccess.idl102 /** provides support for inexact names.
103 <p>Exact names can be obtained for simple or hierarchical names for use in
H A DXTemplateInstance.idl39 <p> Template names are similar to service names, but apply to structure and
/aoo42x/main/tools/source/debug/
H A Ddebug.cxx419 const sal_Char* names[ DBG_OUT_COUNT ] = in lcl_writeConfigOutChannel() local
423 lcl_writeConfigString( _pFile, _pKeyName, names[ _nValue ] ); in lcl_writeConfigOutChannel()
476 const sal_Char* names[ DBG_OUT_COUNT ] = in lcl_matchOutputChannel() local
480 for ( sal_uIntPtr name = 0; name < sizeof( names ) / sizeof( names[0] ); ++name ) in lcl_matchOutputChannel()
482 if ( strcmp( i_buffer, names[ name ] ) == 0 ) in lcl_matchOutputChannel()
/aoo42x/main/offapi/com/sun/star/rdf/
H A DXQuerySelectResult.idl42 <li>a list of query variable names (column labels)</li>
60 /** get the names of the query variables.

Completed in 139 milliseconds

12345678910>>...20