Searched refs:ScVbaControls (Results 1 – 4 of 4) sorted by relevance
| /trunk/main/vbahelper/source/msforms/ |
| H A D | vbacontrols.cxx | 209 ScVbaControls::ScVbaControls( in ScVbaControls() function in ScVbaControls 224 ScVbaControls::createEnumeration() in createEnumeration() 233 ScVbaControls::createCollectionObject( const css::uno::Any& aSource ) in createCollectionObject() 242 ScVbaControls::Move( double cx, double cy ) in Move() 253 uno::Any SAL_CALL ScVbaControls::Add( const uno::Any& Object, const uno::Any& StringKey, const uno:… in Add() 435 void SAL_CALL ScVbaControls::Remove( const uno::Any& StringKeyOrIndex ) in Remove() 489 ScVbaControls::getElementType() in getElementType() 494 VBAHELPER_IMPL_XHELPERINTERFACE( ScVbaControls, "ooo.vba.msforms.Controls" )
|
| H A D | vbacontrols.hxx | 35 class ScVbaControls : public ControlsImpl_BASE class 38 ScVbaControls(
|
| H A D | vbaframe.cxx | 94 …uno::Reference< XCollection > xControls( new ScVbaControls( this, mxContext, mxDialog, m_xModel, f… in Controls()
|
| H A D | vbauserform.cxx | 238 …uno::Reference< XCollection > xControls( new ScVbaControls( this, mxContext, xDialogControl, m_xMo… in Controls()
|