Lines Matching refs:CustomAnimationPane

161 CustomAnimationPane::CustomAnimationPane( ::Window* pParent, ViewShellBase& rBase, const Size& rMin…  in CustomAnimationPane()  function in sd::CustomAnimationPane
213 mpPBAddEffect->SetClickHdl( LINK( this, CustomAnimationPane, implControlHdl ) ); in CustomAnimationPane()
214 mpPBChangeEffect->SetClickHdl( LINK( this, CustomAnimationPane, implControlHdl ) ); in CustomAnimationPane()
215 mpPBRemoveEffect->SetClickHdl( LINK( this, CustomAnimationPane, implControlHdl ) ); in CustomAnimationPane()
216 mpLBStart->SetSelectHdl( LINK( this, CustomAnimationPane, implControlHdl ) ); in CustomAnimationPane()
217 mpCBSpeed->SetSelectHdl( LINK( this, CustomAnimationPane, implControlHdl ) ); in CustomAnimationPane()
218 mpPBPropertyMore->SetClickHdl( LINK( this, CustomAnimationPane, implControlHdl ) ); in CustomAnimationPane()
219 mpPBMoveUp->SetClickHdl( LINK( this, CustomAnimationPane, implControlHdl ) ); in CustomAnimationPane()
220 mpPBMoveDown->SetClickHdl( LINK( this, CustomAnimationPane, implControlHdl ) ); in CustomAnimationPane()
221 mpPBPlay->SetClickHdl( LINK( this, CustomAnimationPane, implControlHdl ) ); in CustomAnimationPane()
222 mpPBSlideShow->SetClickHdl( LINK( this, CustomAnimationPane, implControlHdl ) ); in CustomAnimationPane()
223 mpCBAutoPreview->SetClickHdl( LINK( this, CustomAnimationPane, implControlHdl ) ); in CustomAnimationPane()
248 maLateInitTimer.SetTimeoutHdl(LINK(this, CustomAnimationPane, lateInitCallback)); in CustomAnimationPane()
254 CustomAnimationPane::~CustomAnimationPane() in ~CustomAnimationPane()
289 void CustomAnimationPane::addUndo() in addUndo()
300 void CustomAnimationPane::Resize() in Resize()
305 void CustomAnimationPane::StateChanged( StateChangedType nStateChange ) in StateChanged()
313 void CustomAnimationPane::KeyInput( const KeyEvent& rKEvt ) in KeyInput()
319 void CustomAnimationPane::addListener() in addListener()
321 Link aLink( LINK(this,CustomAnimationPane,EventMultiplexerListener) ); in addListener()
332 void CustomAnimationPane::removeListener() in removeListener()
334 Link aLink( LINK(this,CustomAnimationPane,EventMultiplexerListener) ); in removeListener()
338 IMPL_LINK(CustomAnimationPane,EventMultiplexerListener, in IMPL_LINK() argument
386 void CustomAnimationPane::updateLayout() in updateLayout()
714 void CustomAnimationPane::updateControls() in updateControls()
800 … mnPropertyType, this, aValue, pEffect->getPresetId(), LINK( this, CustomAnimationPane, implProper… in updateControls()
951 static bool updateMotionPathImpl( CustomAnimationPane& rPane, ::sd::View& rView, EffectSequence::i… in updateMotionPathImpl()
991 void CustomAnimationPane::updateMotionPathTags() in updateMotionPathTags()
1035 void CustomAnimationPane::onSelectionChanged() in onSelectionChanged()
1058 void CustomAnimationPane::onDoubleClick() in onDoubleClick()
1063 void CustomAnimationPane::onContextMenu( sal_uInt16 nSelectedPopupEntry ) in onContextMenu()
1082 void CustomAnimationPane::DataChanged (const DataChangedEvent& rEvent) in DataChanged()
1091 void CustomAnimationPane::UpdateLook (void) in UpdateLook()
1168 Any CustomAnimationPane::getProperty1Value( sal_Int32 nType, CustomAnimationEffectPtr pEffect ) in getProperty1Value()
1223 bool CustomAnimationPane::setProperty1Value( sal_Int32 nType, CustomAnimationEffectPtr pEffect, con… in setProperty1Value()
1329 STLPropertySet* CustomAnimationPane::createSelectionSet() in createSelectionSet()
1451 void CustomAnimationPane::changeSelection( STLPropertySet* pResultSet, STLPropertySet* pOldSet ) in changeSelection()
1851 void CustomAnimationPane::showOptions( sal_uInt16 nPage /* = 0 */ ) in showOptions()
1866 void CustomAnimationPane::onChangeCurrentPage() in onChangeCurrentPage()
1951 void CustomAnimationPane::onChange( bool bCreate ) in onChange()
2114 void CustomAnimationPane::createPath( PathKind eKind, std::vector< Any >& rTargets, double fDuratio… in createPath()
2146 void CustomAnimationPane::onRemove() in onRemove()
2170 void CustomAnimationPane::remove( CustomAnimationEffectPtr& pEffect ) in remove()
2180 void CustomAnimationPane::onChangeStart() in onChangeStart()
2199 void CustomAnimationPane::onChangeStart( sal_Int16 nNodeType ) in onChangeStart()
2227 void CustomAnimationPane::onChangeProperty() in onChangeProperty()
2261 void CustomAnimationPane::onChangeSpeed() in onChangeSpeed()
2302 IMPL_LINK( CustomAnimationPane, implPropertyHdl, Control*, EMPTYARG ) in IMPL_LINK() argument
2309 IMPL_LINK( CustomAnimationPane, implControlHdl, Control*, pControl ) in IMPL_LINK() argument
2344 IMPL_LINK(CustomAnimationPane, lateInitCallback, Timer*, EMPTYARG ) in IMPL_LINK() argument
2356 void CustomAnimationPane::moveSelection( bool bUp ) in moveSelection()
2441 void CustomAnimationPane::onPreview( bool bForcePreview ) in onPreview()
2491 void CustomAnimationPane::preview( const Reference< XAnimationNode >& xAnimationNode ) in preview()
2509 void CustomAnimationPane::onSelect() in onSelect()
2519 const CustomAnimationPresets& CustomAnimationPane::getPresets (void) in getPresets()
2528 void CustomAnimationPane::markShapesFromSelectedEffects() in markShapesFromSelectedEffects()
2556 void CustomAnimationPane::updatePathFromMotionPathTag( const rtl::Reference< MotionPathTag >& xTag ) in updatePathFromMotionPathTag()
2592 ::Window* pPaneWindow = new CustomAnimationPane( pWindow, rBase, aMinSize ); in createCustomAnimationPanel()