Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx169 mpFLEffect = new FixedLine( this, SdResId( FL_EFFECT ) ); in CustomAnimationPane()
202 Font font( mpFLEffect->GetFont() ); in CustomAnimationPane()
204 mpFLEffect->SetFont( font ); in CustomAnimationPane()
223 maStrModify = mpFLEffect->GetText(); in CustomAnimationPane()
268 delete mpFLEffect; in ~CustomAnimationPane()
446 aSize = mpFLEffect->GetSizePixel(); in updateLayout()
449 mpFLEffect->SetPosSizePixel( aCursor, aSize ); in updateLayout()
732 mpFLEffect->Enable( sal_False ); in updateControls()
748 mpFLEffect->Enable(nSelectionCount > 0); in updateControls()
772 mpFLEffect->SetText( aTemp ); in updateControls()
[all …]
H A DCustomAnimationPane.hxx138 FixedLine* mpFLEffect; member in sd::CustomAnimationPane