Lines Matching refs:mpFTProperty
181 mpFTProperty = new FixedText( this, SdResId( FT_PROPERTY ) ); in CustomAnimationPane()
199 maStrProperty = mpFTProperty->GetText(); in CustomAnimationPane()
273 delete mpFTProperty; in ~CustomAnimationPane()
462 aFixedTextSize = mpFTProperty->CalcMinimumSize(); in updateLayout()
467 mpFTProperty->SetSizePixel(aFixedTextSize); in updateLayout()
507 mpFTProperty->SetPosPixel( aFTPos ); in updateLayout()
739 mpFTProperty->Enable( sal_False ); in updateControls()
757 mpFTProperty->SetText( maStrProperty ); in updateControls()
790 mpFTProperty->SetText( getPropertyName( mnPropertyType ) ); in updateControls()
815 mpFTProperty->Enable( bEnable ); in updateControls()
820 mpFTProperty->Enable( sal_False ); in updateControls()
871 mpFTProperty->Enable( sal_False ); in updateControls()
1103 if (mpFTProperty != NULL) in UpdateLook()
1104 mpFTProperty->SetBackground(aBackground); in UpdateLook()