Searched refs:i_attributeGroup (Results 1 – 7 of 7) sorted by relevance
240 void UnoGridColumnFacade::columnChanged( ColumnAttributeGroup const i_attributeGroup ) in columnChanged() argument244 m_pOwner->notifyColumnChange( m_pOwner->getColumnPos( *this ), i_attributeGroup ); in columnChanged()
93 void columnChanged( ColumnAttributeGroup const i_attributeGroup );
871 …::notifyColumnChange( ColPos const i_columnPos, ColumnAttributeGroup const i_attributeGroup ) const in notifyColumnChange()883 (*loop)->columnChanged( i_columnPos, i_attributeGroup ); in notifyColumnChange()
154 … notifyColumnChange( ColPos const i_columnPos, ColumnAttributeGroup const i_attributeGroup ) const;
152 …al void columnChanged( ColPos const i_column, ColumnAttributeGroup const i_attributeGroup ) = 0;
334 …irtual void columnChanged( ColPos const i_column, ColumnAttributeGroup const i_attributeGroup );
722 …leControl_Impl::columnChanged( ColPos const i_column, ColumnAttributeGroup const i_attributeGroup ) in columnChanged() argument724 ColumnAttributeGroup nGroup( i_attributeGroup ); in columnChanged()742 OSL_ENSURE( ( nGroup == COL_ATTRS_NONE ) || ( i_attributeGroup == COL_ATTRS_ALL ), in columnChanged()
Completed in 51 milliseconds