Home
last modified time | relevance | path

Searched refs:names (Results 176 – 200 of 486) sorted by relevance

12345678910>>...20

/trunk/main/offapi/com/sun/star/style/
H A DStyle.idl99 <p> The names of the styles at the API are language independent. The user interface
100 names are localised.</p>
/trunk/main/offapi/com/sun/star/sheet/
H A DAddIn.idl139 /** provides access to function descriptions and localized names
146 /** provides access to compatibility names for the functions.
/trunk/main/offapi/com/sun/star/linguistic2/
H A DXLinguServiceManager.idl135 the list of implementation names of the available services.
172 the list of implementation names of the services to be used.
/trunk/main/extensions/source/macosx/spotlight/
H A Dmain.m57 // names if you decide to change the names defined in the Info.plist
/trunk/main/offapi/com/sun/star/sdb/application/
H A DXCopyTableWizard.idl126 /** specifies that the first row should be used to identify column names.
128 …<p>This attribute is ignored when the source defines the column names which isn't the case when on…
/trunk/main/offapi/com/sun/star/rdf/
H A DXRepository.idl251 /** gets the names of all the graphs in the repository.
254 a list containing the names of the graphs in the repository
386 <li>a list of query variable names (column labels)</li>
/trunk/main/unoxml/qa/complex/unoxml/
H A DRDFRepositoryTest.java183 XURI[] names = xRep.getGraphNames(); in check() local
185 1 == names.length && eq(names[0], foo)); in check()
/trunk/main/udkapi/com/sun/star/registry/
H A DXRegistryKey.idl65 entry names are delimited with slashes "/" too, like in a
66 UNIX (R) file system. Slashes which are part of single names
376 /** @returns a sequence with the names of all subkeys of the key.
/trunk/main/offapi/com/sun/star/xml/sax/
H A DXFastAttributeList.idl161 /** returns a sequence of attributes which names and or namespaces URLS
166 /** returns a sequence of attributes which names and or namespaces URLS
H A DXFastParser.idl77 /** specifies a SAX parser that uses integer values for known xml names
153 /** must be registered to translate known xml names to integer tokens.
/trunk/main/offapi/com/sun/star/i18n/
H A DXCalendar.idl160 month names.
166 day names.
/trunk/main/dtrans/source/win32/dnd/
H A Dtarget.cxx276 OUString names[1]= {OUString(RTL_CONSTASCII_USTRINGPARAM(DNDTARGET_SERVICE_NAME))}; in getSupportedServiceNames() local
277 return Sequence<OUString>(names, 1); in getSupportedServiceNames()
/trunk/main/configmgr/source/
H A Daccess.cxx918 css::uno::Sequence< rtl::OUString > names(getSupportedServiceNames()); in supportsService() local
919 for (sal_Int32 i = 0; i < names.getLength(); ++i) { in supportsService()
920 if (names[i] == ServiceName) { in supportsService()
1105 comphelper::SequenceAsVector< rtl::OUString > names; in getElementNames() local
1110 names.push_back((*i)->getNameInternal()); in getElementNames()
1112 return names.getAsConstList(); in getElementNames()
/trunk/main/svx/sdi/
H A Dfmslots.sdi554 // slot names/args into URL dispatch names/args. For this, the SfxSlotPool is used
/trunk/main/offapi/com/sun/star/frame/
H A DXComponentLoader.idl80 as real frame names:
114 target names only.
/trunk/main/offapi/com/sun/star/sdb/
H A DErrorCondition.idl111 This is an error since query names can potentially be used in
121 <p>In databases which support query names to appear in <code>SELECT</code>
/trunk/main/dbaccess/source/inc/
H A Dstringconstants.hrc184 //= property names
341 //= service names
H A Dstringconstants.inc28 //= property names
184 //= service names
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/
H A DTokenEncoder.java384 Vector names = wb.getWorksheetNames(); in findSheetIndex() local
385 Enumeration e = names.elements(); in findSheetIndex()
/trunk/main/scripting/source/vbaevents/
H A Deventhelper.cxx599 Sequence< ::rtl::OUString > names(m_hEvents.size()); in getElementNames() local
600 rtl::OUString* pDest = names.getArray(); in getElementNames()
605 return names; in getElementNames()
/trunk/main/toolkit/doc/layout/
H A Doldnotes.txt124 -> flat set of names ... [urgh]
135 [ have a group/tag instead - or hierarchical names ? ]
/trunk/main/offapi/com/sun/star/inspection/
H A DXObjectInspectorModel.idl81 Those names provided by the handlers are programmatic names. All other information
H A DLineDescriptor.idl183 names used for property categories. This way, your handler might be re-used in
185 UI names for the categories.</p>
/trunk/main/dbaccess/source/ext/adabas/
H A DAdabasNewDb.src432 …Text [ en-US ] = "No default names could be set for the database files. The total length is more t…
437 …Text [ en-US ] = "No default names could be set for the database files. There is no write access."…
/trunk/main/sc/source/ui/vba/
H A Dvbawindow.cxx179 uno::Sequence< ::rtl::OUString > names( namesToIndices.size() ); in getElementNames() local
180 ::rtl::OUString* pString = names.getArray(); in getElementNames()
185 return names; in getElementNames()

Completed in 88 milliseconds

12345678910>>...20