Searched refs:ScIndexEnumeration (Results 1 – 14 of 14) sorted by relevance
| /trunk/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() in hasMoreElements() 235 uno::Any SAL_CALL ScIndexEnumeration::nextElement() in nextElement() 250 ::rtl::OUString SAL_CALL ScIndexEnumeration::getImplementationName() in getImplementationName() 255 sal_Bool SAL_CALL ScIndexEnumeration::supportsService( const ::rtl::OUString& ServiceName ) in supportsService() 261 SAL_CALL ScIndexEnumeration::getSupportedServiceNames(void) in getSupportedServiceNames()
|
| H A D | linkuno.cxx | 462 …return new ScIndexEnumeration(this, rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.sheet.… in createEnumeration() 985 …return new ScIndexEnumeration(this, rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.sheet.… in createEnumeration() 1305 …return new ScIndexEnumeration(this, rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.sheet.… in createEnumeration() 1651 new ScIndexEnumeration(this, OUString::createFromAscii( in createEnumeration() 1757 new ScIndexEnumeration(this, OUString::createFromAscii( in createEnumeration()
|
| H A D | afmtuno.cxx | 328 …return new ScIndexEnumeration(this, rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.sheet.… in createEnumeration() 501 …return new ScIndexEnumeration(this, rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.sheet.… in createEnumeration()
|
| H A D | dapiuno.cxx | 474 …return new ScIndexEnumeration(this, OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.sheet.DataP… in createEnumeration() 1721 …return new ScIndexEnumeration(this, OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.sheet.DataP… in createEnumeration() 2961 …return new ScIndexEnumeration( this, OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.sheet.Da… in createEnumeration() 3146 …return new ScIndexEnumeration( this, OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.sheet.Da… in createEnumeration() 3289 …return new ScIndexEnumeration(this, OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.sheet.DataP… in createEnumeration()
|
| H A D | docuno.cxx | 2755 …return new ScIndexEnumeration(this, rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.sheet.… in createEnumeration() 2927 …return new ScIndexEnumeration(this, rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.table.… in createEnumeration() 3178 …return new ScIndexEnumeration(this, rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.table.… in createEnumeration() 3517 …return new ScIndexEnumeration(this, rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.sheet.… in createEnumeration() 3682 …return new ScIndexEnumeration(this, rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.sheet.… in createEnumeration()
|
| H A D | nameuno.cxx | 755 …return new ScIndexEnumeration(this, rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.sheet.… in createEnumeration() 1231 …return new ScIndexEnumeration(this, rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.sheet.… in createEnumeration()
|
| H A D | fielduno.cxx | 343 …return new ScIndexEnumeration(this, rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.text.T… in createEnumeration() 977 …return new ScIndexEnumeration(this, rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.text.T… in createEnumeration()
|
| H A D | chartuno.cxx | 330 …return new ScIndexEnumeration(this, rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.table.… in createEnumeration()
|
| H A D | datauno.cxx | 705 …return new ScIndexEnumeration(this, rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.sheet.… in createEnumeration() 2206 …return new ScIndexEnumeration(this, rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.sheet.… in createEnumeration()
|
| H A D | fmtuno.cxx | 368 …return new ScIndexEnumeration(this, rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.sheet.… in createEnumeration()
|
| H A D | appluno.cxx | 927 …return new ScIndexEnumeration(this, rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.sheet.… in createEnumeration()
|
| H A D | viewuno.cxx | 1059 …return new ScIndexEnumeration(this, rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.sheet.… in createEnumeration()
|
| H A D | cellsuno.cxx | 4611 …return new ScIndexEnumeration(this, rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.sheet.… in createEnumeration()
|
| /trunk/main/sc/inc/ |
| H A D | miscuno.hxx | 81 class ScIndexEnumeration : public cppu::WeakImplHelper2< class 91 ScIndexEnumeration(const com::sun::star::uno::Reference< 93 virtual ~ScIndexEnumeration();
|