Lines Matching refs:GetPropertySet
355 GetPropertySet()->getPropertyValue(C2U( "CrossoverPosition" )) >>= eAxisPos; in FillSpecialItem()
363 if( GetPropertySet()->getPropertyValue(C2U( "CrossoverValue" )) >>= fValue ) in FillSpecialItem()
388 GetPropertySet()->getPropertyValue(C2U( "LabelPosition" )) >>= ePos; in FillSpecialItem()
396 GetPropertySet()->getPropertyValue(C2U( "MarkPosition" )) >>= ePos; in FillSpecialItem()
406 if( GetPropertySet()->getPropertyValue( C2U( "TextRotation" )) >>= fVal ) in FillSpecialItem()
432 …bool bNumberFormatIsSet = ( GetPropertySet()->getPropertyValue( C2U( "NumberFormat" )).hasValue()); in FillSpecialItem()
771 …bool bPropExisted = ( GetPropertySet()->getPropertyValue(C2U( "CrossoverPosition" )) >>= eOldAxisP… in ApplySpecialItem()
775 … GetPropertySet()->setPropertyValue( C2U( "CrossoverPosition" ), uno::makeAny( eAxisPos )); in ApplySpecialItem()
807 … bool bPropExisted = ( GetPropertySet()->getPropertyValue(C2U( "CrossoverValue" )) >>= fOldValue ); in ApplySpecialItem()
811 … GetPropertySet()->setPropertyValue( C2U( "CrossoverValue" ), uno::makeAny( fValue )); in ApplySpecialItem()
843 … bool bPropExisted = ( GetPropertySet()->getPropertyValue(C2U( "LabelPosition" )) >>= eOldPos ); in ApplySpecialItem()
847 GetPropertySet()->setPropertyValue( C2U( "LabelPosition" ), uno::makeAny( ePos )); in ApplySpecialItem()
881 … bool bPropExisted = ( GetPropertySet()->getPropertyValue(C2U( "MarkPosition" )) >>= eOldPos ); in ApplySpecialItem()
885 GetPropertySet()->setPropertyValue( C2U( "MarkPosition" ), uno::makeAny( ePos )); in ApplySpecialItem()
899 ( GetPropertySet()->getPropertyValue( C2U( "TextRotation" )) >>= fOldVal ); in ApplySpecialItem()
904 GetPropertySet()->setPropertyValue( C2U( "TextRotation" ), uno::makeAny( fVal )); in ApplySpecialItem()
925 if( GetPropertySet()->getPropertyValue( C2U( "NumberFormat" )) != aValue ) in ApplySpecialItem()
927 GetPropertySet()->setPropertyValue( C2U( "NumberFormat" ), aValue ); in ApplySpecialItem()
940 …bool bNumberFormatIsSet = ( GetPropertySet()->getPropertyValue( C2U( "NumberFormat" )).hasValue()); in ApplySpecialItem()
968 GetPropertySet()->setPropertyValue( C2U( "NumberFormat" ), aValue ); in ApplySpecialItem()