Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/animations/
H A DCustomAnimationDialog.hxx132 class PropertyControl : public ListBox class
135 PropertyControl( Window* pParent, const ResId& rResId );
136 ~PropertyControl();
H A DCustomAnimationDialog.cxx1156 PropertyControl* mpLBProperty1;
1158 PropertyControl* mpLBProperty2;
1204 mpLBProperty1 = new PropertyControl( this, SdResId( LB_PROPERTY_1 ) ); in CustomAnimationEffectTabPage()
1206 mpLBProperty2 = new PropertyControl( this, SdResId( LB_PROPERTY_2 ) ); in CustomAnimationEffectTabPage()
2535 PropertyControl::PropertyControl( Window* pParent, const ResId& rResId ) in PropertyControl() function in sd::PropertyControl
2540 PropertyControl::~PropertyControl() in ~PropertyControl()
2546 void PropertyControl::setSubControl( PropertySubControl* pSubControl ) in setSubControl()
2568 void PropertyControl::Resize() in Resize()
H A DCustomAnimationPane.hxx57 class PropertyControl;
142 PropertyControl* mpLBProperty;
H A DCustomAnimationPane.cxx182 mpLBProperty = new PropertyControl( this, SdResId( LB_PROPERTY ) ); in CustomAnimationPane()

Completed in 40 milliseconds