Home
last modified time | relevance | path

Searched refs:entries (Results 26 – 50 of 267) sorted by relevance

1234567891011

/aoo42x/main/offapi/com/sun/star/form/binding/
H A DXListEntrySource.idl45 /** specifies a source of string list entries
47 <p>The interface supports foreign components which actively retrieve list entries,
54 /** retrieves the number of entries in the list
68 /** provides access to the entirety of all list entries
H A DXListEntryListener.idl53 /** notifies the listener that a range of entries has been inserted into the list
63 /** notifies the listener that a range of entries has been removed from the list
68 <member>ListEntryEvent::Count</member> member the number of removed entries.
72 /** notifies the listener that all entries of the list have changed.
/aoo42x/main/offapi/com/sun/star/rendering/
H A DXBitmapPalette.idl48 /** Request the number of palette entries available.
50 @return the number of entries in this palette.
69 transparency, by flagging certain palette entries to be fully
97 entries, this method always returns <FALSE/>.
/aoo42x/main/offapi/com/sun/star/i18n/
H A DXExtendedIndexEntrySupplier.idl90 comparing index entries
124 Compares index entries
131 Index entries to be compared
135 Phonetic entries to be compared
/aoo42x/main/ure/source/uretest/
H A Dcppserver.cc95 ::cppu::ImplementationEntry entries[] = {
107 serviceManager, registryKey, entries); in component_writeInfo()
114 implName, serviceManager, registryKey, entries); in component_getFactory()
H A Dcpptest.cc95 cppu::ImplementationEntry entries[] = { variable
107 serviceManager, registryKey, entries); in component_writeInfo()
114 implName, serviceManager, registryKey, entries); in component_getFactory()
H A Dcppmain.cc262 ::cppu::ImplementationEntry entries[] = {
274 serviceManager, registryKey, entries); in component_writeInfo()
281 implName, serviceManager, registryKey, entries); in component_getFactory()
/aoo42x/main/cui/source/customize/
H A Dcfg.cxx267 SvxEntries* entries, in generateCustomName() argument
292 while ( iter != entries->end() ) in generateCustomName()
303 if ( iter != entries->end() ) in generateCustomName()
320 SvxEntries* entries ) in generateCustomURL() argument
332 while ( iter != entries->end() ) in generateCustomURL()
343 if ( iter != entries->end() ) in generateCustomURL()
354 SvxEntries* entries, in generateCustomMenuURL() argument
364 while ( iter != entries->end() ) in generateCustomMenuURL()
375 if ( iter != entries->end() ) in generateCustomMenuURL()
2838 if ( entries != NULL ) in SvxMainMenuOrganizerDialog()
[all …]
/aoo42x/main/scripting/java/org/openoffice/idesupport/
H A DCommandLineTools.java289 ScriptEntry[] entries = finder.findMethods(contents);
290 for (int i = 0; i < entries.length; i++) {
291 addScript(entries[i]);
292 log("Found: " + entries[i].getLogicalName());
/aoo42x/main/soltools/testSHL/util/
H A Dtutil.cxx70 vector< sal_Char* >& entries ) { in getEntriesFromFile()
85 entries.push_back( pEnt ); in getEntriesFromFile()
90 return ( entries.size() ); in getEntriesFromFile()
/aoo42x/main/scripting/java/org/openoffice/idesupport/ui/
H A DMethodPanel.java79 ScriptEntry[] entries = new ScriptEntry[selections.length]; in getSelectedEntries() local
82 entries[i] = (ScriptEntry)selections[i]; in getSelectedEntries()
85 return entries; in getSelectedEntries()
/aoo42x/main/offapi/com/sun/star/linguistic2/
H A DXSearchableDictionary.idl46 /** search for similar entries in the dictionary.
49 the word to find similar written entries for.
52 the list of similar entries found.
H A DXSearchableDictionaryList.idl50 the dictionary may hold entries of all langauges.
74 <TRUE/> if entries for purposes of spellchecking are required.
75 <FALSE/> if only entries for hyphenation purposes are required.
/aoo42x/main/sc/source/ui/vba/testvba/
H A Dtestvba.cxx266 Sequence<OUString> entries = mxSFA->getFolderContents( sFileDirectoryURL, sal_False ); in traverse() local
269 printf( "Entries %d\n", (int)entries.getLength() ); in traverse()
270 for ( sal_Int32 i = 0; i < entries.getLength(); ++i ) in traverse()
272 proccessDocument( entries[ i ] ); in traverse()
/aoo42x/main/scp2/source/winexplorerext/
H A Dregistryitem_winexplorerext.scp155 // Begin registry entries for the PropertySheet handler
176 // End registry entries for the PropertySheet handler
178 // Begin registry entries for the Property handler
222 // End registry entries for the Property handler
/aoo42x/main/offapi/com/sun/star/chart/
H A DChartLegendExpansion.idl39 …/** The legend entries are arranged in a single row if possible. If not enough space is available …
46 …/** The legend entries are stacked in a single column if possible. If not enough space is availabl…
53 …/** The legend entries are arranged in a way that the aspect ratio of the resulting legend is as n…
/aoo42x/main/sw/source/ui/index/
H A Dcnttab.src317 Text [ en-US ] = "Combine identical entries" ;
324 Text [ en-US ] = "Combine identical entries with p or ~pp" ;
345 Text [ en-US ] = "AutoCapitalize entries" ;
352 Text [ en-US ] = "Keys as separate entries" ;
471 Text [ en-US ] = "~Number entries" ;
502 Text [ en-US ] = "Formatting of the entries" ;
913 Text [ en-US ] = "Character Style for main entries" ;
/aoo42x/main/offapi/com/sun/star/ui/
H A DActionTriggerContainer.idl46 describing their entries.</p>
53 represents a separator between two entries<br/>
64 /** provides access to the entries of a menu. The element type
/aoo42x/main/offapi/com/sun/star/text/
H A DXAutoTextGroup.idl62 /** The interface provide methods to insert, rename and delete autotext entries from the current au…
69 /** returns the titles of all autotext entries. The order of the entries
/aoo42x/main/offapi/com/sun/star/text/fieldmaster/
H A DBibliography.idl49 /** determines whether the bibliography entries in a bibliography index are sorted
51 sorting of the entries.
63 /** determines the sorting of the bibliography entries in a bibliography index.
/aoo42x/main/scripting/java/org/openoffice/idesupport/zip/
H A DParcelZipper.java539 Enumeration entries = parcelZip.entries(); in addParcelToManifest() local
540 while (entries.hasMoreElements()) { in addParcelToManifest()
541 ZipEntry entry = (ZipEntry)entries.nextElement(); in addParcelToManifest()
/aoo42x/main/qadevOOo/runner/util/
H A Ddbg.java142 public static void printArray( String [] entries ) { in printArray() argument
143 for ( int i=0; i< entries.length;i++ ) { in printArray()
144 System.out.println(entries[i]); in printArray()
/aoo42x/main/desktop/source/migration/services/
H A Dcexportsoo3.cxx33 ::cppu::ImplementationEntry entries [] =
54 pImplName, pServiceManager, pRegistryKey, entries ); in component_getFactory()
/aoo42x/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/
H A DOpenOfficeDocFileSystem.java319 cacheDocument(zipFile.entries(), editableStrategy); in openDocument()
352 private void cacheDocument(Enumeration entries, Strategy editables) in cacheDocument() argument
362 while(entries.hasMoreElements()) { in cacheDocument()
363 archEntry = (ZipEntry)entries.nextElement(); in cacheDocument()
/aoo42x/main/formula/source/core/api/
H A Dservices.cxx43 cppu::ImplementationEntry entries[] = { variable
56 implName, serviceManager, registryKey, entries); in component_getFactory()

Completed in 124 milliseconds

1234567891011