Searched refs:_pElement (Results 1 – 6 of 6) sorted by relevance
828 void OGridControlModel::implInserted( const ElementDescription* _pElement ) in implInserted() argument830 OInterfaceContainer::implInserted( _pElement ); in implInserted()831 gotColumn( _pElement->xInterface ); in implInserted()864 …del::approveNewElement( const Reference< XPropertySet >& _rxObject, ElementDescription* _pElement ) in approveNewElement() argument870 OInterfaceContainer::approveNewElement( _rxObject, _pElement ); in approveNewElement()873 if ( _pElement ) in approveNewElement()874 static_cast< ColumnDescription* >( _pElement )->pColumn = pCol; in approveNewElement()
188 ElementDescription* _pElement199 virtual void implInserted( const ElementDescription* _pElement );
4105 void ODatabaseForm::implInserted( const ElementDescription* _pElement ) in implInserted() argument4107 OFormComponents::implInserted( _pElement ); in implInserted()4109 Reference< XSQLErrorBroadcaster > xBroadcaster( _pElement->xInterface, UNO_QUERY ); in implInserted()4110 Reference< XForm > xForm ( _pElement->xInterface, UNO_QUERY ); in implInserted()
456 virtual void implInserted( const ElementDescription* _pElement );
777 …ner::approveNewElement( const Reference< XPropertySet >& _rxObject, ElementDescription* _pElement ) in approveNewElement() argument812 DBG_ASSERT( _pElement, "OInterfaceContainer::approveNewElement: invalid event descriptor!" ); in approveNewElement()813 if ( _pElement ) in approveNewElement()815 _pElement->xPropertySet = _rxObject; in approveNewElement()816 _pElement->xChild = xChild; in approveNewElement()817 _pElement->aElementTypeInterface = aCorrectType; in approveNewElement()818 _pElement->xInterface = Reference< XInterface >( _rxObject, UNO_QUERY ); // normalized XInterface in approveNewElement()
200 ElementDescription* _pElement226 virtual void implInserted( const ElementDescription* _pElement );
Completed in 121 milliseconds