Home
last modified time | relevance | path

Searched refs:_pElement (Results 1 – 6 of 6) sorted by relevance

/trunk/main/forms/source/component/
H A DGrid.cxx828 void OGridControlModel::implInserted( const ElementDescription* _pElement ) in implInserted() argument
830 OInterfaceContainer::implInserted( _pElement ); in implInserted()
831 gotColumn( _pElement->xInterface ); in implInserted()
864 …del::approveNewElement( const Reference< XPropertySet >& _rxObject, ElementDescription* _pElement ) in approveNewElement() argument
870 OInterfaceContainer::approveNewElement( _rxObject, _pElement ); in approveNewElement()
873 if ( _pElement ) in approveNewElement()
874 static_cast< ColumnDescription* >( _pElement )->pColumn = pCol; in approveNewElement()
H A DGrid.hxx188 ElementDescription* _pElement
199 virtual void implInserted( const ElementDescription* _pElement );
H A DDatabaseForm.cxx4105 void ODatabaseForm::implInserted( const ElementDescription* _pElement ) in implInserted() argument
4107 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()
H A DDatabaseForm.hxx456 virtual void implInserted( const ElementDescription* _pElement );
/trunk/main/forms/source/misc/
H A DInterfaceContainer.cxx777 …ner::approveNewElement( const Reference< XPropertySet >& _rxObject, ElementDescription* _pElement ) in approveNewElement() argument
812 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()
/trunk/main/forms/source/inc/
H A DInterfaceContainer.hxx200 ElementDescription* _pElement
226 virtual void implInserted( const ElementDescription* _pElement );

Completed in 58 milliseconds