Searched refs:CustomAnimationDurationTabPage (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/sd/source/ui/animations/ |
H A D | CustomAnimationDialog.cxx | 1859 class CustomAnimationDurationTabPage : public TabPage class 1862 CustomAnimationDurationTabPage( Window* pParent, const ResId& rResId, const STLPropertySet* pSet ); 1863 ~CustomAnimationDurationTabPage(); 1887 CustomAnimationDurationTabPage::CustomAnimationDurationTabPage(Window* pParent, const ResId& rResId… in CustomAnimationDurationTabPage() function in sd::CustomAnimationDurationTabPage 1909 mpRBClickSequence->SetClickHdl( LINK( this, CustomAnimationDurationTabPage, implControlHdl ) ); in CustomAnimationDurationTabPage() 1910 mpRBClickSequence->SetClickHdl( LINK( this, CustomAnimationDurationTabPage, implControlHdl ) ); in CustomAnimationDurationTabPage() 1911 mpLBTrigger->SetSelectHdl( LINK( this, CustomAnimationDurationTabPage, implControlHdl ) ); in CustomAnimationDurationTabPage() 2063 CustomAnimationDurationTabPage::~CustomAnimationDurationTabPage() in ~CustomAnimationDurationTabPage() 2067 IMPL_LINK( CustomAnimationDurationTabPage, implControlHdl, Control*, pControl ) in IMPL_LINK() argument 2078 void CustomAnimationDurationTabPage::update( STLPropertySet* pSet ) in update() [all …]
|
H A D | CustomAnimationDialog.hxx | 149 class CustomAnimationDurationTabPage; 175 CustomAnimationDurationTabPage* mpDurationTabPage;
|
Completed in 337 milliseconds