Home
last modified time | relevance | path

Searched refs:CellsEnumeration (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/offapi/com/sun/star/sheet/
H A DCellsEnumeration.idl41 published service CellsEnumeration
H A DCells.idl47 @see com::sun::star::sheet::CellsEnumeration
H A Dmakefile.mk62 CellsEnumeration.idl\
/AOO41X/main/sc/source/ui/vba/
H A Dvbarange.cxx647 class CellsEnumeration : public CellsEnumeration_BASE class
677CellsEnumeration( const uno::Reference< XHelperInterface >& xParent, const uno::Reference< uno::XC… in CellsEnumeration() function in CellsEnumeration
3705 return new CellsEnumeration( mxParent, mxContext, m_Areas ); in createEnumeration()