Lines Matching refs:mpFTProperty
179 mpFTProperty = new FixedText( this, SdResId( FT_PROPERTY ) ); in CustomAnimationPane()
197 maStrProperty = mpFTProperty->GetText(); in CustomAnimationPane()
271 delete mpFTProperty; in ~CustomAnimationPane()
460 aFixedTextSize = mpFTProperty->CalcMinimumSize(); in updateLayout()
465 mpFTProperty->SetSizePixel(aFixedTextSize); in updateLayout()
505 mpFTProperty->SetPosPixel( aFTPos ); in updateLayout()
737 mpFTProperty->Enable( sal_False ); in updateControls()
755 mpFTProperty->SetText( maStrProperty ); in updateControls()
788 mpFTProperty->SetText( getPropertyName( mnPropertyType ) ); in updateControls()
813 mpFTProperty->Enable( bEnable ); in updateControls()
818 mpFTProperty->Enable( sal_False ); in updateControls()
867 mpFTProperty->Enable( sal_False ); in updateControls()
1099 if (mpFTProperty != NULL) in UpdateLook()
1100 mpFTProperty->SetBackground(aBackground); in UpdateLook()