Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx194 mpFLSeperator2 = new FixedLine( this, SdResId( FL_SEPERATOR2 ) ); in CustomAnimationPane()
283 delete mpFLSeperator2; in ~CustomAnimationPane()
529 aCursor.Y() -= /* aOffset.Y() + */ mpFLSeperator2->GetSizePixel().Height(); in updateLayout()
530 aSize = mpFLSeperator2->GetSizePixel(); in updateLayout()
532 mpFLSeperator2->SetPosSizePixel( aCursor, aSize ); in updateLayout()
724 mpFLSeperator2->Enable( mxView.is() ); in updateControls()
1107 if (mpFLSeperator2 != NULL) in UpdateLook()
1108 mpFLSeperator2->SetBackground(aBackground); in UpdateLook()
H A DCustomAnimationPane.hxx153 FixedLine* mpFLSeperator2; member in sd::CustomAnimationPane