Home
last modified time | relevance | path

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

/aoo41x/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx196 mpFLSeperator2 = new FixedLine( this, SdResId( FL_SEPERATOR2 ) ); in CustomAnimationPane()
285 delete mpFLSeperator2; in ~CustomAnimationPane()
531 aCursor.Y() -= /* aOffset.Y() + */ mpFLSeperator2->GetSizePixel().Height(); in updateLayout()
532 aSize = mpFLSeperator2->GetSizePixel(); in updateLayout()
534 mpFLSeperator2->SetPosSizePixel( aCursor, aSize ); in updateLayout()
726 mpFLSeperator2->Enable( mxView.is() ); in updateControls()
1111 if (mpFLSeperator2 != NULL) in UpdateLook()
1112 mpFLSeperator2->SetBackground(aBackground); in UpdateLook()
H A DCustomAnimationPane.hxx153 FixedLine* mpFLSeperator2; member in sd::CustomAnimationPane

Completed in 27 milliseconds