Home
last modified time | relevance | path

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

/aoo41x/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx193 mpFLSeperator1 = new FixedLine( this, SdResId( FL_SEPERATOR1 ) ); in CustomAnimationPane()
282 delete mpFLSeperator1; in ~CustomAnimationPane()
562 aCursor.Y() -= /* aOffset.Y() + */ mpFLSeperator1->GetSizePixel().Height(); in updateLayout()
563 aSize = mpFLSeperator1->GetSizePixel(); in updateLayout()
565 mpFLSeperator1->SetPosSizePixel( aCursor, aSize ); in updateLayout()
723 mpFLSeperator1->Enable( mxView.is() ); in updateControls()
1109 if (mpFLSeperator1 != NULL) in UpdateLook()
1110 mpFLSeperator1->SetBackground(aBackground); in UpdateLook()
H A DCustomAnimationPane.hxx150 FixedLine* mpFLSeperator1; member in sd::CustomAnimationPane

Completed in 33 milliseconds