Home
last modified time | relevance | path

Searched refs:aAllEntries (Results 1 – 2 of 2) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/unoobj/
H A Dcelllistsource.cxx255 Sequence< OUString > aAllEntries( getListEntryCount() ); in getAllListEntries() local
256 OUString* pAllEntries = aAllEntries.getArray(); in getAllListEntries()
257 for ( sal_Int32 i = 0; i < aAllEntries.getLength(); ++i ) in getAllListEntries()
262 return aAllEntries; in getAllListEntries()
272 Sequence< OUString > aAllEntries( nCount ); in getAllListEntriesTyped() local
274 OUString* pAllEntries = aAllEntries.getArray(); in getAllListEntriesTyped()
281 return aAllEntries; in getAllListEntriesTyped()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/unoobj/
H A Dcelllistsource.cxx254 Sequence< OUString > aAllEntries( getListEntryCount() ); in getAllListEntries() local
255 OUString* pAllEntries = aAllEntries.getArray(); in getAllListEntries()
256 for ( sal_Int32 i = 0; i < aAllEntries.getLength(); ++i ) in getAllListEntries()
261 return aAllEntries; in getAllListEntries()
271 Sequence< OUString > aAllEntries( nCount ); in getAllListEntriesTyped() local
273 OUString* pAllEntries = aAllEntries.getArray(); in getAllListEntriesTyped()
280 return aAllEntries; in getAllListEntriesTyped()