Home
last modified time | relevance | path

Searched refs:mpLBStart (Results 1 – 5 of 5) sorted by relevance

/trunk/main/svx/source/sidebar/line/
H A DLinePropertyPanel.cxx200 mpLBStart(new ListBox(this, SVX_RES(LB_START))), in LinePropertyPanel()
259 maLayouter.GetCell(5,0).SetControl(*mpLBStart); in LinePropertyPanel()
371 mpLBStart->SetSelectHdl( aLink ); in Initialize()
372mpLBStart->SetAccessibleName(::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("Beginning Style"))); //… in Initialize()
373 mpLBStart->AdaptDropDownLineCountToMaximum(); in Initialize()
387 mpLBStart->SetAccessibleRelationLabeledBy(mpFTArrow.get()); in Initialize()
601 mpLBStart->Disable(); in NotifyItemUpdate()
606 mpLBStart->Enable(); in NotifyItemUpdate()
858 sal_uInt16 nPos = mpLBStart->GetSelectEntryPos(); in IMPL_LINK()
859 if( nPos != LISTBOX_ENTRY_NOTFOUND && nPos != mpLBStart->GetSavedValue() ) in IMPL_LINK()
[all …]
H A DLinePropertyPanel.hxx111 ::boost::scoped_ptr< ListBox > mpLBStart;
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx178 mpLBStart = new ListBox( this, SdResId( LB_START ) ); in CustomAnimationPane()
214 mpLBStart->SetSelectHdl( LINK( this, CustomAnimationPane, implControlHdl ) ); in CustomAnimationPane()
270 delete mpLBStart; in ~CustomAnimationPane()
501 mpLBStart->SetPosSizePixel( aLBPos, aListBoxSize ); in updateLayout()
734 mpLBStart->Enable( sal_False ); in updateControls()
750 mpLBStart->Enable(nSelectionCount > 0); in updateControls()
834 mpLBStart->SelectEntryPos( nPos ); in updateControls()
873 mpLBStart->SetNoSelection(); in updateControls()
2178 if( mpLBStart->GetSelectEntryCount() == 1 ) in onChangeStart()
2181 sal_uInt16 nPos= mpLBStart->GetSelectEntryPos(); in onChangeStart()
[all …]
H A DCustomAnimationDialog.cxx1873 boost::shared_ptr< ListBox > mpLBStart; member in sd::CustomAnimationDurationTabPage
1891 mpLBStart.reset( new ListBox( this, SdResId( LB_START ) ) ); in CustomAnimationDurationTabPage()
1923 mpLBStart->SelectEntryPos( nPos ); in CustomAnimationDurationTabPage()
2080 sal_uInt16 nPos = mpLBStart->GetSelectEntryPos(); in update()
H A DCustomAnimationPane.hxx140 ListBox* mpLBStart; member in sd::CustomAnimationPane