Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx179 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()
[all …]
H A DCustomAnimationPane.hxx141 FixedText* mpFTProperty; member in sd::CustomAnimationPane