Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/animations/
H A DCustomAnimationDialog.cxx1879 boost::shared_ptr< ComboBox > mpCBRepeat; member in sd::CustomAnimationDurationTabPage
1897 mpCBRepeat.reset( new ComboBox( this, SdResId( CB_REPEAT ) ) ); in CustomAnimationDurationTabPage()
1904 fillRepeatComboBox( mpCBRepeat.get() ); in CustomAnimationDurationTabPage()
1943 mpCBRepeat->Disable(); in CustomAnimationDurationTabPage()
1993 mpCBRepeat->SelectEntryPos( nPos ); in CustomAnimationDurationTabPage()
1995 mpCBRepeat->SetText( String::CreateFromDouble( fRepeat ) ); in CustomAnimationDurationTabPage()
2003 mpCBRepeat->SelectEntryPos( aEnd.hasValue() ? 6 : 7 ); in CustomAnimationDurationTabPage()
2116 nPos = mpCBRepeat->GetSelectEntryPos(); in update()
2117 if( (nPos != LISTBOX_ENTRY_NOTFOUND) || (mpCBRepeat->GetText().Len() != 0) ) in update()
2139 String aText( mpCBRepeat->GetText() ); in update()

Completed in 25 milliseconds