Searched refs:pValueSet (Results 1 – 2 of 2) sorted by relevance
110 ValueSet* pValueSet = new ValueSet( pControlParent, SdResId( CT_TABLE_STYLES+1 ) ); in TableDesignPane() local111 mxControls[CT_TABLE_STYLES].reset( pValueSet ); in TableDesignPane()114 …pValueSet->SetStyle( (pValueSet->GetStyle() & ~(WB_ITEMBORDER|WB_BORDER)) | WB_NO_DIRECTSELECT | W… in TableDesignPane()115 pValueSet->SetColor(); in TableDesignPane()116 pValueSet->SetExtraSpacing(8); in TableDesignPane()120 pValueSet->SetColor( Color( COL_WHITE ) ); in TableDesignPane()121 pValueSet->SetBackground( Color( COL_WHITE ) ); in TableDesignPane()123 pValueSet->SetSelectHdl (LINK(this, TableDesignPane, implValueSetHdl)); in TableDesignPane()214 ValueSet* pValueSet = static_cast< ValueSet* >( mxControls[CT_TABLE_STYLES].get() ); in GetHeightForWidth() local215 if (pValueSet->GetItemCount() > 0) in GetHeightForWidth()[all …]
416 ValueSet* pValueSet = dynamic_cast< ValueSet* >( pEntry->mpControl ); in notifyHighlightedEntry() local417 if( pValueSet ) in notifyHighlightedEntry()418 … nChildIndex = static_cast< sal_Int32 >( pValueSet->GetItemPos( pValueSet->GetSelectItemId() ) ); in notifyHighlightedEntry()892 ValueSet* pValueSet = dynamic_cast< ValueSet* >( pEntry->mpControl ); in implHighlightEntry() local893 if( pValueSet ) in implHighlightEntry()895 pValueSet->SetNoSelection(); in implHighlightEntry()1088 ValueSet* pValueSet = dynamic_cast< ValueSet* >( pControl ); in implCheckSubControlCursorMove() local1089 if( pValueSet ) in implCheckSubControlCursorMove()1091 sal_uInt16 nItemPos = pValueSet->GetItemPos( pValueSet->GetSelectItemId() ); in implCheckSubControlCursorMove()1094 const sal_uInt16 nColCount = pValueSet->GetColCount(); in implCheckSubControlCursorMove()[all …]