Searched refs:m_aOperationList (Results 1 – 2 of 2) sorted by relevance
240 ,m_aOperationList( this, ModuleRes(LB_OP)) in Condition()266 m_aOperationList.SetDropDownLineCount( 10 ); in Condition()267 m_aOperationList.SetSelectHdl( LINK( this, Condition, OnOperationSelected ) ); in Condition()291 m_aOperationList.SelectEntryPos( 0 ); in Condition()558 …m_aOperationList.SetPosSizePixel( aOpListPos.X(), aOpListPos.Y(),aOpListSize.Width(), aOpListSize.… in impl_layoutOperands()559 m_aOperationList.Show( !bIsExpression ); in impl_layoutOperands()631 m_aOperationList.SelectEntryPos( (sal_uInt16)eOperation ); in impl_setCondition()
78 ListBox m_aOperationList; member in rptui::Condition187 return sal::static_int_cast< ComparisonOperation >( m_aOperationList.GetSelectEntryPos() ); in impl_getCurrentComparisonOperation()
Completed in 30 milliseconds