Home
last modified time | relevance | path

Searched refs:pValueSet (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/sd/source/ui/table/
H A DTableDesignPane.cxx110 ValueSet* pValueSet = new ValueSet( pControlParent, SdResId( CT_TABLE_STYLES+1 ) ); in TableDesignPane() local
111 mxControls[CT_TABLE_STYLES].reset( pValueSet ); in TableDesignPane()
114pValueSet->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() local
215 if (pValueSet->GetItemCount() > 0) in GetHeightForWidth()
[all …]
/AOO41X/main/svtools/source/control/
H A Dtoolbarmenu.cxx416 ValueSet* pValueSet = dynamic_cast< ValueSet* >( pEntry->mpControl ); in notifyHighlightedEntry() local
417 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() local
893 if( pValueSet ) in implHighlightEntry()
895 pValueSet->SetNoSelection(); in implHighlightEntry()
1088 ValueSet* pValueSet = dynamic_cast< ValueSet* >( pControl ); in implCheckSubControlCursorMove() local
1089 if( pValueSet ) in implCheckSubControlCursorMove()
1091 sal_uInt16 nItemPos = pValueSet->GetItemPos( pValueSet->GetSelectItemId() ); in implCheckSubControlCursorMove()
1094 const sal_uInt16 nColCount = pValueSet->GetColCount(); in implCheckSubControlCursorMove()
[all …]