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.cxx259 maLayouter.GetCell(5,0).SetControl(*mpLBStart); in LinePropertyPanel()
371 mpLBStart->SetSelectHdl( aLink ); in Initialize()
373 mpLBStart->AdaptDropDownLineCountToMaximum(); in Initialize()
601 mpLBStart->Disable(); in NotifyItemUpdate()
606 mpLBStart->Enable(); in NotifyItemUpdate()
1109 mpLBStart->Enable(); in FillLineEndList()
1118 mpLBStart->SelectEntryPos(0); in FillLineEndList()
1123 mpLBStart->Disable(); in FillLineEndList()
1204 mpLBStart->SetNoSelection(); in SelectEndStyle()
1205 mpLBStart->Disable(); in SelectEndStyle()
[all …]
H A DLinePropertyPanel.hxx111 ::boost::scoped_ptr< ListBox > mpLBStart;
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx180 mpLBStart = new ListBox( this, SdResId( LB_START ) ); in CustomAnimationPane()
216 mpLBStart->SetSelectHdl( LINK( this, CustomAnimationPane, implControlHdl ) ); in CustomAnimationPane()
272 delete mpLBStart; in ~CustomAnimationPane()
503 mpLBStart->SetPosSizePixel( aLBPos, aListBoxSize ); in updateLayout()
736 mpLBStart->Enable( sal_False ); in updateControls()
752 mpLBStart->Enable(nSelectionCount > 0); in updateControls()
838 mpLBStart->SelectEntryPos( nPos ); in updateControls()
877 mpLBStart->SetNoSelection(); in updateControls()
2182 if( mpLBStart->GetSelectEntryCount() == 1 ) in onChangeStart()
2185 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

Completed in 52 milliseconds