Home
last modified time | relevance | path

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

/trunk/main/vbahelper/inc/vbahelper/
H A Dvbacollectionimpl.hxx326 class VBAHELPER_DLLPUBLIC ScVbaCollectionBaseImpl : public CollImplBase1 class
329ScVbaCollectionBaseImpl( const css::uno::Reference< ov::XHelperInterface > xParent, const css::uno… in ScVbaCollectionBaseImpl() function in ScVbaCollectionBaseImpl
/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx358 class ScVbaRangeAreas : public ScVbaCollectionBaseImpl
363 …:XIndexAccess >& xIndexAccess, bool bIsRows, bool bIsColumns ) : ScVbaCollectionBaseImpl( xParent,… in ScVbaRangeAreas()