Searched refs:ScIndexEnumeration (Results 1 – 14 of 14) sorted by relevance
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | miscuno.cxx | 215 ScIndexEnumeration::ScIndexEnumeration(const uno::Reference<container::XIndexAccess>& rInd, in ScIndexEnumeration() function in ScIndexEnumeration 223 ScIndexEnumeration::~ScIndexEnumeration() in ~ScIndexEnumeration() 229 sal_Bool SAL_CALL ScIndexEnumeration::hasMoreElements() throw(uno::RuntimeException) in hasMoreElements() 235 uno::Any SAL_CALL ScIndexEnumeration::nextElement() throw(container::NoSuchElementException, in nextElement() 251 ::rtl::OUString SAL_CALL ScIndexEnumeration::getImplementationName() in getImplementationName() 257 sal_Bool SAL_CALL ScIndexEnumeration::supportsService( const ::rtl::OUString& ServiceName ) in supportsService() 264 SAL_CALL ScIndexEnumeration::getSupportedServiceNames(void) in getSupportedServiceNames()
|
H A D | linkuno.cxx | 471 …return new ScIndexEnumeration(this, rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.sheet.… in createEnumeration() 1011 …return new ScIndexEnumeration(this, rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.sheet.… in createEnumeration() 1338 …return new ScIndexEnumeration(this, rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.sheet.… in createEnumeration() 1702 new ScIndexEnumeration(this, OUString::createFromAscii( in createEnumeration() 1818 new ScIndexEnumeration(this, OUString::createFromAscii( in createEnumeration()
|
H A D | afmtuno.cxx | 335 …return new ScIndexEnumeration(this, rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.sheet.… in createEnumeration() 515 …return new ScIndexEnumeration(this, rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.sheet.… in createEnumeration()
|
H A D | dapiuno.cxx | 477 …return new ScIndexEnumeration(this, OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.sheet.DataP… in createEnumeration() 1760 …return new ScIndexEnumeration(this, OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.sheet.DataP… in createEnumeration() 3015 …return new ScIndexEnumeration( this, OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.sheet.Da… in createEnumeration() 3205 …return new ScIndexEnumeration( this, OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.sheet.Da… in createEnumeration() 3352 …return new ScIndexEnumeration(this, OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.sheet.DataP… in createEnumeration()
|
H A D | docuno.cxx | 2767 …return new ScIndexEnumeration(this, rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.sheet.… in createEnumeration() 2948 …return new ScIndexEnumeration(this, rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.table.… in createEnumeration() 3214 …return new ScIndexEnumeration(this, rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.table.… in createEnumeration() 3569 …return new ScIndexEnumeration(this, rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.sheet.… in createEnumeration() 3739 …return new ScIndexEnumeration(this, rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.sheet.… in createEnumeration()
|
H A D | nameuno.cxx | 775 …return new ScIndexEnumeration(this, rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.sheet.… in createEnumeration() 1268 …return new ScIndexEnumeration(this, rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.sheet.… in createEnumeration()
|
H A D | fielduno.cxx | 346 …return new ScIndexEnumeration(this, rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.text.T… in createEnumeration() 1003 …return new ScIndexEnumeration(this, rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.text.T… in createEnumeration()
|
H A D | chartuno.cxx | 333 …return new ScIndexEnumeration(this, rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.table.… in createEnumeration()
|
H A D | datauno.cxx | 708 …return new ScIndexEnumeration(this, rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.sheet.… in createEnumeration() 2255 …return new ScIndexEnumeration(this, rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.sheet.… in createEnumeration()
|
H A D | fmtuno.cxx | 371 …return new ScIndexEnumeration(this, rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.sheet.… in createEnumeration()
|
H A D | appluno.cxx | 941 …return new ScIndexEnumeration(this, rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.sheet.… in createEnumeration()
|
H A D | viewuno.cxx | 1070 …return new ScIndexEnumeration(this, rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.sheet.… in createEnumeration()
|
H A D | cellsuno.cxx | 4688 …return new ScIndexEnumeration(this, rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.sheet.… in createEnumeration()
|
/aoo41x/main/sc/inc/ |
H A D | miscuno.hxx | 92 class ScIndexEnumeration : public cppu::WeakImplHelper2< class 102 ScIndexEnumeration(const com::sun::star::uno::Reference< 104 virtual ~ScIndexEnumeration();
|
Completed in 191 milliseconds