Home
last modified time | relevance | path

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

/AOO41X/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx171 mpFLEffect = new FixedLine( this, SdResId( FL_EFFECT ) ); in CustomAnimationPane()
204 Font font( mpFLEffect->GetFont() ); in CustomAnimationPane()
206 mpFLEffect->SetFont( font ); in CustomAnimationPane()
225 maStrModify = mpFLEffect->GetText(); in CustomAnimationPane()
270 delete mpFLEffect; in ~CustomAnimationPane()
448 aSize = mpFLEffect->GetSizePixel(); in updateLayout()
451 mpFLEffect->SetPosSizePixel( aCursor, aSize ); in updateLayout()
734 mpFLEffect->Enable( sal_False ); in updateControls()
750 mpFLEffect->Enable(nSelectionCount > 0); in updateControls()
774 mpFLEffect->SetText( aTemp ); in updateControls()
[all …]
H A DCustomAnimationPane.hxx138 FixedLine* mpFLEffect; member in sd::CustomAnimationPane