Searched refs:mnPropertyType (Results 1 – 2 of 2) sorted by relevance
163 mnPropertyType( nPropertyTypeNone ), in CustomAnimationPane()757 mnPropertyType = nPropertyTypeNone; in updateControls()786 mnPropertyType = getPropertyType( aProperties.front() ); in updateControls()788 mpFTProperty->SetText( getPropertyName( mnPropertyType ) ); in updateControls()790 aValue = getProperty1Value( mnPropertyType, pEffect ); in updateControls()796 if( !pSubControl || (pSubControl->getControlType() != mnPropertyType) ) in updateControls()798 …pSubControl = PropertySubControl::create( mnPropertyType, this, aValue, pEffect->getPresetId(), LI… in updateControls()2242 if( setProperty1Value( mnPropertyType, pEffect, aValue ) ) in onChangeProperty()
159 sal_Int32 mnPropertyType; member in sd::CustomAnimationPane