Searched refs:VbaFormControl (Results 1 – 2 of 2) sorted by relevance
103 void insertName( const VbaFormControl& rControl );120 void VbaControlNamesSet::insertName( const VbaFormControl& rControl ) in insertName()147 …inline void operator()( const VbaFormControl& rControl ) { mrCtrlNames.insertName( rContro… in operator ()()155 class VbaDummyFormControl : public VbaFormControl342 VbaFormControl::VbaFormControl() in VbaFormControl() function in oox::ole::VbaFormControl346 VbaFormControl::~VbaFormControl() in ~VbaFormControl()350 void VbaFormControl::importModelOrStorage( BinaryInputStream& rInStrm, StorageBase& rStrg, const Ax… in importModelOrStorage()370 OUString VbaFormControl::getControlName() const in getControlName()375 sal_Int32 VbaFormControl::getControlId() const in getControlId()380 void VbaFormControl::createAndConvert( sal_Int32 nCtrlIndex, in createAndConvert()[all …]
115 class VbaFormControl class118 explicit VbaFormControl();119 virtual ~VbaFormControl();154 typedef RefVector< VbaFormControl > VbaFormControlVector;187 class VbaUserForm : public VbaFormControl